@charset "UTF-8";

@font-face {
    font-family: 'oswaldextralight';
    src: url('../fonts/oswald-extralight.eot');
    src: url('../fonts/oswald-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-extralight.woff2') format('woff2'),
         url('../fonts/oswald-extralight.woff') format('woff'),
         url('../fonts/oswald-extralight.ttf') format('truetype'),
         url('../fonts/oswald-extralight.svg#oswaldextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light.eot');
    src: url('../fonts/oswald-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light.woff2') format('woff2'),
         url('../fonts/oswald-light.woff') format('woff'),
         url('../fonts/oswald-light.ttf') format('truetype'),
         url('../fonts/oswald-light.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald';
    src: url('../fonts/oswald-regular.eot');
    src: url('../fonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular.woff2') format('woff2'),
         url('../fonts/oswald-regular.woff') format('woff'),
         url('../fonts/oswald-regular.ttf') format('truetype'),
         url('../fonts/oswald-regular.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-medium.eot');
    src: url('../fonts/oswald-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-medium.woff2') format('woff2'),
         url('../fonts/oswald-medium.woff') format('woff'),
         url('../fonts/oswald-medium.ttf') format('truetype'),
         url('../fonts/oswald-medium.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldsemibold';
    src: url('../fonts/oswald-semibold.eot');
    src: url('../fonts/oswald-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-semibold.woff2') format('woff2'),
         url('../fonts/oswald-semibold.woff') format('woff'),
         url('../fonts/oswald-semibold.ttf') format('truetype'),
         url('../fonts/oswald-semibold.svg#oswaldsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold.eot');
    src: url('../fonts/oswald-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold.woff2') format('woff2'),
         url('../fonts/oswald-bold.woff') format('woff'),
         url('../fonts/oswald-bold.ttf') format('truetype'),
         url('../fonts/oswald-bold.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_italic';
    src: url('../fonts/playfairdisplay-italic.eot');
    src: url('../fonts/playfairdisplay-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playfairdisplay-italic.woff2') format('woff2'),
         url('../fonts/playfairdisplay-italic.woff') format('woff'),
         url('../fonts/playfairdisplay-italic.ttf') format('truetype'),
         url('../fonts/playfairdisplay-italic.svg#playfair_displayitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair';
    src: url('../fonts/playfairdisplay-regular.eot');
    src: url('../fonts/playfairdisplay-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playfairdisplay-regular.woff2') format('woff2'),
         url('../fonts/playfairdisplay-regular.woff') format('woff'),
         url('../fonts/playfairdisplay-regular.ttf') format('truetype'),
         url('../fonts/playfairdisplay-regular.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.home__fade {
    background: rgb(1, 1, 1);
    background: rgba(1, 1, 1, 0.5);
    bottom: 0;
    display: none;
    height: 100vh;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}
.content-fade{
    margin-bottom: 25px;
    margin-top: 25px;
}
.close {
    position: fixed;
    padding: 15px;
    right: 0;
    top: 0;
}


html, .body {
    min-height: 100%;
}

a {
    line-height: 200%;
    transition: all 0.5s linear;
}

/*Seletores*/
::-webkit-selection {
    background: #187882;
    color: #EEE;
}

::-moz-selection {
    background: #187882;
    color: #EEE;
}

::selection {
    background: #187882;
    color: #EEE;
}

/*Valida├º├úo no IE*/
input:invalid, textarea:invalid {
    outline: none;
    box-shadow: none;
}

/*Utilit├írios*/
.u-padding_0 {padding: 0;}
.u-padding_25_15 {padding: 25px 15px;}
.u-text_center {text-align: center;}
.u-text_right {text-align: right;}
.u-text_left {text-align: left;}
.u-margin_0 {margin: 0;}
.u-margin_auto {margin: auto;}

/*Container*/
@media screen and (min-width: 1024px) {
    .container {
        margin: 0 auto;
        width: 998px;
    }
}
/*Topo*/
.header-container_flex{
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header{border-bottom: 1px solid #EEE;}
/*Logo*/
.logo{
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*Menu*/
.hamburger {display: none;}
.menu-header menu, .menu-header ul {
    margin: 0;
    padding: 0;
}
.dropdown-label {
    border-bottom: 1px solid transparent;
    color: #111;
    cursor: pointer;
    display: block;
    font-family: "oswald","Open sans", "Arial", sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.dropdown-label:hover, .dropdown-label:focus, .dropdown-label:active {
    color: #0f5f5c;
    text-decoration: none;
}
.header-tel{
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.header-tel_link{
    border-bottom: 1px solid transparent;
    color: #7e0f0f;
    display: block;
    font-family: "oswald","Open sans", "Arial", sans-serif;
    font-size: 18px
}
.header-tel_link:hover,
.header-tel_link:focus,
.header-tel_link:active{
    border-bottom-color: #7e0f0f;
    color: #7e0f0f;
    text-decoration: none;
}
/*Banner*/
.banner{margin-bottom: 50px;}
.banner-container-flex {
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.banner-principal, .banner-interna {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    text-align: center;
}
.banner-content{
    margin-top: 50px;
}
.banner-title{
    border-bottom: 2px solid #555;
    color: #2a3674;
    display: inline-block;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}
.banner-txt p{
    color: #367c96;
    font-family: "playfair", "Open sans", "Arial", sans-serif;
    font-size: 17px;
}
/*Tamanho do banner*/
.banner-principal{height: 420px;}
.banner-interna{height: 230px;}

@media (min-width: 360px) {
    .banner-interna{height: 250px;}
}
@media (min-width: 414px) {
    .banner-interna{height: 270px;}
}
@media (min-width: 720px) {
    .banner-interna{height: 370px;}
}
@media (min-width: 1024px) {
    .banner-principal{height: 420px;}
    .banner-interna{height: 400px;}
    .banner-title{
        font-size: 41px;
    }
    .banner-content{
        margin-top: 90px;
    }
}
@media (min-width: 1280px) {
    .banner-principal{height: 590px;}
    .banner-interna{height: 610px;}
}
@media (min-width: 1366px) {
    .banner-principal{
        height: 770px;
        height: 90vh;
    }
    .banner-interna{
        height: 770px;
        height: 77vh;
    }
}
@media (min-width: 1920px) {
    .banner-interna{
        background-size: cover;
        height: 770px;
        height: 80vh;
    }
}

/*Menu fixo*/
.header_fixo{
    background: #FFF;
    border-bottom: 1px solid #CCC;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.logo_fixo{
    margin-bottom: 5px;
    margin-right: auto;
    margin-top: 5px;
}
/*Titulo*/
.title {
    color: #252525;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 29px;
    font-weight: normal;
    margin-top: auto;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}
.title:before{
    background: #187882;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 47.5%;
    position: absolute;
    width: 5%;
}
.title span{
    color: #187882;
    display: block;
    font-family: "playfair", "Open sans", "Arial", sans-serif;
    font-size: 17px;
    margin: 10px;
    text-transform: capitalize;
}
/*Subitulo*/
.subtitle {
    color: #222;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 20px;
    font-weight: normal;
}

/*Conteudo*/
p {
    color: #747474;
    font-family: "Open sans", "Arial", sans-serif;
    font-size: 15px;
    font-weight: normal;
}
/*Home sobre*/
.home-sobre{margin-bottom: 90px;}
.home-sobre_title{
    color: #252525;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 31px;
    font-weight: normal;
    margin-top: auto;
    padding-bottom: 10px;
    position: relative
}
.home-sobre_title:before{
    background: #187882;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 10%;
}
.home-sobre_span{
    color: #187882;
    font-family: "playfair", "Open sans", "Arial", sans-serif;
    font-size: 18px;
}
/*Home servicos*/
.home-servicos{
    cursor: default;
    line-height: normal;
    margin: 90px auto;
    text-align: center;
}
.home-servico_box{
    margin: 25px auto
}
.home-servico_box:hover, .home-servico_box:focus, .home-servico_box:active{
    text-decoration: none;
}
.home-servico_box p{
    font-size: 14px;
}
.home-servico_icon{
    margin: 15px auto;
}
.home-servico_subtitle{
    color: #252525;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin-top: auto;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}
.home-servico_subtitle:before{
    background: #187882;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 45%;
    position: absolute;
    width: 10%;
}
.home-servicos_link{
    border-bottom: 1px solid #187882;
    color: #187882;
    font-family: "playfair", "Open sans", "Arial", sans-serif;
    font-size: 19px
}
.home-servicos_link:hover, .home-servicos_link:focus, .home-servicos_link:active{
    border-bottom-color: transparent;
    color: #187882;
    text-decoration: none;
}
/*Noticias*/
.home-noticias{
    background-image: linear-gradient(to bottom, rgb(41, 41, 41) 59%,rgb(255,255,255) 0%);
    margin: 25px auto;
}
.home-noticias_title{
    color: #FFF;
    margin: 70px auto;
}
.home-noticia_box{
    background: #FFF;
    margin: 25px auto;
}
.home-noticia_box p{
    font-size: 14px;
}
.home-noticia_img-desc{
    color: #252525;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 19px;
    margin-top: 15px;
}
.home-noticia_date{
    color: #187882;
    margin: 15px auto;
}
.home-noticia_link{
    border-bottom: 1px solid transparent;
    color: #187882;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 15px;
    text-transform: uppercase
}
.home-noticia_link:hover,
.home-noticia_link:focus,
.home-noticia_link:active{
    border-bottom-color: #187882;
    color: #187882;
    text-decoration: none;
}
/*Home depoimentos*/
.home-depoimento{
    margin: 100px auto;
}
.home-content-cliente{
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.home-cliente_img{margin-right: 15px;}
.home-content-cliente strong{
    display: block;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
}
.home-content-cliente span{
    display: block;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
}
/*Home banner seg*/
.home-seg{
    margin: 150px auto;
}
/*Home contato*/
.home-content-contato{
/*    position: relative;*/
}
.home-contato_title{
    margin-bottom: 35px;
    margin-top: 50px;
}
.home-contato{
    background: #FFF;
/*    border: 1px solid #EEE;*/
    box-shadow: 0px 5px 15px 0px rgba(50,50,50,0.75);
    margin-bottom: -500px;
    position: relative;
    z-index: 2;
}
.home-contato_iframe{
    height: 700px;
}
.home-contato_btn{
    background: #187882;
    border: 1px solid #187882;
    border-radius: 15px;
    color: #FFF;
    display: block;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    margin: 15px auto;
    text-transform: uppercase;
    transition: all 0.5s linear;
    width: 220px
}
.home-contato_btn:hover, .home-contato_btn:focus, .home-contato_btn:active{
    background: #FFF;
    color: #187882;
    text-decoration: none;
}
/*Home newsletter*/
.home-newsletter{
    background: #187882;
    text-align: center;
}
.home-news_subtitle{
    color: #FFF;
    font-family: "playfair", "Open sans", "Arial", sans-serif;
    font-size: 19px;
    margin-top: 50px;
}
.home-news_title{
    color: #FFF;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 31px;
    font-weight: normal;
    margin-top: auto;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}
.home-news_title:before{
    background: #FFF;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 47.5%;
    position: absolute;
    width: 5%;
}
.home-news_content{
    margin: 35px auto 75px;
}
/*Inputs da Home newletter*/
.home-news_input{
    background-color: transparent;
    border-radius: 15px;
    color: #FFF;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 15px;
}
.home-news_input::-webkit-input-placeholder{
    color: #FFF;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 15px;
}
.home-news_input:-ms-input-placeholder{
    color: #FFF;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 15px;
}
.home-news_input::placeholder{
    color: #FFF;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 15px;
}
.home-news_btn{
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 15px;
    color: #187882;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    transition: all 0.5s linear;
    width: 100%
}
.home-news_btn:hover, .home-news_btn:focus, .home-news_btn:active{
    background: #187882;
    color: #FFF;
    text-decoration: none;
}
/*Rodape*/
.footer {
    background: #252525;
    text-align: center;
}
.footer p{
    color: #FFF;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 21px;
}
.footer-link{
    border-bottom: 1px solid transparent;
    color: #FFF;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-size: 21px
}
.footer-link:hover, .footer-link:focus, .footer-link:active{
    border-bottom-color: #187882;
    color: #187882;
    text-decoration: none;
}
/*Social*/
.footer-social_content{
    margin: -25px auto 50px;
}
.footer-social_link{
    -ms-flex-align: center;
    align-items: center;
    background: #252525;
    border: 1px solid #FFF;
    border-radius: 10px;
    color: #FFF;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 57px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto 15px;
    transform: rotate(45deg);
    width: 57px
}
.footer-social_link:hover, .footer-social_link:focus, .footer-social_link:active{
    background: #FFF;
    color: #252525;
    text-decoration: none;
}
.footer-social_link .fa{
    transform: rotate(-45deg);
}

/*Copyright*/
.copy {
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.copy p {
    color: #DDD;
    font-family: "Open sans", "Arial", sans-serif;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 0;
}
.copy_giga{
    color: #DDD
}
.copy_giga:hover, .copy_giga:focus, .copy_giga:active{
    color: #187882;
    text-decoration: none;
}
/*Pagina Interna*/
.interna{
    margin-bottom: 90px;
}
.interna-sobre_img{margin-bottom: 25px;}
.interna-sobre_txt{
    margin: 35px auto;
}
/*Noticias*/
.interna-content_noticia{
    border: 1px solid transparent;
    color: #252525;
    margin-bottom: 25px
}
.interna-content_noticia:hover, .interna-content_noticia:focus, .interna-content_noticia:active{
    color: #333;
    text-decoration: none;
}
.interna-noticia_btn{
    border-bottom: 1px solid transparent;
    color: #187882;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.25s linear
}
.interna-noticia_btn:hover, .interna-noticia_btn:focus, .interna-noticia_btn:active{
    border-bottom-color: #187882;
    text-decoration: none;
}
/*Assistencia 24h*/
.interna-seguro_box{
    text-align: center;
}
/*Videos*/
.interna-content-video{
    margin-bottom: 25px;
}
/*Seguros*/
.interna-seguros_btn{
    background: #187882;
    border: 1px solid #187882;
    border-radius: 15px;
    color: #FFF;
    display: block;
    font-family: "oswald", "Open sans", "Arial", sans-serif;
    margin: 15px auto;
    text-transform: uppercase;
    transition: all 0.5s linear;
    width: 220px
}
.interna-seguros_btn:hover, .interna-seguros_btn:focus, .interna-seguros_btn:active{
    background: #FFF;
    color: #187882;
    text-decoration: none;
}
/*Contato*/
.help-block{
    margin-bottom: auto;
    margin-top: auto;
}
/*Botão de envio*/
.interna-contato_btn {
    background: #0f5f5c;
    border: 1px solid #0f5f5c;
    color: #FFF;
    cursor: pointer;
    display: block;
    text-align: center;
    transition: all 0.5s linear;
}
.interna-contato_btn:hover, .interna-contato_btn:focus, .interna-contato_btn:active {
    background: #FFF;
    color: #0f5f5c;
    text-decoration: none;
}

/*Mapa*/
.iframe-mapa {
    height: 420px;
    margin: auto auto 15px;
    width: 100%;
}

/*Tablets*/
@media screen and (max-width: 991px) {
  /* menu mobile*/
  /*Sem barra de rolagem horizontal*/
    html, body {overflow-x: hidden;}

    menu img {display: none;}
    .hamburger {display: block;}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background: #2a3674;
    }

    menu {
        background: #2a3674;
        height: 100%;
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 190px;
        z-index: 2;
        transform: translateX(-220px);
        transition: all 0.25s linear;
    }

    .menu-header li {width: 100%;}
    .dropdown-label {
        color: #EEE;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 7px 10px;
        text-decoration: none;
        z-index: 3;
    }
    .dropdown-label:hover, .dropdown-label:focus, .dropdown-label:active {
        background: #EEE;
        color: #2a3674;
    }
    .menu-active menu {transform: translateX(0);}
    .banner-principal, .banner-interna {background-size: cover;}
}
@media screen and (max-width: 767px) {
    .home-noticias{
        background-color: #292929;
        background-image: linear-gradient(to bottom, rgb(41, 41, 41) 100%,rgb(255,255,255) 0%);
    }
    .form-contato {width: 98%;}
    .footer {text-align: center;}
    .iframe-mapa {width: 98%;}
}
@media screen and (max-width: 480px) {
    .copy {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .copy p{width: 100%;}
}

/*# sourceMappingURL=estilo.css.map */