* {
    padding:  0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height:  92vh;
    background-color: white;
    background-image: url(img/home.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.encabezado-secundario {
    height:  60vh;
}

.encabezado-blog-empresarial {
    height:  60vh;
    background-image: none ;
}

.banner-blog {
    background-image: url(img/banner-blog.webp);
}

.banner-nosotros {
    background-image: url(img/banner-nosotros.webp);
}

.banner-nuestrogrupo {
    background-image: url(img/banner-nuestro-grupo-corporativo.webp);
    background-position: center center;
}

.banner-marcas {
    background-image: url(img/banner-marcas.webp);
}

.banner-nuestra-calidad {
    background-image: url(img/banner-procesos.webp);
}

.banner-compromiso {
    background-image: url(img/banner-compromiso.webp);
}

.banner-excelencia {
    background-image: url(img/banner-excelencia.webp);
}

.banner-excelencia {
    background-image: none;
    background-color: navy;
}

.banner-director {
    background-image: url(img/banner-director.webp);
}

.titulo-principal {
    width: 64%;
    color: white;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: .3em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 2%;
    /* text-shadow: 5px 5px 20px black; */
    position: absolute;
    bottom: -2%;
}

.titulo-azul {
    color: rgba(39, 48, 81, 1);
}

.encabezado-blog-ejecutivo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    gap: 2%;
}

    .imagen-encabezado-blog-ejecutivo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex: 3;
        height: 100%;
        padding: 0 ;
        margin: 0 0 0 0;
        background-image: url(img/banner-excelencia.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
    }

    .iebe-nosotros {
        background-image: url(img/banner-nosotros.webp);
        background-position: center center;
    }

    .iebe-explorando {
        background-image: url(img/banner-explorando.webp);
        background-position: center right;
    }

    .iebe-eleva {
        background-image: url(img/banner-eleva.webp);
        background-position: center right;
    }

    .iebe-valores {
        background-image: url(img/banner-valores.webp);
        background-position: center right;
    }

    .iebe-directora {
        background-image: url(img/banner-director.webp);
        background-position: left center;
    }

    .texto-encabezado-blog-ejecutivo{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        flex: 2;
        height: 200px;
        padding: 0 2% 0 0;
        margin: 0 0 0 0;
    }

        .texto-encabezado-blog-ejecutivo h2 {
            font-size: 1.4em;
            font-weight: 100;
            color:black;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none;
        }

        .texto-encabezado-blog-ejecutivo h1 {
            font-size: 2em;
            font-weight: 100;
            color:black;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
        }

        .texto-encabezado-blog-ejecutivo p {
            display: inline-block;
            font-size: 1.1em;
            font-weight: 100;
            color:black;
            text-align: center;
            margin: 0;
            width: 60%;
        }

.navegacion {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.2);
}

.blue-nav {
    background-color: rgba(38, 47, 82, 1);
}

.pink-nav {
    background-color: rgb(235, 174, 180);
}

.navegacion a {
    text-decoration: none;
}

.imagenresp {
    width: 100%;
    height: auto;
}

.imagenresph {
    width: auto;
    height: 100%;
}

.logo  {
    display: flex;
    flex: 2;
    height: 70px;
    padding: 1% 0 1% 2%;
}

nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 6;
    height: 70px;
}

nav a {
    color: white;
    letter-spacing: .4em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
}

.a-azul {
    color: rgba(39, 48, 81, 1);
}

.down {
    aspect-ratio: 1/1;
    width: 4%;
    border-radius: 100%;
    border: none;
    position: absolute;
    bottom: -4%;
    box-shadow: 2px 2px 15px 1px black;
    transition: all 300ms  ease-in-out;
}

.down:hover {
background-color: navy;
transform: scale(1.2);
}

.fa-chevron-down {
    font-size: 1.5em;
}

.down:hover >.fa-chevron-down {
    color: white;
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height:  50vh;
    margin: 4% 0;
}

.intro-imagen {
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.intro-texto {
    flex: 1;
    height: auto;
    justify-content: flex-start;
    padding: 5%;
}

.intro-texto h4, .marcas-texto h4 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2%;
}

.intro-texto h1, .marcas-texto h2 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 4%;
    padding: 0 0 1%;
    border-bottom: solid 1px navy;
}

.intro-texto p {
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3em;
    font-weight: 100;
    margin: 0 0 5%;
    padding: 0 20% 0 0;
}

.intro-texto a, .marcas-texto a, .nota-blog a, .liderazgo-texto a {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    color: navy;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    transition: color 400ms linear;
}

.intro-texto a:hover,  .marcas-texto a:hover, .nota-blog a:hover, .liderazgo-texto a:hover  {
    color: rgb(3, 179, 179);
    font-weight: 400;
}

.marcas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height:  60vh;
    margin: 4% 0;
}

.marcas-texto {
    flex: 4;
    height: 100%;
    justify-content: flex-end;
    padding: 5% 0 5% 10%;
}

    .marcas-texto p {
        color: black;
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.3em;
        font-weight: 100;
        margin: 0 0 5%;
        padding: 0 20% 0 0;
    }

.marcas-imagen {
    flex: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    padding: 50px;
}

.titular {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height:  auto;
    margin: 6% 0 0;
}

.titular h4{
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.titular h2 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0 15%;
    border-bottom: solid 1px navy;
}

.blog {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    width: 82%;
    height:  auto;
    margin: 2% auto 4%;
    gap: 6%;
}

.nota-blog {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex: 1;
    height: 100%;
}
.nota-blog figure {
 flex: 1;
 height: 60%;
}

.nota-blog h5 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2% 0;
    text-align: center;
}

.nota-blog h3 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5%;
    padding: 0 2%;
    border-bottom: solid 1px navy;
}

.nota-blog p {
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 100;
    text-align: left;
    margin: 0 0 5%;
    padding: 0 3%;
    position: relative;
}

.degradado-blanco {
    display: block;
    width: 100%;
    height: 15px;
    z-index: 100;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 120%);
    position: absolute;
    bottom: 0px;
}

.liderazgo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    width: 82%;
    height:  50vh;
    margin: 8% auto 8%;
    gap: 2%;
}

.liderazgo-imagen {
    flex: 3;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.franja-blanca {
    width: 6%;
    height: 110%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 10%;
}

.liderazgo-texto {
    flex: 2;
    height: 100%;
    margin-right: 10%;
}

.liderazgo-texto h5 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2% 0;
}

.liderazgo-texto h3 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5%;
    padding: 0 2% 0 0;
    border-bottom: solid 1px navy;
}

.liderazgo-texto p {
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3em;
    font-weight: 100;
    margin: 0 0 4% ;
}

.enfasis {
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}

.certificaciones {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    width: 50%;
    height:  18vh;
    margin: 3% auto 4%;
    gap: 4%;
}

.certificacion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    height: 100%;
}


article {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: 75%;
    height: auto;
    padding: 3%;
    margin: 0 auto 4%;
    font-size: 1.2em;
    gap: 8%;
}

.articulo {
    flex: 7;

}

aside {
    flex: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

article p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 300;
    text-align: justify;
    margin: 0 auto 3%;
    line-height: 1.5;
}

article h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4em;
    font-weight: 200;
    text-align: left;
    margin: 2% 0 1%;
    line-height: 1.5;
    text-transform: uppercase;
    color: rebeccapurple;
}

article h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    margin: 2% 0 1%;
    line-height: 1.5;
    text-transform: uppercase;
    color: rebeccapurple;
}

article h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    margin: 2% 0 1%;
    line-height: 1.5;
    text-transform: uppercase;
    color: rebeccapurple;
}

article dl {
    font-weight: 200;
    text-align: left;
    margin: 1% auto 3%;
    background-color: rebeccapurple;
    border-radius: 10px;
    padding: 5% 10%;
}

article dt {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.6;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin: 0 0 4%;
}

article dd {
    font-weight: 200;
    color: white;
    text-align: left;
}

article figure {
    width: 100%;
    height: 250px;
    background-image: url(img/pexels-gustavo-fring-4172880.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 4%;
}

    aside h2 {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: .8em;
        font-weight: 400;
        color:black;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: .15em ;
        border-top: 1px solid rebeccapurple;
        border-bottom: 1px solid rebeccapurple;
        padding: 4px 0 4px 10px;
        margin: 0 0 20px ;
    }

    .nota {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0 0 15%;
    }

    .imagen-nota {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 6%;
    }

        .texto-nota {
            flex: 3;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%;
            height: auto;
            padding: 0 0 0 0;
            margin: 0 0 0 0;
        }

            .texto-nota h4 {
                font-size: .6em;
                font-weight: 400;
                color: rgba(0, 0, 128, 0.475);
                text-align: center;
                text-transform: uppercase;
                text-decoration: none;
                margin: 0 0 2%;
            }

            .texto-nota h3 {
                font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
                font-size: .7em;
                font-weight: 200;
                color:black;
                text-align: center;
                text-transform: uppercase;
                text-decoration: none;
                margin: 0 0 2%;
                text-align: center;
            }

            .texto-nota p {
                font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
                font-size: .6em;
                font-weight: 100;
                color:black;
                text-align: center;
                text-decoration: none;
                margin: 2% 0;
                text-align: center;
            }

.figure-marcas {
    background-image: url(img/parallax-marcas.webp);
    background-size: cover;
}

.figure-nosotros {
    background-image: url(img/parallax-nosotros.webp);
}

.figure-compromiso {
    background-image: url(img/compromiso2.webp);
}

.figure-excelencia {
    background-image: url(img/excelencia.webp);
}

.parallax-container {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin: 0 0 4%;
}

.parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translate3d(0, 0, 0);
    z-index: -1;
}

figcaption {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1em;
    margin: 0 0 4% 0;
    padding: 0;
}

article a {
    font-weight:600;
    text-decoration: none;
}

#vinculo-articulo {
    display: block;
    width: 50%;
    color: rgba(0, 0, 128, 0.25);
    margin: 5% auto;
    padding: 2% 4%;
    text-align: center;
    border-radius: 4px;
    transition: all .5s ease-in-out;
}

#vinculo-articulo:hover {
    transform: translateY(-10px);
    color: navy;
    border-bottom: solid 1px navy;
    padding: 1% 4%;
}

.enfasis {
    font-weight: 700;
    color: navy;
}


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: rgb(27, 20, 100);
    padding: 2% 0;
    color: white;
}

    .footer-nav {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        width: 80%;
        height: auto;
    }

    dl {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

        dt {
            margin: 0 0 25px;
            font-size: 1.15em;
            font-weight: 400;
            color: darkcyan;
            text-transform: uppercase;
        }

        .footer-a {
            margin: 0 0 25px;
            font-size: 1.15em;
            font-weight: 400;
            color: darkcyan;
            text-transform: uppercase;
            text-decoration: none;
        }

        dd {
            margin: 0 0 16%;
            font-size: .85em;
            text-transform: uppercase;
            font-weight: 100;
        }

        dd a, address a{
            color: white;
            text-decoration: none;
            font-size: 1em;
            font-weight: 200;
            transition: color .35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        }

        dd a:hover, address a:hover{
            color: cyan;
        }

        .fa-linkedin, .fa-whatsapp, .fa-house {
            font-size: 2em;
        }

    address {
        margin: 5% 0 1%;
        font-weight: 100;
        font-style: normal;
    }

    .hide {
        display: flex;
    }

    .lineal {
        display: none;
    }

        /*Formulario de Contacto*/
    
.articulo-row {
    flex-direction: column;
}

.encabezado-contacto {
    height: 50px;
}

.formulario {
    display: flex;
    justify-content: center;
    width: 70%;
    height: auto;
    flex-direction: column;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: auto;
}

.info{
    flex: 1;
    height: auto;
    margin: 5% auto 1%;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

    .info h2 {
        font-size: 1.4em;
        font-weight: 300;
        text-transform: uppercase;
        color: rebeccapurple;
        text-align: center;
        text-decoration: none;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .info p {
        font-size: .9em;
        font-weight: 300;
        color:black;
        text-align: center;
        text-decoration: none;
        line-height: 1.5;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

form {
    display: flex;
    justify-content: center;
    flex: 1;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin:5% 0;
    gap: 2%;
}

.bloque {
    display: flex;
    flex: 1;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

label {
    font-size: .8em;
    font-weight: 550;
    color: rebeccapurple;
    margin: 0 0 1% 0;
}

input[type=text] {
    background-color: white(255, 240, 245, 0.4);
    width: 45%;
    height: 40px;
    margin: 0 0 2% 0;
    border: 1px solid rgba(102, 51, 153, 0.3);
    padding: 20px;
    outline: none;

}

input::placeholder {
    color: rgba(102, 51, 153, 0.65);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-size: .8em;
}

input[type=text]:focus {
    border: 1px solid rebeccapurple;
}

textarea {
    background-color: white;
    width: 92%;
    height: 80px;
    margin: 0 0 4% 0;
    border: 1px solid rgba(102, 51, 153, 0.5);
    outline: none;
    padding: 20px;
}

textarea:focus {
    border: 1px solid navy;
}

textarea::placeholder {
    color: rgba(102, 51, 153, 0.65);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-size: .8em;
}

input[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 128, 0.5);
    color: white;
    font-size: .95em;
    width: 92%;
    height: 40px;
    margin: 0 0 6% 0;
    border: 1px solid rgba(102, 51, 153, 0.3);
    outline: none;
    transition: .5s;
}

input[type=submit]:hover {
    background-color:navy;
    color:white;
}

small {
    font-size: .5em;
    width: 80%;
}

form a {
    color: rebeccapurple;
}

.whatsapp-logo {
    width: 150px;
}


/* ESTILOS PARA MOVIL */
    @media only screen and (max-width: 600px) {

header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height:  87vh;
    background-color: white;
    background-image: url(img/home.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 0 12%;
}

.encabezado-secundario {
    height:  40vh;
    margin: 0 0 8%;
}

.banner-nosotros {
    background-image: url(img/banner-nosotros.webp);
    background-position: center center;
}

.banner-nuestrogrupo {
    background-image: url(img/banner-nuestro-grupo-corporativo.webp);
    background-position: center center;
}

.banner-marcas {
    background-image: url(img/banner-marcas.webp);
    background-position: center center;
}

.banner-nuestra-calidad {
    background-image: url(img/banner-procesos.webp);
    background-position: center center;
}

.banner-director {
    background-image: url(img/banner-director.webp);
    background-position: center center;
}

.banner-compromiso {
    background-image: url(img/banner-compromiso.webp);
    background-position: center center;
}

.banner-excelencia {
    background-image: url(img/banner-excelencia.webp);
    background-position: center center;
}

.titulo-principal {
    width: 90%;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 2%;
    /* text-shadow: 5px 5px 15px black, 5px 5px 15px black, 5px 5px 15px black; */
    position: absolute;
    bottom: 6%;
}


.encabezado-blog-ejecutivo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    gap: 2%;
}

    .imagen-encabezado-blog-ejecutivo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100%;
        height: 200px;
        padding: 0 ;
        margin: 0 0 0 0;
        background-image: url(img/banner-excelencia.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
        background-color: blueviolet;
    }

    .iebe-nosotros {
        background-image: url(img/banner-nosotros.webp);
        background-position: center center;
    }

    .iebe-explorando {
        background-image: url(img/banner-explorando.webp);
        background-position: center right;
    }

    .iebe-directora {
        background-image: url(img/banner-director.webp);
        background-position: center right;
    }

    .texto-encabezado-blog-ejecutivo{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        flex: 2;
        height: auto;
        padding: 0 2% 0 0;
        margin: 0 0 0 0;
    }

        .texto-encabezado-blog-ejecutivo h2 {
            font-size: 1.2em;
            font-weight: 100;
            color:black;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none;
        }

        .texto-encabezado-blog-ejecutivo h1 {
            font-size: 1.6em;
            font-weight: 100;
            color:black;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
        }

        .texto-encabezado-blog-ejecutivo p {
            display: inline-block;
            font-size: 1em;
            font-weight: 100;
            color:black;
            text-align: center;
            margin: 0;
            width: 80%;
        }



.navegacion {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, .2);
}

.blue-nav {
    background-color: rgba(38, 47, 82, 1);
}

.navegacion a {
    text-decoration: none;
}

.imagenresp {
    width: 100%;
    height: auto;
}

.imagenresph {
    width: auto;
    height: 100%;
}

.logo  {
    display: flex;
    flex: 2;
    height: 50px;
    padding: 1% 0 1% 2%;
}

nav {
    display: none
}

nav a {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}

.down {
    aspect-ratio: 1/1;
    width: 14%;
    border-radius: 100%;
    border: none;
    position: absolute;
    left: 40%;
    bottom: -4%;
    box-shadow: 2px 2px 15px 1px black;
    transition: all 300ms  ease-in-out;
}

.down:hover {
background-color: navy;
transform: scale(1.2);
}

.fa-chevron-down {
    font-size: 1.5em;
}

.down:hover >.fa-chevron-down {
    color: white;
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height:  auto;
    margin: 4% 0 8%;
}

.intro-imagen {
    flex: 6;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.intro-texto {
    flex: 4;
    height: 100%;
    justify-content: flex-start;
    padding: 10%;
}

.intro-texto h4, .marcas-texto h4 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2%;
}

.intro-texto h1, .marcas-texto h2 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 4%;
    padding: 0 0 1%;
    border-bottom: solid 1px navy;
}

.intro-texto p {
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25em;
    font-weight: 100;
    margin: 0 0 8%;
    padding: 0 0 0 0;
}

.intro-texto a, .marcas-texto a, .nota-blog a, .liderazgo-texto a {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    color: navy;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    transition: color 400ms linear;
}

.intro-texto a:hover,  .marcas-texto a:hover, .nota-blog a:hover, .liderazgo-texto a:hover  {
    color: rgb(3, 179, 179);
    font-weight: 400;
}

.marcas {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column-reverse;
    width: 100%;
    height:  715px;
    margin: 4% 0 8%;
}

.marcas-texto {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    padding: 5% 0 5% 10%;
}

    .marcas-texto p {
        color: black;
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.25em;
        font-weight: 100;
        margin: 0 0 8%;
        padding: 0 20% 0 0;
    }

.marcas-imagen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
}

.titular {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height:  auto;
    margin: 20% 0 0;
}

.titular h4{
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.titular h2 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0 15%;
    text-align: center;
    border-bottom: solid 1px navy;
}

.blog {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 82%;
    height:  auto;
    margin: 2% auto 4%;
    gap: 6%;
}

.nota-blog {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex: 1;
    height: 100%;
    margin: 0 0 20%;
}

.nota-blog figure {
 flex: 1;
 height: 60%;
}

.nota-blog h5 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2% 0;
    text-align: center;
}

.nota-blog h3 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5%;
    padding: 0 2%;
    border-bottom: solid 1px navy;
}

.nota-blog p {
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 100;
    text-align: left;
    margin: 0 0 5%;
    padding: 0 3%;
    position: relative;
}

.degradado-blanco {
    display: block;
    width: 100%;
    height: 15px;
    z-index: 100;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 120%);
    position: absolute;
    bottom: 0px;
}

.liderazgo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 82%;
    height:  auto;
    margin: 8% auto 8%;
    gap: 2%;
}

.liderazgo-imagen {
    flex: 3;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 8%;
}

.franja-blanca {
    width: 6%;
    height: 110%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 10%;
}

.liderazgo-texto {
    flex: 2;
    height: 100%;
    margin-right: 10%;
}

.liderazgo-texto h5 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2% 0;
}

.liderazgo-texto h3 {
    color: navy;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10%;
    padding: 0 2% 0 0;
    border-bottom: solid 1px navy;
}

.liderazgo-texto p {
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3em;
    font-weight: 100;
    margin: 0 0 4% ;
}

.enfasis {
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}

.certificaciones {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height:  200px;
    margin: 3% auto 4%;
    gap: 4%;
}

.certificacion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
}

article {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;
    height: auto;
    padding: 3%;
    margin: 0 auto 4%;
    font-size: 1.2em;
}

article p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 300;
    text-align: left;
    margin: 0 auto 3%;
    line-height: 1.5;
}

article h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6em;
    font-weight: 200;
    text-align: left;
    margin: 2% 0 1%;
    line-height: 1.5;
    text-transform: uppercase;
    color: rebeccapurple;
}

article dl {
    font-weight: 200;
    text-align: left;
    margin: 1% auto 3%;
    background-color: rebeccapurple;
    border-radius: 10px;
    padding: 5% 10%;
}

article dt {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.6;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin: 0 0 4%;
}

article dd {
    font-weight: 200;
    color: white;
    text-align: left;
}

article figure {
    width: 100%;
    height: 250px;
    background-image: url(img/pexels-gustavo-fring-4172880.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 4%;
}

.figure-marcas {
    background-image: url(img/marcas01.webp);
    background-size: cover;
}

.figure-nosotros {
    background-image: url(img/banner-nosotros.webp);
}

.figure-compromiso {
    background-image: url(img/compromiso2.webp);
}

.figure-excelencia {
    background-image: url(img/excelencia.webp);
}

figcaption {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1em;
    margin: 0 0 4% 0;
    padding: 0;
}

article a {
    font-weight:700;
    text-decoration: none;
}

#vinculo-articulo {
    display: block;
    width: 90%;
    color: rgba(0, 0, 128, 0.25);
    margin: 15% auto;
    padding: 2% 2%;
    text-align: center;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    font-size: .8em;
}

#vinculo-articulo:hover {
    transform: translateY(-10px);
    color: navy;
    border-bottom: solid 1px navy;
    padding: 1% 4%;
}

.enfasis {
    font-weight: 700;
    color: navy;
}


.formulario {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    flex-direction: column;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: auto;
}

.info{
    flex: 1;
    height: auto;
    margin: 5% auto 1%;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

    .info h2 {
        font-size: 1em;
        font-weight: 300;
        text-transform: uppercase;
        color: rebeccapurple;
        text-align: center;
        text-decoration: none;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        margin: 0 0 5%;
    }

    .info p {
        font-size: .9em;
        font-weight: 300;
        color:black;
        text-align: left;
        text-decoration: none;
        line-height: 1.5;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
    }

form {
    display: flex;
    justify-content: center;
    flex: 1;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    margin:5% 0;
    gap: 2%;
}

.bloque {
    display: flex;
    flex: 1;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

label {
    font-size: .8em;
    font-weight: 550;
    color: rebeccapurple;
    margin: 0 0 1% 0;
}

input[type=text] {
    background-color: white(255, 240, 245, 0.4);
    width: 100%;
    height: 40px;
    margin: 0 0 8% 0;
    border: 1px solid rgba(102, 51, 153, 0.3);
    padding: 20px;
    outline: none;

}

input::placeholder {
    color: rgba(102, 51, 153, 0.65);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-size: .8em;
}

input[type=text]:focus {
    border: 1px solid rebeccapurple;
}

textarea {
    background-color: white;
    width: 100%;
    height: 80px;
    margin: 0 0 8% 0;
    border: 1px solid rgba(102, 51, 153, 0.5);
    outline: none;
    padding: 20px;
}

textarea:focus {
    border: 1px solid navy;
}

textarea::placeholder {
    color: rgba(102, 51, 153, 0.65);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-size: .8em;
}

input[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 128, 0.5);
    color: white;
    font-size: .95em;
    width: 100%;
    height: 40px;
    margin: 0 0 6% 0;
    border: 1px solid rgba(102, 51, 153, 0.3);
    outline: none;
    transition: .5s;
}

input[type=submit]:hover {
    background-color:navy;
    color:white;
}

small {
    font-size: .5em;
    width: 80%;
}

form a {
    color: rebeccapurple;
}

.whatsapp-logo {
    width: 150px;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: rgb(27, 20, 100);
    padding: 10% 0;
    color: white;
}

    .footer-nav {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        width: 80%;
        height: auto;
    }

    dl {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

        dt {
            margin: 0 0 25px;
            font-size: 1.15em;
            font-weight: 400;
            color: darkcyan;
            text-transform: uppercase;
        }

       .footer-a {
            margin: 0 0 25px;
            font-size: 1.15em;
            font-weight: 400;
            color: darkcyan;
            text-transform: uppercase;
        }

        dd {
            margin: 0 0 16%;
            font-size: .85em;
            text-transform: uppercase;
            font-weight: 100;
        }

        dd a, address a{
            color: white;
            text-decoration: none;
            font-size: 1em;
            font-weight: 200;
            transition: color .35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        }

        dd a:hover, address a:hover{
            color: cyan;
        }

        .hide {
            display: none;
        }

        .lineal {
            display: flex;
            justify-content: center;
            width: 60%;
        }

        .fa-linkedin, .fa-whatsapp, .fa-house {
            font-size: 2em;
            margin: 0 25px 0 0;
        }

    address {
        margin: 10% 0 5%;
        font-weight: 100;
        font-style: normal;
        text-align: center;
        padding: 5% 5% 0;
    }

    }