/*CSS BAHNER*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

a {
    text-decoration: none;
}

h1 {
    font-size: 100px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

h2 {
    font-size: 50px;
    font-weight: bold;
    color: #542399;
    font-family: "Montserrat", sans-serif;
}

p {
    font-family: "Roboto", sans-serif;
}

/*NAVBAR*/
.navbar-bahner {
    background-color: #542399;
    padding: 0 20px;
}

.nav-link {
    padding: 20px 30px !important;
    color: white;
}

.nav-link:hover {
    padding: 20px 30px !important;
    color: #0BFF3C;
}

.navbar-toggler {
    border-color: white;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/*HERO*/
.hero {
    justify-content: center;
    text-align: center;
    color: white;
    background-image: url(../fondos/fondo-home.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.hero img {
    width: 50%;
}

.hero p {
    font-size: 30px;
}

.btn-hablemos {
    background-color: #0BFF3C;
    color: black;
    padding: 10px 50px;
    font-size: 20px;
    margin-top: 30px;
}

/*HOME*/
.home {
    padding: 70px 20px;
    justify-content: center;
    text-align: center;
}

.home img {
    width: 80%;
    border-radius: 5%;
}

.home p {
    font-size: 20px;
    margin-top: 30px;
}

.acordeon {
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    background-color: #113C92;
    color: white;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}


.servicios h2 {
    padding-bottom: 50px;
}

.servicio {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #113C92;
    border-radius: 20px;
    color: white;
    padding: 20px 20px;
    text-align: center;
}

.btn-ver {
    display: block;
    background-color: #0BFF3C;
    color: black;
    margin-bottom: 40px;
    margin-top: 40px;
}

.btn-about {
    background-color: #0BFF3C;
    color: black;
    font-size: 20px;
    margin-top: 30px;
}

/*ABOUT US*/
.about {
    background: linear-gradient(to bottom, #113C92, #542399);
}

.about h2 {
    color: white;
    padding: 40px;
}

.we-are {
    padding: 40px;
    color: white;
    text-align: left;
}

.we-are img {
    width: 90%;
    border-radius: 5%;
}

.we-are p {
    padding: 10px 100px;
    font-size: 30px;
    background-image: url(../imagenes/icono-ab.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.caja-weare {
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.2),
            rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(12px);
    border-radius: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.logo-we {
    width: 50%;
}

.mision {
    padding: 70px;
    font-size: 20px;
}

.mision p {
    padding: 0 40px;
}

.mision img {
    width: 90%;
    border-radius: 5%;
}

.caja-mision {
    text-align: center;
    color: white;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.2),
            rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(12px);
    border-radius: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.mision .row {
    align-items: center;
}

.vision {
    padding: 70px;
}

.vision .row {
    align-items: center;
}

.vision p {
    padding: 0 40px;
    font-size: 20px;
}

.vision img {
    width: 90%;
    border-radius: 5%;
}

.estrategia {
    color: white;
    padding: 50px;
}

.estrategia h1 {
    text-align: center;
    padding-bottom: 50px;
}

.estrategia p {
    text-align: left;
    font-size: 30px;
    padding: 20px 80px;
    background-image: url(../imagenes/icono-ab.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.equipo {
    padding: 50px;
    text-align: center;
    color: white;
    font-size: 20px;
}

.equipo img {
    width: 70%;
    border-radius: 5%;
}

.equipo p {
    padding-top: 30px;
}

.caja-equipo {
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.2),
            rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(12px);
    border-radius: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);

}

.contacto-about {
    text-align: center;
    padding: 50px;
}

/*SERVICIOS*/
.hero-servicios {
    text-align: center;
    align-items: center;
    background-image: url(../fondos/fondo2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    padding: 150px;
}

.hero-servicios h2 {
    color: white;
}

.media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(to bottom,
            rgb(78, 38, 140),
            rgb(31, 59, 140));
    backdrop-filter: blur(12px);
    border-radius: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 30px 50px;
    color: white;
}

.media p {
    text-align: left;
    font-size: 30px;
    padding: 20px 80px;
    background-image: url(../imagenes/icono-ab.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.media h2 {
    color: white;
}

.social-media {
    padding: 30px;
}

.social-media img {
    width: 70%;
}

.social-media p {
    padding: 0 40px;
    font-size: 20px;
}

.btn-me-interesa {
    background-color: #0BFF3C;
    color: black;
    padding: 10px 40px;
    font-size: 20px;
    margin-top: 30px;
}

.serv {
    text-align: center;
    font-size: 30px !important;
    color: #542399;
}

/*BLOG*/

.blogs {
    padding: 60px;
}

.blog-tipo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(../imagenes/mkt.jpg);
    border-radius: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 50px 50px;
    color: white;
}


.tendencia p {
    padding: 10px;
}

.tendencia h2 {
    text-align: center;
    padding: 30px 0;
}

.tendencia img {
    padding-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    border-radius: 32px;
}

/*FOOTER*/
footer {
    background-color: #542399 !important;
    color: white;
}

footer p {
    padding: 50px 100px;
    font-size: 20px;
}

footer img {
    width: 15%;
    display: block;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

.link-branding {
    color: #542399;
    font-weight: bold;
    text-decoration: none;
}

.link-footer {
    color: white;
    text-decoration: none;
}

.lista-footer {
    padding: 50px 100px;
    font-size: 20px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

.aviso {
    padding-bottom: 30px;
}

/*CONTACTO*/

.formulario-cont {
    padding: 40px;
}

.section-title {
    text-align: center;
    padding: 20px;
}


.formulario {
    max-width: 900px;
    margin: 0 auto;
}

.form-label {
    font-size: 20px;
    color: #222;
    margin-bottom: 8px;
}

.form-control {
    border: 1px solid #666;
    border-radius: 0;
    height: 48px;
    background: transparent;
}

textarea.form-control {
    height: 220px;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #5b2ca3;
}

.btn-enviar {
    background-color: #5b2ca3;
    color: white;
    border: none;
    border-radius: 15px;
    padding: 12px 45px;
    font-size: 1.2rem;
    transition: .3s;
}

.btn-enviar:hover {
    background-color: #4a2288;
    color: white;
}

.default-button {
    color: black;
    background-color: #0BFF3C;
}


/*INICIAN MEDIA QUERIES*/

/* Large devices (less than 1200px) */
@media (max-width: 1200px) {}

/* Medium devices (less than 992px) */
@media (max-width: 992px) {
    .cajas-about {
        padding: 30px;
    }

    .cajas-servicios {
        padding: 30px;
    }

    .acordeon h2 {
        padding: 20px;
    }

    .bloque-centrado {
        width: fit-content;
        margin: 0 auto;
    }

    .social-media {
        text-align: center;
    }

    .media p {
        text-align: start;
        padding: 10px 70px;
    }

    .blog {
        padding: 30px;
    }

}

/* Small devices (less than 768px) */
@media (max-width: 768px) {}

/* Extra small devices (less than 576px) */
@media (max-width: 576px) {

    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 25px;
    }

    p {
        font-size: 14px;
    }

    .we-are p {
        padding: 5px 10px;
        background-image: none;
    }

    .mision p {
        padding: 0 15px;
        font-size: 14px;
    }

    .cajas-about {
        padding: 20px 0;
        font-size: 14px;
    }

    .vision p {
        padding: 0 20px;
        font-size: 14px;
    }

    .estrategia p {
        font-size: 20px;
        padding: 0 20px;
        background-image: none;
    }

    .hero-servicios {
        padding: 150px 0;
    }

    .media p {
        background-image: none;
        padding: 0 10px;
    }

}