*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	margin:0px;
	padding:0px;
    overflow-x: hidden;
}

a:link {
	text-decoration: none;
	color:inherit;
}
a:visited {
	text-decoration: none;
	color:inherit;
}
a:hover {
	text-decoration: none;
	color:inherit;
}
a:active {
	text-decoration: none;
	color:inherit;
}

.flex{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	flex-wrap: wrap;
}
.flex_vertical_center{
	align-items:center;
}
.flex_vertical_top{
	align-items:flex-start;
}
.flex_vertical_bottom{
	align-items:flex-end;
}
.flex_vertical_wrap{
	flex-wrap: wrap;
}
.flex_space_right_end{
	justify-content:flex-end;
}
.flex_space_left_start{
	justify-content:flex-start;
}
.flex_center{
	justify-content:center;
}
.flex_space_between{
	justify-content:space-between;
}
.flex_space_around{
	justify-content:space-around;
}

#menu_fixo{
	background-color: #FFF;
	padding: 15px 0px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	border-bottom: 1px solid #CCC;
	display: none;
}
#menu_fixo .telefone_email{
    position: absolute;
    top: -8px;
    right: 0px;
    font-size: 12px;
    color: #005d8f;
}
#menu_fixo .menu .item{
	margin-left: 15px;
	color: #005d8f;
	cursor: pointer;
}
.bt{
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 900;
    cursor: pointer;
    margin-top: 10px;
    background-color: #0084c2;
    color: #FFF;
}
.container{
    width: 1200px;
}

/*--------------- TOPO MOBILE ---------------*/
#topo_mobile, #menu_mobile_aberto{
    display: none;
}
#topo_mobile{
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 9999;
    padding: 20px;
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    display: none;
}
#menu_mobile_aberto{
	width: 100vw;
    height: 100vh;
    padding: 0px 30px;
    background-color: #255c8b;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
}
#menu_mobile_aberto .item {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin: 20px 0px;
    padding-bottom: 20px;
    text-align: center;
	color:#FFF;
    min-width: 80vw;
}
#menu_mobile_aberto .item:last-child{
    border-bottom: 0px;
}
#menu_mobile_aberto .item a{
    color: #232e48;
}
#menu_mobile_aberto .sub_contato{
    text-align: center;
    display: none;
}
#menu_mobile_aberto .sub_contato div{
    margin: 10px 0px;
}
#menu_mobile_aberto .sub_contato div:last-child{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#menu_mobile_aberto .fechar {
    position: absolute;
    right: 5vw;
    top: 5vw;
    width: 5vw;
    height: 5vw;
    background-image: url(../img/bt_fechar.png);
    background-size: cover;
}


/*------
--------
  HOME
--------
------*/
#home{
    width: 100vw;
    height: 100vh;
    position: relative;
}
#home .logo{
    width: 50vw;
    height: 100vh;
    background-image: url(../img/seta_direita.png);
    background-size: cover;
    background-position: left;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding-left: 50px;
}
#home .logo .titulo{
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    width: 70%;
    margin: 10px 0px;
    margin-bottom: 0px;
    margin-top: 60px;
}
#home .logo .texto{
    font-size: 12px;
    color: #FFF;
    width: 70%;
}
#home .menu{
    color: #005d8f;
    position: absolute;
    z-index: 99;
    padding: 15px;
    padding: 15px 35px 15px 0px;
    right: 0px;
    top: 0px;
    font-size: 12px;
    background-color: #FFF;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}
#home .menu .item{
    margin-left: 30px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
/*--------------- BANNER ---------------*/
#home .banner{
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
}





/*-----------
-------------
  A EMPRESA
-------------
-----------*/
#aempresa{
    padding: 80px 0px;
}
#aempresa .esquerda{
    width: 20%;
    background-image: url(../img/seta_direita.png);
    background-position: right;
}
#aempresa .meio{
    width: 70%;
    padding: 0px 50px;
    min-height: 800px;
}
#aempresa .meio .imagem{
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
#aempresa .meio .titulo{
    font-size: 36px;
    font-weight: 700;
    color:#005d8f;
}
#aempresa .direita{
    width: 10%;
    background-image: url(../img/seta_esquerda_2.png);
    background-position:top left;
    background-repeat: no-repeat;
}





/*-----------
-------------
  SERVIÇOS
-------------
-----------*/
#servicos{
    padding: 80px 0px;
}
#servicos .foto{
    width: 100%;
    background-size: cover;
    height: 350px;
}
#servicos .titulo{
    font-size: 36px;
    color: #005d8f;
    font-weight: bold;
    margin-bottom: 50px;
}
#servicos .texto{
    margin-bottom: 50px;
}
#servicos .flex{
    border-bottom: 1px solid #01417e;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
#servicos .flex:last-child{
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#servicos .itens .invertido{
    flex-direction: row-reverse;
}
#servicos .itens .foto_item{
    width: 45%;
    text-align: left;
}
#servicos .itens .invertido .foto_item{
    text-align: right;
}
#servicos .itens .infs{
    width: 55%;
    text-align: left;
}
#servicos .itens .infs .titulo{
    font-size: 36px;
    color: #005d8f;
    font-weight: bold;
}
#servicos .itens .infs .texto {
    margin-bottom: 0px;
}
#servicos .itens .infs ul{
  list-style-image: url('../img/seta.png');
  padding-inline-start: 13px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}
#servicos .itens .infs .titulo_interno{
    color: #0084c2;
    font-weight: bold;
}




/*-----------
-------------
  SEGMENTO
-------------
-----------*/
#segmento{
    padding: 80px 0px;
}
#segmento .titulo{
    font-size: 36px;
    font-weight: 700;
    color:#005d8f;
    margin-bottom: 10px;
}
#segmento .item{
    width: 189px;
    height: 189px;
    margin: 20px 10px;
    position: relative;
}
#segmento .item .imagem{
    min-width: 100%;
    min-height: 90px;
    background-size: cover;
    background-position: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#segmento .item .nome{
    background-color:#01417e;
    background-image: url(../img/segmentos/bg_seta.png);
    background-repeat: no-repeat;
    color: #FFF;
    padding: 10px;
    min-width: 100%;
    min-height: 90px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}




/*-----------
-------------
  CLIENTE
-------------
-----------*/
#clientes{
    padding: 80px 0px;
    padding-left: 25%;
    min-height: 700px;
    background-image: url(../img/seta_cliente.png);
    background-position: center left;
    background-repeat: no-repeat;
}
#clientes .container{
    width: calc(1200px - 30%);
}
#clientes .titulo_mobile{
    display: none;
}
#clientes .container .item{
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}




/*-----------
-------------
  CONTATO
-------------
-----------*/
#contato{
    margin-top: 100px;
    padding: 80px 0px;
    min-height: 700px;
    background-image: url(../img/bg_contato.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #0084c2;
    color: #FFF;
}
#contato .titulo{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 50px;
}
#contato .esquerda{
    width: 48%;
    text-align: left;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
#contato .esquerda .bt{
    width: 100%;
    padding: 10px 15px;
    background-color: #FFF;
    color: #0084c2;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
}
#contato .direita{
    width: 48%;
    text-align: right;
}
#contato .direita .mapa{
    margin-top: 20px;
    width: 50%;
}
#contato .direita .mapa img{
    width: 100%;
}
#contato .direita .enderecos{
    margin-top: 20px;
    padding-left: 20px;
    width: 50%;
    text-align: left;
    font-size: 14px;
}
#contato .direita .atendimento{
    text-align: left;
    font-size: 18px;
}




/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width : 10px) and (max-width : 1250px) {
    .container {
		width: 90%;
        position: relative;
    }
    #topo_mobile{
        display: block;
    }
    
    
    
    
    
    /*------
    --------
      HOME
    --------
    ------*/
    #home .logo {
        width: 100vw;
        height: 45vh;
        padding: 80px 50px;
        background-image: url(../img/seta_baixo.png);
        background-size: cover;
        background-position: center bottom;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: center;
        align-items: normal;
    }
    #home .logo img{
        display: none;
    }
    #home .logo .titulo{
        width: 100%;
        font-size: 20px;
    }
    #home .logo .texto{
        width: 100%;
    }
    #home .menu{
        display: none;
    }
    #home .banner{
        margin-top: 20vh;
        width: 100vw;
        height: 80vh;
    }
    
    
    
    
    /*-----------
    -------------
      A EMPRESA
    -------------
    -----------*/
    #aempresa{
        padding: 50px 0px;
    }
    #aempresa .esquerda{
        width: 0%;
    }
    #aempresa .meio{
        width: 100%;
        padding: 0px 30px;
        min-height: inherit;
        text-align: center;
    }
    #aempresa .meio .imagem{
        width: 100%;
    }
    #aempresa .direita{
        width: 0%;
    }
    
    
    
    
    /*-----------
    -------------
    SERVIÇOS
    -------------
    -----------*/
    #servicos {
        padding: 0px;
    }
    #servicos .itens .foto_item{
        width: 100%;
        text-align: center;
    }
    #servicos .itens .invertido .foto_item{
        text-align: center;
    }
    #servicos .itens .infs{
        width: 100%;
        text-align: center;
    }
    #servicos .itens .infs .texto .titulo_interno{
        text-align: left;
    }
    #servicos .itens .infs ul{
        text-align: left;
    }
    
    
    
    
    
    /*-----------
    -------------
      SEGMENTO
    -------------
    -----------*/
    #segmento {
        padding: 0px;
    }
    #segmento .item {
        width: 43%;
        height: inherit;
        margin: 10px;
        background-size: cover;
    }
    



    /*-----------
    -------------
      CLIENTE
    -------------
    -----------*/
    #clientes{
        width: 100%;
        padding: 50px 0px;
        padding-left: 0%;
        min-height: inherit;
        background-image: none;
    }
    #clientes .container{
        width: 100%;
        padding: 20px;
    }
    #clientes .titulo_mobile{
        display: block;
        background-color: #0084c2;
        color:#FFF;
        font-weight: bold;
        width: 100%;
        text-align: center;
        padding: 20px 0px;
    }
    #clientes .container .item{
        width: 90px;
        height: 90px;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    }
    
    
    
    
    
    /*-----------
    -------------
      CONTATO
    -------------
    -----------*/
    #contato{
        margin-top: 0px;
    }
    #contato .titulo{
        text-align: center;
    }
    #contato .esquerda{
        width: 100%;
    }
    #contato .esquerda .bt{
        width: 100%;
        padding: 10px 15px;
        text-align: center;
    }
    #contato .direita{
        width: 100%;
        text-align: center;
    }
    #contato .direita .flex{
        flex-direction: column-reverse;
    }
    #contato .direita .atendimento{
        text-align: center;
        margin-top: 20px;
    }
    #contato .direita .mapa{
        width: 100%;
    }
    #contato .direita .enderecos{
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    
    
}


input, textarea{
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 10px;
}