/** Globales **/

*, *::before, *::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p{
    line-height: 2.2rem;
}

html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden; 
}
ul {
    list-style: none;
    
  }

.margenes-contenedor {
    width: 60%;
    margin: 0 auto;
  }

/** Fonts **/

@font-face {
    font-family: 'AKZIDENZGROTESK-COND';
    src: url(45458e3405adfedf2e4b.OTF) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KELSEY-SCRIPT';
    src: url(9a7f09f658f676a29796.OTF) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MYRIAD-VARIABLE-CONCEPT-BOLD';
    src: url(f1f24626985ffbdd20ad.OTF) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MYRIAD-VARIABLE-CONCEPT-LIGHTSEMIEXT';
    src: url(c0e79f4904ec2baad73e.OTF) format('opentype');
    font-weight: normal;
    font-style: normal;
}

/** Header **/

.hamburger-icon img{
    display: none;
}

header {
    width: 100%;
    height: auto;
    background-color: #004a8d;
    z-index: 1;
}

.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0;
    margin: 0 auto;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    animation: slideDown .4s ease-in-out;
}

@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }

.logo-property{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-property img{
    width: 140px;
    height: 50px;
}

.logos-izq{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logos-izq a{
    margin: 0 10px;
    cursor: pointer;
    fill: #fff;
    height: 15px;
    width: 15px;
}

.logos-izq a:hover{
    margin: 0 10px;
    cursor: pointer;
    fill: #FFBE00;
    transition: 1s;
}

.mega-menu ul{
    display: flex;
    justify-content: center;
}

.mega-menu ul li a{
    font-family: 'AKZIDENZGROTESK-COND';
    font-size: 1.5rem;
    text-decoration: none;
    position: relative;
    color: white;
}

.mega-menu ul li:not(:last-child)::after {
    font-family: 'AKZIDENZGROTESK-COND';
    font-size: 1.5rem;
    content: "l";
    margin-left: 20px;
    margin-right: 20px;
    color: white;
}


.mega-menu ul li a:hover{
    color:#FFBE00;
    transition: all 1s;
}

/** Inicio **/
.carousel {
    width: 100vw;
    height: auto; /* Ajuste automático basado en el contenido */
    position: relative;
}

.carousel > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; /* Para que las diapositivas se posicionen relativas al ul */
    height: 100%; /* Mantener la altura para las diapositivas */
}

.slide {
    position: absolute; /* Para que todas las diapositivas ocupen el mismo espacio */
    inset: 0;
    width: 100%; /* Ocupa todo el ancho del contenedor del carrusel */
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
}

.slide > img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}

.carousel-button{
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    top:50%;
    transform: translateY(-50%);
    color: rgb(255,255,255 .5);
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    background-color: rgb(0, 0, 0, .1);
}

.carousel-button:hover, .carousel-button:focus{
    color:white;
    background-color: rgba(0,0,0,.2);
}

.carousel-button:focus{
    outline: 1px solid black;
}

.carousel-button.prev{
    left: 1rem;
}

.carousel-button.next{
    right: 2rem;
    
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 3;
}

.carousel-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5); 
    margin: 0 5px;
    cursor: pointer;
    z-index: 3;
}

.carousel-indicator.active {
    background-color: black; 
    z-index: 3;
}



/** Servicios **/

.separador-secciones-uno {
    background-image: url(19088017f610098418ae.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    position: relative; 
}

@supports ((-webkit-image-set: url('img/separador-de-secciones-1.webp') 1.0)) {
    .separador-secciones-1 {
        background-image: url(165bf55a61f2b8eea4cc.png);
    }
}


.fondo-servicios{
    background-color: #2e84b4;
    width: 100%;
    padding: 100px 0;
    height: auto;
    min-height: 770px;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redes-svg-servicios{
    width: 70px;
    height: 70px;
}

.fondo-servicios h2{
    font-size: 5rem;
    color: #FFBE00;
    font-family: 'AKZIDENZGROTESK-COND';
}

.contenedor-servicios{
    display: flex;
    justify-content: space-between;
}

.servicios-parrafo-uno{
    font-family: 'MYRIAD-VARIABLE-CONCEPT-BOLD';
    font-size: 1.3rem;
    color: #ffff;
}

.servicios-parrafo-dos{
    font-family: 'MYRIAD-VARIABLE-CONCEPT-LIGHTSEMIEXT';
    font-size: 1.3rem;
    color: #ffff;
}

.servicios-uno, .servicios-dos{
    width: 48%; 
    margin: 0 25px;
}

.servicios-uno > *:not(:last-child),
.servicios-dos > *:not(:last-child) {
    margin-bottom: 10px;
}

.linea-compra span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #122534;
}

.linea-inversores span{
    display: inline;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #122534;
}



/* Premium */

.separador-secciones-dos {
    background-image: url(914054b0074565896e19.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    position: relative; 
}

@supports ((-webkit-image-set: url('img/separador-de-secciones-2.webp') 1.0)) {
    .separador-secciones-dos {
        background-image: url(1e708feb9a754ae18e9c.png);
    }
}

.contenedor-servicios-especiales{
    background-color: #eeee;
    padding: 100px 0;
    height: auto;
    min-height: 900px;
    display: flex;
    align-items: center;
}

.servicios-principales-uno {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.servicios-especiales {
    font-family: 'AKZIDENZGROTESK-COND';
    font-size: 4rem;
    color: #122534;
    margin-bottom: 50px;
}

.servicios-especiales span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #FFBE00;
}

.descripcion-servicios-premium h2{
    font-family: 'AKZIDENZGROTESK-COND';
    font-size: 3rem;
    color: #122534;
}

.descripcion-servicios-premium p{
    font-family: 'MYRIAD-VARIABLE-CONCEPT-LIGHTSEMIEXT';
    font-size: 1.3rem;
}

.servicios-principales-dos {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.descripcion-servicios-premium {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.descripcion-servicios-premium h2{
    padding-bottom: 10px;
}

.descripcion-servicios-premium p{
    margin-top: 10px;
}

/* Beneficios */


.separador-secciones-tres{
    background-image: url(d430bd67213f827001f7.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    position: relative; 
}

@supports ((-webkit-image-set: url('img/separador-de-secciones-3.webp') 1.0)) {
    .separador-secciones-dos {
        background-image: url(b2de05cbc729069cb5d6.png);
    }
}


.contenedor-beneficios-servicios {
    background-color: #2e84b4;
    width: 100%;
    padding: 100px 0;
    height: auto;
    min-height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-descripcion-beneficios-servicios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.descripcion-beneficios-servicios {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.descripcion-beneficios-servicios img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.descripcion-beneficios-servicios h3{
    font-family: 'AKZIDENZGROTESK-COND';
    color: #FFBE00;
    font-size: 3rem;
}

.descripcion-beneficios-servicios p{
    font-family: 'MYRIAD-VARIABLE-CONCEPT-LIGHTSEMIEXT';
    color: #fff;
    font-size: 1.3rem;
}

.beneficios-servicios-uno{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.beneficios-de-nuestros-servicios{
    width: 60%;
    margin-bottom: 50px;
}
.beneficios-de-nuestros-servicios h3{
    font-family: 'AKZIDENZGROTESK-COND';
    font-size: 4rem;
    display: flex;
    height: 100%;
    color: #122534;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.beneficios-de-nuestros-servicios span {
    display: flex;
    color: #FFBE00;
    background-color: #122534;
    border-radius: 10px;
    padding: 5px 10px;
}

.separador-secciones-tres{
    background-image: url(d430bd67213f827001f7.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    position: relative; 
}

@supports ((-webkit-image-set: url('img/separador-de-secciones-3.webp') 1.0)) {
    .separador-secciones-dos {
        background-image: url(b2de05cbc729069cb5d6.png);
    }
}

/** Nosotros **/

.contenedor-nosotros{
    background-image: url(0aac0b1d1c6a9654c450.webp);
    height: auto;
    min-height: 800px;
    padding-top: 100px;
    background-size: cover;
    background-position: center;
}

@supports ((-webkit-image-set: url('img/fondo-roberto.webp') 1.0)) {
    .contenedor-nosotros {
        background-image: url(4e3b58d39b8b325ae7ec.png);
    }
}

.nosotros-texto {
    width: 60%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-bottom: 100px;
}

.nosotros-texto-parrafo{
    font-family: 'MYRIAD-VARIABLE-CONCEPT-LIGHTSEMIEXT';
    color: #ffff;
    font-size: 1.5rem;
}

.nosotros-texto-segundo-parrafo{
    font-family: 'KELSEY-SCRIPT';
    color: #ffff;
    padding-top: 1.2rem;
    font-size: 4rem;
}

.nosotros-texto p {
    display: block; /* Muestra los párrafos uno debajo del otro */
    margin: 10px 30px; /* Añade un margen vertical entre los párrafos */
    text-align: left;
}

.nosotros-img {
    width: 40%; /* Segundo hijo ocupa el 40% restante del ancho */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Centra la imagen en la parte inferior */
}

.contenedor-texto-imagen{
    height: auto;
    max-height: 1000px;
    display:flex;
}

.nosotros-img img {
    margin: 0 auto; /* Centra la imagen horizontalmente */
    width: 100%;
    min-width: 400px;
}

/** Contacto **/

.separador-secciones-cuatro{
    background-image: url(7eb5da2824746751cd1f.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    position: relative; 
}

@supports ((-webkit-image-set: url('img/separador-de-secciones-4.webp') 1.0)) {
    .separador-secciones-dos {
        background-image: url(bcadeb75904b40f29094.png);
    }
}

.contact-form-section {
    background-color: #eeee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    height: 60vh;
    min-height: 600px;
}

.form-container {
    width: 500px;
    max-width: 100%;
}

.form-container h2 {
    font-family: 'AKZIDENZGROTESK-COND';
    text-align: center;
    color: #2e84b4;
    font-size: 4rem;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.form-group {
    flex: 1;
    margin-bottom: 15px;
}

.form-group + .form-group {
    margin-left: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #122534;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background-color: #eeee;
    width: 100%;
    padding: 10px;
    border: 1px solid #004a8d;
    border-radius: 3px;
    box-sizing: border-box;
}

button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 3px;
    background-color: #2e84b4;
    color: #eeee;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #004a8d;
}
.logos-footer{
    display: none;
}

footer{
    display: none;
}



/** ---------- Media Queries Teléfono ---------- **/







@media screen and (min-width: 320px) and (max-device-width : 480px)   {
    .margenes-contenedor {
        width: 90%;
        margin: 0 auto;
    }
    header .margenes-contenedor:last-child{
        width: 100%;
    }
    .logos-izq{
        display: none;
    }
      .header-wrapper {
        display: flex;
        flex-wrap: wrap;
        background-color: #004a8d;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        max-width: 100%;
        width: 100%;
        position: relative;
        z-index: 100;
      }
       .hamburger-icon img {
        display:inline;
        position: relative;
        width: 50px;
        height: 25px;
        cursor: pointer;
      }
        .header-wrapper .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #004a8d;
        width: 40%;
        height: 0;
        overflow: hidden;
        transform: scaleY(0);
        opacity: 0;
        transition: 0.5s ease all;
        transform-origin: top;
      }

      .mega-menu ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }
    .mega-menu ul li:not(:last-child)::after {
        content: none;
    }
      .header-wrapper .mega-menu ul li {
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
      }
      .header-wrapper .mega-menu.active {
        height: auto;
        transform: scaleY(1);
        opacity: 1;
        z-index: 100;
      }
      
    /** Servicios **/
    .fondo-servicios {
        min-height: 1500px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fondo-servicios h2{
        font-size: 4rem;
    }
    .contenedor-servicios{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        flex-direction: column;
    }
    .servicios-uno, .servicios-dos{
        width: 100%;
        margin: 0 auto;
    }
    .servicios-dos{
        margin-top: 50px;
    }
    /** Premium **/
    .contenedor-servicios-especiales {
        min-height: 1800px;
        display: flex;
        justify-content: center;
        align-items: left;
        text-align: left;
    }
    .servicios-principales-uno {
        display: flex;   
        margin: 0 auto;
        flex-direction: column;
    }
    .servicios-especiales {
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    .servicios-principales-dos{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
    }
    .descripcion-servicios-premium{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
        padding-top: 10px;
    }
    /** Beneficios **/
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios {
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
    }
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios img,
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios h3,
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios p,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios img,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios h3,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios p {
        text-align: left;
    }
    .contenedor-beneficios-servicios {
        display: flex;
        justify-content: center;
        min-height: 1900px;    
    }
    .beneficios-de-nuestros-servicios h3{
        display: flex;
        margin: 0 auto;
    }

    .contenedor-descripcion-beneficios-servicios {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 auto;
    }
    .descripcion-beneficios-servicios-prestc{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    /** Nosotros **/
    .contenedor-nosotros{
        min-height: 800px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .margenes-contenedor .nosotros-img {
        display: none;
    }
    .nosotros-texto{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: left;
        text-align: center;
    }
    .nosotros-texto p{
        font-size: 1.5rem;
        margin: 0 0;
        align-items: left;
        text-align: left;
    }
    .nosotros-texto p:last-child{
        font-size: 2.5rem;
        margin-top: 30px;
    }
    .nosotros-texto-segundo-parrafo{
        padding-top: 20px;
    }
    /** Contacto **/
    .contact-form-section .form-container {
    width: 90%;
    }
    footer{
        display: block;
    }
    .footer-wrapper{
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        height: auto;
        background-color: #004a8d;
    }
    .logos-footer{
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .logos-footer img{
        margin: 20px 20px;
        height: 30px;
        width: 30px;
    }
}


/** ---------- Media Queries Tablet ---------- **/

@media screen and (min-width: 480px) and (max-device-width : 768px){
    .margenes-contenedor {
        width: 90%;
        margin: 0 auto;
    }
    header .margenes-contenedor:last-child{
        width: 100%;
    }
    .logos-izq{
        display: none;
    }
      .header-wrapper {
        display: flex;
        flex-wrap: wrap;
        background-color: #004a8d;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        max-width: 100%;
        width: 100%;
        position: relative;
        z-index: 100;
      }
       .hamburger-icon img {
        display:inline;
        position: relative;
        width: 50px;
        height: 25px;
        cursor: pointer;
      }
        .header-wrapper .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #004a8d;
        width: 40%;
        height: 0;
        overflow: hidden;
        transform: scaleY(0);
        opacity: 0;
        transition: 0.5s ease all;
        transform-origin: top;
      }

      .mega-menu ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }
    .mega-menu ul li:not(:last-child)::after {
        content: none;
    }
      .header-wrapper .mega-menu ul li {
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
      }
      .header-wrapper .mega-menu.active {
        height: auto;
        transform: scaleY(1);
        opacity: 1;
        z-index: 100;
      }
      
    /** Inicio **/
    .slide >img{
        object-position: center;
        object-fit:unset;
    }
    /** Servicios **/
    .fondo-servicios {
        min-height: 1400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contenedor-servicios{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        flex-direction: column;
    }
    .servicios-uno, .servicios-dos{
        width: 100%;
        margin: 0 auto;
    }
    .servicios-dos{
        margin-top: 50px;
    }
    /** Premium **/
    .contenedor-servicios-especiales {
        min-height: 1600px;
        display: flex;
        justify-content: center;
        align-items: left;
        text-align: left;
    }
    .servicios-principales-uno {
        display: flex;   
        margin: 0 auto;
        flex-direction: column;
    }
    .servicios-especiales {
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    .servicios-principales-dos{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
    }
    .descripcion-servicios-premium{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
        padding-top: 10px;
    }
    /** Beneficios **/
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios {
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
    }
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios img,
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios h3,
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios p,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios img,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios h3,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios p {
        text-align: left;
    }
    .contenedor-beneficios-servicios {
        display: flex;
        justify-content: center;
        min-height: 1600px;    
    }

    .beneficios-de-nuestros-servicios{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .contenedor-descripcion-beneficios-servicios {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 auto;
    }
    .descripcion-beneficios-servicios-prestc{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    /** Nosotros **/
    .contenedor-nosotros{
        min-height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .margenes-contenedor .nosotros-img {
        display: none;
    }
    .nosotros-texto{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: left;
        text-align: center;
    }
    .nosotros-texto p{
        font-size: 1.5rem;
        margin: 0 0;
        align-items: left;
        text-align: left;
    }
    .nosotros-texto p:last-child{
        font-size: 2.5rem;
        margin-top: 30px;
    }
    .nosotros-texto-segundo-parrafo{
        padding-top: 20px;
    }
    /** Contacto **/
    .contact-form-section .form-container {
    width: 90%;
    }
    footer{
        display: block;
    }
    .footer-wrapper{
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        height: auto;
        background-color: #004a8d;
    }
    .logos-footer{
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .logos-footer img{
        margin: 20px 20px;
        height: 30px;
        width: 30px;
    }
}

@media screen and (min-width: 768px) and (max-device-width : 1024px){
    .margenes-contenedor {
        width: 90%;
        margin: 0 auto;
    }
    header .margenes-contenedor:last-child{
        width: 100%;
    }
    .logos-izq{
        display: none;
    }
    .logo-property{
        margin-right: 50px;
    }
    .header-wrapper {
        display: flex;
        flex-wrap: wrap;
        background-color: #004a8d;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        max-width: 100%;
        width: 100%;
        position: relative;
        z-index: 100;
      }
       .hamburger-icon img {
        display:inline;
        position: relative;
        width: 50px;
        height: 25px;
        cursor: pointer;
      }
        .header-wrapper .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #004a8d;
        width: 40%;
        height: 0;
        overflow: hidden;
        transform: scaleY(0);
        opacity: 0;
        transition: 0.5s ease all;
        transform-origin: top;
      }

      .mega-menu ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }
    .mega-menu ul li:not(:last-child)::after {
        content: none;
    }
      .header-wrapper .mega-menu ul li {
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
      }
      .header-wrapper .mega-menu.active {
        height: auto;
        transform: scaleY(1);
        opacity: 1;
        z-index: 100;
      }
      
    /** Inicio **/
    .slide >img{
        object-position: center;
        object-fit:unset;
    }
    /** Servicios **/
    .fondo-servicios {
        min-height: 1200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contenedor-servicios{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        flex-direction: column;
    }
    .servicios-uno, .servicios-dos{
        width: 100%;
        margin: 0 auto;
    }
    .servicios-dos{
        margin-top: 50px;
    }
    /** Premium **/
    .contenedor-servicios-especiales {
        min-height: 1500px;
        display: flex;
        justify-content: center;
        align-items: left;
        text-align: left;
    }

    .servicios-especiales {
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }

    .servicios-principales-dos{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
    }
    .descripcion-servicios-premium{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
        padding-top: 10px;
    }
    /** Beneficios **/
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios {
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
    }
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios img,
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios h3,
    .contenedor-descripcion-beneficios-servicios .beneficios-de-nuestros-servicios p,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios img,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios h3,
    .contenedor-descripcion-beneficios-servicios .descripcion-beneficios-servicios p {
        text-align: left;
    }
    .contenedor-beneficios-servicios {
        display: flex;
        justify-content: center;
        align-items: left;
        min-height: 1500px;    
    }
    .beneficios-servicios-uno{
        display: flex;
        justify-content: center;
        align-items: left;
        text-align: left;
        margin: 0 auto;
        flex-direction: column;
    }
    .beneficios-de-nuestros-servicios{
        width: 100%;
        margin-bottom: 50px;
    }
    .contenedor-descripcion-beneficios-servicios {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 auto;
    }
    .descripcion-beneficios-servicios-prestc{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    /** Nosotros **/
    .contenedor-nosotros{
        min-height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .margenes-contenedor .nosotros-img {
        display: none;
    }
    .nosotros-texto{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: left;
        text-align: center;
    }
    .nosotros-texto p{
        font-size: 1.5rem;
        margin: 0 0;
        align-items: left;
        text-align: left;
    }
    .nosotros-texto p:last-child{
        font-size: 2.5rem;
        margin-top: 30px;
    }
    .nosotros-texto-segundo-parrafo{
        padding-top: 20px;
    }
    /** Contacto **/
    .contact-form-section .form-container {
    width: 90%;
    }
    footer{
        display: block;
    }
    .footer-wrapper{
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        height: auto;
        background-color: #004a8d;
    }
    .logos-footer{
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .logos-footer img{
        margin: 20px 20px;
        height: 30px;
        width: 30px;
    }
}
@media screen and (min-width: 1024px) and (max-device-width : 1220px){
    .logos-izq{
        display: none;
    }
    .mega-menu a{
        margin-left: 20px;
    }
    .mega-menu ul li:not(:last-child)::after{
        content: none;
    }
    footer{
        display: block;
    }
    .footer-wrapper{
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        height: auto;
        background-color: #004a8d;
    }
    .logos-footer{
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .logos-footer img{
        margin: 20px 20px;
        height: 30px;
        width: 30px;
    }
}
@media (min-width: 1221px) and (max-width : 1520px){
    .logos-izq a{
        fill: #2e84b4;
    }
    .logos-izq a:hover{
        fill: #FFBE00;
    }
}
