.letraRedes {
    font-family: var(--letraEspecial);
    color: var(--primary-color);
    font-size: 1rem;
}
@media all and (max-width: 991px) {
    .letraRedes {
        font-size: 0.85rem;
    }
}
.letraRedesPie{
    font-family: var(--letraEspecial);
    font-size: 0.75rem;
}
@media all and (min-width: 576px){
    .letraRedesPie {
        font-family: var(--letraEspecial);
        font-size: 0.85rem;
    }
}

.primaryComponent{
    background-color: white;
    height: 100%;
    width: 100%;
}
.tituloProductos {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50px;
    height: 70px;
    margin-bottom: 1rem;
}

.tituloProductos h2,
.tituloProductos h3 {
    color: #ffffff;
}

/* sección Conózcanos */
.btnIndurresLetra{
    color: #ffffff;
    font-size: 0.8rem;
}
@media all and (min-width: 992px) {
    .btnIndurresLetra {
        font-size: 1.1rem;
    }
}
@media all and (min-width: 1200px) {
    .btnIndurresLetra{
        font-size: 1.5rem;
    }
}
.btnIndurresLetra:hover {
    color: var(--primary-color);
}
@media all and (max-width: 336px) {
    .btnRelative {
        position: relative;
        top: -250px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 337px) {
    .btnRelative {
        position: relative;
        top: -260px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 350px) {
    .btnRelative {
        position: relative;
        top: -270px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 365px) {
    .btnRelative {
        position: relative;
        top: -285px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 380px) {
    .btnRelative {
        position: relative;
        top: -295px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 400px) {
    .btnRelative {
        position: relative;
        top: -310px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 410px) {
    .btnRelative {
        position: relative;
        top: -320px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 430px) {
    .btnRelative {
        position: relative;
        top: -335px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 450px) {
    .btnRelative {
        position: relative;
        top: -350px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 470px) {
    .btnRelative {
        position: relative;
        top: -370px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 500px){
    .btnRelative {
        position: relative;
        top: -380px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 576px) {
    .btnRelative {
        position: relative;
        top: -430px;
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 625px) {
    .btnRelative {
        top: -500px;
    }
}
@media all and (min-width: 700px) {
    .btnRelative {
        top: -570px;
    }
}
@media all and (min-width: 768px) {
    .btnRelative {
        top: -370px;
    }
}
@media all and (min-width: 992px) {
    .btnRelative {
        top: -500px;
    }
}
@media all and (min-width: 1200px) {
    .btnRelative {
        top: -590px;
    }
}
@media all and (min-width: 1400px) {
    .btnRelative {
        top: -690px;
    }
}
/* sección de turismo sostenible */
.turismoSostenible {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
    transform: translate(-100%);
    /*overflow-y: hidden;*/
}
.tituloTurismoSostenible{
    color: var(--primary-color);
    text-align: center;
}
.subTituloTurismo{
    color: var(--primary-color);
}
.parrafoTurismo{
    font-size: 1rem;
}
.fotoVolcan {
    border: 4px solid var(--primary-color);
    padding: 0px;
    border-radius: 50%;
    margin-bottom: 75px;
}

/* botón de VER para ver la sección de turismo sostenible */
.letraBtnVer {
    font-size: 1rem;
}
@media all and (max-width: 389px) {
    .btnVerRelative {
        position: relative;
        margin-top: -55px;
    }
}
@media all and (min-width: 390px) {
    .btnVerRelative {
        position: relative;
        margin-top: -55px;
    }
}
@media all and (min-width: 431px) {
    .btnVerRelative {
        position: relative;
        margin-top: -75px;
    }
}
@media all and (min-width: 576px) {
    .btnVerRelative {
        position: relative;
        margin-top: -105px;
    }
}
@media all and (min-width: 768px) {
    .btnVerRelative {
        position: relative;
        margin-top: -75px;
    }
}
@media all and (min-width: 1200px) {
    .btnVerRelative {
        position: relative;
        margin-top: -115px;
    }
    .letraBtnVer {
        font-size: 1.5rem;
    }
}



/* Sección Nuestros Productos*/
.cintilloProductos{
    background-color: var(--primary-color);
    border-radius: 50px;
    height: 70px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.cintilloProductos h3{
    color: #ffffff;
}

@media all and (max-width: 991px) {
    .cintillosVerticales{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .cintillosHorizontales {
        display: none;
    }
}
@media all and (min-width: 992px) {
    .cintillosVerticales {
        display: none;
    }
    .cintillosHorizontales {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
}

/* sección para el manejo de los botones en los cintillos horizontales*/
@media all and (min-width: 993px) {
    .btnHTyMSDS {
        position: relative;
        margin-top: -62px;
        width: 95%;
        height: 40px;
        display: flex;
        justify-content: end;
    }
    .btnHTyMSDS button {
        font-size: 14px;
    }
}
@media all and (min-width: 1100px) {
    .btnHTyMSDS{
        position: relative;
        margin-top: -70px;    
        width: 95%;
        height: 40px;
        display: flex;
        justify-content: end;
    }
}
@media all and (min-width: 1200px) {
    .btnHTyMSDS{
        margin-top: -80px;
    }    
}
/* sección para el manejo de los botones en los cintillos verticales*/
.btnHTyMSDSvert{
    position: relative;
    margin-top: -90px;
    width: 95%;
    height: 60px;
    display: flex;
    justify-content: end;
}
.letraBtnVert{
    font-size: 10px;
}
@media all and (min-width: 576px) {
    .btnHTyMSDSvert {
        position: relative;
        margin-top: -105px;
        width: 95%;
        height: 60px;
        display: flex;
        justify-content: end;
    }
    .letraBtnVert {
        font-size: 10px;
    }
}
@media all and (min-width: 768px) {
    .btnHTyMSDSvert {
        position: relative;
        margin-top: -135px;
        width: 95%;
        height: 80px;
        display: flex;
        justify-content: end;
    }
    .letraBtnVert {
        font-size: 16px;
    }
}
/* sección de Eco Benigno*/
.letraParrafoEco{
    font-size: 1rem;
    margin-bottom: 0px;
}
@media all and (min-width: 768px){
    .letraParrafoEco {
        font-size: 1.25rem;
        margin-bottom: 0px;
    }
}
.resaltarEcoB{
    color: var(--secondary-color);
    font-weight: bold;
}
.boton{
    color: #ffffff;
    background-color: var(--primary-color);
    border-radius: 50px;
}
.boton:hover{
    color: var(--primary-color);
}

/* sección de segunda página de Eco Benigno */
.letraParrafoEcoB {
    font-size: 1rem;
    margin-bottom: 0px;
}

@media all and (min-width: 768px) {
    .letraParrafoEcoB {
        font-size: 1.25rem;
        margin-bottom: 0px;
    }
}


/* sección de historias */
.textoPrimerFoto{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textoPrimerFoto p, .textoSegundaFoto p, .textoTercerFoto p{
    font-family: var(--letraPrincipal);
    font-size: 16px;
    padding: 0 20px;
}

.textoPrimerFoto h4, .textoPrimerFoto h5, .textoSegundaFoto h4, .textoSegundaFoto h5, .textoTercerFoto h4, .textoTercerFoto h5{
    text-align: center;
    padding: 0px 0;
}
.textoPrimerFoto h5, .textoSegundaFoto h5, .textoTercerFoto h5{
    color: var(--primary-color);
}
.productoAplic{
    font-weight: 700;
    text-align: center;
    font-size: 1.125rem;
    font-family: var(--letraPrincipal);
}
.bordeImgHistorias {
    border: 4px solid var(--primary-color);
    border-radius: 50px;
}

/* página que sale del Eco Benigno */
.segundaPaginaEco{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
    transform: translate(100%);
}

.bordeImgCisne{
    border: 4px solid var(--primary-color);
    border-radius: 50px;
}
.letraEco{
    color: var(--secondary-color);
}
.textoPieCisne{
    color: #ffffff;
}

/* sección principal*/
.imagenPrincipal{
    margin-top: 1.25rem;
}

/* sección de flecha*/
.tamanoFlecha{
    width: 40px;
    height: auto;
    border-radius: 10px;
}
.goto-top{
    position: fixed;
    bottom: 20px;
    right: 50px;
}

/* sección del carrousel */
.fondoCuadroFinal{
    background-color: var(--primary-color);
    border-top-right-radius: 60px;
    margin-left: 0px;
    margin-right: 0px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    filter: invert(100%);
}
