#logoimg {
    max-height: 50px;
    padding-top: 0px;
}

.header.scrolling-fixed a.logo-v1 img {
    margin-top: 12px;
}

.navbar-brand {
    padding-top: 5px;
}

.header .navbar-btn {
    background: #D55D5C !important;
}

.header.navbar-default .navbar-nav > li > a:hover,
.header.navbar-default .navbar-nav > .active > a,
.header.navbar-default .navbar-nav > .active > a:hover,
.header.navbar-default .navbar-nav > .active > a:focus,
.header .navbar-nav li.active > a {
    background: #fcfcfc !important;
    color: #db3a1b !important;
    border: none !important;
}

.language a>img{
    height: 15px;
    width: 15px;
    margin-bottom: 2px;
}

.theme-btn {
    background: #E8E3E3 !important;
    color: #333;
}
.theme-btn:hover {
    color: #fff;
    background: #D55D5C !important;
}

#final-logo {
    background-image: url('../img/carrusel/logo-20-aniv-efecto.png');
    width: 100%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.footer {
    margin-top: 65px;
    background-color: black;
}

.footer a{
    color: cornflowerblue;
    margin-bottom: 5px;
}

.footer {
    text-align: center;
}

.copyright.spanish{
    background: #ED302E;
}

.copyright.english {
    background: green;
}

.copyright p {
    color: white;
}

.copyright .social-footer li i {
    color: white;
}

/* For sm devices */
@media ( min-width: 768px ) {

}

/* For md devices */
@media ( min-width: 992px ) {

}

/* For lg devices */
@media ( min-width: 1200px ) {

}