/** ----------------------------------------------------------------------------
 *                         Todos los derechos Reservados
 *                               Softipal S.A.S 2020
 *  ----------------------------------------------------------------------------
 *  Nombre:       overFooter.css
 *  Ruta:         /public/css/layouts/footer/
 *  Descripción:  Estilos Generales para la sección sobre el pie de página
 *  Fecha:        23/01/2020
 *  Autor:        Alejandro González Flórez
 *  Versión:      1.0
 *  OD:           22489479
 *  ----------------------------------------------------------------------------
 *	 			Histórico de cambios
 *  ----------------------------------------------------------------------------
 *	Fecha          OD        Autor        Descripción
 *  ----------------------------------------------------------------------------
 *     21/01/2020   22489479   AlejoFlorez0   Creación de cabecera de documentacion
 *  ----------------------------------------------------------------------------
 */

#scb_overFooter
{
    height: 250px;
    color: #004187;
    padding-top: 2%;
    padding-left: 3%;
    background-color: white;
}

#of_linksInterest>h2
{
    font-size: 16px;
    margin-bottom: 25px;
    font-family: Montserrat-Bold;
    border-bottom: 3px solid #FFBA00;
}

#of_linksInterest>ul
{
    padding: 0px;
    font-size: 16px;
    list-style-type: none;
    font-family: Montserrat-Regular;
}
#of_linksInterest>ul>li>a{
    cursor: pointer;
}

#of_contact{
    float:left;
}
#of_contact>h2
{
    font-size: 16px;
    margin-bottom: 25px;
    font-family: Montserrat-Bold;
    border-bottom: 3px solid #FFBA00;
}

#of_contact>ul
{
    padding: 0px;
    font-size: 16px;
    line-height: 29px;
    list-style-type: none;
    font-family: Montserrat-Regular;
}



#sl_img
{
    position: relative;
    width: 11vw;
    
}

#vsl_img
{
    float:none;
    width: 35%; 
}

#il2_img
{
    width: 18%; 
}

#iql1_img
{
    width: 95%; 
}

#of_icontecLogo
{
    transform: translate(50px,0px);
    justify-content: right;
}

.of_logos
{
    padding-left: 40px;
}

#of_socobusesLogo{
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    transform: translate(50px,0px);
}

a:hover {
    color: inherit;
    text-decoration: none;
}
a{
    color: #004187;
    text-decoration: none;
    background-color: transparent;   
}

@media screen and (max-width: 900px) {
    #of_socobusesLogo, #of_icontecLogo{
        display: none;
    }
}

.scb_text_location, .scb_text_fax, .scb_text_email, .scb_text_tel, .scb_text_cel{
    padding-left: 30px;
}
.scb_icon_location, .scb_icon_fax, .scb_icon_email, .scb_icon_tel, .scb_icon_cel{
    width: 350px;
    height: 30px;
    background-size: 22px 75%;
    background-repeat: no-repeat;
}

.scb_icon_location
{
    background-image: url(../../../images/icons/ICONOS-48.png);
}

.scb_icon_fax
{
    background-image: url(../../../images/icons/ICONOS-43.png);
}

.scb_icon_email
{
    background-image: url(../../../images/icons/ICONOS-45.png);
}

.scb_icon_tel
{
    background-image: url(../../../images/icons/ICONOS-56.png);
}

.scb_icon_cel
{
    background-image: url(../../../images/icons/ICONOS-46.png);
}

.subrayado-title > li{
    transition-property: border-bottom;
    transition-delay: 0.3s;
}


.subrayado-title > li:hover {
    border-bottom: 2px solid  #004187;
}

