﻿body{
    font-family: 'Montserrat', sans-serif;
}

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}


.cabecera-ayuda{
    position: relative;
    height: 142px;
}

.superior{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.blanco{
    box-shadow: 2px 2px 2px #ddd;
}
.blanco .logotipo img{
    width: 80%;
}

.cabecera{
    background: #f7f7f7;
    padding-top: 4px;
    padding-bottom: 4px;
}

.cabecera a{
    text-decoration: none;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 100%;

    transition: all 0.5s;
}

.leyenda1{
    font-size: 22px;
}

.datos{
    text-align: end;
    font-size: 22px;
}

.whatsapp{
    background: #24d366;
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: bold;

    border-radius: 4px;
}


.menuSup{
    border-top: 2px solid #f4d93b;
    background: #f7f7f7;
    text-align: center;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 33.33%;
    float: left;
}
.menu{
    font-size: 20px;
    color: #3574e1;
    padding: 3px 0;
}
.menu:hover{
    font-weight: bold;
}


.efecto{
    padding: 0;
}
.efecto img{
    width: 100%;
}


.leyenda2{
    background: #f4d93b;
    background: #fff5b4;
    background: #3355A6;
    text-align: center;
    color: white;
    font-size: 23px;
    font-weight: bold;
}
.leyenda2 img{
    height: 80px;
}



.servicios{
    padding-top: 40px;
    padding-bottom: 120px;
}

.titulo{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #3574e1;
}

.c{
    text-align: center;
    font-size: 22px;
    font-weight: lighter;
    padding: 0 30px;
}
.c img{
    width: 90%;

    box-shadow: 2px 2px 2px black;

    border-radius: 50%;
}
.c strong{
    color: #3574e1;
    font-weight: bold;
    text-shadow: 2px 2px 3px #f4d93b;
}


.seccion{
    background: #f7f7f7;
    font-size: 20px;
    line-height: 30px;
    padding: 80px 40px;
}
.seccion strong{
    color: #3574e1;
}

.img2{
    background: url(../images/empresa-profesional-de-limpieza.webp) no-repeat top center;
    background-size: cover;
}
.img3{
    background: url(../images/persona-de-limpieza.webp) no-repeat top center;
    background-size: cover;
}
.img4{
    background: url(../images/empresa-de-limpieza-de-instalaciones.webp) no-repeat bottom center;
    background-size: cover;
}
.img5{
    background: url(../images/empresa-de-servicios-de-limpieza.webp) no-repeat bottom center;
    background-size: cover;
}
.img6{
    background: url(../images/limpieza-en-eventos-especiales-en-mexico.webp) no-repeat top center;
    background-size: cover;
}


.form-group{
    margin-bottom: 12px;
}


.cir{
    text-align: center;
    font-size: 24px;
}
.cir svg{
    width: 50px !important;
}


footer{
    background: #3355A6;
    color: white;
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}
footer a{
    color: white;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .superior{
        position: relative;
    }
    .blanco .logotipo img, .logotipo img{
        width: 100%;
    }
}

@media screen and (max-width:992px){
    .blanco .logotipo img, .logotipo img{
        width: 80%;
    }
    .datos{
        margin: 20px 0;
    }
}

@media screen and (max-width:768px){
    .img{
        height: 250px;
    }
    .blanco .logotipo img, .logotipo img{
        width: 60%;
    }
    #servicios{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .seccion{
        padding: 30px 12px;
    }
}

@media screen and (max-width:576px){
    .blanco .logotipo img, .logotipo img{
        width: 80%;
    }
}