/*
* **********************************
* ################################## ESTILOS GERAIS
* **********************************
*/

/*
========================
======================== GLOBAL MASK
========================
*/

#global-mask {
    width: 100%;
    height: 100%;
    background-color: #F3F1EF;
    position: fixed;
    top: 0;
    z-index: 15;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#global-mask.active {
    display: table;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.90;
    visibility: visible;
}

/*
========================
======================== GLOBAL LOADING
========================
*/

#global-loading {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;

    border: 5px solid #f55d16;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: fixed;
    top: 50%;
    width: 30px;
    z-index: 20;

    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#global-loading.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.90;
    visibility: visible;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

/*
========================
======================== BODY
========================
*/

body {
    font-family: 'Baloo Tamma 2', cursive;
    font-weight: 400;
    color: #201f1f;
}

/*
========================
======================== HEADING TAGS
========================
*/

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.625em;
}

h4 {
    font-size: 1.275em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}


/*
========================
======================== SOCIAL
========================
*/

.widget-social {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 9;
    margin-right: 20px;
}

/*@media (max-width: 1024px) {*/
/*    .widget-social {*/
/*        display: none !important;*/
/*    }*/
/*}*/

.widget-social a {
    width: 50px;
    height: 50px;

    text-align: center;
    font-size: 1.6em;
    line-height: 45px;
    color: #FFF;
    margin-bottom: 8px;

    display: block;

    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}


.widget-social a:before {
    top: 10px !important;
    margin-right: -1px !important;
}

.widget-social a.go {
    background-color: #ffdf4f;
    color: #201f1f;
}

.widget-social a.go:hover {
    background-color: #333333;
    color: #FFF;
}

.widget-social a.whatsapp {
    background-color: #57bb63;
}

.widget-social a.whatsapp:hover {
    background-color: #277a31;

}

.box-price {
    width: 260px;
    background-color: #00abc3;
    padding: 20px;
    position: relative;


    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.box-price-close {
    position: absolute;
    font-size: 20px;
    color: #FFF;
    right: 0;
    top: 0;
    margin: 20px;
}

.box-price-header {
    margin-bottom: 20px;
}

.box-price-header h1 {
    font-size: 1.875em;
    line-height: 1em;
    color: #FFF;
    font-weight: 300;
}

.box-price form {
    display: flex;
    flex-wrap: wrap;
}

.box-price form label {
    flex-basis: 100%;
}

.box-price form input,
.box-price form select,
.box-price form textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    width: 100%;
    background-color: #FFF;
    border: 0 !important;
    outline: 0 !important;
    font-size: 1em !important;
    font-weight: 300 !important;
    color: #313335 !important;
    padding: 15px !important;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.box-price form input:focus {
    background-color: #e8ebed;
}

.box-price form ::-webkit-input-placeholder {
    opacity: 1;
    color: #313335;
}

.box-price form ::-moz-placeholder {
    opacity: 1;
    color: #313335;
}

.box-price form :-ms-input-placeholder {
    opacity: 1;
    color: #313335;
}

.box-price form :-moz-placeholder {
    opacity: 1;
    color: #313335;
}

.box-price form .btn {
    width: 100%;
    color: #FFF;
    padding: 18px 40px;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: inherit;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


/*
========================
======================== HEADER
========================
*/

.main-header {

}

.main-header .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}

@media(max-width: 640px){
    .main-header .content {
        width: 90% !important;
    }
}

.main-header-logo {
    flex-basis: 20%;
    padding: 15px 0;
}

@media (max-width: 1170px) {
    .main-header-logo {
        flex-basis: 20%;
    }
}

@media(max-width: 980px){
    .main-header-logo {
        flex-basis: 40%;
    }
}

@media(max-width: 840px){
    .main-header-logo {
        flex-basis: 30%;
    }
}


.main-header-info {
    flex-basis: 80%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1170px) {
    .main-header-info {
        flex-basis: 80%;
    }
}

@media (max-width: 1024px) {
    .main-header-info {
        display: none;
    }
}

.main-header-social {
    display: none !important;

    /*flex-basis: 100%;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: flex-end;*/
    /*margin-bottom: 10px;*/
}

.main-header-social a {
    margin-right: 5px;
}

.main-header-social a:last-child {
    margin-right: 0;
}

.main-header-nav {
    flex-basis: 100%;
    text-align: right;
}

.main-header-nav-item {
    position: relative;
    height: 100%;
    display: inline-block;
}

.main-header-nav-item > a {
    display: block;
    font-size: 1em;
    color: #201f1f;
    font-weight: 300;
    padding: 25px 10px;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 7px solid transparent;
}

.main-header-nav-item:hover > a,
.main-header-nav-item > a:hover {
    border-bottom-color: #00aac2;
}

.main-header-nav-sub {
    background-color: #00aac2;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 130%;
    padding: 10px;
    text-align: left;
    margin-top: 2px;

    visibility: hidden;
    transition: all .2s ease;
    opacity: 0;
    z-index: 99;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.main-header-nav-item:hover .main-header-nav-sub,
.main-header-nav-item > a:hover .main-header-nav-sub {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.main-header-nav-sub-item {
    float: left;
    width: 100%;
    list-style: none;
}

.main-header-nav-sub-item a {
    font-size: 1em;
    color: #201f1f;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 6px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-header-nav-sub-item a:hover {
    color: #201f1f;
}

.main-header-nav .btn {
    background-color: #b53710;
    font-size: 1.125em;
    color: #FFF;
    font-weight: 600;
    padding: 8px 20px 9px 20px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 20px;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

@media(max-width: 1170px){
    .main-header-nav .btn{
        display: none;
    }
}

.main-header-nav .btn::before {
    font-size: 25px !important;
    top: 7px !important;
}

.main-header-nav .btn:hover {
    background-color: #7c2206;
}

.btn-mobile-restricted {
    display: none !important;
    background-color: #b53710;
    font-size: 1.125em;
    color: #FFF;
    font-weight: 600;
    padding: 8px 20px 9px 20px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 60px;
    margin-top: -22px;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

@media(max-width: 1024px){
    .btn-mobile-restricted{
        display: block !important;
        font-size: 0.875em;
        position: absolute;
        top: 50%;
        right: 0;

        padding: 4px 15px 10px 15px;

    }
}

@media(max-width: 640px){
    .btn-mobile-restricted{
        display: block !important;

        position: absolute;
        top: 50%;
        right: 0;
    }
}


.btn-mobile-restricted[class^="icon-"]:before,
.btn-mobile-restricted[class*=" icon-"]:before{
    font-size: 25px !important;
    top: 7px !important;
}

.btn-mobile-restricted:hover {
    background-color: #7c2206;
}


.btn-mobile,
.overlay{
    display: none;
}

@media (max-width: 1024px) {

    .btn-mobile {
        border: 3px solid #00abc3;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        height: 43px;
        width: 43px;
        padding: 23px;
        margin-top: -22px;
        z-index: 9999 !important;
        cursor: pointer;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;

        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }
    .btn-mobile:hover {
        opacity: .7;
    }

    .btn-mobile.active{
        border: 3px solid #FFF;
    }

    .btn-mobile.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF;
    }
    .btn-mobile.active .middle {
        opacity: 0;
        background: #FFF;
    }
    .btn-mobile.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF;
    }
    .btn-mobile span {
        background: #00abc3;
        border: none;
        height: 3px;
        width: 60%;
        position: absolute;
        top: 11px;
        left: 50%;
        margin-left: -30%;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    .btn-mobile span:nth-of-type(2) {
        top: 21px;
    }
    .btn-mobile span:nth-of-type(3) {
        top: 32px;
    }

    .overlay {
        display: block;
        position: fixed;
        background: #00abc3;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .35s, visibility .35s, height .35s;
        transition: opacity .35s, visibility .35s, height .35s;
        /*overflow: hidden;*/
        z-index: 2 !important;
    }
    .overlay.open {
        opacity: .9;
        visibility: visible;
        height: 100%;
    }
    .overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }
    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s;
    }
    .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .50s;
        animation-delay: .50s;
    }

    .overlay.open li:nth-of-type(5) {
        -webkit-animation-delay: .55s;
        animation-delay: .55s;
    }

    .overlay.open li:nth-of-type(6) {
        -webkit-animation-delay: .60s;
        animation-delay: .60s;
    }

    .overlay.open li:nth-of-type(7) {
        -webkit-animation-delay: .65s;
        animation-delay: .65s;
    }

    .overlay.open li:nth-of-type(8) {
        -webkit-animation-delay: .70s;
        animation-delay: .70s;
    }

    .overlay.open li:nth-of-type(9) {
        -webkit-animation-delay: .75s;
        animation-delay: .75s;
    }

    .overlay nav {
        float: left;
        width: 100%;
        position: relative;
        height: 30%;
        top: 30%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.4em; /* 30/16 */
        font-weight: 400;
        text-align: center;
    }
    .overlay ul {
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }
    .overlay ul li {
        display: block;
        height: 25%;
        height: calc(100% / 9);
        min-height: 50px;
        position: relative;
        opacity: 0;
    }
    .overlay ul li a {
        display: block;
        position: relative;
        color: #FFF;
        text-decoration: none;
        overflow: hidden;
    }

    .overlay ul li a:hover{
        text-decoration: underline;
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
}

/*
========================
======================== CONTENT
========================
*/

.container {
    display: block;
    width: 100%;
}

.content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

@media (max-width: 1170px) {
    .content {
        width: 80%;
    }
}

/*
========================
======================== DASH
========================
*/


.dash {
    background: url("../../img/global/custom/bg-internal.png") top center no-repeat;
    padding: 230px 0 70px 0;
}

.dash-header {

    text-align: center;
    margin-bottom: 60px;
    color: #201f1f;
}

.dash-header h1 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 0.95;
}

.dash-header p {
    font-size: 1.5em;
    line-height: 1.083;
}

.dash-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #00abc3;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.dash-info-header {

}


.dash-info-header h1 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2;
    color: #2c353e;
}

.dash-info-header h1 strong {
    font-weight: 600;
}


.dash-info-buttons .btn {
    background-color: #00abc3;
    font-size: 1em;
    font-weight: 600;
    color: #FFF;
    padding: 10px 20px 5px 20px;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.dash-info-buttons .btn:hover {
    background-color: #007e90;
}


/*
========================
======================== FOOTER
========================
*/

.main-footer {
    background-color: #1f242b;
}

.main-footer .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
    align-items: flex-end;
}

.main-footer-info {
    flex-basis: 40.5%;
}

@media (max-width: 1024px) {
    .main-footer-info {
        flex-basis: 100%;
        text-align: center;
    }
}

.main-footer-logo {
    text-align: left;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .main-footer-logo {
        text-align: center;
    }
}

.main-footer-logo img {
    height: 100px;
}



.main-address-footer{
    flex-basis: 100%;
    display: flex;
}

@media(max-width: 1024px){
    .main-address-footer{
        flex-direction: column;
    }
}

.main-address-footer .desc {
    flex-basis: 90%;
    padding-left: 15px;
}

@media (max-width: 1024px) {
    .main-address-footer .desc{
        flex-basis: 100%;
        padding-left: 15px;
        margin-top: 20px;
    }
}

.main-address-footer span {
    font-size: 0.875em;
    color: #737c7e;
    font-weight: 600;
    text-transform: uppercase;
}

.main-address-footer p {
    font-size: 1.25em;
    color: #FFF;
    margin-top: -12px;
    font-weight: 400;
}

.main-phone-doubts-footer{
    flex-basis: 40.5%;
}

@media(max-width: 1024px){
    .main-phone-doubts-footer{
        flex-basis: 100%;
        margin-top: 30px;
    }
}

.main-phone-footer{
    flex-basis: 100%;
    display: flex;
}

@media(max-width: 1024px){
    .main-phone-footer{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

.main-phone-footer .desc {
    flex-basis: 90%;
    padding-left: 15px;
}

@media (max-width: 1024px) {
    .main-phone-footer .desc{
        flex-basis: 100%;
        padding-left: 15px;
        margin-top: 10px;
        text-align: center;
    }
}

.main-phone-footer span {
    font-size: 0.875em;
    color: #737c7e;
    font-weight: 600;
    text-transform: uppercase;
}

.main-phone-footer p {
    font-size: 1.25em;
    color: #FFF;
    margin-top: -12px;
    font-weight: 400;
}


.main-doubts-footer{
    flex-basis: 100%;
    display: flex;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .main-doubts-footer{
        flex-direction: column;
        text-align: center;
    }

}

.main-doubts-footer .desc {
    flex-basis: 90%;
    padding-left: 15px;
}

@media (max-width: 1024px) {
    .main-doubts-footer .desc{
        flex-basis: 100%;
        padding-left: 15px;
        margin-top: 10px;
    }
}

.main-doubts-footer span {
    font-size: 0.875em;
    color: #737c7e;
    font-weight: 600;
    text-transform: uppercase;
}

.main-doubts-footer p {
    font-size: 1.25em;
    color: #FFF;
    margin-top: -12px;
    font-weight: 400;
}

.main-social-footer{
    flex-basis: 10%;
    display: flex;
    align-items: flex-end;
}

@media(max-width: 1024px){
    .main-social-footer{
        flex-basis: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 30px;
    }
}

.main-social-footer a{
    margin-right: 5px;
}

.main-social-footer a:last-child{
    margin-right: 0;
}


.main-footer-coppy {
    border-top: 1px solid #363c46;
}

.main-footer-coppy .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #FFF;
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .main-footer-coppy .content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.main-footer-coppy p {
    font-size: 1em;
    font-weight: 300;
    color: #FFF;
}

.main-footer-coppy .ebrothers {
    background: url(../../img/global/custom/ebrothers.png) no-repeat;
    font-size: 0;
    width: 75px;
    height: 15px;
    display: block;
    margin-top: 5px;
    position: relative;
}

/*
========================
======================== HTML CHARS
========================
*/

.htmlchars {
    width: 100%;
}

.htmlchars p {
    font-size: 1em;
    line-height: 1.125em;
    margin-bottom: 15px;
}

.htmlchars ul,
.htmlchars ol {
    margin: 15px;
}

.htmlchars a {
    color: #555;
}

.htmlchars a:hover {
    text-decoration: underline;
}

.htmlchars iframe {
    border: none;
}

/*
========================
======================== PAGINATION
========================
*/

.pagination-links {
    width: 100%;
    text-align: center;
}

.pagination-links li {
    display: inline-block;
    margin: 0 1px;
}

.pagination-links li p,
.pagination-links li a {
    background: #64bac6;
    display: block;
    padding: 7px 13px 7px 13px;
    color: #ffffff;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    transition: background-color 0.25s linear 0s;
    -webkit-transition: background-color 0.25s linear 0s;
    -moz-transition: background-color 0.25s linear 0s;
}

.pagination-links li a:hover {
    background: #3F9DAB;
}

.pagination-links li.link-current p {
    background: #3F9DAB;
}

.pagination-links li.link-disabled p {
    background: #aaaaaa;
}

/*
========================
======================== ALERT HTML
========================
*/

.alert-html {
    background-color: #f1f5f9;
    display: block;
    padding: 20px 0px;
    text-align: center;
    margin-top: 40px;
    border: 1px solid #dfe4e9;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.alert-html p {
    font-size: 1em;
    color: #555;
    font-weight: 300;
}