* {
    font-family: 'Raleway', sans-serif;}

html {
    overflow-x: hidden; }

.main-container {
    margin: 0 auto;
    width: 90%; }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

a {
    text-decoration: none; }

.row {
    margin: 0;
    padding: 0; }

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh; }

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.degrade{
    width: 100%;
    height: 125px;
    position: fixed;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff 50%);
    z-index: 999;
}

.site-header {
    position: fixed;
    z-index: 999;
    width: 100%;}
.site-header div {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
.site-header nav #menu-principal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.site-header nav #menu-principal a {
    color: #0f0e19;
    font-size: 1.1em; }
.site-header nav #menu-principal .current_page_item {
    border-bottom: 1px solid #0f0e19;
    padding-bottom: 5px; }
.site-header nav #menu-principal li {
    margin-right: 2rem; }
.site-header nav #menu-principal li:last-child {
    margin-right: 0; }
.site-header .logo-header img {max-width: 180px; height: auto;}


/* Languages */
.langs .notranslate{
    border: none;
    background-color: #e3e2e2;
    border-radius: 50px;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}


.olangs {      width: 20px; display: none;   position: absolute;left: 0;}
.olangs li{        display: block;    }
.olangs a {    display: block;  color: #666;}
ul.menuflags3 {    padding-left: 0px;  height: 10px;margin-top: -25px;  z-index: 99999;}
#flags {   position: absolute;  padding: 0px;}
.menuflags  {    float: left;    position: relative;  height: 25px;   margin-left: 3px;}
.menuflags3  {   height: 10px;    }
.clangimg img {    margin-right: 3px;}
.clang span.plus {padding-left: 5px;}
.clang {float: right;  top: 12px;  position: relative;  margin-left: 15px;    top: 5px;}
.clangimgpt { line-height: 22px;     height: 33px; cursor: pointer;}
.clangimgpt p{ text-decoration: underline;}
img.seta-lang {max-width: 8px!important; margin-top:unset!important;width:unset!important;position: absolute!important;margin-left: -10px!important;}

.show-lang{display: list-item;}
.langs{
    position: absolute;
    right: 0;
    top: 30px; 
}


@media only screen and (max-width: 1199px){
    .langs {
        top: 47px;
    }
    .menu-list.subescrever {    margin-top: 32px!important;}

    .site-header.menu-active .icon-bar{background: #fff!important; }
    .site-header.menu-active{
        background-color: #e83e48;
        transition: 0s all;
    }
    .hide{display: none!important;}
    .logo-header.logo-toggle img{width: 100px;}
}
@media only screen and (max-width: 991px){
.logo-header{
    top: 10px!important;
    position: absolute!important;
    z-index: 99;
}

.site-header {
    height: 68px;
    transition: 1.5s all;
}
.langs {
    position: absolute;
    right: 65px;
    top: 7px;
}
.main-menu{
    margin-top: 10px;
    padding-right: 0px!important;

}
}
@media only screen and (max-width: 450px){
   
    
}