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


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    width: 60px;
}
.chat img{
    width: 100%;
}


.cabecera-ayuda{
    height: 96px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
    background: #253556;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;

    box-shadow: 2px 2px 2px gray;
}

.logotipo strong{
    width: 100%;
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
}
.logotipo img{
    width: 120%;
}


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


.datos{
    text-align: center;
    font-size: 18px;
}
.datos a{
    color: white;
}
.datos img{
    width: 30px;
}



.efecto{
    padding: 0;
    margin: 10px 0;
}


.nosotros{
    background: #253556;
}
.gris{
    background: #424242;
}
.nosotros .seccion, .gris .seccion{
    color: white;
}

.seccion{
    font-size: 18px;
    padding: 30px 40px;
}
.seccion strong{
    font-size: 30px;
    text-shadow: 2px 2px 2px black;
}
.seccion img{
    border-radius: 20px;
}

.imagen img{
    width: 100%;
}

.img1{
    background: url(../images/servicios-de-recuros-humanos.webp) no-repeat center center;
    background-size: auto 100%;
}
.img2{
    background: url(../images/2.webp) no-repeat center center;
    background-size: cover;
}
.img3{
    background: url(../images/atraccion-de-talento-humano.webp) no-repeat center center;
    background-size: cover;
}
.img5{
    background: url(../images/servicios-de-contabilidad.webp) no-repeat center center;
    background-size: cover;
}
.img6{
    background: url(../images/maquila-de-nomina.webp) no-repeat center center;
    background-size: cover;
}
.img7{
    background: url(../images/capacitacion-de-personal.webp) no-repeat center center;
    background-size: cover;
}
.img10{
    background: url(../images/factores-de-riesgo-psicosocial.webp) no-repeat center center;
    background-size: cover;
}



.otro{
    padding-top: 30px;
    padding-bottom: 30px;
}
.form-group{
    margin-bottom: 12px;
}


.o{
    background: #f7f7f7;
    font-size: 18px;
    line-height: 30px;
    padding: 30px;
}
.o strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #253556;
    display: inline-block;
    margin: 12px 0;
}
.o img{
    height: 50px;
}


.cabecera-fondo{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 10px 0;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.cabecera-fondo .container{
    position: relative;
    z-index: 2;
}
.fondo-contacto{
    background: url(../images/fondo-contacto.webp) no-repeat center center;
    background-size: cover;
}
.fondo-servicios{
    background: url(../images/fondo-servicios.webp) no-repeat center center;
    background-size: cover;
}
.fondo-capa{
    background: url(../images/fondo-capa.webp) no-repeat center center;
    background-size: cover;
}
.titulo{
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}


.cBlanco{
    background: #86B790;
    background: white;
    /* color: white; */
    color: black;
    padding: 12px;

    border-radius: 7px;
}


.p strong{
    display: inline-block;
}



.capacitacion{
    background: url(../images/fondo-capacitacion.webp) no-repeat center center fixed;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 30px 0;
}


footer{
    background: black;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}
footer iframe{
    height: 100px;
}
footer img{
    width: 30px;
}


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

}

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

@media screen and (max-width:992px){
    nav{
        margin: 12px 0 !important;
    }
}

@media screen and (max-width:768px){
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu-r{
        display: block;
    }
    .img{
        height: 250px;
    }
    .seccion img{
        width: 100% !important;
    }
}

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