@charset "utf-8";
/* CSS Document */
/*******************************************************************************************************************/
/* Small screens */
@media only screen { } /* Define mobile styles */
@media only screen and (max-width: 768px) { 
    .collage{
        width: 100%;
    }
.imagen-nosotros{
    padding: 2em;
}
.cajita-whats{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
}
.telefono{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
}
.face{
    width: 10%;
}
.insta{
    width: 10%;
}
.yout{
    width: 10%;
}
.whastaop{
    width: 100%;
    display: block;
    border: 3px solid #662D91;
    border-radius: 50px;
    padding: 8px;
    color: #662D91;
    text-align: center !important;
  }
    
    .subtitulo-encabezado{
        color: white;
        text-align: center;
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .subtitulo-encabezado h1{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 5em;
    }
    .subtitulo-encabezado2{
        color: white;
        text-align: center;
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .icomenures{
        color: #c3c3c3 !important;
        font-size: 3em;
        position: fixed;
        right: 20px;
        top: 32px;
        z-index: 10;
    }
    
    .menurespo{
        display: block;
        background: rgb(128,28,80);
        background: linear-gradient(180deg, rgba(128,28,80,1) 0%, rgba(56,3,32,1) 100%);
        position: fixed;
        z-index: 9;
        width: 100%;
        height: 100vh;
        margin: -10px 0px 0 -20px;
        left: -600px;
        color: #fff !important; 
    }
    .menurespo ul{
        margin: 100px 20px;
        color: #fff !important; 
    }
    .menurespo ul li a{
        width: 100%;
        padding: 10px;
        text-align: center;
        border: 2px solid #fff;
        background-color: rgb(195, 103, 151);
        border-radius: 20px;
        display: block;
        margin-bottom: 5px;
        color: #fff !important; 
    }
    .centrix{
        text-align: center;
    }
/*******************************************************************************************************************/   
} 
/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 769px) { }
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .galeria{
        width: 100%;
    }
    .whastaop{
        max-width: 250px;
        display: block;
        border: 3px solid #662D91;
        border-radius: 50px;
        padding: 8px;
        color: #662D91;
      }
    
    .subtitulo-encabezado{
        color: white;
        text-align: center;
        padding-top: 25%;
        padding-bottom: 15%;
    }
    .subtitulo-encabezado h1{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 5em;
    }
    .subtitulo-encabezado2{
        color: white;
        text-align: center;
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .menurespo{
        display: none;
    }
    .icomenures{
        display: none;
    }
/*******************************************************************************************************************/  
}
/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 993px) { }
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .whastaop{
        max-width: 250px;
        display: block;
        border: 3px solid #662D91;
        border-radius: 50px;
        padding: 8px;
        color: #662D91;
      }
    
    .subtitulo-encabezado{
        color: white;
        text-align: center;
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .subtitulo-encabezado h1{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 5em;
    }
    .subtitulo-encabezado2{
        color: white;
        text-align: center;
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .menurespo{
        display: none;
    }
    .icomenures{
        display: none;
    }
/*******************************************************************************************************************/  
} 
/*******************************************************************************************************************/
/* Extra Large screens */
@media only screen and (min-width: 1201px) { }
@media only screen and (min-width: 1201px){
    .tbook{
        height: 800px;
    }
    .whastaop{
        max-width: 250px;
        display: block;
        border: 3px solid #662D91;
        border-radius: 50px;
        padding: 8px;
        color: #662D91;
      }
      html,body{
        Overflow-x: hidden
      }
    
    .subtitulo-encabezado{
        color: white;
        text-align: center;
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .subtitulo-encabezado h1{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 5em;
    }
    .subtitulo-encabezado2{
        color: white;
        text-align: center;
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .menurespo{
        display: none;
    }
    .icomenures{
        display: none;
    }
/******************************************************************************************************************/   
}
/*******************************************************************************************************************/

