@charset "UTF-8";

/****************************** footer ***********************************************/

.area-foot{
    background-image:url("/sitio/portal/.content/imagenes/footer_sitio1.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-color:unset;
    color: white;                           
    font-size: 13px;                            
    /*padding: 25px 0px;  */
    padding: 40px;
    padding-top: 15px;
    padding-bottom: 0px;
    /*margin-top: 5%;*/
    /*position: fixed !important;
    bottom: 0 !important;*/
}

.area-foot a{
    border-color:unset;
    background-color:unset;
    color:#fff;
    transition: all .33s;
}

.area-foot a:hover {
    color: var(--amarillo-uptc) !important;
    text-decoration: none !important;
    margin-left: 3.2px;
}

.area-foot .social-icons a:hover {
    margin-left: 0px !important;
}


.textoFooter, .textoFooterCentro{
    padding-left: 5% !important;
}


/*************************** enlaces footer ****************************************/

.enlacesPie {
    background-color: rgba(255,255,255,0.86);
    padding: 15px;
    text-align: -webkit-center;
    box-shadow: 10px 0px 250px 100px black !important;
}

.enlacePie {
    margin: 0px !important;
    width: 80%;
}

.enlacesPie2{
    display: flex;
    background-color: rgba(155, 155, 155, 0.86 );
    padding: 7px;
    text-align: -webkit-auto;
    
}

/************************** dimensiones **************************************/

@media (max-width:767px){
    .enlacePie {
        margin-bottom: 6px !important;
        width: 100% !important;
        margin-top: 6px !important;
    }
}

@media(min-width:1014px){
    .textoFooterCentro{
        padding-left: 13% !important;
    }
}
