﻿body{
    font-family: 'Public Sans', 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{
    height: 176px;
} */
.fijo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: white;
    width: 100%;
}
.cabecera{
    background: #2B508A;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logotipo img{
    background: white;
    width: 100%;
    padding: 5px;
}

.datos{
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.datos img{
    width: 30px;
}
.datos a{
    color: white;
    text-decoration: none;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0 20px;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    background: #CFD9E5;
    font-weight: bold;

    border-radius: 5px;
}


.uno{
    padding-top: 30px;
    padding-bottom: 30px;
}
.seccionUno{
    font-size: 22px;
    padding: 100px 30px;
}
.seccionUno strong{
    font-size: 32px;
}
.seccionUno img{
    height: 35px;
}


.img1{
    background: url(../images/pinturas-y-mantenimiento-industrial.webp) no-repeat center center;
    background-size: cover;
}


.btn-azul{
    background: #2B508A;
    color: white;

    border-radius: 20px;
}
.btn-azul:hover{
    background: #2B508A;
    font-weight: bold;
    color: white;
}



.cir{
    width: 100%;

}
.cir img{
    border: 3px solid #ea4032;
    width: 100%;
    border-radius: 50%;
}


.dos{
    padding-top: 70px;
    padding-bottom: 70px;
}

.titulo{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}
.azul{
    color: #2B508A;
    color: black;
}



.areaDos{
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.areaDos strong{
    font-size: 23px;
    color: #2B508A;
}


.a1{
    position: relative;
    left: 110px;
}
.a2{
    position: relative;
    right: 110px;
}


.cuadro{
    width: 100%;
    min-height: 447px;
}
.cuadro img{
    width: 100%
}

.texto-cuadro{
    color: white;
    color: black;
    font-size:22px;
    padding: 12px;
}

.color1{background: #D64D3D; background: #D6DEE9;}
.color2{background: #2E6062; background: #D6DEE9;}
.color3{background: #CC933E; background: #D6DEE9;}



.i{
    text-align: center;
}
.i img{
    height: 80px;
}
.i strong{
    width: 100%;
    display: inline-block;
}



.cuatro{
    padding-top: 120px;
    padding-bottom: 60px;
}
.cuatro a{
    color: #2B508A;
}

.fondoAzul{
    background: ;
    color: white;
    color: #2B508A;
    text-align: center;
    font-size: 19px;
}
.fondoAzul strong span{
    color: black;
    color: white
}
.texto{
    font-size: 22px;
    line-height: 32px;
    color: #2B508A;
    text-align: center;
    padding: 20px 20px;
}
.blanco{
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #2B508A;
    padding: 20px 20px;
}


.subtitulo{
    text-align: center;
    font-size: 27px;
    font-weight: bold;
}
.subtitulo div{
    background: #2B508A;
    color: white;
    display: inline-block;
    padding: 3px 20px;
    margin-bottom: 60px;

    border-radius: 7px;
}


.c{
    position: relative;
    width: 100%;
    cursor: pointer;
}
/* .c:hover .fondoGris{
    background: rgba(255, 255, 255, 0.3);
}
.c:hover span{
    background: rgba(255, 255, 255, 0.7);

    border-radius: 10px;
} */
.fondoGris{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.c img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.c strong{
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    color: white;
    vertical-align: middle;
    min-height: 200px;
    max-height: 200px;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    padding: 65px 20px;
}
.c strong span{
    display: inline;
}

.padding3{
    padding-top: 50px !important;
}
.padding1{
    padding-top: 80px !important;
}


.servicios{
    padding-top: 60px;
    padding-bottom: 60px;
}

.seccion{
    font-size: 22px;
    line-height: 32px;
}
.seccion strong{
    font-size: 32px;
}
.seccion b{
    color: #2B508A;
}

.imagen iframe{
    width: 100%;
}


.clientes{
    padding-top: 50px;
    padding-bottom: 50px;
}
.imagenes{
    text-align: center;
}
.imagenes img{
    height: 80px;
    margin: 0 20px 20px;
}


.cotiza{
    color: black;
    padding-top: 60px;
    padding-bottom: 60px;
}

.linea{
    text-align: center;
    font-size: 30px;
}
.linea a{
    color: black;
    text-decoration: none;
}
.linea b{
    color: #2B508A;
    font-size: 50px;
}


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

.cinco{
    padding-top: 30px;
    padding-bottom: 30px;
}
.cinco a{
    color: #2B508A;
}





.miniEntradas{
    padding-bottom: 40px;
}
.miniEntradas a{
    text-decoration: none;
    color: gray;
}

.imagenMiniEntrada{
    width: 100%;

    overflow: hidden;
}
.imagenMiniEntrada img{
    width: 100%;
}
.miniEntrada p{
    color: #95a5a6;
    font-size: 17px;
    line-height: 28px;
}
.tituloMiniEntrada{
    width: 100%;
    text-align: left;
    min-height: 70px;
    color: black;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
}

.textoMiniEntrada strong{
    font-size: 17px;
    color: gray;
}

.fechaMiniEntrada{
    color: gray;
    font-size: 18px;
    font-weight: bold;
}


.entrada{
    font-size: 18px;
    line-height: 32px;
}
.entrada img{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;

}
.entrada .tituloEntrada{
    font-size: 37px;
}


footer{
    background: #2B508A;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}
footer img{
    width: 30px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .fijo{
        position: relative;
    }
}

@media screen and (max-width:992px){
    .a1, .a2{
        left: 0;
        right: 0;
    }
}

@media screen and (max-width:768px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .img{
        height: 300px;
    }
    .seccionUno{
        line-height: 30px;
        padding: 12px;
    }
}

@media screen and (max-width:576px){
    .uno{
        padding-top: 0;
    }
    .entrada img{
        width: 85%;
        display: block;
    }
    footer{
        font-size: 17px;
    }
}

.item2{
    text-align: center;
}
.item2 img{
    width: 70%;
    height: auto;
    display: inline-block !important;
    margin: 0 15%;
}