﻿
/*********  CSS Footer UCV  ************/

.Footer_Bottombg {
    background: url(https://www.ucv.es/Portals/_default/Skins/UCV_Skin/images/logo-footer.png) left top no-repeat #333;
    padding-bottom: 10px;
   
    padding-top: 30px;
}


/********** Links Footer *******/

#footer a{text-decoration: none !important;
    color: #ccc !important;
}

.TelefonoUcv:hover {
    text-decoration: none !important;
    color: #ccc !important;
}

#footer a:hover {
    text-decoration: underline;
    color: #fff;
}

#footer p {
    color: #eee !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    
}
.col-4.isos p {
    text-align: right;
}



/********** copyright *************/
.copyright_style {
    float: left;
    padding: 10px 0 0; color:#ccc !important; font-size:13px;
}



/***********  Listas Footer  *************/
#footer ul{
    margin:0px;
}
#footer li {
    list-style: none;
    margin-left: 0px;
}


/************  Botón subir  **********/


#footer .boton-arriba {
    padding: 0 10px;
    border-radius: 80px;
    height: 60px;
    width: 60px;
    text-align: center;
    background: #9BB61B;
    float: right;
    margin-top: -60px;
}
.boton-arriba em, .boton-arriba i {
    color: white;
    font-size: 30px;
    margin-top: 15px;
}


/************ Redes sociales Footer  ************/
#footer ul.social-links {
    float: none; margin:0; padding:0;
}
#footer ul.social-links li
{
    float:left;
}



#footer .social-links li {
    padding-right: 6px;
}

    #footer .social-links li a {
        color: #fff !important;
        display: block;
        width: 28px;
        line-height: 30px;
        font-size: 1.2em;
        transition: background-color ease-in .2s;
        -moz-transition: background-color ease-in .2s;
        -webkit-transition: background-color ease-in .2s;
        -o-transition: background-color ease-in .2s;
        -ms-transition: background-color ease-in .2s;
        text-align: center;
    }

        #footer .social-links li a.link-pinterest {
            background-color: #cb2027 !important;
        }

        #footer .social-links li a:hover {
            background-color: #666 !important;
            color: #333 !important;
        }

#footer .row.footerup {
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    padding-bottom: 20px;
}

#footer .container img {
    float: none;
}

#footer div.titular {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 10px 0 0 0;
}

h3.telefono-footer {
    font-size: 30px !important;
    color: #fff !important;
    
    font-weight: bold;
    margin-bottom: 10px !important;
}

.col-md-4.isos p {
    text-align: right;
}







