.main {
    padding-top: 100px
}

@media (max-width: 600px) {
    .main {
        padding-top: 100px
    }
}

@media (max-width: 980px) {
    .main {
        padding-top: 70px
    }
}

/**********************************/

/* CONTAINER */

.container {
    padding-inline: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 1200px) {
    .container {
        max-width: 1050px;
    }
}

@media (max-width: 1000px) {
    .container {
        max-width: 800px;
    }
}

@media (max-width: 800px) {
    .container {
        max-width: 650px;
    }
}

/************************************* */

.hero {
    margin: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	gap: 20px;
}

.hero-banner {
    /*max-width: 500px;*/
    width: 100%;
    margin: 10px 20px;
    height: 100%;
}

.hero img {
    width: 90%;
}

@media (max-width: 800px) {
    .hero {
        flex-direction: column;
    }

    .hero-banner {
        width: 300px;
    }
}


.hero-content {
    color: var(--color-primary);
    max-width: 500px;
    filter: drop-shadow(0px 0px 80px var(--black));
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.hero-content h2 {
    line-height: 36px;
}

@media (max-width: 1000px) {
    .hero-content {
        gap: 15px;
    }

    .hero-content h2 {
        line-height: 27px;
        font-size: 18px;
    }

}

.hero-content .btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    text-align: center;

    border-radius: 10px;
    color: black;
    padding: 17px;

    font-family: var(--ff-roboto);
    font-size: 20px;
    font-weight: 800;

    background-color: rgba(255, 255, 255, 0.794);

    transition: var(--transition-1);
    height: 60px;
    width: 300px;

    /*
    background-image: url('../img/buzon.png');
    background-position: top right;
    background-size: 27%;
    background-repeat: no-repeat;
    */
}

.hero-content .btn2 .mail {
    font-size: 32px;
}

.fondo-buzon {}

.hero-content .btn2:hover {
    background-color: rgb(255, 255, 255);
}

@media (max-width: 800px) {
    .hero-content .btn2 {
        height: 40px;
        width: 250px;
        font-size: 17px;
    }

    .hero-content .btn2 .mail {
        font-size: 22px;
    }

}


.hero-title span {
    font-size: 50px;
    line-height: 60px;
}

@media (max-width: 800px) {
    .hero-title span {
        font-size: 40px;
        line-height: 48px;
    }

}

/**************************** */


.hero-social-list {
    display: flex;
    gap: 20px;
    font-size: 35px;
}

@media (max-width: 800px) {
    .hero-social-list {
        font-size: 20px;
    }
}


/****************************** */

.cont-sep-seccion {
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
    transition: 0.3s ease;
    /* Efecto de transición suave */
}

.sep-seccion {
    width: 100%;
    font-family: var(--ff-poppins);
    font-weight: 600;
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-secondary);
}

.hero-banner-proximo img {
    width: 250px;
}

.hero-title-proximo span {
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 800px) {
    .hero-title-proximo span {
        font-size: 30px;
        line-height: 38px;
    }

}



.hero-content-proximo {
    color: var(--color-primary);
    max-width: 500px;
    filter: drop-shadow(0px 0px 80px var(--black));
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.hero-content-proximo h2 {
    line-height: 36px;
}

@media (max-width: 1000px) {
    .hero-content-proximo {
        gap: 15px;
    }

    .hero-content-proximo h2 {
        line-height: 27px;
        font-size: 18px;
    }

}

.hero-content-proximo .btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    text-align: center;

    border-radius: 10px;
    color: black;
    padding: 17px;

    font-family: var(--ff-roboto);
    font-size: 20px;
    font-weight: 800;

    background-color: rgba(255, 255, 255, 0.794);

    transition: var(--transition-1);
    height: 70px;
    width: 300px;

    /*
    background-image: url('../img/buzon.png');
    background-position: top right;
    background-size: 27%;
    background-repeat: no-repeat;
    */
}

.hero-content-proximo .btn2 .mail {
    font-size: 61px;
}


.hero-content-proximo .btn2:hover {
    background-color: rgb(255, 255, 255);
}

@media (max-width: 800px) {
    .hero-content-proximo .btn2 {
        height: 40px;
        width: 250px;
        font-size: 17px;
    }

    .hero-content-proximo .btn2 .mail {
        font-size: 22px;
    }

}


/************************************** */
.hero-banner-tour {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;

    cursor: pointer;
    transition: 0.3s ease;
    /* Efecto de transición suave */
}

.hero-banner-tour img:hover {
    filter: drop-shadow(0px 0px 10px white);
    border-radius: 5px;
    transition: 0.3s ease;
    /* Efecto de transición suave */
    transform: scale(1.1);
    /* Aumenta el tamaño en un 10% */
}

.tour-detalle {

    /*display: none;*/
    opacity: 0;
    /* Hace que sea invisible */
    transition: 0.3s ease;
    /* Efecto de transición suave */
    position: absolute;
}

.tour-detalle h2 {
    width: 100%;
    text-align: center;
    border: solid 1px var(--color-primary);
    border-radius: 5px;
    padding: 10px;
}

.tour-tour-detalle-flex {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-banner-tour h2,
h4,p,button {
    color: var(--color-primary);
    filter: drop-shadow(0px 0px 80px var(--black));
}

.hero-banner-tour button{
    transition: 0.3s ease;
    position:relative;
    top: -55px;
    border: solid 1px var(--color-primary);
    border-radius: 5px;
    padding: 10px;
    background-color: var(--bg-secondary);
    width: 100%;
}

.hero-banner-tour img {
    margin: 10px 0;
    width: 200px;
}

.hero-title-tour span {
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 800px) {
    .hero-title-tour span {
        font-size: 30px;
        line-height: 38px;
    }

    .tour-detalle h2 {
        font-size: 15px;
        padding: 10px;
    }

}

.tour-slider {
    display: flex;
    gap: 40px;
    justify-content: space-evenly;
    align-items: center;

    overflow-x: auto;
    overflow-y: hidden;

    width: 1200px;
    padding-bottom: 20px;
}

@media (max-width: 800px) {
    .tour-slider {
        width: 400px;
        padding: 15px 15px;
    }

    .hero-banner-tour img {
        width: 120px;
    }

    .hero-banner-tour h2 {
        font-size: 18px;
    }

    .hero-banner-tour h4 {
        font-size: 14px;
    }

}


/******************* */


/*-----------------------------------*\
 * #ABOUT
\*-----------------------------------*/

.about {
  /*padding-block: var(--section-padding);*/
}

.about-banner {
  max-width: 400px;
  margin-inline: auto;
  margin-bottom: 80px;
}

.about .btn {
  max-width: unset;
  width: 100%;
}

.about .btn-secondary {
  margin-bottom: 10px;
}