:root{
    --main-bg-color: #b79b5f; /* var(--main-bg-color); */
    --verde: #628d88;
    --rosa: #f57b7b;
    --gris: #545454;
}

/* @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Courgette&family=Satisfy&display=swap');
 */
/* 
font-family: 'Abril Fatface', cursive;
font-family: 'Courgette', cursive;
font-family: 'Satisfy', cursive;
 */
/*
    font-family: 'Cookie', cursive;
    font-family: 'Playfair Display', serif;
 */ 

.font-family-1 {font-family: 'Playfair Display', serif;}
.font-family-2 {font-family: 'Cookie', cursive;}

.text-rosa {color: var(--rosa); }
.text-verde {color: var(--verde); }
.text-gris {color: var(--gris); }
.text-cafe {color: var(--main-bg-color);}

.font-size1 {font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));}
.font-size2 {font-size: calc(20px + (23 - 20) * ((100vw - 300px) / (1600 - 300)));}
.font-size3 {font-size: calc(30px + (35 - 30) * ((100vw - 300px) / (1600 - 300)));}
.font-size4 {font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1600 - 300)));}
.font-size5 {font-size: calc(70px + (80 - 70) * ((100vw - 300px) / (1600 - 300)));}

.hover1:hover {color: var(--gris);}
.hover2:hover {color: var(--rosa);}

.bg-main-color {
    background-color: var(--main-bg-color);
}

body {
    
}

/*-----------------------------------------------------------------------===== Header*/
header {
    background: linear-gradient(-119deg, #ff7d7bed 0, #f0c475f2 100%);
    z-index: 999999999;
    position: fixed;
    width: 100%;
    height: 80px;
}

.logo {
    position: absolute;
    background: linear-gradient(180deg, #f4b97e 52%, #FAA181 91%);
}

.menu-mobil {
    background: linear-gradient(-119deg, #ff7d7bed 0, #f0c475f2 100%);
    height: 100vh;
    width: 100%;
    display: none;
}

.active-menu {
    display: block!important;
}

.menu-principal {
    list-style: none;
    padding: 0;
    display: flex;
}

#btn-menu {
    float: right;
    right: 0;
    position: relative;
    top: 1rem;
    border: 0;
    background: #f28874;
    color: white;
    font-size: 2rem;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}

.menu-mobil ul.menu-principal {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    top: 10rem;
    position: relative;
}

.item-menu {
    margin: 10px 15px;
    text-align: center;
    line-height: 30px;
    margin-top: 25px;
}

.item-menu a {
    color: var(--verde);
}
/*-----------------------------------------------------------------------===== Fin header*/

.banner_bs_squad {
    background-image: url('/wp-content/themes/theme_thebsquad/assets/img/header_thebsquad.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.texto-banner {
    background: linear-gradient(0deg, #FEFBFB 0, #ffffffcc 100%);/* W3C */
}

.texto-banner h1 {
    font-size: 50px;
    color: var(--verde);
    font-weight: 900;
}

.texto-banner p {
    background-color: var(--main-bg-color);
    color: white;
    font-size: 30px;
    padding: 2%;
}

.img-bg-1 {
    background-image: url(/wp-content/themes/theme_thebsquad/assets/img/imagen_2_thebsquad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 3%;
    display: flex;
    width: 100%;
    align-items: center;
}

.img-bg-1 img {
    width: 80%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    border: 20px solid white;
}

.img-bg-2 {
    background-image: url(/wp-content/themes/theme_thebsquad/assets/img/squad_thebsquad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 3%;
    display: flex;
    width: 100%;
    align-items: center;
}

.img-bg-2 img {
    width: 80%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    border: 20px solid white;
}

.img-bg-3 img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    margin: 0 auto;
    border: 20px solid white;
}

.section_2 h2 {
    font-size: 80px;
    color: var(--verde);
}

.logo-blanco {
    float: right;
    right: 5%;
    position: relative;
    height: auto;
    width: 10%;
}

.section3{ 
    background-color: var(--main-bg-color);
    height: 100%;
}

.texto_section_3 {
    background-image: url(/wp-content/themes/theme_thebsquad/assets/img/imagen_3_thebsquad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    border: 20px solid white;
    display: flex;
    align-items: center;
}


.container-custom {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.filtro {
    height: 90%;
    width: 80%;
    background: #ffffffc7;
    margin: 0 auto;
} 

.texto-transportacion {
    font-weight: 900;
    color: var(--verde);
    margin-left: 5px;
}

.section4 {
    background-image: url(/wp-content/themes/theme_thebsquad/assets/img/imagen_4_thebsquad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.img-card {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.img-card-2 {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.card {
    background: #b79b5f;
    padding: 10px;
}

.card p {
    color: white;
}

.icon-yate {
    height: auto;
    width: 80%;
    position: relative;
    margin: 15%;
}

.icon-drink {
    height: auto;
    width: 50%;
}

.icon-hospedaje {
    height: auto;
    width: 50%;
}

.icon-kits {
    height: auto;
    width: 100px;
}

.video-home {
    height: 500px;
    object-fit: cover;
}

.section_video,
.galeria {
    background-color: var(--main-bg-color);
}

.titulo_paquetes {
    font-size: calc(60px + (70 - 60) * ((100vw - 300px) / (1600 - 300)));
    line-height: 40px;
    position: relative;
}

.item img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*-----------------------------------------------------------------------===== Footer */
footer{
    background-color:var(--main-bg-color);
    background-image: url('/wp-content/themes/theme_thebsquad/assets/img/_squad_2_thebsquad.jpg');
    height: auto;
    background-position: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.filtro-footer {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    background-color: #ffffff;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    background: #ffffff61;
    border: 1px solid #937a43;
    width: 100%;
    padding: 2%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-webkit-input-placeholder,
input.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder,
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number::-webkit-input-placeholder,
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date::-webkit-input-placeholder {
    color: #628d88;
    font-weight: bold;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #628d88;
    border: none;
    color: white;
    width: 100%;
    padding: 2%;
}

/*================================================================================= Responsivos ==========*/


@media (min-width: 576px) {  }


@media (min-width: 768px) {  }


@media (min-width: 992px) {
    header {
        height: auto;
    }
    .banner_bs_squad {
        background-size: cover;
        height: 100vh;
    }

    .texto-banner h1 {
        font-size: 75px;
    }

    .texto_section_3 {
        height: 600px;
    }

    .titulo_paquetes {
        line-height: 75px;
    }

    .titulo_paquetes {
        font-size: calc(60px + (70 - 60) * ((100vw - 300px) / (1600 - 300)));
        line-height: 50px;
        position: relative;
    }

    .img-bg-3 img {
        width: 90%;
    }

    .item img {
        height: 600px;
    }
    

    footer{
        height: 600px;
    }
 }


@media (min-width: 1200px) {  } 