
/* 

} */

.fondo{
    position: fixed;
    z-index: -1000;
    height: 100dvh;
    width: 100%;
    object-fit: cover;
    transform: scale(4.2);
    filter:saturate(10%);
    opacity: .5;
}

.texto-exp{
    letter-spacing: 5px;
    line-height: 1.2;
    z-index: 1000;
}

/*solucionar problema con visionado de icono*/
.button-container{
position: relative;
top: 10px;
left: 10px;
}

#toggle-menu{
    position: fixed;
    z-index: 2;

}




.main{
    z-index:1;
}

.ver-mas{
    opacity: 1;
    transition: .5s ease;
    color: #333;
    font-size: 2.1rem;
    text-align: start;


}

.ver-mas:hover{
    opacity: .1;

 
   
}

.youtube {
    transform: scale(1);
}

@media (min-width: 1200px){
.fondo{
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: -1;
    object-fit: contain;
    transform: scale(1.4);
}
}

/* @media (max-width: 1200px){

    .texto-exp{
        font-size: 1.5rem;
  
        opacity: 1;
    }

    .ver-mas{
        opacity: .9;
        color: #fff; 
    }

    .ver-mas:hover{
        opacity: .6;
    
     
       
    }


body{
    background: url("../images/torrao-texto.JPG");
    color: #fff;
    opacity: 1;
}



.fondo{
    display: none;
}

} */


.cita{
    line-height: 2;
}