@import url('menu.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Barlow', sans-serif;
    padding: 0;
    margin: 0;
}

#cleandexBote {
    background-image: url(../img/imgFondos/DESINFECTANTES-33.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#cleandexPqts{
    background-image: url(../img/imgFondos/DESINFECTANTES-3.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

#secMaquila2{
     background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

#maquilas{
   background-image: url(../img/bg/bgMaquila2.png); 
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

/*@media(min-width:768px) {
    #inicioDesinfeccion {
        background-image: url('../img/bg/bgDesinfeccion.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}*/

#contacto {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}


/*----------------boton de subir al inicio de la pagina----------------*/
.up {
    z-index: 4;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .4);
    left: 20px;
    bottom: 30px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    color: white;
    box-shadow: black 0px 7px 6px;
    display: none;
}

.up:hover {
    background-color: rgba(14, 155, 210, .9);
}

/*----------------Fin boton de subir al inicio de la pagina----------------*/

a,
a:hover {
    text-decoration: none;
    color: black;
}

/*------------------------------------------carousel principal------------------------------------------------------------*/
.carousel-indicators-lg > li {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: black;
}



.cualidad,
.cualidad2,
.cualidad3 {
    transform: scale(0);
}



.mostrarCualidad {
    animation: mostrarCualidad .5s forwards;
}

.mostrarCualidad2 {
    animation: mostrarCualidad .5s .3s forwards;
}

.mostrarCualidad3 {
    animation: mostrarCualidad .5s .6s forwards;
}


@keyframes mostrarCualidad {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

#BbySM,
#kindRosaM,
#oshCottBlancoM,
#pqtsMaxBeautyM,
#kbAdultM,
#vitaBM {
    min-height: 200px;
}

@media (min-width: 500px) {

    #BbySM,
    #kindRosaM,
    #oshCottBlancoM,
    #pqtsMaxBeautyM,
    #kbAdultM,
    #vitaBM {
        min-height: 300px;
    }
}

#parrafoMaqui1, #txtLT1{
    transition: opacity 1.5s .5s;
}
#parrafoMaqui2, #txtLT2{
    transition: opacity 1.5s 1s;
}
#parrafoMaqui3, #txtLT3{
    transition: opacity 1.5s 1.5s;
}
#parrafoMaqui4, #txtLT4{
    transition: opacity 1.5s 2s;
}
#parrafoMaqui5, #txtLT5{
    transition: opacity 1.5s 2.5s;
}
#parrafoMaqui6, #txtLT6{
    transition: opacity 1.5s 3s;
}
#parrafoMaqui7, #txtLT7{
    transition: opacity 1.5s 3.5s;
}

@font-face {
    font-family: 'DCC Ash';
    src: url('../fonts/DCC\ -\ Ash.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}