@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../fonts/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light_0-webfont.woff2') format('woff2'),
         url('../fonts/lato-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latothin';
    src: url('../fonts/lato-thin_0-webfont.woff2') format('woff2'),
         url('../fonts/lato-thin_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	margin: 0px;
	padding: 0px;
   /* background:url("../../imagens/Área de Cobertura.png") no-repeat center top;
	background-size: 100%;
	height: 4709px;*/
}

body{
    font-family: 'latolight', "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.logo_aside{
    max-width: 50%;
    display: inline-block;
    margin: 24px auto 30px;
}
.menu_aside{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.menu_aside a{
    font-family: 'latolight';
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    background: #e8e8e8;
    color: #000;
    border-bottom: 1px solid #dedede;
}
.menu_aside a:hover, .menu_aside li.selected_pg a{
    background: #2e4166;
    color: #fff;
    text-decoration: none;
}
.telefones_aside{
    display: inline-block;
    margin-top: 20px;
    padding: 0px 10px;
}
.telefones_aside a{
    width: 100%;
    background: #6f1e17;
    color: #fff !important;
}
/* MENU */

.mdl-layout__drawer, .mdl-layout__obfuscator {
    cursor: pointer;
}
.android-drawer {
    border-right: none;
}
.mdl-layout__drawer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 80%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    background: #fafafa;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    color: #424242;
    overflow: visible;
    overflow-y: auto;
    z-index: 11;
}

/* Aside Pedido */
.mdl-layout__drawer{
  right: 0;
  -webkit-transform: translateX(250px);
    transform: translateX(100%);
}
/*/Aside Pedido */
.mdl-layout__drawer.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/* Background */
.mdl-layout__obfuscator.is-visible {
    pointer-events: auto;
    opacity: 1;
}
.mdl-layout__obfuscator.is-visible {
    background-color: rgba(0,0,0,.5);
    visibility: visible;
}
.mdl-layout__obfuscator {
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition-property: opacity;
    visibility: visible;
    pointer-events: none;
}
.mdl-layout__obfuscator::focus, .mdl-layout__obfuscator::active{
  outline: none !important;
}
.mdl-layout__obfuscator{
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    visibility: hidden;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
/* /MENU */


/* header */
.header_1{
	background: #a91516;
	text-align: center;
}
.header_phone{
	display: table-cell;
    color: #fff;
    vertical-align: middle;
    height: 61px;
}
.header_phone i{
	color: #fff;
    font-size: 29px;
    vertical-align: middle;
    margin-right: 10px;
}
.header_phone.header_end i{
	font-size: 22px;
}
.header_phone span{
	margin: 0px 10px;
}
.header_phone a{
	color: #fff;
    font-family: 'latolight';
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.header_phone.header_end a{
	font-size: 14px;
}
.header_2{
	height: 127px;
	background: #fff;
}
.logo{
	display: table-cell;
    vertical-align: middle;
    height: 127px;
}
.logo img{
    max-height: 76%;
}
.btn_header{
	background-color: #1d3f67;
    font-family: 'oswaldmedium';
    font-size: 16px;
    letter-spacing: 3px;
    padding: 15px 39px 12px;
    display: inline-block;
    margin: 37px auto;
}
.btn_header:hover, .btn_header:active, .btn_header:focus, .btn_header:visited{
	background-color: #1f4777;
}
.header_end{
    padding-top: 18px;
}
/* MENU */
.menu{
	padding: 0px;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.menu li{
	display: table-cell;
	height: 127px;
	vertical-align: middle;
	box-sizing: border-box;
	position:relative;
}
.menu li a{
	font-family: 'oswaldlight';
    color: #181717;
    font-size: 18px;
    height: 121px;
    display: inline-block;
    padding: 50px 30px;
    width: 100%;
    box-sizing: border-box;
}
.menu li a:hover, .menu li.selected_pg{
	text-decoration: none;
	font-weight: 600;
}
.menu li.selected_pg::before, .menu li:hover::before{
	content:"";
	width:100%;
	height:4px;
	background: #a91516;
	bottom:0px;
	position:absolute;
	left:0px;
	
}
/*/MENU */
/* header/ */


/* CLIENTES */
#nossos_clientes .container_clientes {
    max-width: 95%;
}
 .title_clientes{
    font-family: 'oswaldlight';
    text-align: center;
    font-size: 49px;
    line-height: 56px;
    letter-spacing: 6px;
    color: #181717;
    margin-bottom: 26px;
    position: relative;
}
 .title_clientes::before{
    content:"";
    width:100px;
    height:4px;
    background:#cebebe;
    top:92px;
    position:absolute;
    left:0px;
    right: 0px;
    margin:0 auto;
}
#nossos_clientes{
    padding-top: 77px;
    padding-bottom: 100px;
    background: url("../img/background.png")  no-repeat center center; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

#clientes{
    margin-top: 78px;
}
.clientes{
    width: 482px;
    height: 288px;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 9px 50px #00000040;
    margin: 40px 50px;
    border-radius: 10px;
}
.clientes img{
    max-width: 71%;
    max-height: 87px;
    width: auto !important;
    margin: 40px auto 0px;
}
.clientes p{
    padding: 39px 50px 19px;
    text-align: center;
    font-size: 19px;
    font-family: 'latolight';
}

#servicos .owl-dots{
    text-align: center;
    width: 50%;
    -webkit-tap-highlight-color: transparent;
}
#servicos .owl-dots .owl-dot, #clientes .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#servicos .owl-dots .owl-dot span, #clientes .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 10px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
#servicos .owl-dots .owl-dot.active span, #servicos .owl-dots .owl-dot:hover span, #clientes .owl-dots .owl-dot.active span, #clientes .owl-dots .owl-dot:hover span  {
    background: #869791;
}
#clientes .owl-dots{
    text-align: center;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    margin-top: 75px;
}
/* /CLIENTES */

/* FOOTER */
footer{
    max-width: 100%;
    overflow: hidden;
    background: #901c1c; /* Old browsers */
    background: -moz-linear-gradient(45deg, #901c1c 0%, #680909 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #901c1c 0%,#680909 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #901c1c 0%,#680909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#901c1c', endColorstr='#680909',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.area_orc_rapido{
    padding-top: 98px;
    margin-bottom: 80px;
}
.area_orc_rapido h3{
    font-family: 'oswaldmedium';
    font-size: 51px;
    line-height: 54px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 23px;
}
.area_orc_rapido p{
    font-family: 'latolight';
    font-size: 22px;
    color: #fff;
}
div.area_orc_rapido a{
    color: #fff !important;
    border: 2px solid #fff !important;
    width: 100%;   
    max-width: 342px !important;
    margin: 16px 35px;
    height: 63px;
    font-size: 20px;
    padding: 10px 11px !important;
}
div.area_orc_rapido a span{
    font-family: 'oswaldmedium';
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    letter-spacing: 2px;
}
.area_orc_rapido a i{
    font-size: 35px;
    line-height: 14px;
    margin-top: 11px;
    margin-right: 7px;
}
.contato_footer .mapa{
    position: absolute;
    left: -24%;
    width: 124%;
    max-width: 124%;
}
.contato_internacional{
   margin-left: 126px;
}
.contato_footer{
    margin: 0 auto;
    width: 100%;
}
.topo_text{
    padding-top: 60px;
}
.topo_text h1{
    font-family: 'oswaldlight';
    text-align: left;
    font-size: 49px;
    line-height: 56px;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 26px;
    position: relative;
}
.topo_text h1::before {
    content: "";
    width: 100px;
    height: 4px;
    background: #cebebe;
    top: 92px;
    position: absolute;
    left: 0px;
}
.topo_text p{
    margin-top: 69px;
    font-size: 17px;
    line-height: 29px;
    font-family: 'latolight';
    padding-right: 20px;
    font-weight: 600;
    color: #fff;
}
.contato_internacional .nav-tabs{
    padding: 15px 0;
}
.contato_internacional .nav-tabs .nav-link{
    padding: .5rem 1rem;
    font-size: 11px;

    color: #fff;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #7f2e2e;
}
.contato_internacional .nav-tabs .nav-link img{
    max-width: 30px;
}
.contato_internacional .nav-tabs .nav-link.active{
    color: #fff;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
}   
.contato_internacional .tab-pane i{
    margin-right: 10px;
    font-size: 20px;
}
.contato_internacional .tab-pane, .contato_internacional .tab-pane i, .contato_internacional .tab-pane a{
    color: #fff !important;
}
.contato_internacional .tab-pane table tr td:nth-child(2){
    padding: 11px 0px;
}
.contato_internacional .tab-pane{
    padding: 10px 20px;
}
.contato_footer{
    padding-bottom: 120px;
}

.footer{
    background: #343434;
    color: #fff;
}
.footer .copyright{
    float: none !important;
}
.footer .copyright, .footer .logo_footer{
    padding: 50px 0px;
}
.footer .logo_footer{
    margin-top: 5px;
}
.footer .logo_footer img{
    margin-left: 20px;
    margin-top: -5px;
}
.footer .copyright span{
    display: table-cell;
    vertical-align: middle;
    height: 77px;
}
.footer .logo_footer span, .footer .logo_footer{
    text-align: right;
}

.bottom_footer{
    background: #1f1f1f;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}
.bottom_footer img{
    margin-left: 10px;
    max-width: 37px;
}
.bottom_footer a{
    color: #98989a;
}
/* /FOOTER */

.container{
    position: relative !important;
}
@media (min-width: 1600px){
	.container, .contato_footer{
		max-width: 1510px;
	}
}
@media (max-width: 1659px){
    .header_phone{
        height: 45px;
    }
    .header_phone a{
        font-size: 12px;
    }
    .header_phone i {
        font-size: 18px;
        margin-right: 8px;
    }
    .header_phone.header_end i {
        font-size: 16px;
    }
    .header_phone.header_end a {
        font-size: 12px;
    }
    .header_end {
        padding-top: 11px;
    }
    .menu li a{
        font-size: 15px;
        height: 96px;
        padding: 40px 24px;
    }
    .header_2 {
        height: 107px;
    }
    .menu li {
        height: 107px;
    }
    .logo{
        height: 102px;
    }
    .btn_header{
        font-size: 12px;
        padding: 15px 39px 12px;
        margin: 32px auto;
    }

    #servicos .owl-dots .owl-dot span, #clientes .owl-dots .owl-dot span {
        width: 10px;
        height: 10px; 
    }

    .clientes {
        width: 90%;
        height: auto;
    }
    .clientes p {
        padding: 17px 50px 24px;
        font-size: 15px;
    }

    .area_orc_rapido h3{
        font-size: 37px;
        margin-bottom: 10px;
    }
    .area_orc_rapido p{
        font-size: 18px;
    }
    div.area_orc_rapido a {
        max-width: 312px !important;
        height: 53px;
        font-size: 16px;
        padding: 10px 11px !important;
    }
    .area_orc_rapido a i {
        font-size: 27px;
        line-height: 14px;
        margin-top: 7px;
    }
    div.area_orc_rapido a span {
        margin-top: 5px;
        letter-spacing: 2px;
        
    }
    .area_orc_rapido {
        padding-top: 68px;
        margin-bottom: 59px;
    }

    .topo_text h1 {
        font-size: 32px;
    }
    .topo_text p {
        font-size: 14px;
        padding-right: 100px;
    }
    .contato_internacional {
        margin-left: 46px;
    }
}

@media (max-width: 768px){
    body{
        overflow-x: hidden;
    }
    .header_1{
        display: none;
    }
    .header_2 .col-3.text-center{
        display: none;
    }
    .clientes{
        margin: 40px 20px;
    }
    .area_orc_rapido h3 {
        font-size: 24px;
    }
    .area_orc_rapido p {
        font-size: 16px;
    }
    .area_orc_rapido a{
        margin: 32px 11px;
    }
    .topo_text {
        padding-top: 40px;
    }
    .topo_text h1 {
        font-size: 38px;
        line-height: 52px;
    }
    .topo_text h1::before{
        top: 80px;
    }
    .contato_footer .mapa {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 350px;
    }
    .topo_text p {
        padding-right: 50px;
    }
    .contato_internacional .nav-tabs {
        display: flex;
    }
    .contato_footer{
        padding-bottom: 80px;
    }
    .footer .copyright span {
        text-align: left;
    }
}

@media (max-width: 767px){
    .logo img{
        max-height: 70%;
    }
    header{
        display: inline-block;
        width: 100%;
    }
    .box_menu{
        display: none;
    }
    .header_2{
        height: 60px;
    }
    .box_logo{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .logo{
        height: 60px;
    }
    .box_menu_mobile{
        text-align: right;
    }
    .box_menu_mobile button, .box_menu_mobile button:focus, .box_menu_mobile button:visited{
        margin: 14px 0px;
        background: none;
        border: none;
        font-size: 21px;
        outline: none;
    }
    .logo{
        margin-top: 8px;
        float: left;
    }
    #vantagens .title_vantagens {
        font-size: 26px;
    }
    .clientes p{
        padding: 17px 13px 24px;
    }
    div.area_orc_rapido{
        text-align: center;
    }
    div.area_orc_rapido h3{
        text-align: center;
        font-size: 32px;
        line-height: 50px;
    }
    div.area_orc_rapido a{
        padding: 0px !important;
        margin: 0 auto !important;
        line-height: 39px;
    }
    div.area_orc_rapido a i{
        margin-top: 16px;
    }
    .topo_text h1::before {
        top: 130px;
    }
    .contato_internacional {
        margin: 27px 22px;
    }
    .contato_internacional .nav-tabs .nav-link{
        padding: 0.9rem 0rem;
        font-size: 10px;
        width: 33%;
    }
    .footer .copyright span {
        text-align: center;
        padding: 0px 20px;
    }
    .footer .logo_footer span {
        font-size: 12px;
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .footer .logo_footer img {
        width: 125px;
        margin: 12px 0px 0px;
    }
    header{
        z-index: 9;
        position: fixed;
        top: 0px;
        left: 0px;
        border-bottom: 1px solid #b9b9b9;
    }
    #banner{
        padding-top: 60px;
    }
}

@media (min-width: 768px){
    .box_menu_mobile{
        display: none;   
    }
}