/* Solucion Factible Consultores, 2018 */
/* nosotros-valores.css */

/* Menu */
#menu {
    background-color: #2a4e78;
}
#titulo-seccion {
    background: repeat;
    background: #2a4e78 url('../../img/miscelanea/textura-logos.png');
}

#titulo-seccion #texto {
    border-bottom: 2px solid #FFFFFF;
    bottom: 8px;
    letter-spacing: 6px;
    line-height: 87px;    
    text-align: center;
}


div.titulo {
    padding-top: 40px;
    text-align: center; 
}

div.texto-descripcion {
    padding-top: 30px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: justify;
    padding-bottom: 10px;
}

.icons-nosotros {
    background-image: url(../../img/nosotros/nosotros.png);
    height: 139px;
    min-width: 139px;
}

.color-1{
    background-color: #ffffff;
}

div#icono-valor1.icons-nosotros {
    background-position: 11px 14px;
}

.color-2{
    background-color: #d9dfe7;
}

div#icono-valor2.icons-nosotros {
    background-position: -135px -3px;
}

.color-3{
    background-color: #8ea2b9;
}

div#icono-valor3.icons-nosotros {
    background-position: -280px 16px;
}

.color-4{
    background-color: #5d799a;
}

div#icono-valor4.icons-nosotros {
    background-position: -410px 8px;
}

.color-5{
    background-color: #395b83;
}

div#icono-valor5.icons-nosotros {
    background-position: 275px 2px;
}

.color-6{
    background-color: #2a4f7a;
}

div#icono-valor6.icons-nosotros {
    background-position: -667px 10px;
}

.color-nav-r{
    background-color: #2a4e78;
}
.color-nav{
    background-color: #2e527c!important;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
    border-bottom: solid 8px #2e527c;
}

.op-n {
    border-bottom: solid 3px #b3c70000!important;
    font-weight: bold;
}

@media (max-width: 960px) {
    div.texto-descripcion {
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
        padding-bottom: 10px;
    }
}
