*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Brandon-bold';
    src: url("../font/brandon_text_bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Brandon';
    src: url("../font/brandon_text.ttf") format("truetype");
    font-display: swap;
}
.desktop{
    display: flex !important;
}
.mobile{
    display: none !important;
}
.seccion{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container{
    width: 1200px;
}
a{
    cursor: pointer;
    text-decoration: none;
    font-family: 'Brandon', sans-serif;
    font-size: 16px;
    text-align: center;
}
ul{
    list-style-type: none;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
h1{
    color: white;
    font-family: 'Brandon', sans-serif;
    font-size: 52px;
    line-height: 56px;
    width: 565px;
    margin-bottom: 30px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
h2 , .desarrollo h1{
    font-size: 34px;
    font-family: 'Brandon-bold', sans-serif;
    line-height: 42px;
    text-shadow: none;
    margin-bottom: 0;
    width: auto;
    color:#000;
}
p{
    font-family: 'Brandon', sans-serif;
    font-size: 22px;
    line-height: 42px;
}
.btn{
    font-family: 'Brandon-bold';
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 12px;
    border: #fff;
    text-align: center;
}
.btn-white{
    border: 1px solid #FFFFFF;
    color: white;
}
.btn-blue{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00447B;
    width: 185px;
    height: 44px;
    color: #00447B;

}
.position-stiky-fijo{
    position: sticky;
    top: 0;
}
.position-stiky{
    position: sticky;
    z-index: 1;
}
.contador{
    display: flex;
    flex-direction: row !important;
}
nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
nav.visible{
    display: flex;
    position: fixed;
    background-color: #fff;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.home nav.visible{
    position: fixed;
    background-color: #00447B !important;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px; 
}
nav .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .container .items {
    display: flex;
    width: 648px;
    justify-content: space-between;
    align-items: center;
}
nav .items li a{
    color: white;
    font-family: 'Brandon-bold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
nav .items li .btn{
    padding: 0;
    line-height: 1;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_intro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.intro{
    overflow: hidden;
    background-size: cover;
    height: 650px;
    width: 100%;
    position: relative;
}
@media (min-width:1600px) {
    .intro{
        height: 730px;
    }
}
.intro::after{
    content: '';
    /* width: 30px; */
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
}
.intro::before{
    content: '';
    /* width: 30px; */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}
.intro .container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/*Seccion uno*/
.seccion_uno{
    padding-top: 84px;
    padding-bottom: 100px;
    background-color: #fff;
}
.seccion_uno .container{
    display: flex;
    justify-content: space-between;
}
.seccion_uno .container h2{
    margin-bottom: 24px;
}
.seccion_uno .cont_img{
    width: 512px;
    height: 464px;
    overflow: hidden;
}
/*Seccion Dos*/
.seccion_dos{
    background-color: #F2F4F7;
    padding: 45px 0px;
}
.seccion_dos .container{
    display: flex;
    align-items: center;
}
.seccion_dos .container .galeria{
    display: flex;
}
.seccion_dos .container .galeria .cont_galeria{
    display: flex;
    flex-direction: column;
}
.seccion_dos .container .galeria .cont_galeria_uno{
    margin-right: 18px;
    align-items: flex-end;
}
.seccion_dos .container .galeria .cont_galeria_dos{
    align-items: flex-start;
}
.seccion_dos .container .galeria .cont_galeria_dos .img_grande{
    margin-top: 20px;
}
.seccion_dos .container .galeria .cont_galeria_uno .img_grande{
    margin-bottom: 20px;
}
.seccion_dos .container .img_grande{
    width: 262px;
    height: 314px;
    overflow: hidden;
}
.seccion_dos .container .img_chica{
    width: 237px;
    height: 167px;
    overflow: hidden;
}
.seccion_dos .container .cont_texto{
    margin-left: 110px;
}
.seccion_dos .container .cont_texto h2{
    margin-bottom: 20px;
}
.seccion_dos .container .cont_texto p{
    margin-bottom: 20px;
}
/*Seccion Tres*/
h3{
    font-family: 'Brandon-bold', sans-serif;
    color: #00447B;
    font-size: 40px;
    line-height: 42px;
}
.seccion_tres{
    padding-top: 90px;
    padding-bottom: 45px;
    overflow: hidden;
    background-color: #fff;
}
.seccion_tres .container{
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    justify-items: center;
    grid-gap: 135px;
}
.seccion_tres .container div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*Seccion Studios*/
.seccion_studios{
    padding-top: 34px;
    padding-bottom: 108px;
    background-color: #fff;
}
.seccion_studios .container{
    display: flex;
    background-color: #00447B;
    justify-content:flex-end;
    position: relative;
}
.seccion_studios .container .texto{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 45px;
    padding-left: 58px;
    display: flex;
    flex-direction: column;
}
.seccion_studios .container h2, .seccion_studios .container p{
    color: #FFFFFF;
}
.seccion_studios .container p{
    margin-bottom: 24px;
}
.seccion_studios .container .color_celeste{
    color: #00FFD1;
    border-bottom: 1px solid #00FFD1;
    padding-bottom: 25px;
    margin-bottom: 18px;
}
.seccion_studios .container .logo{
    width: 163px;
    height: 36px;
    margin-bottom: 32px;
}
.seccion_studios .cont_img{
    border-radius:  255px 0 0 0;
    width: 871px;
    height: 438px;
    overflow: hidden;
}
/*Seccion Cuatro*/
.seccion_cuatro{
    background-color: #F2F4F7;
    padding-top: 100px;
    padding-bottom: 90px;
}
.seccion_cuatro h2{
    margin-bottom: 40px;
}
.seccion_cuatro .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.seccion_cuatro .container .cont_desarrollos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
}
.seccion_cuatro .container .cont_dos_desarrollos{
    display: flex;
    flex-direction: column;
}
.seccion_cuatro .container .cont_dos_desarrollos .cont_desarollo{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.seccion_cuatro .container .cont_desarrollos .cont_dos_desarrollos .cont_desarrollo_grande{
    width: 379px;
    height: 546px;
}
.seccion_cuatro .container .cont_desarrollos .cont_dos_desarrollos .cont_desarrollo_chico{
    width: 379px;
    height: 290px;
}
.seccion_cuatro .container .cont_desarrollos .cont_dos_desarrollos .cont_desarrollo_medio{
    width: 379px;
    height: 418px;
}
.seccion_cuatro .container .cont_dos_desarrollos .ayres_plaza{
    margin-top: 32px;
}
.seccion_cuatro .container .cont_dos_desarrollos .cont_desarollo .texto{
    position: absolute;
    bottom: 0;
    left: 0; 
    color: #fff;
    padding-left: 38px;
    padding-bottom: 25px;
}
.seccion_cuatro .container .cont_dos_desarrollos .cont_desarollo .nuevo{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00447B;
    padding: 8px 30px 9px;
    color: #fff;
}

.seccion_cuatro .container .cont_dos_desarrollos .cont_desarollo .comercializando{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #146fb9;
    padding: 8px 30px 9px;
    color: #fff;
}

.seccion_cuatro .container .cont_dos_desarrollos .cont_desarollo .terminado{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #33a505;
    padding: 8px 30px 9px;
    color: #fff;
}

/*Footer*/
footer{
    background-color: #00447B;
    padding-bottom: 32px;
    padding-top: 60px;
}
footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .container .logo{
    display: block;
    width: 154px;
    height: 59px;
}
footer .container ul{
    display: flex;
}
footer .container ul li{
    text-align: center;
    margin-left: 40px;
}
footer .container ul li a{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Brandon-bold', sans-serif;
    font-size: 14px;
}
footer .container-legales{
    justify-content: end;
    margin-top: 0;
    opacity: 0.9;
}
footer .container-legales p, footer .container-legales a{
    color: white;
    font-size: 14px;
}
footer .container-legales a{
    font-family: 'Brandon', sans-serif;
    padding-bottom: 5px;
}
.container-legales:hover a {
    text-decoration: underline;
}
@media (max-width:1200px) {
    .mobile{
        display: flex !important;
    }
    .desktop{
        display: none !important;
    }
    .container{
        width: 90%;
    }
    h1{
        font-size: 26px;
        line-height: 34px;
        width: 100%;
    }
    h2 , .desarrollo h1{
        font-size: 20px;
        line-height: 26px;
    }
    h3{
        font-size: 30px;
        line-height: 42px;
    }
    p{
        font-size: 18px;
        line-height: 24px;
    }
    .menu-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        z-index: 999;
    }
    .menu-btn span {
        display: block;
        width: 25px;
        height: 2px;
        background-color: white;
        margin: 3px;
        transition: all 0.3s ease-in-out;
    }
    .menu-btn.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-btn.active span:nth-child(1) {
        background-color: #fff;
        transform: translateY(-1px) rotate(45deg);
    }
    .menu-btn.active span:nth-child(3) {
        background-color: #fff;
        transform: translateY(-18px) rotate(-45deg);
    }
    .menu {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        right: -101%;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        /*Firefox*/
        -moz-transition: 0.6s ease;
        /*Opera*/
        -o-transition: 0.6s ease;
        background-color: #00447B;
    }
    .menu.active .logo{
        width: 68px;
        height: 15px;
        display: contents;
    }
    .menu.active .btn-white{
        width: 150px;
    }
    .menu.active .cont_logo{
        margin-bottom: 48px;
    }
    .menu.active {
        right: 0;
    }
    .menu li {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu .items{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu .items li a{
        text-decoration: none;
        color: white;
        text-shadow: none;
        font-size: 16px;
    }
    .menu .items .hr-mobile::after{
        content: '';
        width: 122px;
        height: 0px;
        margin: 13px 0px;
        border: 1px solid #EBEBEB;
    }
    .menu .items .btn-azul {
        color: white;
    }
    .menu .logo img{
        object-fit: contain;
        -o-object-fit: contain;
    }
    .menu .cont_item{
        margin-top: 60px;
    }
    .mobile .container .logo{
        display: block;
        width: 106px;
        height: 41px;
    }
    .intro{
        overflow: hidden;
        background-size: cover;
        height: 438px;
    }
    .intro .container{
        align-items: flex-start;
        margin-top: 130px;
    }
    .intro::after , .intro::before{
        display: none;
    }
    /*Seccion uno*/
    .seccion_uno{
        padding-top: 42px;
        padding-bottom: 46px;
    }
    .seccion_uno .container{
        flex-direction: column;
    }
    .seccion_uno .container h2{
        margin-bottom: 20px;
    }
    .seccion_uno .cont_img{
        width: 100%;
        height: 280px;
        margin-top: 22px;
    }
    /*Seccion dos*/
    .seccion_dos{
        padding-top: 38px;
        padding-bottom: 45px;
    }
    .seccion_dos .container{
        flex-direction: column-reverse;
    }
    .seccion_dos .container .cont_texto {
        margin-left: 0;
    }
    .seccion_dos .container .cont_texto h2 {
        margin-bottom: 15px;
    }
    .seccion_dos .container .cont_texto p {
        margin-bottom: 15px;
    }
    .seccion_dos .container .galeria {
        margin-bottom: 17px;
        width: 100%;
    }
    .seccion_dos .container .galeria .cont_galeria{
        width: 50%;
    }
    .seccion_dos .container .galeria .cont_galeria_uno{
        margin-right: 10px;
    }
    .seccion_dos .container .img_grande{
        width: 100%;
        height: 180px;
    }
    .seccion_dos .container .img_chica {
        width: 90%;
        height: 96px;
    }
    .seccion_dos .container .galeria .cont_galeria_dos .img_grande {
        margin-top: 13px;
    }
    .seccion_dos .container .galeria .cont_galeria_uno .img_grande {
        margin-bottom: 13px;
    }
    .seccion_dos .btn{
        align-items: center;
        justify-content: center;
    }
    /*Seccion tres*/
    .seccion_tres{
        padding-top: 36px;
        padding-bottom: 40px;
    }
    .seccion_tres .container {
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        justify-items: center;
        grid-gap: 16px;
    }
    .seccion_tres p{
        font-size: 16px
    }
    /*Seccion Studios*/
    .seccion_studios{
        padding-top: 0;
        padding-bottom: 44px;
    }
    .seccion_studios .container{
        flex-direction: column-reverse;
        background: none;
    }
    .seccion_studios .container .logo{
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 36px;
        margin-left: 26px;
        z-index: 1;
    }
    .seccion_studios .container .texto{
        position: inherit;
        background-color: #00447B;
        padding-top: 22px;
        padding-left: 18px;
        padding-bottom: 37px;
        padding-right: 15px;
    }
    .seccion_studios .container .color_celeste{
        padding-bottom: 11px;
    }
    .seccion_studios .cont_img{
        width: 100%;
        height: 284px;
        border-radius: 0px 137px 0px 0px;
    }
    /*Seccion cuatro*/
    .seccion_cuatro {
        background-color: #F2F4F7;
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .seccion_cuatro h2 {
        margin-bottom: 17px;
    }
    .cont_desarrollos{
        flex-direction: column;
    }
    .seccion_cuatro .container .cont_desarrollos .cont_dos_desarrollos .cont_desarrollo_grande{
        width: 100%;
        height: 280px;
    }
    .seccion_cuatro .container .cont_desarrollos .cont_dos_desarrollos .cont_desarrollo_chico{
        width: 100%;
        height: 280px;
    }
    .seccion_cuatro .container .cont_desarrollos .cont_dos_desarrollos .cont_desarrollo_medio{
        width: 100%;
        height: 280px;
    }
    .seccion_cuatro .container .cont_dos_desarrollos .ayres_plaza{
        margin-top: 10px;
    }
    .seccion_cuatro .container .mobile.cont_desarrollos{
        display: grid !important;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        width: 100%;
    }
    /*Footer*/
    footer .container{
        flex-direction: column;
    }
    footer .container ul{
        flex-direction: column;
        margin-top: 42px;
    }
    footer .container ul li{
        margin-left: 0;
        margin-bottom: 16px;
    }
}
/*Desarrollos*/
.desarrollo header{
    height: 100px;
    width: 100%;
    background-color: white;
}
.desarrollo nav .items li a{
    color: #00447B;
    text-shadow: none;
}
.desarrollo .seccion_cuatro h1{
    margin-bottom: 40px;
}
@media (max-width: 1200px){
    .desarrollo .menu-btn span {
        background-color: #00447B;
    }
    .desarrollo nav{
        padding-bottom: 13px;
    }
    nav .logo img{
        object-fit: contain;
        -o-object-fit: contain;
    }
    nav .container {
        align-items: center;
    }
    .desarrollo header{
        height: 73px;
    }
    .desarrollo .menu.active .items li a{
        color: white;
    }
    .desarrollo h2{
        font-size: 24px;

    }
    .desarrollo .seccion_cuatro h1{
        margin-bottom: 20px;
    }
}
/*Ayres vila - Desarrollo*/
.container_texto{
    width: 825px;
    text-align: center;
}
.desarrollo .seccion__uno .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.desarrollo .seccion__uno h1{
    margin-top: 65px;
}
.desarrollo .seccion__uno p{
    margin-top: 18px;
    margin-bottom: 33px;
}
.desarrollo .seccion__uno .cont__img , .desarrollo .seccion__dos .cont__img{
    height: 535px;
    width: 100%;
    overflow: hidden;
}
.desarrollo .seccion__dos{
    margin-top: 60px;
    margin-bottom: 74px;
}
.desarrollo .seccion__dos .container{
    display: flex;
    justify-content: space-between;
}
.desarrollo .seccion__dos .caracteristicas{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 60px;
}
.desarrollo .seccion__dos .caracteristicas img{
    width: 54px;
    height: 54px;
    object-fit: contain;
    -o-object-fit: contain;
}
.desarrollo .seccion__dos hr{
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 111px;
}
.desarrollo .seccion__tres{
    background-color: #F2F4F7;
    padding-top: 65px;
    padding-bottom: 73px;
}
.desarrollo .seccion__tres h2{
    margin-bottom: 32px;
    text-align: center;
}
.desarrollo .seccion__tres iframe{
    width: 100%;
    height: 622px;
}
.terrazas .cont__img{
    margin-bottom: 74px;
}
.desarrollo .seccion__cuatro{
    margin-top: 40px;
}
.desarrollo .seccion__cuatro .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.desarrollo button{
    background: #00457C !important;
    border: none;
    width: 122px !important;
    color: white;
}
.desarrollo form .select{
    position: relative;
    width: 100%;
}
.desarrollo form .select i {
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    display: block;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transition: all 0.25s ease;
}
.desarrollo form select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
.desarrollo form{
    height: auto;
    width: 512px;
    flex-direction: column;
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 0;
    margin-top: 30px;
    padding-left: 0;
}
.desarrollo form label , .desarrollo select option{
    font-family: 'brandon', sans-serif;
    font-style: normal;
    font-weight: 390;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
    margin-top: 16px;
}
.desarrollo form input , .desarrollo form select {
    width: 512px;
    height: 48px;
    font-family: 'brandon', sans-serif;
    font-size: 15px;
    background: #F2F4F7;
    border: 1px solid #F2F4F7;
    border-radius: 12px;
    padding: 13px 11px;
}
.desarrollo form textarea{
    background: #F2F4F7;
    border: 1px solid #F2F4F7;
    border-radius: 12px;
    width: 512px;
    height: 130px;
    margin-bottom: 34px;
    padding: 13px 11px;
    font-family: 'brandon', sans-serif;
    font-size: 15px;
}
.desarrollo #contacto{
    scroll-margin-top: 200px;
}
@media (max-width: 1200px) {
    .container_texto{
        width: 100%;
    }
    .desarrollo .seccion__uno h1 {
        margin-top: 40px;
    }
    .desarrollo .seccion__uno p{
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .desarrollo .seccion__uno .cont__img, .desarrollo .seccion__dos .cont__img{
        height: 225px;
    }
    .desarrollo .seccion__dos .container{
        flex-direction: column;
    }
    .desarrollo .seccion__dos .container .cont_caracteristicas{
        width: 100%;
    }
    .desarrollo .seccion__dos .caracteristicas{
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }
    .desarrollo .seccion__dos img{
        margin-top: 17px;
    }
    .desarrollo .seccion__dos{
        margin-bottom: 47px;
        margin-top: 25px;
    }
    .desarrollo .seccion__tres{
        padding-top: 40px;
        padding-bottom: 47px ;
    }
    .desarrollo .seccion__tres iframe{
        height: 262px;
    }
    .terrazas .cont__img{
        margin-bottom: 47px;
    }
    .desarrollo .button{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .desarrollo form{
        margin-top: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .desarrollo form input , .desarrollo form select , .desarrollo form textarea{
        width: 100%;
    }
    .desarrollo #contacto{
        scroll-margin-top: 150px;
    }
}
/*Compania*/
.compania .seccion___uno{
    margin-top: 72px;
}
.compania .seccion___uno .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.compania .seccion___uno .container p{
    margin-top: 20px;
}
.compania .seccion___uno .container .cont_texto{
    width: 550px;
}
.compania .seccion___uno .container .cont_img{
    width: 584px;
    height: 534px;
    overflow: hidden;
}
.compania .seccion__cuatro{
    margin-top: 100px;
    margin-bottom: 85px;
}
.compania .seccion__cuatro .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.compania .seccion__cuatro .card_cont_text{
    width: 377px;
    height: 199px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.compania .seccion__cuatro .card_cont_text strong{
    font-family: 'Brandon-bold', sans-serif;
    font-size: 30px;
    line-height: 32px;
}
@media (max-width:1200px) {
    .compania .seccion___uno{
        margin-top: 40px;
    }
    .compania .seccion___uno .container{
        flex-direction: column;
    }
    .compania .seccion___uno .container .cont_img{
        width: 100%;
        height: 284px;
        margin-top: 20px;
    }
    .compania .seccion___uno .container p{
        margin-top: 15px;
    }
    .compania .seccion__cuatro{
        margin-top: 0;
        margin-bottom: 64px;
    }
    .compania .seccion__cuatro .container{
        flex-direction: column;
    }
    .compania .seccion__cuatro .card_cont_text{
        width: 100%;
        height: 135px;
    }
    .compania .seccion__cuatro .medio{
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .compania .seccion__cuatro .card_cont_text strong{
        font-size: 20px;
    }
    .compania .seccion___uno .container .cont_texto{
        width: 100%;
    }
}
/*Inversores*/
form{
    width: 580px;
    height: 70px;
    background-color: #F2F4F7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 28px;
    padding-left: 40px;
    margin-bottom: 60px;
}
@media (max-width: 1200px) {

}
.inversores form{
    flex-direction: row;
    background-color: #F2F4F7;
    align-items: center;
    padding: 5px;
}
input{
    background: none;
    border: none;
    font-family: 'brandon', sans-serif;
    font-size: 20px;
}
.inversores button , .contacto button{
    background: #00457C !important;
    border: none;
     width: 122px !important;
}
button:hover{
    border:1px solid #00447B;
    background-color: transparent;
    color: #00447B;

}
@media (max-width:1200px) {
    .inversores form{
        width: 90%;
        margin-bottom: 25px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
    }
    .inversores form input{
        background-color: #F2F4F7;
        border-radius: 12px;
        margin-bottom: 25px;
        height: 54px;
    }

    .inversores button{
        margin-right: 0;
        margin-bottom: 60px;
    }
}
/*Contacto*/
.contacto .seccion__uno .container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.contacto .seccion__uno .icono{
    display: flex;
}
.contacto .seccion__uno .icono p{
    font-size: 20px;
    margin-bottom: 10px;
}
.contacto .seccion__uno .icono img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    -o-object-fit: contain;
    margin-top: 20px;
    margin-right: 20px;
}
.contacto form .select{
    position: relative;
    width: 100%;
}
.contacto form .select i {
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    display: block;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transition: all 0.25s ease;
}
.contacto form select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
.contacto form{
    height: auto;
    width: 512px;
    flex-direction: column;
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 0;
    margin-top: 47px;
    padding-left: 0;
}
.contacto form label , .contacto select option{
    font-family: 'brandon', sans-serif;
    font-style: normal;
    font-weight: 390;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
    margin-top: 16px;
}
.contacto form input , .contacto form select {
    width: 512px;
    height: 48px;
    font-family: 'brandon', sans-serif;
    font-size: 15px;
    background: #F2F4F7;
    border: 1px solid #F2F4F7;
    border-radius: 12px;
    padding: 13px 11px;
}
.contacto form textarea{
    background: #F2F4F7;
    border: 1px solid #F2F4F7;
    border-radius: 12px;
    width: 512px;
    height: 130px;
    margin-bottom: 34px;
    padding: 13px 11px;
    font-family: 'brandon', sans-serif;
    font-size: 15px;
}
#respuesta{
    display: none;
    width: 512px;
    height: 70vh;
    margin-top: 47px;
}
.inversores #respuesta{
    margin-bottom: 30px;
}
@media (max-width:1200px) {
    .contacto .seccion__uno .container{
        flex-direction: column;
    }
    .contacto form{
        margin-top: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .contacto form input , .contacto form select , .contacto form textarea{
        width: 100%;
    }
    .contacto .icono.ubi{
        margin-bottom: 38px;
    }
    .contacto .button{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contacto .seccion__uno .icono p{
        font-size: 18px;
    }
    .contacto .seccion__uno .icono img{
        margin-top: 10px;
    }
    #respuesta{
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
}
/*Prensa*/
.grilla{
    display: grid;
    grid-template-columns: repeat(3 , 3fr);
    gap: 32px;
    margin-bottom: 35px;
}
.grilla .nota{
    width: 100%;
}
.grilla .nota .cont_img{
    height: 290px;
    width: 100%;
    overflow: hidden;
}
.grilla .nota p{
    font-family: 'brandon-bold';
    font-weight: 450;
    font-size: 20px;
    line-height: 30px;
    color: black;
    text-align: start;
    margin-bottom: 10px;
}
@media (max-width:1200px) {
    .grilla{
        grid-template-columns: repeat(1 , 1fr);
        gap: 20px;
    }
    .grilla .nota{
        width: 100%;
    }
    .grilla .nota .cont_img{
        height: 200px;
    }
    .grilla .nota p{
        font-size: 18px;
        line-height: 24px;
    }
}
/*NOTAS*/
.notas .container_texto{
    text-align: start;
}
.notas h1{
    margin-bottom: 28px;
}
.notas .container_texto a{
    font-size: 22px;
    text-decoration: underline;
    color: #000;
}
.notas .cont__img {
    margin-bottom: 60px;
}
.notas .container_texto p{
    margin-top: 0;
    margin-bottom: 40px;
}
.notas .container_texto h3{
    margin-top: 80px;
    margin-bottom: 50px;
    color: #000;
    font-size: 26px;
}
.notas .container .btn-notas{
    font-family: 'brandon-bold', sans-serif;
    font-size: 16px;
    color: #00447B;
    text-decoration: none;
}
.notas .container .seccion-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
@media (max-width:1200px) {
    .notas h1{
        margin-bottom: 21px;
    }
    .notas .container_texto a{
        font-size: 18px;
    }
    .notas .cont__img {
        margin-bottom: 40px;
    }
    .notas .container_texto p{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .notas .container_texto h3{
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .notas .container .seccion-btn{
        margin-bottom: 55px;
        margin-top: 57px;
    }
}
/*Error*/
.error section .container{
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.error section .container p{
    margin-top: 20px;
    margin-bottom: 30px;
}
/*Hovers*/
.btn-white.hover{
    background-color: white;
    color: #00447B !important;
    text-shadow: none;
}
.btn-blue.hover{
    background-color: #00447B;
    color: white !important;
    text-shadow: none;
}
nav .items li .a::after {
    content: "";
    display: block;
    height: 2px;
    background-color: white;
    transform: scale(0,1);
    transform-origin: center;
    transition: transform .25s;
}   
nav .items li .a:hover::after {
    transform: scale(1,1);
}
.desarrollo nav .items li .a::after {
    background-color: #00447B;
}
.seccion_cuatro .container .cont_dos_desarrollos .cont_desarollo:hover img{
    transform: scale(1.04804) translateZ(0px);
    transition: 0.8s;
}
.prensa .grilla .cont_img:hover img{
    transform: scale(1.04804) translateZ(0px);
    transition: 0.8s;
}
footer .container ul li a::after{
    content: "";
    display: block;
    height: 2px;
    background-color: white;
    transform: scale(0,1);
    transform-origin: center;
    transition: transform .25s;
}
footer .container ul li a:hover::after {
    transform: scale(1,1);
}
/*Animaciones*/
.fadeTop {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    transition: all 0.9s;
}
.tag {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 3s;
}
.tag.visible {
    opacity: 1;
    transform: translate(0, 0);
}
.ov-btn-slide-left-blue{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00447B;
    width: 185px;
    height: 44px;
    color: #00447B;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}
.ov-btn-slide-left-blue:hover {
    color: #fff !important; /* color de fuente hover */
}
.ov-btn-slide-left-blue::after {
    content: "";
    background: #00447B; /* color de fondo hover */
    position: absolute;
    z-index: -1;
    padding: 16px 20px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.ov-btn-slide-left-blue:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.ov-btn-slide-left-white{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 185px;
    height: 44px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ov-btn-slide-left-white:hover {
    color: #00447B !important; /* color de fuente hover */
    text-shadow: none;
}
.ov-btn-slide-left-white::after {
    content: "";
    background: #fff; /* color de fondo hover */
    position: absolute;
    z-index: -1;
    padding: 16px 20px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.ov-btn-slide-left-white:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.image-container {
    position: relative;
    display: inline-block;
}
.cambio-cursor {
    cursor: pointer;
}
.ver-mas-cursor {
    display: none;
    position: fixed;
    pointer-events: none;
    background-color: white;
    mix-blend-mode: lighten;
    padding: 30px 15px;
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Brandon-bold', sans-serif;
}
.zoom {
    opacity: 1;
    transform: translate(100px, 0) scale(2);
    transition: all 2s;
}
.zoom.visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}
.img {
    opacity: 1;
    transform: scale(1.5);
}
.nota:hover p {
    text-decoration: underline;
}
.img.visible {
    opacity: 1;
    transform: scale(1);
    transition: transform 1.3s cubic-bezier(.19,1,.22,1),opacity .5s ease,filter .3s ease;
}
.inversores form input:focus{
    outline: none;
}
.grecaptcha-badge {
    display: none !important;
    }
  
  /* The dots/bullets/indicators */
.hs-form-frame{
    width: 100%;
}

.hbspt-form{
    width: 100%;
    padding: 0 40px 40px 40px;
}