html, body {
    width: 100% !important;
    overflow-x: hidden;
}
.a_none_style{
    text-decoration: none;
}
.hr-bosques{
    opacity: 0.25 !important;
}
/*********************
TYPOGRAPHY
*********************/
@font-face {
    font-family: 'Begum Bold';
    src: url("fonts/Begum-Bold.otf");
}
@font-face {
    font-family: 'Begum Medium';
    src: url("fonts/Begum-Medium.otf");
}
@font-face {
    font-family: 'Begum Regular';
    src: url("fonts/Begum-Regular.otf");
}
@font-face {
    font-family: 'Montserrat Medium';
    src: url("fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: 'Mulish ExtraBold';
    src: url("fonts/Mulish-ExtraBold.ttf");
}
@font-face {
    font-family: 'Mulish SemiBold';
    src: url("fonts/Mulish-SemiBold.ttf");
}
@font-face {
    font-family: 'Mulish Light';
    src: url("fonts/Mulish-Light.ttf");
}
@font-face {
    font-family: 'Mulish Medium';
    src: url("fonts/Mulish-Medium.ttf");
}
@font-face {
    font-family: 'Mulish Regular';
    src: url("fonts/Mulish-Regular.ttf");
}
.bBold{
    font-family: 'Begum Bold';
}
.bMedium{
    font-family: 'Begum Medium';
}
.bRegular{
    font-family: 'Begum Regular';
}
.mMedium{
    font-family: 'Montserrat Medium';
}
.extraBold{
    font-family: 'Mulish ExtraBold';
}
.light{
    font-family: 'Mulish Light';
}
.medium{
    font-family: 'Mulish Medium';
}
.regular{
    font-family: 'Mulish Regular';
}
.semiBold{
    font-family: 'Mulish SemiBold';
}
/********************
TEXTOS COLOR
*********************/
.txt-verde{
    color: #29874A !important;
}
.txt-gris{
    color: #6C6C6C;
}
/********************
MENU
*********************/
.logo-menu{
    width: 200px;
}
.btn-bordes{
    border: 1px solid #fff;
    background: transparent;
}
.btn-bordes:hover{
    border: 1px solid #DBB95F;
    color: #fff;
    background-color: #DBB95F;
}
.btn-bordes:focus{
    border: 1px solid #DBB95F;
    color: #fff;
    background-color: #DBB95F;
}
.btn-menu{
    width: 120px;
    border-radius: 15px;
}
.icono-ubi-menu{
    width: 15px;
}
.navbar-toggler{
    border: 1px solid #fff;
    color: #fff;
    font-size: 22px;
}
.bg-verde{
    background-color: rgba(83, 118, 54, 0.8);
}
/********************
HEADER
*********************/
.bg-header{
    position: relative;
    right: 0;
    width: 100%;
    min-height: 55vw;
    background: #111;
    color: #fff;
    z-index: 1;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        height: 180vw;
    }
}
.bg-header video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    pointer-events: none;
}
.txt-header{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.txt-index{
    margin-top: 10rem;
}
.btn-index{
    width: 200px;
    border-radius: 12px;
}
/********************
PRIMERA SECCIÓN
*********************/
.primera-seccion{
    background-image: url('../img/new/bg-section-1.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        background-image: none;
    }
}
.logo-primera-seccion{
    width: 300px;
}
.btn-play{
    position: absolute;
    left: 45%;
    top: 42%;
    width: 110px;
    cursor: pointer;
}
.video-index{
    position: relative;
}
.btn-close{
    background-image: none;
    color: #ffff;
    font-size: 27px;
    margin-left: 7rem;
}
.modalVideo{
    background: transparent;
    border: none;
}
/********************
QUIÉNES SOMOS
*********************/
.isotipo-somos{
    width: 100px;
}
.somos-chica{
    margin-top: 4.4rem;
}
/********************
CROQUIS
*********************/
.bg-croquis{
    background-image: url('../img/bg-croquis.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    height: 140vh;
}
.bg-mapa{
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 140vh;
}
.isotipo-croquis{
    width: 70px;
    float: left;
    margin-bottom: 9rem;
    margin-right: 1rem;
}
.txt-croquis{
    margin-top: 3rem;
}
.btn-croquis{
    width: 150px;
    border-radius: 10px;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-top: 3rem;
}
/********************
NUESTRO COMPROMISO
*********************/
.bg-compromiso{
    background-image: url('../img/bg-compromiso.png');
    background-position: 50vw 10vw;
    background-repeat: no-repeat;
    background-size: 70vw;
    width: 100%;
}
.bg-compromiso .section-images{
    margin-bottom: 3vw;
}
.bg-compromiso .container-compromiso{
    @media only screen and (min-width:300px) and (max-width: 767px) {
        flex-direction: row-reverse;
    }
}
.compromiso-ch{
    margin-top: 7rem;
}
.isotipo-compromiso{
    width: 80px;
}
.txt-compromiso{
    margin-top: 7rem;
    margin-bottom: 13vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        margin-top: 3vw;
    }
}
.deco-compromiso{
    height: 300px;
}
/********************
Descubre la magia
*********************/
.bg-magia{
    background-image: url('../img/new/descanso_1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    color: #fff;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        background-position: 15%;
    }
}
.isotipo-magia{
    width: 90px;
}
.txt-magia{
    margin-top: 10rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
/********************
Explora la riqueza
*********************/
.bg-riqueza{
    background-image: url('../img/new/descanso_2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    color: #fff;
}
.isotipo-riqueza{
    width: 90px;
}
.txt-riqueza{
    margin-top: 10rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.txt-izquierda{
    margin-top: 10rem;
    text-align: left;
}
/********************
ÁREAS RECREATIVAS
*********************/
.bg-areas{
    background-image: url('../img/bg-areas.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.isotipo-recreativas{
    width: 70px;
    float: left;
    margin-left: 5rem;
    margin-top: 0.7rem;
}
.box-areas{
    position: relative;
    color: #fff;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        display: flex;
        justify-content: center;
    }
}
.tit-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}
.tit-box h1{
    text-align: center;
}
.icono-fut{
    width: 60px;
}
.icono-padel{
    width: 80px;
}
.icono-kiosko{
    width: 80px;
}
.icono-fogata{
    width: 70px;
}
.hover{
    background: rgba(83, 118, 54, 0.5);
    padding: 10px;
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    color: #FAFBFC;
    text-align: center;
    align-items: center;
}
.box-areas:hover .hover{
    opacity: 1;
}
.box-areas:hover .tit-box{
    /* visibility: hidden; */
}
.info-box{
    margin-top: 3rem;
}
/********************
ENCUÉNTRANOS
*********************/
.bg-encuentranos{
    background-image: url('../img/new/descanso_3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
}
.txt-encuentranos{
    margin-top: 4rem;
}
.isotipo-encuentranos{
    width: 70px;
}
.btn-whats{
    background-color: #DBB95F;
    border-color: #DBB95F;
    width: 18vw;
    height: 3vw;
    font-size: 1vw;
    border-radius: 15px;
    font-family: 'Montserrat Medium';
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 75vw;
        font-size: 4vw;
        height: 15vw;
        display: flex;
        align-items: center;
    }
}
.btn-whats .content-btn-whatsapp{
    display: flex;
    align-items: center;
}
.btn-whats:hover{
    background-color: #fff;
    border-color: #DBB95F;
    color: #DBB95F;
    width: 18vw;
    font-size: 1vw;
    border-radius: 15px;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 75vw;
        font-size: 4vw;
    }
}
.btn-whats:focus{
    background-color: #fff;
    border-color: #DBB95F;
    color: #DBB95F;
    width: 18vw;
    font-size: 1vw;
    border-radius: 15px;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 75vw;
        font-size: 4vw;
    }
}
.btn-whats .content-btn-whatsapp img{
    width: 2vw;
    margin: 0%;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(228deg) brightness(102%) contrast(101%);
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 8vw;
    }
}
.btn-whats:hover .content-btn-whatsapp img{
    filter: invert(68%) sepia(85%) saturate(253%) hue-rotate(5deg) brightness(94%) contrast(89%);
}


/********************
NUESTROS SERVICIOS
*********************/
.bg-servicios{
    background-image: url('../img/bg-servicios.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vw;
}
.isotipo-servicios{
    width: 80px;
}
.box-servicios{
    border-radius: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin-left: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.bg-verde-oscuro{
    background-color: #537636;
}
.bg-verde-claro{
    background-color: #878532;
}
.icono-seguridad{
    width: 50px;
    margin-top: 1.3rem;
}
.icono-agua{
    width: 40px;
    margin-top: 1rem;
}
.icono-fibra{
    width: 50px;
    margin-top: 1rem;
}
.icono-luz{
    width: 45px;
    margin-top: 1rem;
}
.icono-escrituras{
    width: 50px;
    margin-top: 1rem;
}
.icono-constancia{
    width: 50px;
    margin-top: 1rem;
}
.icono-asesoria{
    width: 60px;
    margin-top: 1rem;
}
.icono-planos{
    width: 50px;
    margin-top: 1rem;
}
/********************
REFERIDOS
*********************/
.bg-referidos{
    background-image: url('../img/new/descanso_4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 40vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding-right: 6vw;
    text-align: end;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        background-position: 100%;
        align-items: center;
        text-align: center;
        padding-right: 0;
        /* padding-block: 35vw; */
        min-height: 120vw;
    }
}

.bg-referidos h1{
    width: 45%;
    margin-bottom: 4vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 80%;
        margin-bottom: 4vw;
    }
}


.txt-referidos{
    margin-top: 13rem;
}
.referidos{
    position: relative;
}
.chicos{
    position: absolute;
    bottom: 0;
    width: 46%;
    left: 4%;
}
/********************
MAGNIFICOS LUGARES
*********************/
.isotipo-lugares{
    width: 80px;
}
.height-gallery{
    height: 505px;
}
.gallery__img{
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}
.gallery__img:hover{
    transform: scale(1.15);
}
.gallery-item {
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.height-gallery-2{
    height: 332px;
}
.height-gallery-3{
    height: 635px;
}
/* .zoom{
    transition: transform .2s;

}
.zoom:hover{

    opacity: 1;
} */
/********************
CONTACTO
*********************/
.isotipo-contacto{
    width: 70px;
}
.contact-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2.5vw;
}
.contact-button button{
    background-color: #DBB95F;
    border-color: #DBB95F;
    width: 15vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 35vw;
    }
}
.contact-button button:hover{
    color: #DBB95F;
    background-color: #fff;
    border-color: #DBB95F;
}
.contact-button button:focus{
    color: #DBB95F;
    background-color: #fff;
    border-color: #DBB95F;
}
.contact-img{
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
}
.contact-img img{
    display: flex;
    align-items: end;
    justify-content: end;
    width: 35vw;
}

.form-contact label{
    color: #537636;
    font-family: 'Begum Regular';
}
.form-contact input{
    border-radius: 0;
    font-family: 'Begum Regular';
    border-color: #707070;
}
.form-contact textarea{
    border-radius: 0;
    font-family: 'Begum Regular';
    border-color: #707070;
}

.captcha input{
    border: 1px solid #707070;
    font-family: 'Begum Regular';
    width: 100%;
    padding: 0.375rem 0.75rem;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    background-color: #DBB95F;
    border-color: #DBB95F;
}
.section-contact{
    @media only screen and (min-width:300px) and (max-width: 767px) {
        padding-inline: 7vw;
    }
}
.icons-contact{
    display: flex;
    align-items: center;
}
.icons-contact img{
    width: 1.5vw;
    filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(106deg) brightness(95%) contrast(86%);
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 6vw;
    }
}
.icons-contact p{
    margin-bottom: 0;
    margin-left: 4%;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        margin-left: 5%;
    }
}

/********************
FOOTER
*********************/
.bg-footer{
    background-image: url('../img/bg-footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
}
.social-media{
    position: relative;
    background-color: #fff;
    width: 2.5vw;
    aspect-ratio: 1;
    border-radius: 10px;
    color: #5F7C42;
    margin-right: 1rem;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 10vw;
        aspect-ratio: 1;
    }
}

.icon-social-footer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(45%) sepia(27%) saturate(654%) hue-rotate(47deg) brightness(93%) contrast(89%);
}
.logo-bb{
    width: 250px;
}
/********************
RESPONSIVO
*********************/
@media only screen and (min-width:320px) and (max-width: 479px){
    .txt-index{
        margin-top: 4rem;
    }
    .btn-play{
        top: 32%;
        left: 35%;
    }
    .isotipo-croquis{
        margin-bottom: 0;
    }
    .bg-servicios{
        height: auto;
    }
    .chicos{
        visibility: hidden;
    }
    .txt-referidos{
        margin-top: 5rem;
    }
}
@media only screen and (min-width:480px) and (max-width: 577px){
    .txt-index{
        margin-top: 4rem;
    }
    .btn-play{
        top: 32%;
        left: 35%;
    }
    .isotipo-croquis{
        margin-bottom: 0;
    }
    .bg-servicios{
        height: auto;
    }
    .chicos{
        visibility: hidden;
    }
    .txt-referidos{
        margin-top: 5rem;
    }
    .box-servicios{
        margin-left: 3.2rem;
    }
}
@media only screen and (min-width:578px) and (max-width: 767px){
    .txt-index{
        margin-top: 4rem;
    }
    .btn-play{
        top: 32%;
        left: 40%;
    }
    .isotipo-croquis{
        margin-bottom: 0;
    }
    .bg-servicios{
        height: auto;
    }
    .chicos{
        visibility: hidden;
    }
    .txt-referidos{
        margin-top: 5rem;
    }
    .box-servicios{
        margin-left: 3.2rem;
    }
}
@media only screen and (min-width:768px) and (max-width: 1023px){
    .txt-index{
        margin-top: 4rem;
    }
    .btn-play{
        top: 32%;
        left: 40%;
    }
    .isotipo-croquis{
        margin-bottom: 0;
    }
    .bg-servicios{
        height: auto;
    }
    .chicos{
        visibility: hidden;
    }
    .txt-referidos{
        margin-top: 5rem;
    }
    .box-servicios{
        margin-left: 5.2rem;
    }
}
@media only screen and (min-width:1024px) and (max-width: 1200px){
    .txt-referidos{
        margin-top: 5rem;
    }
    .box-servicios{
        margin-left: 0;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1860px){}
@media only screen and (min-width: 1861px) and (max-width: 2900px){
    .compromiso-ch{
        margin-top: 9rem;
    }
}
