<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 
    Created on : 04-10-2016
    Author     : Jose
*/

/*Desarrollo*/

.banner {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 50% !important; 
    padding: 10px 5px;
    background: #008bbf;
}

.bbaanneerr span{
  font-size: 18px !important;
}

.col-lg-3{
    width: 100% !important;
    float: left;
}

.divServicios{
    padding:20px;
    height:176px;
}

.fraseInicial{
    display: none !important;
}

.fraseInicialMovil{
    padding-top: 10px !important;
}

.fraseInicialMovil h2{
    font-size: 17px !important;
    text-align: right !important;
    margin-right: 15px !important;
}

#main-nav .navbar-toggle {
    margin-top: 0 !important;
}

.contenedorLogo{
    width:50%;
    float:left;
    padding:10px;
}

.contenedorTelfMail{
    height:90px;
    margin-top:-20px;
    text-align: center;
}

.telfMail{
    color:white;
    margin-bottom:0;
    padding-top:23px;
    font-weight: bold;
    font-size: 12px;
}

.enlaces{
    color:white;
    margin-bottom:0;
    padding-top:0;
    font-weight: bold;
    font-size: 12px;
}

.enlaces a{
    color:#ffffff;
    cursor: pointer;
}

.enlaces a:hover{
    color:#dddddd;
}

#main-nav .navbar-collapse{
    padding-top: 25px !important;
    background: white !important;
}

.secDatosD-I, .secDatosD-D{
    float: left;
    width: 100%;
}
.secDatosD-D ul{
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
}

.secDatosD-D ul li {
    list-style: none;
    display: inline-block;
}

.secDatosD-D ul li i{
    color: white;
}

#main-nav .secDatosD-D li{
    clear: none !important;
}

@media (min-width: 768px){

    .enlaces{
        padding-top:23px;
    }

    .secDatosI{
        float: left;
        width: 50%;
    }

    .secDatosD{
        float: right;
        width: 50%;
    }

    .secDatosD-D{
        float: right;
        padding-top: 25px;
        width: 30%;
    }

    .secDatosD-I{
        float: right;
        width: 80%;
    }

    .contenedorTelfMail{
        height:50px;
        margin-top:-20px;
    }

    .telfMail{
        color:white;
        margin-bottom:0;
        padding-top:23px;
        float:left;
        padding-left:50px;
        font-weight: bold;
        font-size: 14px;
    }

    .enlaces{
        color:white;
        margin-bottom:0;
        padding-top:23px;
        float:right;
        padding-right:50px;
        font-weight: bold;
        font-size: 14px;
        text-align: right;
        width: 100%;
        text-align: right;
    }

    .navbar-right {
        margin-top: 16px !important;
    }

    .fraseInicial{
        display: block !important;
        width: 35%;
        float: left;
        padding-top: 0px;
        text-align: center;
    }

    .fraseInicial h2 {
        font-size: 20px;
        font-weight: bold;
        padding-top: 32px !important;
    }

    .fraseInicialMovil{
        display: none !important;
    }

    .navbar-fixed-top .contenedorLogo{
        float:left !important;
        padding:10px !important; 
    }

    #main-nav .navbar-collapse{
        background: transparent !important;
    }

}

@media (min-width: 800px) {

    .col-lg-3{
        width: 50% !important;
    }

    .bbaanneerr span{
        font-size: 28px !important;
    }

    .divServicios{
        padding:20px !important;
        height:210px ;
    }

}

@media (min-width: 992px) {

    .divServicios{
        padding:20px !important;
        height:210px ;
    }

    .fraseInicial{
        width: 45%;
    }

    .fraseInicial h2 {
        font-size: 25px;
        padding-top: 11px;
    }

}

@media (min-width: 1200px) {

    .navbar-right {
        margin-top: 20px !important;
    }

    .col-lg-3{
        width: 25% !important;
    }

    .divServicios{
        height:245px ;
    }

    .fraseInicial{
        width: 55%;
    }

    .fraseInicial h2 {
        font-size: 30px;
        padding-top: 8px;
    }

}

@media (min-width: 1500px) {

    .fraseInicial{
        
    }

}

</pre></body></html>