.visible-xs {
    display: block
}

.hidden-xs {
    display: none!important
}
.header-nav{
    display: none;
}
.navbar-toggler {
    background: #219774;
    float: right;
    margin: 1.5rem 1rem 1rem 2rem;;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width: 1.1em;
    height: 1.5em;
}

.header-nav ul {
    width: 95%;
    float: left;
    height: auto !important;
}
.header-nav ul li.active img{
    max-width: 20px;
}
.header-nav ul li {
    float: left;
    width: 100% !important;
    text-align: left !important;
    height: 40px !important;
}
.header-nav ul li a, .header-nav ul li a:visited{
    text-align: left;
    padding-left: 2rem;
    font-size: 1rem;
}

.header-nav ul li:last-child{
    margin-bottom: 1rem !important;
}

.carousel, .carousel-inner, .carousel-item{
    height:80vh;
}
.carousel-caption h5 {
    font-size: 2rem;
}
.carousel-caption p {
    font-size: 1em;
}
.carousel {
    background-image: url('../images/slider-mobile.png');
}
.carousel-control-prev, .carousel-control-next{
    display: none;
}
.big-title {
    font-size: 2.5rem;
    line-height: 1;
}
.big-text {
    font-size: 1.3rem;
    line-height: 1;
}

.col-md-2-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.parceiro-box img{
    max-width: 90px;
    margin: 0 auto 1rem auto;
}
.default-padding-left-mobile{
    padding-left: 1.5625rem;
} 
.default-padding-right-mobile{
    padding-right: 1.5625rem;
}
#footer p{
    text-align: center !important;
}
/*languages*/
.header-nav > ul.languages{
    display: block;
    float: inherit;
    width: 140px !important;
    margin: 0 auto !important;
    
}
.header-nav > ul.languages li{
    width: auto !important;
    height: auto !important;
    background: none !important;
}
.header-nav > ul.languages li a{
    padding: 10px 5px;
}
.header-nav > ul.languages li a,
.header-nav > ul.languages li a:hover{
    background: #CBE4DD !important;
}
.header-nav > ul.languages li:first-child a{
    padding: 10px 5px 10px 10px;
    -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.header-nav > ul.languages li:last-child a{
    padding: 10px 10px 10px 5px;
    -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}