
#scServicios, #scContacto{
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#scEmpresa img{
    float: right;
    width: 180px;
    margin-top: -25px;
}

#scServicios{
    background-image: url(../img/fondosSeccion/bgServicios.jpg);
}
#scSoluciones{
    background-image: url(../img/fondosSeccion/bgSoluciones.jpg);
}
#scSoluciones img{
    height: 150px;
}
#scBanner{
    overflow: hidden;
    background-image: url(../img/fondosSeccion/bgBanner.jpg);
    background-size: cover;
    background-position: center top;
}
#scContacto{
    background-image: url(../img/fondosSeccion/bgContacto.jpg);
}
#map{
    display: block;
    width: 100%;
    min-height: 325px;
    border: solid 2px #0061cb;;
}

#scCurriculum{
    background: url(../img/esquineroA.png) top left no-repeat, 
                url(../img/esquineroR.png) bottom right no-repeat;
}

#scServicioDescripcion p{
    text-align: justify;
}
    
.AssementCenter{
    background: url(../img/esquineroA.png) top left no-repeat, 
                url(../img/esquineroR.png) bottom right no-repeat,
                url(../img/servicios/bg-asessment-center.png) top right no-repeat;
}

.Capcaitacion{
    background: url(../img/esquineroA.png) top left no-repeat, 
                url(../img/esquineroR.png) bottom right no-repeat,
                url(../img/servicios/bg-capacitacion.png) top right no-repeat;
}

.DiagnosticoClimaLaboral{
    background: url(../img/esquineroA.png) top left no-repeat, 
                url(../img/esquineroR.png) bottom right no-repeat,
                url(../img/servicios/bg-diagnostico-clima-laboral.png) top right no-repeat;
}

.Coaching{
    background: url(../img/esquineroA.png) top left no-repeat, 
                url(../img/esquineroR.png) bottom right no-repeat,
                url(../img/servicios/bg-coaching.png) top right no-repeat;
}

.EstudioSocioEconomico{
    background: url(../img/esquineroA.png) top left no-repeat, 
                url(../img/esquineroR.png) bottom right no-repeat,
                url(../img/servicios/bg-estudio-socioeconomico.png) top right no-repeat;
}
.Evaluacion360{
    background: url(../img/esquineroA.png) top left no-repeat, 
                url(../img/esquineroR.png) bottom right no-repeat,
                url(../img/servicios/bg-evaluacion-360.png) top right no-repeat;
}
.EvaluacionDeTalento{
    background: url(../img/esquineroA.png) top left no-repeat, 
                url(../img/esquineroR.png) bottom right no-repeat,
                url(../img/servicios/bg-evaluacion-talento.png) top right no-repeat;
}
.ReclutamientoSeleccion{
    background: url(../img/esquineroA.png) top left no-repeat, 
                url(../img/esquineroR.png) bottom right no-repeat,
                url(../img/servicios/bg-reclutamiento-seleccion.png) top right no-repeat;
}

@media only screen and (max-width: 640px) {
    
    #scServicioDescripcion div{
        display: block;
        width: 100%;
        
    }
    
    .AssementCenter, .Capcaitacion, .DiagnosticoClimaLaboral, .Coaching, 
    .EstudioSocioEconomico, .Evaluacion360, .EvaluacionDeTalento, .ReclutamientoSeleccion{
        background: url(../img/esquineroA.png) top left no-repeat, 
                    url(../img/esquineroR.png) bottom right no-repeat;
    }

}