﻿@font-face {
    font-family: 'lela';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../css/fuentes/leelawad.ttf);
}
@font-face {
    font-family: 'lela';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../css/fuentes/leelawdb.ttf);
}
@font-face {
    font-family: 'bufalo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../css/fuentes/Buffalo.otf);
}

body{
    font-family: lela;
    letter-spacing: 1px;
}


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 2000;
    width: 100px;
    cursor: pointer;
}
.chat img{
    width: 100%;
}


.cabe-ayuda{
    height: 133px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #111240;
    padding-top: 10px;
    padding-bottom: 10px;

    box-shadow: 5px 5px 10px gray;
}


.logotipo img{
    width: 100%;
}


nav{
    text-align: right;
}
nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    float: right;
    padding: 0 12px;
}
.menu{
    border:1px solid white;
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 5px 9px;

    border-radius: 12px;

    box-shadow: 2px 2px 2px white;
}
.arrendapp{
    border: 0;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 2px 2px 2px transparent;
}



.bd{
    background: rgb(251,237,175);
    background: linear-gradient(180deg, rgba(251,237,175,1) 0%, rgba(242,225,145,1) 48%, rgba(230,207,100,1) 73%, rgba(225,200,81,1) 100%);
    color: black;

    border-radius: 10px;
}
.bg{
    background: url(../images/botonGris.png) no-repeat center center;
    background-size: 100% auto;
    color: black;
}



.imagen{
    text-align: center;
}
.imagen img{
    width: 100%;
}
.br50 img{
    border-radius: 50% !important;
}



.uno{
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 133px;
}

.uno strong{
    font-size: 60px;
    line-height: 70px;
    display: inline-block;
    margin-bottom: 30px;
}


.dos{
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    color: #111240;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}


.s{
    text-align: center;
}
.s img{
    width: 55%;
}
.textoS{
    min-height: 58px;
}
.s strong{
    width: 100%;
    min-height: 55px;
    font-size: 27px;
    line-height: 27px;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
}
.s p{
    line-height: 20px;
    margin-bottom: 0;
}
.s button{
    background: url(../images/botonGris.png) no-repeat center center;
    background-size:100%;
    letter-spacing: 2px;
    font-weight: 2000;
    font-size: 18px;
    padding: 10px 50px;
}


.leyendaDorada{
    background: rgb(251,237,175);
    background: linear-gradient(180deg, rgba(251,237,175,1) 0%, rgba(242,225,145,1) 48%, rgba(230,207,100,1) 73%, rgba(225,200,81,1) 100%);

    text-align: center;
    color: #010848;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 12px;
}



.tres{
    position: relative;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.seccionTres{
    text-align: justify;
    font-size: 18px;
    line-height: 27px;
    padding: 10px 30px;
}
.tres strong{
    color: #111240;
    font-size: 27px;
}

.largo{
    position: relative;
    top: -280px;
    left: 0;
    z-index: 1;
    background: rgb(251,237,175);
    background: linear-gradient(180deg, rgba(251,237,175,1) 0%, rgba(242,225,145,1) 48%, rgba(230,207,100,1) 73%, rgba(225,200,81,1) 100%);
    width: 100%;
}
.largo2{
    position: absolute;
    left: 0;
    z-index: -1;
    background: rgb(251, 237, 175);
    background: linear-gradient(180deg, rgba(251, 237, 175, 1) 0%, rgba(242, 225, 145, 1) 48%, rgba(230, 207, 100, 1) 73%, rgba(225, 200, 81, 1) 100%);
    width: 100%;
}



.cuatro{
    font-size: 17px;
    line-height: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
}


.titulo2{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}

.seccionCuatro{
    text-align: justify;
}

.tituloSeccionCuatro{
    background: rgb(251,237,175);
    background: linear-gradient(180deg, rgba(251,237,175,1) 0%, rgba(242,225,145,1) 48%, rgba(230,207,100,1) 73%, rgba(225,200,81,1) 100%);

    min-width: 240px;
    font-size: 22px;
    color: #010848;
    display: inline-block;
    padding: 8px 15px;

    border-radius: 10px;
}



.ama{
    position: absolute;
    z-index: -1;
    background: url(../images/botonDorado.png) no-repeat center center;
    background-size: 100%;
    width: 100%;
}
.ama1{
    top: 300px;
    left: 0;
    height: 200px;
}
.ama2{
    top: 270px;
    left: 0;
    height: 110px;
}

.cinco{
    position: relative;
    font-size: 18px;
    line-height: 26px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cinco .importante, .importante{
    font-size: 23px;
    font-weight: bold;
}
.seccionCinco{
    padding: 50px;
}
.cinco strong{
    width: 100%;
    color: #111240;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}



.seis{
    padding-top: 50px;
    padding-bottom: 50px;
}

.in{
    border: 2px solid #111240;
    min-height: 470px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 15px 30px;

    box-shadow: 0px 0px 10px black;
}

.otro{
    padding-top: 40px;
    padding-bottom: 90px;
    margin-top: 128px;
}

.seccionOtro{
    font-size: 20px;
    line-height: 30px;
}

.i{
    height: 20px;
}

.cotro{
    text-align: center;
    font-size: 19px;
    line-height: 29px;
}
.cotro strong{
    background: #DBCF9F;
    width: 100%;
    display: inline-block;
    padding: 5px 0;

    border-radius: 20px;
}
.cotro div{
    border:3px solid #DBCF9F;
    border-top: 0;
    padding: 30px 20px;

    border-radius: 20px;
}


.siete{
    background: #010848;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -135px;
    margin-bottom: 100px;
}
.siete strong{
    font-size: 40px;
}
.botonGris{
    background: white;
    width: 45%;
    color: #010848;
    font-weight: bold;
    font-size: 32px;
    margin: 0 2%;
    display: inline-block;
    padding: 20px 0;

    box-shadow: inset 10px 10px 10px gray;
}
.siete .bd{
    width: 300px;
    font-size: 18px;
    padding: 10px 0;
}


.prof{
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.prof span{
    width: 100%;
    display: inline-block;
}
.prof img{
    width: 30%;
}


.textote{
    border: 3px solid #DBCF9F;
    text-align: center;
    font-size: 16px;
    padding: 16px;

    border-radius: 20px;
}
.diferente{
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
}


.comunidad{
    background: #010848;
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0;
    padding-top: 140px;
    padding-bottom: 50px;
}
.comunidad .titulo{
    color: white;
}
.comunidad strong{
    font-size: 40px;
}
.comunidad b{
    font-size: 23px;
}
.textoComunidad{
    padding: 0 30px;
}


.inquilinos{
    padding-top: 40px;
    padding-bottom: 40px;
}
.inquilinos2{
    /* margin-bottom: 100px; */
}

.mora{
    background: #f7f7f7;
    width: 300px;
    height: 300px;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;

    margin: 0 auto;

    border-radius: 50%;
}
.mora img{
    height: 82px;
    margin: 25px 0 0 0;
}

.br{
    border-radius: 50%;
}


.slick2{
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;
}
.item2{
    text-align: center;
}
.item2 img{
    width: 85%;
    height: auto;
    display: inline-block !important;
    margin: 0 15%;
}

.form-group{
    margin-bottom: 20px;
}

.contenedor {
    border:1px solid blue;
    width: auto;
    display: inline-block;
}

.a1, .a2 { 
	position: relative; 
	color: black;
	font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    padding-right: 20px;
}

.a1 span, .a2 span {
    position:absolute;
    right:0;
    width:0;
    background: white;
    border-left: 1px solid #000;
    animation: escribir 5s steps(50) infinite alternate;
}

@keyframes escribir {
    from { width: 100% }
    to { width:0 }
}


.maquina-escribir {
    /* border-right:2px solid black; */
    white-space: nowrap;
    overflow: hidden;
}
.ancho1{
    animation: escribiendo 3s steps(35) alternate, animacionBar 1s step-end infinite; 
    width: 650px;
}
.ancho2{
    animation: escribiendo 3s steps(35) alternate, animacionBar 1s step-end infinite; 
    width: 655px;
}
.ancho3{
    animation: escribiendo 3s steps(35) alternate, animacionBar 1s step-end infinite; 
    width: 485px;
}

@keyframes animacionBar {
    0%,
    100% {
      border-color: rgba(241, 59, 59, 0);
    }
    50% {
      border-color: rgba(0, 0, 0, 0.87);
    }
}


.cursor{
    border:1px solid blue;
    width: 10px;
    height: 10px;
    color: black;
    /* animation: 0.6s parpadeo-cursor infinite; */
}

@keyframes escribiendo {
    from {
      width: 0;
    }
  }

  @keyframes parpadeo-cursor {
    50% {
        color: #000;
      opacity: 0;
    }
  }


.aSin{
    text-decoration: none;
}


/* NUEVA */

.bannerNueva{
    position: relative;
    background: url(../images/nueva/bannerNueva.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 120px;
    padding-bottom: 100px;
}
.bannerNueva .container{
    position: relative;
    z-index: 2;
}

.fondoAzul{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(1, 8, 72, 0.5);
    width: 100%;
    height: 100%;
}


.textoBannerNuevo{
    color: white;
}
.textoBannerNuevo strong{
    width: 100%;
    font-size: 60px;
    line-height: 65px;
    text-transform: uppercase;
    margin-top: 35vh;
    display: inline-block;
}
.textoBannerNuevo span{
    background: #010848;
    font-size: 30px;
    font-weight: bold;
    padding: 4px 20px;
    display: inline-block;
    margin: 20px 0;
}
.textoBannerNuevo p{
    font-size: 22px;
    font-weight: bold;
}


.btn-dorado{
    background: #E3CC5D;
    background: linear-gradient(90deg, rgba(227, 204, 93, 1) 0%, rgba(227, 204, 93, 1) 100%, rgba(248, 232, 164, 1) 50%);
    font-size: 30px;
    font-weight: bold;
    color: #010848;
    margin-top: 60vh;
}



.contenidoNueva{
    padding-top: 40px;
    padding-bottom: 40px;
}

.textoLargoNueva{
    text-align: center;
    font-size: 28px;
}


.cuadroAzulNueva{
    background: #010848;
    text-align: center;
    color: white;
    font-size: 73px;
    font-weight: bold;
    font-family: 'bufalo';
    padding: 0px 20px;
}


.texto1Nueva{
    text-align: center;
    font-size: 33px;
}

.texto2Nueva{
    text-align: center;
    font-size: 26px;
    color: #4d4d4d;
}


.flecha1{width:120px;}
.flecha2{width:40px;}
.flecha3{width:40px;}
.flecha4{width:60px;margin-top:-50px;}


.apa{
    display: none;
}


.azul{
    background: url(../images/nueva/2.png) no-repeat center center;
    background-size: contain;
    min-width: 300px;
    min-height: 200px;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
    text-align: center;      /* Opcional: centra el texto dentro del bloque */
    color: white;
    font-weight: bold;
    font-size: 60px;
    line-height: 55px;
    font-family: 'bufalo';
    display: flex;
}



.circulos{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 70px;
}
.circulos img{
    width: 150px;
}
.circulos strong{
    width: 100%;
    color: #4d4d4d;
    font-family: 'bufalo';
    font-size: 44px;
    text-align: center;
    display: inline-block;
}


.imagensita{
    width: 160px;
}



.imagenPorqueNueva img{
    width: 100%;
}
.imagenPorqueNueva2{
    text-align: center;
}
.imagenPorqueNueva2 img{
    width: 100%;
}


.pq1{
    background: #010848;
    text-align: center;
    color: white;
    font-size: 25px;
}

.pq2{
    font-size: 22px;
    font-weight: bold;
    margin: 25px 0;
}


.pq3{
    text-align: center;
    font-family: 'bufalo';
    font-size: 73px;
    margin-bottom: 25px;
}

.pq4{
    color: #5a75b5;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.pq5{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 25px 0;
}

.pq6{
    background: #010848;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 25px;
    margin-bottom: 25px;
}

.pq7{
    text-align: center;
}
.pq7 .btn-dorado{
    font-size: 22px;
    margin-top: 0;
}




.formNuevo{
    background: #f1f1f1;
}

.fondoAzulNuevo{
    background: #010848;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.fondoAzulNuevo strong{
    font-weight: bold;
    font-size: 27px;
    writing-mode: vertical-rl;
    transform: rotate(180deg); /* Opcional si quieres que se lea de abajo hacia arriba */
}


.formularioNuevo {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
    max-width: 600px;
    margin: auto;
}

.formularioNuevo label {
display: block;
margin-top: 20px;
color: #0c0d4c;
font-weight: bold;
}

.formularioNuevo input[type="text"],
.formularioNuevo input[type="email"],
.formularioNuevo input[type="tel"],
.formularioNuevo textarea {
width: 100%;
padding: 14px;
border: none;
border-radius: 20px;
background-color: #fff;
font-size: 16px;
margin-top: 5px;
}

.formularioNuevo textarea {
height: 100px;
resize: vertical;
}

.switch-container {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
margin-top: 10px;
}

.switch-container label {
font-weight: normal;
margin: 0 5px;
}

.switch {
position: relative;
display: inline-block;
width: 45px;
height: 24px;
}

.switch input {
opacity: 0;
width: 0;
height: 0;
}

.slider {
position: absolute;
cursor: pointer;
top: 0; left: 0;
right: 0; bottom: 0;
background-color: #ccc;
border-radius: 34px;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left: 3px;
bottom: 3px;
background-color: white;
border-radius: 50%;
transition: .4s;
}

.switch input:checked + .slider {
background-color: #0c0d4c;
}

.switch input:checked + .slider:before {
transform: translateX(21px);
}

.boton {
width: 100%;
background-color: #0c0d4c;
color: white;
padding: 14px;
border: none;
border-radius: 25px;
font-size: 18px;
font-weight: bold;
margin-top: 30px;
cursor: pointer;
}


.sinEnlace{
    text-decoration: none;
}




/* FIN DE NUEVA */



footer{
    /* background: #111240; */
    /* color: white; */
    background: #f7f7f7;
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer a{
    color: white;
    color: black;
    text-decoration: none;
}
footer strong{
    width: 100%;
    color: #DBCF9F;
    font-style: italic;
    font-size: 20px;
    color: #010848;
    display: inline-block;
    margin-bottom: 5px;
}
.red{
    display: inline-block;
}
.red b{
    background: white;
    color: #010848;
    padding: 5px;
    border-radius: 50%;
}

.pie{
    background: #f7f7f7;
    padding-bottom: 22px;
}
.pie .bd{
    width: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 6px 0;
}
.textoPie{
    text-align: end;
    font-size: 18px;
    line-height: 30px;
}
.textoPie b{
    color: #DBCF9F;
}
.textoPie a{
    font-size: 18px;
}

.grecaptcha-badge { 
    visibility: hidden;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabe-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
    .bannerNueva{
        height: auto;
        margin-top: 0;
        padding-bottom: 40px;
    }
}

@media screen and (max-width:992px){
    .textoBannerNuevo strong{
        margin-top: 25vh;
    }
    .btn-dorado{
        margin-top: 0;
    }

    .fondoAzulNuevo strong {
        /* transform: rotate(270deg); */
    }
}

@media screen and (max-width:768px){
    nav ul li{
        width: 40%;
        float: none;
        margin-bottom: 12px;
        display: inline-block;
    }
    .uno strong{
        font-size: 45px;
    }
    .seccionCinco{
        padding: 20px;
    }
    .uno, .otro, .comunidad{
        padding-top: 10px;
        margin-top: 20px;
    }
    .chat{
        right: 10px;
        bottom: 10px;
    }
    .bdCentrado{
        margin:0 auto;
    }
    .textoPie{
        text-align: center;
    }

    .menu{
        font-size: 15px;
    }
    .s2{
        width: auto;
        font-size: 20px;
    }
    .titulo2{
        font-size: 22px;
        text-align: justify;
    }
    .azul{
        font-size: 45px;
    }

    .desa{
        display: none;
    }
    .apa{
        display: block;
    }
    .centerFlecha1{
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:576px){
    .menu{
        font-size: 13px;
        padding: 5px 2px;
    }
    .uno strong{
        font-size: 37px;
    }
    .s1{
        width: 100%;
        max-width: 100%;
        letter-spacing:-1px;
    }
    .s2{
        width: 100%;
        max-width: 100%;
        letter-spacing:-1px;
        font-size: 17px;
    }
    .largo{
        top: -60px;
    }
    .siete{
        margin-top: 0;
    }
    .tres{
        padding-bottom: 0;
    }
    .titulo, .siete strong{
        font-size: 27px !important;
    }
    .s strong, .tres strong, .cinco strong{
        font-size: 22px;
    }
    .leyendaDorada{
        font-size: 17px;
    }
    .tituloSeccionCuatro, .cinco .importante, .importante{
        font-size: 19px;
    }

    .seccionTres{
        font-size: 16px;
        line-height: 20px;
    }
    .mora{
        width: 340px;
        height: 340px;
        font-size: 16px;
    }
    .textoBannerNuevo strong{
        font-size: 47px;
        line-height: 57px;
    }
    .texto1Nueva{
        text-align: center;
    }
}