﻿
.footer {
    /*top: -10%;*/
    /*width: 100%;*/
    /*height: 550px;*/
    background-color: #ad2931;
    -webkit-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(10,10,10,10);
    box-shadow: 0 0 30px 0 rgba(10,10,10,10);
    /*position: absolute;*/
    bottom: -10px;
    /*left: 0;*/
    width: 99.5vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    font-family: 'Roboto', sans-serif !important;
}

.minFooter {
    width: 99.5vw;
    height: 80px;
    background-color: #6c1b20;
    -webkit-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    font-family: 'Roboto', sans-serif !important;
}

.derechosReservados {
    /*margin-top: 35px;*/
    margin-left: 35px;
    color: white;
    font-family: 'Roboto', sans-serif !important;
}

.linksFooter {
    color: white;
    font-size: 12pt;
    text-decoration: none;
    font-family: 'Roboto', sans-serif !important;
}

.textosFooter {
    font-size: 12pt;
    color: white;
    text-align: justify;
    color: white;
    font-family: 'Roboto', sans-serif !important;
}

.encabezadosFooter {
    font-size: 20pt;
    color: white;
    font-family: 'Roboto', sans-serif !important;
}

.lineas {
    border-bottom: 3px solid #ec4952;
    font-family: 'Roboto', sans-serif !important;
}
