body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #f0f0f0;
    color: #5d5d5d;
    overflow-x: hidden;
}
main {
    flex: 1 0 auto;
}
.container{
    width: 95%;
}
img.responsive-img{
    width: 100%;
}
.c-stick{
    color: #e10712 !important;
}
.bg-stick{
    background-color: #e10712 !important;
}

.container.banners-lat {
    position: relative;
    display: none;
}


.container.banners-lat .fly-left {
    position: absolute;
    padding-top: 19px;
    left: -450px;
}

.container.banners-lat .fly-right {
    position: absolute;
    padding-top: 19px;
    right: -450px;
}

@media only screen and (min-width: 1550px) {
    .container.banners-lat {
        display: block;
    }
}

#back-to-top{
    background-color: #f44336 !important;
}
#back-to-top{
    color: #FFFFFF;
}

#back-to-top{
    position: fixed;
    bottom: 8px;
    right: 8px;
    opacity: 0.8;
    z-index: 100;
    display: none;
    text-decoration: none;
}

#back-to-top i{
    font-size: 36px;
    line-height: 52px !important;
}

/* menu_superior */
nav{
    background-color: #ffffff;
    height: 110px;
    border-bottom: 4px solid #000000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
nav ul a{
    font-weight: 400;
    color: #6d6d6d;
}
nav a.button-collapse{
    top: -5px;
    color: #6d6d6d;
}
nav .dropdown-content li{
    background-color: #ffffff;
}
nav .dropdown-content li a{
    line-height: initial !important;
    color: #6d6d6d;
}
nav .button-collapse i{
    font-size: 3rem;
    color: #ed7539;
}

/* menu superior*/
nav .container{
    width: 90%;
}
nav ul.hide-on-med-and-down{
    margin-top: 65px;
}
nav ul.hide-on-med-and-down li{
    height: 42px;
    line-height: 42px;
}
nav ul.hide-on-med-and-down a{
    height: 42px;
    line-height: 43px;
}
nav ul.dropdown-content{
    top: 110px !important;
}
nav .nav-wrapper a.dropdown-button i {
    height: 42px;
    line-height: 42px !important;
}
#nav-mobile .collapsible-header{
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
}
header .menu-top{
    background-color: white;
}
header .menu-top .row{
    margin-bottom: 0;
}
header .menu-top .btn-floating{
    background-color: #6d6d6d;
}
header .menu-top a{
    margin: 2px;
}
header .menu-top .text-update{
    height: 41px;
    line-height: 44px;
    color: #292929;
    font-weight: 300;
    font-size: 0.9rem;
}
header .menu-top .row.back{
    height: 32px;
    background-color: #eaeaea;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
}
header .menu-top .left-align{
    position:relative;
}
nav img{
    margin-top: 4px;
}
header .shares-social{
    position: absolute;
    top: 113px;
    right: 10px;
    font-size: 1.3rem;
}
header .shares-social i{
    width: 32px;
    height: 32px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: black;
    transition: 0.3s;
}
header .shares-social i:hover{
    background-color: #6d6d6d;
    color: white !important;
}
@media only screen and (min-width: 992px) {
    nav .brand-logo {
        top: 0;
        left: 0;
    }
}

#cookies{
    background-color: #828080;
    color: #FFF;
}

.cookies-content .btn{
    background-color: #1D8AC9;
    color: #FFFFFF;
}

/* COOKIE NORMAL*/
#cookies{
    display: none;
    position: fixed;
    top: 0;
    margin-left: 2rem;
    background-color: #828080;
    color: white;
    min-height: 64px;
    width: 88%;
    z-index: 1000;
    border-radius: 0 0 4px 4px;
}

.cookies-content{
    margin: 16px;
}
.cookies-message{
    margin: 16px;
}

.cookies-message .btn{
    margin:16px;
}

/* container sidebar */
.bg-stick{
    background-color: #e57229;
}
.c-stick{
    color: #e57229;
}

/* container sidebar */
.megabanner{
    margin-top: 8px;
}
.to-container .row{
    background-color: white;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.to-container .row div.container-base{
    margin-top: 16px;
}
.sidebar{
    border-left: 1px solid #e4e4e4;
    margin-bottom: 16px;
    padding-right: 0 !important;
}

footer{
    background-color: #ffffff !important;
    
}
footer h5{
    color:#2b2b2b;
}
.footer-copyright a{
    color:#6f6056;
}
footer .contact li{
    color:#524f4e;
}
footer .container p{
    color: #524f4e;
    font-weight: 300;
}

/* footer_logo_share_copyright */
footer{
    margin-top: 0 !important;
}
footer ul.list-social-share li{
    display: inline;
    margin: 8px;
}
footer .fa.fa-facebook{
    font-size: 33px;
    margin-top: 6px;
    margin-left: 4px;
    color: #f2f2f2;
}
.footer-copyright{
    background-color: rgba(20, 20, 20, 0.20) !important;
}
.footer-copyright img{
    margin-top: 10px;
}
