/* Types 
============================================================================================ */

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");


/* Basics 
============================================================================================ */

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.row.m0 {
    margin: 0px;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p_40_80 {
    padding-top: 40px;
    padding-bottom: 80px;
}

.p_80_40 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.p_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p_40_10 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.pad_top {
    padding-top: 120px;
}

.mt-25 {
    margin-top: 25px;
}

.p0 {
    padding-left: 0px;
    padding-right: 0px;
}

.p_footer {
    padding-top: 30px;
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1620px) {
    .box_1620 {
        max-width: 1650px;
        margin: auto;
    }
}


/* Main Title
============================================================================================ */

.main_title {
    text-align: center;
    margin-bottom: 60px;
}

.main_title h2 {
    font-family: "Lato", sans-serif;
    font-size: 36px;
    line-height: 40px;
    color: #222222;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 15px;
}

.main_title p {
    font-size: 24px;
    font-family: "Lato", sans-serif;
    line-height: 28px;
    font-weight: 300;
    color: #555;
    margin-bottom: 0px;
    margin: auto;
}

.main_title.white h2 {
    color: #fff;
}

.main_title.white p {
    color: #fff;
    opacity: .6;
}

/* Header 
============================================================================================ */


.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: background 0.4s, all 0.3s linear;
    -o-transition: background 0.4s, all 0.3s linear;
    transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.header_area .navbar .nav .nav-item {
    margin-right: 45px;
}

.header_area .navbar .nav .nav-item .nav-link {
    font: 700 16px/100px "Lato", sans-serif;
    color: #fff;
    padding: 0px;
    display: inline-block;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area .navbar .search {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    color: #222222;
    margin-left: 80px;
}

.header_area .navbar .search i {
    font-weight: 600;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background-image: -moz-linear-gradient(0deg, #024b88 0%, #024b88 100%);
    background-image: -webkit-linear-gradient(0deg, #024b88 0%, #024b88 100%);
    background-image: -ms-linear-gradient(0deg, #024b88 0%, #024b88 100%);
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0.5, 0.5, 0.5, 0.5);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}


/* Top Menu 
============================================================================================ */

.top_menu {
    background: #ec9d5f;
}

.top_menu .float-left a {
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    margin-right: 50px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.top_menu .float-left a:last-child {
    margin-right: 0px;
}

.top_menu .float-left a:hover {
    color: #007ee5;
}

.top_menu .float-right .pur_btn {
    background: #007ee5;
    color: #fff;
    font-family: "Lato", sans-serif;
    line-height: 40px;
    display: block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 12px;
}

/* Home Banner 
============================================================================================ */

.home_banner_area {
    z-index: 1;
    background: url(../img/banner/home-banner-dark.png) no-repeat scroll center center;
    background-size: cover;
}

.home_banner_area .banner_inner {
    overflow: hidden;
    width: 100%;
    padding: 160px 0px 140px 0px;
}

.home_banner_area .banner_inner .banner_content {
    color: #fff;
}

.home_banner_area .banner_inner .banner_content .col-lg-7 {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}

.home_banner_area .banner_inner .banner_content h2 {
    font-size: 52px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 105%;
    color: #fff;
    text-align: center;
}

.home_banner_area .banner_inner .banner_content p {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}

.home_banner_area .banner_inner .banner_content .banner_map_img {
    text-align: right;
    vertical-align: middle;
}


/* Interior 
============================================================================================ */

.interior_area {
    background: #f9faff;
    padding-top: 65px;
    padding-bottom: 15px;
    text-align: center;
}

.interior_area .interior_two {
    background: #fff;
    padding-top: 65px;
    padding-bottom: 15px;
    text-align: center;
}

.interior_inner .col-lg-5 {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
    padding-bottom: 45px;
    text-align: center;
}

.interior_inner .col-lg-6 {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
    padding-bottom: 45px;
    text-align: center;
}

.interior_inner .interior_text h4 {
    color: #222222;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 30px;
}

.interior_inner .interior_text p {
    margin-bottom: 20px;
    font-size: 20px;
    margin: 20px
}



/* Page Banner 
============================================================================================ */

.banner_box {
    max-width: 1620px;
    margin: auto;
}

.banner_area {
    position: relative;
    z-index: 1;
    height: 100%;
    background: url(../img/banner/home-banner.jpg) no-repeat scroll center center;
    background-size: cover;
}

.banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
    z-index: 1;
}

.banner_area .banner_inner .banner_content_2 {
    margin-top: 105px;
}

.banner_area .banner_inner .banner_content_2 h2 {
    color: #fff;
    font-size: 48px;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
    font-weight: 700;
}

.banner_area .banner_inner .banner_content_2 .page_link a {
    font-size: 14px;
    color: #fff;
    font-family: "Lato", sans-serif;
    margin-right: 36px;
    position: relative;
    font-weight: 400;
}

.banner_area .banner_inner .banner_content_2 .page_link a:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_area .banner_inner .banner_content_2 .page_link a:last-child {
    margin-right: 0px;
}

.banner_area .banner_inner .banner_content_2 .page_link a:last-child:before {
    display: none;
}

/* Contact 
============================================================================================ */


.contact_info .info_item {
    position: relative;
    padding-left: 45px;
}

.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #007ee5;
    font-weight: 600;
}

.contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px;
}

.contact_form .form-group {
    margin-bottom: 10px;
}

.contact_form .form-group .form-control {
    font-size: 16px;
    line-height: 24px;
    color: #3d464d;
    border: 1px solid #ddd;
    font-family: "Lato", sans-serif;
    border-radius: 0px;
    padding-left: 20px;
}

.contact_form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.contact_form .form-group .form-control.placeholder {
    color: #999;
}

.contact_form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.contact_form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.contact_form .form-group textarea {
    resize: none;
}

.contact_form .form-group textarea.form-control {
    height: 140px;
}

.contact_form .submit_btn {
    margin-top: 20px;
    cursor: pointer;
}

/* Contact Messages 
============================================================================================ */
.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    color: #007ee5;
    padding-bottom: 10px;
    font-family: "Lato", sans-serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
}

/* Misc 
============================================================================================ */
.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.sample-text-area {
    padding: 100px 0px;
}

.sample-text-area .title_color {
    margin-bottom: 30px;
}

.sample-text-area p {
    line-height: 26px;
}

.sample-text-area p b {
    font-weight: bold;
    color: #007ee5;
}

.sample-text-area p i {
    color: #007ee5;
    font-style: italic;
}

.sample-text-area p sup {
    color: #007ee5;
    font-style: italic;
}

.sample-text-area p sub {
    color: #007ee5;
    font-style: italic;
}

.sample-text-area p del {
    color: #007ee5;
}

.sample-text-area p u {
    color: #007ee5;
}

/* Misc 2 
============================================================================================ */


.generic-banner {
    margin-top: 60px;
    text-align: center;
}

.generic-banner .height {
    height: 600px;
}

@media (max-width: 767.98px) {
    .generic-banner .height {
        height: 400px;
    }
}

.generic-banner .generic-banner-content h2 {
    line-height: 1.2em;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content h2 br {
        display: none;
    }
}

.generic-banner .generic-banner-content p {
    text-align: center;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content p br {
        display: none;
    }
}

.generic-content h1 {
    font-weight: 600;
}

.about-generic-area {
    background: #fff;
}

.about-generic-area p {
    margin-bottom: 20px;
}

.about-section-404 {
    height: 100%;
    /* force the BODY element to match the height of the HTML element */
}

.about-container-404 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
    /* Remove this line if it's not going to be a background! */
}

.white-bg {
    background: #fff;
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

.switch-wrap {
    margin-bottom: 10px;
}

.switch-wrap p {
    margin: 0;
}


/* Buttons
============================================================================================ */

.banner_btn {
    display: inline-block;
    background: #007ee5;
    padding: 0px 45px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    border-radius: 5px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0ms linear;
    -o-transition: color 0ms linear;
    transition: color 0ms linear;
}

.banner_btn:hover {
    color: #fff;
    background: #024b88;

}



.main_btn {
    display: inline-block;
    background: #fff;
    padding: 0px 45px;
    color: #007ee5;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    border-radius: 5px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #dddddd;
    cursor: pointer;
    -webkit-transition: color 0ms linear;
    -o-transition: color 0ms linear;
    transition: color 0ms linear;
}

.main_btn:hover {
    color: #fff;
    background: #024b88;
}


.submit_btn {
    display: inline-block;
    background: #007ee5;
    padding: 0px 45px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    border-radius: 5px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0ms linear;
    -o-transition: color 0ms linear;
    transition: color 0ms linear;
}

.submit_btn:hover {
    color: #fff;
    background: #024b88;
}



/* Features
============================================================================================ */
.feature_area_2 {
    background: #ffffff;
}

.feature_item {
    padding: 25px 10px;
}

.feature_client {
    padding: 5px 5px;
}

.feature_item img {
    margin-bottom: 25px;
}

.feature_item h4 {
    color: #222222;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 95%
}

.feature_item p {
    margin-bottom: 0px;
    text-align: center;
    line-height: 120%;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Prices
============================================================================================ */

.price_area {
    background: #fff;
    text-align: center;
}

.price_area p {
    text-align: center;
}

.price_item {
    background: #f5f7f9;
    height: 100%;
}

.price_item .price_head {
    overflow: hidden;
    padding: 40px;
}

.price_item .price_head h3 {
    color: #007ee5;
    font-size: 26px;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    line-height: 100%;
}

.price_item .price_head h4 {
    color: #3d464d;
    font-size: 32px;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    line-height: 100%;
}

.price_item .price_body {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.price_item .price_body .list li {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}

.price_item .price_body .list li a {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #305A7B;
}

.price_item .price_body .list li a i {
    font-size: 14px;
    font-weight: normal;
    color: #25d366;
    margin-right: 3px;
}

.price_item_disabled {
    color: #ccc !important;
}

.price_item_disabled i {
    color: #ccc !important;
}

.price_item .price_body .list li:last-child {
    margin-bottom: 0px;
}

.price_item .price_footer {
    text-align: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}


/* Footer
============================================================================================ */


.footer-area {
    background: #ebeff2;
}

.single-footer-widget p {
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 150%;
}

.single-footer-widget .instafeed {
    margin-left: -5px;
    margin-right: -5px;
}

.single-footer-widget .instafeed li {
    margin: 5px;
}

.single-footer-widget .subscribe_form {
    padding-top: 25px;
}

.single-footer-widget .input-group {
    display: block !important;
}

.single-footer-widget input {
    max-width: 100%;
    width: 100%;
    border: 1px solid #333333;
    font-size: 13px;
    line-height: 40px;
    padding-right: 110px;
    height: 40px;
    color: #999999;
    border-radius: 20px;
    background: #fff;
    padding-left: 20px;
}

.single-footer-widget input.placeholder {
    color: #999999;
}

.single-footer-widget input:-moz-placeholder {
    color: #999999;
}

.single-footer-widget input::-moz-placeholder {
    color: #999999;
}

.single-footer-widget input::-webkit-input-placeholder {
    color: #999999;
}

.single-footer-widget input:focus {
    outline: none;
}

.single-footer-widget .sub-btn {
    background-image: -moz-linear-gradient(0deg, #041C2F 0%, #007ee5 100%);
    background-image: -webkit-linear-gradient(0deg, #041C2F 0%, #007ee5 100%);
    background-image: -ms-linear-gradient(0deg, #041C2F 0%, #007ee5 100%);
    color: #fff;
    font-weight: 500;
    line-height: 38px;
    font-size: 12px;
    padding: 0px 38px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -26px;
    border-radius: 20px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ab_wd p {
    max-width: 230px;
}

.tp_widgets .list li {
    margin-bottom: 4px;
}

.tp_widgets .list li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}

.tp_widgets .list li:last-child {
    margin-bottom: 0px;
}

.news_widgets p {
    color: #fff;
    opacity: .6;
}

.footer_title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    color: #fff;
    margin-bottom: 28px;
}

.border_line {
    width: 100%;
    height: 1px;
    background: #333333;
    margin-top: 30px;
}

.footer-bottom {
    padding-top: 85px;
}

.footer-bottom .footer-text {
    color: #fff;
    opacity: .6;
}

.footer-bottom .footer-text i {
    color: #007ee5;
    opacity: 1;
}

.footer-bottom .footer-text a {
    color: #007ee5;
    opacity: 1;
}

.footer-bottom .footer-social {
    text-align: right;
}

.footer-bottom .footer-social a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-left: 6px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #111111;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.footer-bottom .footer-social a:hover {
    color: #fff;
    background: #007ee5;
}

.footer-social-2 a {
    font-size: 14px;
    line-height: 30px;
    color: #fff !important;
    margin-left: 6px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #007ee5;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.footer-social-2 a:hover {
    color: #fff;
    background: #1C3548;
}

.logo-footer {
    padding-bottom: 5px;
}

.footer-area p {
    line-height: 20px;
}

.footer-fixed footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-area a {
    color: #007ee5;
}

.footer-area a:hover {
    color: #024b88;
}

.footer-area .parceiros h4 {
    color: white;
    font-size: 16px;
}

@media only screen and (min-width: 780px) {
   
    .footer-area span {
        display: block;
        text-align: -moz-left;
        text-align: -webkit-left;
    }

    .footer-area {
        padding-top: 20px;
    }
    
    #footer-logo-pad {
        padding-top: 20px;
    }

}

@media (max-width: 767.98px) {
    .generic-banner .height {
        height: 400px;
    }
}



/*---------------------------------------------------- */
/* Validate */

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

/*---------------------------------------------------- */
ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.text-has-service {
    color: #007ee5 !important;
}
