*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
}
@font-face {
    font-family: 'Blue';
    src: url('./fonts/Blue.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
  
.headerTotal{
    position: fixed;
    width: 100%;
    box-shadow: -1px 10px 16px -6px rgba(0,0,0,0.10);
    -webkit-box-shadow: -1px 10px 16px -6px rgba(0,0,0,0.10);
    -moz-box-shadow: -1px 10px 16px -6px rgba(0,0,0,0.10);
    background: rgb(27,20,100);
    z-index: 2;
}
.izMenuGrid,.derMenuGrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: center;

}
.cenMenuGrid a{
    width: 100%;
    height: 100px;
    display: flex;
}
.cenMenuGrid a img{
    display: block;
    margin: auto;
    height: 90px;
    padding: 5px 0px;
    width: 300px;
    object-fit: contain;
}

.menuGrid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.menuGrid a{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.menuCelGrid{
    position: fixed;
    background: #fff;
    width: 40%;
    left: 100%;
    display: grid;
    height: 100%;
    grid-template-rows: repeat(8,1fr);
    align-items: center;
    text-align: center;
    display: none;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.15);
}
.menuCelGrid a{
    text-align: center;
    text-decoration: none;
    color: #121212;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
}
#abrirMenu{
    display: none;
}
.optMenuGrid{
    display: none;
}
.espacioMenu{
    height: 100px;
    width: 100%;
}
@media (max-width:992px) {
    #abrirMenu:checked~.menuCelGrid{
        transition: all 0.3s ease;
        margin-left: -40%;

    }
    .menuCelGrid{
        display: block;
        display: grid;
    grid-template-rows: repeat(7,1fr);

    }
    .izMenuGrid,.derMenuGrid{
        display: none;
    }
    .optMenuGrid{
        display: grid;
        align-items: center;
        text-align: right;
    }
    .optMenuGrid label{
        cursor: pointer;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        align-items: center;
    }
    .menuGrid{
        display: grid;
        grid-template-columns: 180px 1fr;
    }
    .cenMenuGrid a{
        height: 90px;
    }
    .cenMenuGrid a img{
        height: 90px;
        width: 170px;
    }
    .espacioMenu{
        height: 90px;
        width: 100%;
    }
}
@media (max-width:768px) {
    .menuCelGrid{
        grid-template-rows: repeat(10,1fr);
    }
    .menuCelGrid{
        width: 60%;
    }
    #abrirMenu:checked~.menuCelGrid{
        transition: all 0.3s ease;
        margin-left: -60%;    
    }
    
}
.banner1{
    font-family: 'Blue';
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 50px auto;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

@media(max-width:992px){

    .banner1{
        height:400px;
        margin: 50px auto;
    }
}
@media(max-width:768px){
    .banner1{
        height:350px;
    }
}
/*FOTOS*/
.foto1,.foto2,.foto3,.foto4,.foto5,.foto6{
    width: 100%;
}

.fotos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
    padding-bottom: 75px;
}
.fotosTotal .container-fluid{
    margin: 0 !important;
    padding:  0 !important;
    background: rgb(27,20,100);
}
.fotoiz,.fotocen,.fotoder{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.foto1,.foto6{
    height: 400px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.fotos div div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fotos div div{
    overflow: hidden;
}
.fotosTotal,.fotos,.fotocen,.fotoiz,.fotoder{
    overflow-y: hidden;
}
.fotoiz img,
.fotocen img,
.fotoder img {
  visibility: hidden;
}

.fotoiz.slide-in-left div img,
.fotocen.slide-in-bottom div img,
.fotoder.slide-in-right div img{
  visibility: visible;
}
@media (max-width:992px) {
    .fotos{
        display: grid;
        grid-template-columns: 1fr;

        }
}
/*NOSOTROS*/
.nosotros{
    width: 100%;
    padding: 75px 0px;
    background: rgb(27,20,100);
    
}
.tituloFlaco{
    color: #fff;
    text-align: center;
    font-size: 21px;
}
.subtituloFlaco{
    color: rgb(0,255,255);
    font-family: 'Blue';
    font-size: 32px;
    text-align: center;
    margin: 30px auto;
}
.textoFlaco{
    color: #fff;
    font-size: 21px;
    text-align: justify;
    font-weight: 300;
    max-width: 800px;
    max-width: 80%;
    margin: auto;
}
.realClientes{
    margin-top: 75px;
}
.clientes{
    padding: 75px 0px;
    padding-top: 50px;
}
.unCliente{
    display: flex;
}
.unCliente img{
    display: block;
    margin: auto;
    width: 75%;
    height: 200px;

    height: 100%;
    object-fit: contain;
    object-position: center;
}
@media (max-width:992px) {
 
.tituloFlaco{
    font-size: 16px;
}
.subtituloFlaco{
    font-size: 24px;
}
.textoFlaco{
    color: #fff;
    font-size: 16px;
}
    .clientes{
        padding: 50px 0px;
        padding-top: 50px;
    }
}
@media (max-width:768px) {
    .nosotrosTitulo h1,.nosotrosTitulo h1 span{
        font-size: 26px;
    }
    .nosotrosSubtitulo h2{
        font-size: 16px;
    }
 
    .unCliente{
        height: 150px;
        display: flex;
    }
    .unCliente img{
        width: 80%;
        height: 100%;
    }
}
/*PRODUCTOS*/
.productos{
    margin-top: 75px;
}
.productoReal .tituloFlaco,.productoReal .textoFlaco,.realClientes .tituloFlaco,.realClientes .textoFlaco{
    text-align: center;
    color: #121212;
}
.productoReal .subtituloFlaco,.realClientes .subtituloFlaco{
    color:  rgb(27,20,100);
}
.unProducto img{
    width: 100%;
    margin: auto;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.unProducto h5{
    text-align: center;
    margin: 15px auto;
    font-family: Blue;
    font-size: 18px;
    color:  rgb(27,20,100);

}
.productoModal .modal-content{
    background: rgb(227,255,254);
    -webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;

}
.bloqueSensacion{
    padding: 75px 0px !important;
}
@media (max-width:992px) {    
    .unProducto img{
        width: 100%;
        margin: auto;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width:768px) {    
  
}
/*CONTACTO*/
.bannerContacto{
    background:rgb(27,20,100);
    width: 100%;
    padding: 75px 0px;
    position: relative;
    overflow-y: hidden;
}
.bannerContacto h2{
    color: #fff;
    text-align: center;
    font-family: Blue;
    font-size: 36px;
    margin-bottom: 75px;
}
#contactoForm{
    width: 75%;
    margin: auto;
}
.legal{
    background: #121212;
    margin: 0 !important;
    padding: 10px 0px !important;
    color: #fff;
    text-align: center;
}
.legal p{
    margin: 0 !important;
}
.g-recaptcha div{
    overflow-y: hidden !important;
}
@media (max-width:992px) {
    .g-recaptcha {
        transform: scale(0.95);
        transform-origin: 0 0;
      }
}
@media (max-width:768px) {
    .g-recaptcha {
        transform: scale(0.975);
        transform-origin: 0 0;
      }
}
/*CSS EXTRA*/
