:root {
    --coloryellow: #e2a827;
    --coloryellowhover: #c48c13;
    --colorgray: #e5e5e5;
    --colorwhite: #fff;
}

@font-face {
    font-family: 'Besteam-Font';
    src: url('fonts/Besteam-Font.ttf');
}

@font-face {
    font-family: 'WorkSans-Black';
    src: url('fonts/WorkSans-Black.ttf');
}

@font-face {
    font-family: 'WorkSans-Bold';
    src: url('fonts/WorkSans-Bold.ttf');
}

@font-face {
    font-family: 'WorkSans-Medium';
    src: url('fonts/WorkSans-Medium.ttf');
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url('fonts/WorkSans-Regular.ttf');
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('fonts/WorkSans-SemiBold.ttf');
}

body {
    background-image: url('../images/background.webp');
    background-size: cover;
    background-attachment: fixed;
    cursor: url('cursor.png') 25 25, auto;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    background-color: transparent;
    /* background-color: #1f1f1f; */
    transition: background-color 0.3s ease;
    z-index: 1000;
}

header.scrolled {
    background-color: #1f1f1f;
    /* background-image: url('../images/bg/newsletter-bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 100%; */
    border-bottom: 1px solid var(--coloryellow);
    /* Cambia el color de fondo al hacer scroll */
}

.header-logo {
    opacity: 0;
    padding: 0;
    transition: opacity 0.3s ease;
}

.showLogo {
    padding: 10px 0;
    opacity: 1;
}

.logoHeader {
    width: 200px;
}

.menu-style1>ul>li>a {
    color: var(--colorgray);
    font-family: 'WorkSans-SemiBold';
}

.menu-style1>ul>li>a:hover {
    color: var(--coloryellow);
}

.menu-style1>ul>li>a:before {
    background-color: var(--coloryellow);
}

.home img {
    /* margin-top: 150px; */
    width: 30%;
    margin: 150px auto 40px;
    display: block;
}


/* .titleSection {
    position: relative;
} */

#home {
    padding: 0;
}

#home .slide {
    position: relative;
}

#home .slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: -110px;
    z-index: 9;
    width: 220px;
    height: 25px;
    background-color: var(--coloryellow);
}

.btnSlide {
    position: absolute;
    top: 40%;
    left: -25px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: var(--coloryellow);
    color: var(--colorgray);
    border: 0;
}

.btnSlide:hover,
.btnSlide:focus,
.btnSlide:active,
.btnSlide:focus-visible {
    background-color: var(--coloryellowhover) !important;
    color: var(--colorgray) !important;
    border: 0;
    box-shadow: 0 0 0 0;
}

.btnSlide i {
    font-size: 35px;
}

.firstTitle {
    font-family: 'WorkSans-Bold';
    font-size: 100px;
    color: var(--colorgray);
    padding: 0 200px;
    position: relative;
}

.secondTitle {
    font-family: 'Besteam-Font';
    font-size: 80px;
    color: var(--coloryellow);
    position: absolute;
    bottom: -47px;
    left: 30%;
}

.btn-outfitters {
    background-color: var(--coloryellow);
    color: var(--colorgray);
    font-family: 'WorkSans-SemiBold';
    font-size: 11.64pt;
    border: 0;
    padding: 10px 50px;
    margin: auto;
    display: block;
    margin-top: 90px;
    width: 200px;
}

.btn-outfitters:hover,
.btn-outfitters:focus,
.btn-outfitters:active,
.btn-outfitters:visited,
.btn-outfitters:focus-visible {
    background-color: var(--coloryellowhover) !important;
    color: var(--colorgray) !important;
    border: 0;
    box-shadow: 0 0 0 0;
}

.btn-outfitters2 {
    background-color: var(--coloryellow);
    color: var(--colorgray);
    font-family: 'WorkSans-SemiBold';
    font-size: 11.64pt;
    border: 0;
    padding: 10px 50px;
    margin: auto;
    display: block;
    float: left;
}

.btn-outfitters2:hover,
.btn-outfitters2:focus,
.btn-outfitters2:active,
.btn-outfitters2:visited,
.btn-outfitters2:focus-visible {
    background-color: var(--coloryellowhover) !important;
    color: var(--colorgray) !important;
    border: 0;
    box-shadow: 0 0 0 0;
}

.btn-contact {
    background-color: var(--coloryellow);
    color: var(--colorgray);
    font-family: 'WorkSans-SemiBold';
    font-size: 11.64pt;
    border: 0;
    padding: 10px 50px;
    width: 100%;
}

.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active,
.btn-contact:visited,
.btn-contact:focus-visible {
    background-color: var(--coloryellowhover) !important;
    color: var(--colorgray) !important;
    border: 0;
    box-shadow: 0 0 0 0;
}

.huntingType {
    font-family: 'WorkSans-SemiBold';
    font-size: 22px;
    text-align: center;
    color: var(--colorgray);
    margin-top: 100px;
}

.tittlePoint h2 {
    text-align: center;
    font-size: 75px;
    font-family: 'WorkSans-Regular';
    font-weight: normal;
    color: var(--colorwhite);
    padding: 50px 0;
}

.tittlePoint h2 span {
    font-family: 'WorkSans-Bold';
}

#hunts {
    position: relative;
}

.mira {
    width: 100px;
    height: 100px;
    background: url('../images/pointer.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    animation: buscaObjetivoX 18s infinite alternate linear, buscaObjetivoY 12s infinite alternate linear;
    z-index: 9;
}

.imageTypeBg {
    background-size: cover;
    background-position: center;
    height: 750px;
}

.textTypes h2,
.textTypesT h2 {
    font-size: 110px;
    color: var(--colorwhite);
    font-family: 'WorkSans-Black';
    line-height: 80px;
    position: relative;
    left: -200px;
    top: 50px;
    font-weight: normal;
}

.textTypes h2::after {
    content: "";
    width: 130px;
    height: 25px;
    background-color: var(--coloryellow);
    position: absolute;
    bottom: 8%;
    left: 275px;
}

.textTypesT h2::after {
    content: "";
    width: 130px;
    height: 25px;
    background-color: var(--coloryellow);
    position: absolute;
    bottom: 8%;
    left: 400px;
}

.bodyTypes {
    margin-top: 100px;
    padding: 0 50px;
}

.textTypes h3,
.textTypesT h3 {
    font-size: 30px;
    color: var(--coloryellow);
    font-family: 'WorkSans-Black';
    font-weight: normal;
    margin-bottom: 0;
}

.textTypes p,
.textTypesT p {
    font-size: 18px;
    color: var(--colorgray);
    font-family: 'WorkSans-Medium';
}

#benefist {
    padding: 100px 0;
}

#benefist h2 {
    font-weight: normal;
    font-family: 'WorkSans-Black';
    font-size: 90px;
    color: var(--colorgray);
    line-height: 70px;
    padding: 0 0 0 300px;
}

.aboutSubtitle {
    display: inline-flex;
    margin-top: 45px;
}

.aboutSubtitle img {
    height: max-content;
    margin: 0 20px;
}

.aboutSubtitle h3 {
    font-weight: normal;
    font-family: 'WorkSans-SemiBold';
    color: var(--colorgray);
    font-size: 30px;
}

.contentAbout {
    position: relative;
}

.bodyContentAbout {
    position: relative;
    width: 150%;
    left: 100px;
    top: 100px;
    display: grid;
}

.bodyContentAbout img {
    width: 45px !important;
    height: max-content;
    margin-top: 0px;
    display: table;
    margin-right: 20px;
}

.bodyContentAbout h2 {
    padding: 0 !important;
    margin-bottom: 80px;
    text-shadow: 3px 3px 5px #000;
    z-index: 9;
}

.litsAbout {
    display: inline-flex;
    color: var(--colorgray);
    text-shadow: 3px 3px 5px #000;
    font-weight: normal;
    font-family: 'WorkSans-SemiBold';
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    z-index: 9;
}

.about {
    margin-top: 100px;
    padding: 0 100px;
}

.about img {
    width: 100%;
}

.about h2 {
    font-weight: normal;
    font-family: 'Besteam-Font' !important;
    color: var(--colorwhite) !important;
    font-size: 100px !important;
}

#amenities {
    padding: 0 0 100px 0;
}

#amenities h2 {
    padding: 0px 200px 100px;
    font-weight: normal;
    font-family: 'WorkSans-Black';
    font-size: 90px;
    color: var(--colorgray);
    line-height: 80px;
}

#amenities h2 span {
    color: var(--coloryellow);
}

#amenities p {
    font-weight: normal;
    font-family: 'WorkSans-Regular';
    font-size: 30px;
    color: var(--colorgray);
    padding: 20px 120px 0px 120px;
}

#amenities p span {
    font-weight: normal;
    font-family: 'WorkSans-Bold';
}

#amenities ul {
    list-style: none;
    padding: 30px 120px;
}

#amenities ul li {
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'WorkSans-Regular';
    color: var(--colorgray);
    font-size: 30px;
}

#amenities ul li::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/icons/check.svg') no-repeat center center;
    background-size: cover;
    margin-right: 10px;
    color: var(--coloryellow);
}

#amenities ul::marker {
    width: 200px !important;
}

#parallax {
    background-image: url('../images/bgparallax.webp');
    padding: 100px 0;
    background-size: auto;
    background-attachment: fixed;
    position: relative;
}

#parallax::before {
    content: '';
    position: absolute;
    top: -18px;
    z-index: 9;
    width: 260px;
    height: 35px;
    background-color: var(--coloryellow);
    margin: auto;
    right: 0;
    left: 0;
}

#parallax h2 {
    font-weight: normal;
    font-family: 'WorkSans-Black';
    font-size: 100px;
    text-align: center;
    color: var(--colorwhite);
    line-height: 85px;
}

#parallax h2 span {
    color: var(--coloryellow);
}

#map {
    position: relative;
}

.pointerMap {
    width: 100px;
    height: 100px;
    background-size: contain;
    position: absolute;
    animation: buscaObjetivopointerX 5s infinite alternate linear, buscaObjetivopointerY 3s infinite alternate linear;
    z-index: 9;
}

.plane {
    padding: 0;
    width: 600px;
    position: absolute;
    right: 0;
    top: -80px;
}

#map .titleMapDesktop {
    font-weight: normal;
    font-family: 'WorkSans-Black';
    font-size: 80px;
    color: var(--colorwhite);
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 38%;
    display: block;
    line-height: 60px;
}

#map .titleMapDesktop span {
    font-weight: normal;
    font-family: 'Besteam-Font';
    font-size: 100px;
    color: var(--coloryellow);
}

#contact h4 {
    font-weight: normal;
    font-family: 'WorkSans-Bold';
    font-size: 50px;
    color: var(--colorgray) !important;
}

#contact .contactForm {
    margin-top: 150px;
}

.contact-form2 .form-control {
    border-radius: 5px;
    border: 2px solid var(--coloryellow);
}

.input-box::before {
    color: var(--colorwhite);
}

.contact-form2 input,
.contact-form2 textarea,
.contact-form2 input::placeholder,
.contact-form2 textarea::placeholder {
    color: var(--colorwhite) !important;
}

.contact-img-slide .hunt-arrow {
    background-color: var(--coloryellow);
}

.contact-img-slide .hunt-arrow:hover {
    color: var(--coloryellow);
}

.copyright {
    background-color: var(--coloryellow) !important;
    text-align: center;
    padding: 15px 0;
}

.copyright p {
    font-weight: normal;
    font-family: 'WorkSans-Regular';
    font-size: 15px;
}

.footer-social a {
    background-color: var(--coloryellow);
    color: var(--colorwhite);
}

.footer-social a:hover {
    background-color: var(--colorwhite);
    color: var(--coloryellow);
}

.info-footer i {
    background-color: var(--coloryellow);
    color: var(--colorwhite);
}

.info-footer:hover i {
    background-color: var(--colorwhite);
    color: var(--coloryellow);
}

.footer-widget .widget_title:after,
.footer-widget .widget_title:before {
    background-color: var(--coloryellow);
}

.footer-text {
    font-weight: normal;
    font-family: 'WorkSans-Regular';
    font-size: 15px;
    color: var(--colorwhite);
}

.widget_title {
    font-weight: normal;
    font-family: 'WorkSans-Bold';
    font-size: 30px;
}

.widget_nav_menu p {
    font-weight: normal;
    font-family: 'WorkSans-Regular';
    font-size: 15px;
}

.scrollToTop>i {
    background-color: var(--coloryellow);
}

.scrollToTop::before {
    border: 2px dashed var(--coloryellow);
}

.scrollToTop:hover i {
    background-color: var(--coloryellowhover);
}

.scrollToTop:hover::before {
    border: 2px dashed var(--coloryellowhover) !important;
}

a:hover {
    color: var(--coloryellowhover);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #000;
    border-radius: 50px;
    padding: 25px;
    background-size: 30px;
}

.titleSecond h2 {
    display: none;
}


/*MENU MOVIL*/

#menu-mobile {
    position: fixed;
    width: 100%;
    bottom: -1px;
    z-index: 99;
}

.nav-movil {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: none;
}

.navegation {
    /* width: 400px; */
    width: 100%;
    height: 70px;
    background-color: #222;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 10px; */
}

.navegation ul {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.navegation ul li {
    position: relative;
    list-style: none;
    width: 20%;
    /* width: 70px; */
    /* height: 70px; */
    z-index: 1;
}

.logo1 {
    width: 70px;
    height: 70px;
}

.navegation ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.navegation ul li a img {
    /* position: relative; */
    /* display: block; */
    /* line-height: 75px; */
    /* text-align: center; */
    transition: 0.5s;
    /* color: #fff; */
    width: 35px;
    margin-top: 15px;
}

.navegation ul li.active a img {
    transform: translateY(-20px);
    /* transition: 0.5s ease-in-out; */
    width: 30px;
}


/* .navegation ul li a .text {
    font-family: "Mayan";
    position: absolute;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 16px;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.navegation ul li.active a .text {
    opacity: 1;
    transform: translateY(10px);
} */

.indicador {
    position: absolute;
    top: -50%;
    width: 70px;
    height: 70px;
    background-color: #222222;
    border-radius: 50%;
    border: 10px inset #e2a827;
    transition: 0.5s;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}


/* .navegation ul li.active a img {
    transform: translateY(-35px);
}

.navegation ul li:nth-child(1).active~.indicador {
    transform: translateX(calc(70px * 0));
}

.navegation ul li:nth-child(2).active~.indicador {
    transform: translateX(calc(70px * 1));
}

.navegation ul li:nth-child(3).active~.indicador {
    transform: translateX(calc(70px * 2));
}

.navegation ul li:nth-child(4).active~.indicador {
    transform: translateX(calc(70px * 3));
}

.navegation ul li:nth-child(5).active~.indicador {
    transform: translateX(calc(70px * 4));
} */


/* END MENU MOBILE */


/* Modla Whatsapp */

#whatsapp .modal-header {
    padding: 5px 30px 0px 20px !important;
    background-color: #095e54;
    border-bottom: 0px solid #fff;
    border-radius: 15px 15px 0 0;
    /* display: inline-flex; */
}

#whatsapp .modal-header .close {
    margin-top: -80px;
    font-size: 20px;
    color: #fff;
    opacity: 0.8;
}

#whatsapp .modal-content {
    border-radius: 15px;
    background-color: transparent;
}

#whatsapp .modal-body {
    border-radius: 0 0 15px 15px;
}

#whatsapp .contentImgWhatsApp {
    display: block;
}

#whatsapp .media {
    display: inline-flex;
}

#whatsapp .media-dialog {
    position: absolute;
    bottom: 180px;
    width: 100%;
    margin: 0px;
    padding: 0 15px;
}

#whatsapp .media-body p,
#whatsapp .media-body h4 {
    color: #fff !important;
}

#whatsapp .media-body h4 {
    margin-bottom: 0;
    margin-top: 8px;
}

#whatsapp .media-body {
    margin-left: 15px;
}

#whatsapp .contentImgWhatsApp img {
    width: 60px;
}

#whatsapp .modal-body {
    background-image: url('../images/bg_whatsapp.jpeg');
}

#whatsapp .modal-body textarea {
    margin-top: 0px;
    border: 0;
    border-radius: 10px;
}

#whatsapp .modal-body .btnSendWhatsapp {
    background-color: #095e54;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    margin: 0 10px;
    position: relative;
}

#whatsapp .modal-body .btnSendWhatsapp i {
    color: #e6e6e6;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
}

#whatsapp .modal-dialog {
    position: absolute;
    bottom: 140px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

#whatsapp .bMIBDo {
    color: #afafaf !important;
    font-weight: 700 !important;
}

#whatsapp .iSpIQi {
    color: rgb(37, 37, 37) !important;
}

#whatsapp .whatsapp-message-box {
    display: inline-flex;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 5px;
}

.whatsapp-chat-message {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: 0px;
    max-width: calc(100% - 33%);
    text-align: left;
}

.whatsapp-chat-message::before {
    position: absolute;
    background-image: url('../images/icons/triangle.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.btn-close span {
    font-size: 30px;
    top: -10px;
}

#btnWhatsApp .text {
    color: #fff;
}


/* end Modla Whatsapp */

#map .titleMapMobile {
    display: none;
}

@keyframes buscaObjetivoX {
    0% {
        left: 0;
    }
    100% {
        left: calc(100% - 100px);
    }
}

@keyframes buscaObjetivoY {
    0% {
        top: 0;
    }
    100% {
        top: calc(100% - 100px);
    }
}

@keyframes buscaObjetivopointerX {
    0% {
        left: 15%;
    }
    100% {
        left: 30%;
    }
}

@keyframes buscaObjetivopointerY {
    0% {
        top: 30%;
    }
    100% {
        top: 70%;
    }
}

@media(max-width: 1859px) {
    .textTypes h2,
    .textTypesT h2 {
        top: 15px;
    }
    .bodyTypes {
        margin-top: 30px;
    }
}

@media(max-width: 1790px) {
    #map .titleMapDesktop {
        font-size: 60px;
    }
    #map .titleMapDesktop span {
        font-size: 80px;
    }
}

@media(max-width: 1775px) {
    .bodyContentAbout {
        top: 30px;
    }
}

@media(max-width: 1742px) {
    #benefist h2 {
        font-size: 60px;
        line-height: 50px;
    }
    #benefist .titleSecond h2 {
        padding: 0;
    }
}

@media(max-width: 1626px) {
    .firstTitle {
        font-size: 90px;
    }
    .secondTitle {
        font-size: 70px;
        bottom: -40px;
    }
    .btn-outfitters {
        margin-top: 50px;
    }
    .huntingType {
        margin-top: 80px;
    }
}

@media(max-width: 1615px) {
    .textTypes h2,
    .textTypesT h2 {
        font-size: 70px;
        line-height: 60px;
        left: -85px;
    }
    .textTypes h2::after {
        width: 100px;
        height: 20px;
        left: 210px;
    }
    .textTypesT h2::after {
        width: 100px;
        height: 20px;
        left: 270px;
    }
    .mira {
        width: 70px;
        height: 70px;
    }
    @keyframes buscaObjetivoX {
        0% {
            left: 0;
        }
        100% {
            left: calc(100% - 70px);
        }
    }
    @keyframes buscaObjetivoY {
        0% {
            top: 0;
        }
        100% {
            top: calc(100% - 70px);
        }
    }
    #amenities h2 {
        padding: 0px 150px 100px;
        font-size: 85px;
    }
    #amenities p {
        padding: 20px 80px 0px 30px;
    }
    #amenities ul {
        padding: 30px 30px;
    }
}

@media(max-width: 1534px) {
    .firstTitle {
        font-size: 80px;
    }
    .secondTitle {
        font-size: 60px;
        bottom: -32px;
        left: 35%;
    }
    .bodyContentAbout h2 {
        display: none;
    }
    .about .titleSecond h2 {
        display: block;
        text-align: center;
        margin-bottom: 80px;
    }
    .contentAbout {
        width: 50%;
    }
    .contentAboutImg {
        width: 50%;
    }
}

@media(max-width: 1510px) {
    .imageHuntLeft {
        display: none;
    }
    .textTypes,
    .textTypesT,
    .imageHuntRight {
        width: 50%;
    }
    #hunts {
        padding: 0 120px !important;
    }
    .textTypes h2,
    .textTypesT h2 {
        left: 0px;
    }
    .bodyTypes {
        padding: 0px;
        margin-top: 80px;
    }
    #SlideTypes .carousel-control-prev {
        left: 50%;
    }
}

@media(max-width: 1474px) {
    .about {
        padding: 0 20px;
    }
    .plane {
        width: 500px;
        top: -50px;
    }
}

@media(max-width: 1441px) {
    .firstTitle {
        font-size: 70px;
    }
    .secondTitle {
        font-size: 50px;
        bottom: -25px;
        left: 35%;
    }
    .huntingType {
        font-size: 15px;
    }
    .btnSlide {
        width: 40px;
        height: 40px;
    }
    .btnSlide i {
        font-size: 29px;
    }
    .aboutSubtitle {
        margin-top: 10px;
    }
    .aboutSubtitle h3 {
        font-size: 20px;
    }
    .aboutSubtitle img {
        margin: 0 10px;
        width: 35px;
    }
    .aboutSubtitle {
        margin-top: 35px;
    }
    #amenities p {
        padding: 20px 30px 0px 30px;
    }
    #amenities h2 {
        font-size: 69px;
    }
    #map .titleMapDesktop {
        font-size: 45px;
        line-height: 40px;
    }
    #map .titleMapDesktop span {
        font-size: 55px;
    }
    #contact .contactForm {
        margin-top: 60px;
    }
}

@media(max-width: 1349px) {
    .firstTitle {
        font-size: 60px;
    }
    .secondTitle {
        font-size: 40px;
        bottom: -20px;
        left: 36%;
    }
    #benefist h2 {
        font-size: 45px;
    }
    .bodyContentAbout {
        left: 30px;
    }
}

@media(max-width: 1325px) {
    #amenities p {
        padding: 0;
        font-size: 23px;
    }
    #amenities ul {
        padding: 0;
    }
    .contenteRanch {
        padding: 30px 20px;
    }
    #amenities ul li {
        font-size: 20px;
    }
}

@media(max-width: 1257px) {
    .firstTitle {
        font-size: 50px;
    }
    .secondTitle {
        font-size: 35px;
        bottom: -18px;
        left: 37%;
    }
    .btnSlide {
        width: 30px;
        height: 30px;
        left: -15px;
        padding: 0;
    }
    .btnSlide i {
        font-size: 25px;
        margin-top: 3px;
    }
    .home img {
        margin: 95px auto 40px;
    }
    #amenities h2 {
        padding: 0px 100px 30px;
        font-size: 60px;
    }
    .pointerMap {
        width: 70px;
        height: 70px;
    }
    #contact .space-top {
        padding-top: 0px;
    }
    .contentContact {
        padding: 80px 30px 0;
        max-width: 100%;
    }
    #contact .contactForm {
        margin-top: 0px;
    }
    .join-form2 {
        margin-top: 0px;
        padding: 35px 35px 35px 35px;
    }
}

@media(max-width: 1164px) {
    .firstTitle {
        padding: 0px 180px;
    }
    #hunts {
        padding: 0 !important;
    }
    .textTypes,
    .textTypesT {
        padding: 0px 60px 0 70px;
    }
    .contentAbout {
        width: 100%;
    }
    .bodyContentAbout {
        margin-left: 25%;
        width: 50%;
    }
    .contentAboutImg {
        width: 100%;
        margin-top: 40px;
    }
    #benefist h2 {
        padding: 0px 0 0 200px;
    }
    .plane {
        width: 400px;
    }
}

@media(max-width: 1096px) {
    .firstTitle {
        padding: 0px 150px;
    }
    .home img {
        margin: 80px auto 20px;
    }
    #amenities ul li::before {
        width: 20px;
        height: 20px;
    }
    #parallax h2 {
        font-size: 70px;
        line-height: 60px;
    }
    #parallax {
        padding: 40px 0;
    }
}

@media(max-width: 1016px) {
    #map .titleMapDesktop {
        font-size: 30px;
        line-height: 28px;
        bottom: 50px;
    }
    #map .titleMapDesktop span {
        font-size: 40px;
    }
    .plane {
        width: 300px;
    }
}

@media(max-width: 993px) {
    .firstTitle {
        padding: 0px 130px;
    }
    .home img {
        margin: 80px auto 0px;
    }
    #amenities h2 {
        padding: 0px 40px 30px;
    }
    .contenteRanch {
        padding: 20px 20px;
    }
    #amenities p {
        font-size: 18px;
    }
    #amenities ul li {
        font-size: 16px;
        margin-bottom: 3px;
    }
}

@media(max-width: 944px) {
    #benefist h2 {
        padding: 0px 0 0 100px;
    }
    .about .titleSecond h2 {
        font-size: 75px !important;
    }
    .litsAbout {
        font-size: 20px;
    }
    .bodyContentAbout {
        margin-left: 15px;
    }
    .join-form2 {
        padding: 25px 10px 35px 10px;
    }
}

@media(max-width: 924px) {
    .firstTitle {
        padding: 0px 95px;
    }
    .btn-outfitters {
        margin-top: 20px;
        font-size: 14px;
        padding: 8px 25px;
    }
    .huntingType {
        font-size: 11px;
        margin-top: 60px;
    }
    .bodyTypes {
        margin-top: 30px;
    }
    #amenities h2 {
        font-size: 50px;
    }
    .plane {
        top: -15px;
    }
}

@media(max-width: 804px) {
    .firstTitle {
        padding: 0px 60px;
    }
    .secondTitle {
        left: 30%;
    }
    .huntingType {
        margin-top: 30px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        padding: 10px;
        background-size: 15px;
    }
    .textTypes h2,
    .textTypesT h2 {
        font-size: 55px;
        line-height: 40px;
    }
    .textTypes h2::after {
        width: 90px;
        height: 15px;
        left: 150px;
        bottom: 0;
    }
    .textTypesT h2::after {
        width: 90px;
        height: 15px;
        left: 205px;
        bottom: 0;
    }
    #benefist h2 {
        padding: 0px;
    }
    #benefist {
        padding: 100px 70px;
    }
    .aboutSubtitle {
        margin-top: 0px;
    }
    .aboutSubtitle img {
        margin: 25px 10px;
        width: 45px;
    }
    .bodyContentAbout {
        margin-left: 0%;
        width: 100%;
    }
    .plane {
        width: 250px;
    }
}

@media(max-width: 768px) {
    .menuDesktop {
        display: none;
    }
    .nav-movil {
        display: block;
    }
    .firstTitle {
        text-align: center;
    }
    .secondTitle {
        left: 0;
        right: 0;
    }
    .btn-outfitters {
        font-size: 16px;
        padding: 11px 35px;
    }
    .huntingType {
        font-size: 15px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        padding: 25px;
        background-size: 25px;
    }
    .carousel-control-prev {
        left: 0;
    }
    #benefist h2 {
        text-align: center;
    }
    .aboutSubtitle {
        margin: auto;
        display: block;
        text-align: center;
    }
    .contenteRanch {
        padding: 30px 60px;
    }
    footer {
        text-align: center;
        background-size: auto;
        background-position-y: 440px;
        background-color: #232323;
        margin-bottom: 70px;
    }
    .btnSlide {
        display: none;
    }
    .textTypes,
    .textTypesT,
    .imageHuntRight {
        width: 100%;
    }
    .imageTypeBg {
        margin-top: 40px;
    }
    #SlideTypes .carousel-control-prev {
        left: 0;
    }
    #amenities p,
    #amenities ul li {
        font-size: 20px;
    }
    whatsapp-widget {
        display: none;
    }
    #SlideTypes .carousel-control-next,
    #SlideTypes .carousel-control-prev {
        top: 50%;
    }
    .copyright {
        margin-bottom: 110px;
    }
}

@media(max-width: 688px) {
    #benefist {
        padding: 40px 0px;
    }
    #amenities h2 {
        font-size: 40px;
        line-height: 45px;
    }
    #map .titleMapDesktop {
        font-size: 25px;
        bottom: 0px;
    }
    #map .titleMapDesktop span {
        font-size: 30px;
    }
}

@media(max-width: 600px) {
    .tittlePoint h2 {
        font-size: 55px;
        padding: 35px 0px 0px 0px;
    }
}

@media(max-width: 414px) {
    .home img {
        width: 50%;
        margin: 50px auto 40px;
    }
    .imageTypeBg {
        height: 500px;
    }
    .huntingType {
        font-size: 11px;
    }
    .bodyContentAbout {
        left: 5px;
    }
    .litsAbout {
        font-size: 15px;
        line-height: 18px;
    }
    .bodyContentAbout img {
        margin-right: 10px;
        width: 30px !important;
    }
    #parallax h2 {
        font-size: 50px;
        line-height: 45px;
    }
    #map .titleMapDesktop {
        display: none;
    }
    #map .titleMapMobile {
        display: block;
        font-weight: normal;
        font-family: 'WorkSans-Black';
        font-size: 35px;
        color: var(--colorwhite);
        line-height: 30px;
        text-align: center;
        padding: 20px 0;
    }
    #map .titleMapMobile span {
        font-weight: normal;
        font-family: 'Besteam-Font';
        font-size: 40px;
        color: var(--coloryellow);
    }
    .contentContact {
        padding: 20px 0px 0px;
    }
    .copyright p {
        font-size: 12px;
    }
    .tittlePoint h2 {
        font-size: 42px;
        padding: 35px 0px 0px;
    }
    .textTypes h2,
    .textTypesT h2 {
        font-size: 45px;
        line-height: 35px;
    }
    footer {
        background-size: auto;
        background-position-y: 100%;
    }
    .plane {
        width: 160px;
    }
}

@media(max-width: 412px) {
    footer {
        background-size: auto;
        background-position-y: 100%;
    }
}

@media(max-width: 411px) {
    footer {
        background-size: auto !important;
        background-position-y: 100% !important;
    }
}

@media(max-width: 393px) {
    .imageTypeBg {
        height: 400px;
    }
    .textTypes,
    .textTypesT {
        padding: 0px 35px 0px 35px;
    }
    #contact h4 {
        text-align: center;
        font-size: 40px;
    }
    .firstTitle {
        padding: 0px 10px;
    }
    .home img {
        width: 50%;
        margin: 50px auto 10px;
    }
    .fb-page {
        width: 390px;
    }
}

@media(max-width: 360px) {
    #amenities h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media(max-width: 320px) {
    .indicador {
        top: -35%;
        width: 50px;
        height: 50px;
        border: 6px inset #e2a827;
    }
    .navegation ul li a img {
        width: 25px;
    }
    .navegation ul li.active a img {
        width: 20px;
        margin-top: 25px;
    }
    .tittlePoint h2 {
        font-size: 35px;
    }
    .about .titleSecond h2 {
        font-size: 50px !important;
    }
    #amenities h2 {
        font-size: 25px;
        line-height: 23px;
        padding: 0 20px;
    }
    .contenteRanch {
        padding: 30px 30px;
    }
    #contact {
        padding: 0;
    }
}