.logo-pw div p:first-child a {
	color: #fff;
	font: 12px "Helvetica";
	margin-top: -8px;
	display: block;
}

.logo-pw div {
	text-align: left;
}

.logo-pw div a span {
	color: transparent;
}

body {
	overflow-x: hidden;
}

.telefone {
	display: flex;
}

.g-recaptcha {
	margin-left: 10px;
}

.telefone input#txtChar:first-child {
	width: 60px;
	text-align: center;
}

.cert {
	display: flex;
	justify-content: space-around;
}

.cert h2 {
	font-size: 30px !important;
	background: linear-gradient(to left, #384e6c, #00429c, #0d3161) !important;
}

.telefone input#txtChar {
	width: 500px;
}

* {
	color: #333333;
	margin: 0;
	padding: 0;
}

div#myModal {
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 5px;
    border: 1px solid #888;
    width: 700px;
    height: auto;
}

.modal-content img {
    width: 700px;
}

#erro-total {
	width: 700px;
	height: 270px;
	margin: 15px 0;
}

.localizacao {
	display: flex;
	justify-content: space-around;
}

.contato .imagem img {
	width: 420px;
}

.contato .imagem {
	margin: 10px auto;
	text-align: center;
}

.imagem.dois img {
	width: 560px;
}

.localizacao .infos {
	width: 500px;
}

.localizacao .mapa {
	width: 500px;
}

li.sub-menu {
	position: relative;
}

li.sub-menu ul {
	position: absolute;
	background: #eff5ff;
	width: 220px;
	margin-top: -30px;
	display: none;
}

li.sub-menu ul li {
	width: 100%;
	padding: 20px;
}

li.sub-menu ul li a {
	padding: 0px;
}

li.sub-menu ul:after {
	content: '';
	border: 10px solid transparent;
	border-bottom-color: rgb(239, 245, 255);
	top: -20px;
	left: 10px;
	position: absolute;
}

#imagem-centralizada {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

#texto-404 {
	width: 100%;
	font-family: Calibri;
	font-size: 22px;
	text-align: center;
}

#aguarde {
	width: 100%;
	font-family: Calibri;
	font-size: 19px;
	text-align: center;
	margin: 5px 0;
}

.page-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 600px;
}

a {
	text-decoration: none;
}

.global {
	margin: 0 auto;
}

img.cnh-img {
	width: 400px !important;
}

.texto-pages {
	width: 1200px;
	margin: 20px auto;
	min-height: 500px;
}

.texto-pages h1 {
	font: 25px "Calibri";
	padding-left: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

.texto-pages h2 {
	font: 20px "Calibri";
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
}

.texto-pages h2 i {
	color: #fff;
	margin-right: 5px;
}

.menu-resp {
	display: none;
}

.swiper-container {
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	box-shadow: 0px 2px 4px -1px #b5b5b5;
	transition: all 0.5s;
}

.contato {}

.contato input {
	width: 100%;
	padding: 10px 20px;
	background: #eee;
	border: #ccc;
	color: #666;
	box-sizing: border-box;
	margin-bottom: 10px;
	outline: none !important;
}

.contato textarea {
	width: 100%;
	padding: 10px 20px;
	background: #eee;
	border: #ccc;
	color: #666;
	box-sizing: border-box;
	margin-bottom: 10px;
	outline: none !important;
	resize: none;
	height: 200px;
}

.contato .submit {
	cursor: pointer;
	background: #016086;
	color: #fff;
}

.linha-total {
	background: #00429c;
}

.linha-total .linha {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1200px;
	margin: 0 auto;
}

.linha .item {
	color: #fff;
	font: 16px "calibri";
	padding: 10px 0px;
}

.linha .item * {
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
}
.linha .item strong {
    font-size: 19px;
}
.topo-total {
	position: relative;
	z-index: 888;
}

.topo {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px 0px;
}

.menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu li {
	display: inline-block;
	list-style: none;
	padding: 0px 10px;
}

.menu li a {
	display: block;
	padding: 20px 10px 40px;
	font: 18px "calibri";
	color: #00429c;
}

.menu li a:hover {
	color: #ff9900;
}

.active {
	background: #000 !important;
}

.rodape-total {
	background: #00429c;
}

.rodape {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1200px;
	margin: 0 auto;
}

.rodape .item {
	color: #fff;
	font: 23px "calibri";
	padding: 20px 0px;
	width: 330px;
	text-align: center;
}

.rodape .item i {
	color: #fff;
	font-size: 80px;
	display: block;
	text-align: center;
	height: 100px;
}

.logo-pw {
	display: table;
	margin: auto;
	text-align: center;
	padding: 20px 0px;
}

/* Index */

.box-01 {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 10px;
	transition: all 0.5s;
}

.box-01:hover {}

.box-01 > div {
	margin: 40px 0px;
}

.box-01 .conteudo {
	width: 580px;
}

.box-01 .conteudo .titulo {
	font: 45px 'calibri';
	color: #ff9900;
}

.box-01 .conteudo .titulo::first-line {
	color: #00429c;
}

.box-01 .conteudo .linha {
	height: 4px;
	background: #eee;
	width: 100%;
	margin: 20px 0px 0px;
	position: relative;
	box-shadow: -1px -1px 2px 0px #fff inset;
}

.box-01 .conteudo .linha .barra {
	width: 80px;
	transition: all linear 0.8s 0.55s;
	height: 100%;
	background: #ff9900;
	position: relative;
}

.box-01-total:hover .conteudo .linha .barra {
	width: 100%;
	transition: all linear 0.5s;
}

.box-01 .conteudo .texto {
	font: 20px/25px 'calibri';
	text-shadow: 0px 0px 1px #eee;
	color: #000;
	margin: 20px 0px;
}

.box-01 .conteudo .entrar {
	padding: 20px 70px;
	background: #ff9900;
	color: #fff;
	font: 20px 'calibri';
	display: table;
	transition: all 0.5s;
}

.box-01:hover .conteudo .entrar {
	transform: scale(1.1);
	transition: all 0.5s;
}

.box-01 .img {
	width: 450px;
	height: 370px;
	overflow: hidden;
	box-shadow: 0px 0px 8px 0px #fff inset;
	display: flex;
	position: relative;
}

.box-01 .img .info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
	background: rgba(0, 66, 156, 0.6);
	font: 23px 'calibri';
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 0px 33px #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 1;
	transition: all linear 0.5s;
	transform: translateX(-100%);
}

.box-01 .img .info i {
	color: #fff;
	font-size: 100px;
	display: block;
	text-align: center;
}

.box-01:hover .img .info {
	opacity: 1;
	transition: all linear 0.5s 0.48s;
	transform: translateX(0%);
}

.box-01 .img img {
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: -1;
}

.box-02-total {
	background: #00429c;
}

.box-02 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.box-02 .item {
	margin: 20px 0px;
	width: 280px;
	min-height: 770px;
	box-sizing: border-box;
	border: 2px solid rgba(0, 0, 0, 0.2);
	padding: 15px 10px;
	text-align: center;
}

.box-02 .item:hover {
	background: rgba(255, 255, 255, 0.1);
}

.box-02 .item .img {
	width: 100%;
	height: 157px;
	overflow: hidden;
}

.box-02 .item .titulo {
	font: 20px 'calibri';
	color: #fff;
	margin: 40px 0px;
}

.box-02 .item .conteudo {
	font: 16px/24px 'calibri';
	color: #fff;
	margin: 40px 0px;
	text-align: left;
	min-height: 360px;
}

.box-02 .item .conteudo ol {
	font: inherit;
	color: inherit;
	margin-left: 20px;
}

.box-02 .item .conteudo li {
	font: inherit;
	color: inherit;
}

.box-02 a:last-child .item .conteudo {
	min-height: 248px;
}

.box-02 .item .entrar {}

.box-02 .entrar {
	padding: 20px 70px;
	background: #ff9900;
	margin: 0 auto;
	color: #fff;
	font: 20px 'calibri';
	display: table;
	transition: all 0.5s;
}

.box-03 {
	width: 904px;
	margin: 30px auto;
	opacity: 0.6;
	transition: all linear 0.8s 0.55s;
}

.box-03-total:hover .box-03 {
	opacity: 1;
	transition: all linear 0.5s;
}

.box-03 .titulo {
	font: 45px 'calibri';
	color: #ff9900;
	text-align: center;
	margin-bottom: 40px;
}

.box-03 .titulo::first-line {
	color: #00429c;
}

.box-03 .linha {
	height: 4px;
	background: #eee;
	width: 100%;
	margin: 20px 0px 0px;
	position: relative;
	box-shadow: -1px -1px 2px 0px #fff inset;
}

.box-03 .linha .barra {
	width: 80px;
	transition: all linear 0.8s 0.55s;
	height: 100%;
	background: #ff9900;
	position: relative;
}

.box-03-total:hover .linha .barra {
	width: 100%;
	transition: all linear 0.5s;
}

.box-03 .item {
	width: 446px;
	display: inline-block;
	vertical-align: top;
}

.box-03 input {
	width: 100%;
	padding: 19px 20px;
	margin-bottom: 10px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	background: #eee;
	outline: none !important;
	font: 18px 'calibri';
}

.box-03 input:focus {
	box-shadow: 2px 0px 0px 0px #ff9900 inset;
}

.box-03 textarea {
	width: 100%;
	height: 200px;
	padding: 19px 20px;
	margin-bottom: 10px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	background: #eee;
	outline: none !important;
	resize: none;
	font: 18px 'calibri';
}

.box-03 textarea:focus {
	box-shadow: 2px 0px 0px 0px #ff9900 inset;
}

.box-03 .submit {
	width: 100%;
	padding: 20px 70px;
	background: #ff9900;
	margin: 0 auto;
	color: #fff;
	font: 20px 'calibri';
	display: table;
	transition: all 0.5s;
	cursor: pointer;
}

.mapa {}

.formulario {
	margin: 40px 0px;
}

.formulario input {
	width: 100%;
	padding: 19px 20px;
	margin-bottom: 10px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	background: #eee;
	outline: none !important;
	font: 18px 'calibri';
}

.formulario input:focus {
	box-shadow: 2px 0px 0px 0px #ff9900 inset;
}

.formulario textarea {
	width: 100%;
	height: 200px;
	padding: 19px 20px;
	margin-bottom: 10px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	background: #eee;
	outline: none !important;
	resize: none;
	font: 18px 'calibri';
}

.formulario textarea:focus {
	box-shadow: 2px 0px 0px 0px #ff9900 inset;
}

.formulario .submit {
	width: 100%;
	padding: 20px 70px;
	background: #ff9900;
	margin: 0 auto;
	color: #fff;
	font: 20px 'calibri';
	display: table;
	transition: all 0.5s;
	cursor: pointer;
}

.conteudo-pages h1 {
	font: 45px 'calibri';
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	background: #00429c;
}

/* Paginas Internas */

.conteudo-pages h1 i {
	font-size: 30px;
	margin: 0px 50px;
	color: #ff9900;
}

.flex {
	display: flex;
}

.texto p {
	font: 20px/25px calibri;
	margin-bottom: 20px;
}

.texto.float p {
	font: 20px/25px calibri;
	margin-bottom: 20px;
	font-weight: lighter;
}

a.botao {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: linear-gradient(to left, #00429c, #17509e, #082040);
	margin-top: 20px;
}

a.botao p {
	margin-bottom: 0px !important;
	font: 20px calibri !important;
	font-weight: bold !important;
	color: #fff !important;
}

a.botao:hover {
	background: linear-gradient(to left, #f9bb4b, #fba72a, #ff9900);
}

/* Empresa */
.empresa .box {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px;
}

.empresa .texto.float img {
	float: left;
}

.empresa .texto.float p:last-child {
	font-weight: bold;
	padding: 10px;
	background: linear-gradient(to left, #00429c, #17509e, #082040);
	color: #fff;
}

.empresa .box .item {
	display: flex;
	align-items: center;
	padding: 20px;
	transition: 0.5s;
	background: linear-gradient(to left, #00429c, #17509e, #082040);
}

.empresa .icon i {
	font-size: 40px;
	color: #fff;
	transition: 0.5s;
}

.empresa .box .item .texto {
	font: 28px calibri;
	font-weight: bold;
	margin-left: 5px;
	color: #fff;
	transition: 0.5s;
}

.empresa .texto.float p:last-child i {
	color: #ff9923;
	margin-right: 5px;
}

.empresa .box .item:hover {
	transform: scale(1.1);
	background: linear-gradient(to left, #f9bb4b, #fba72a, #ff9900);
	box-shadow: 2px 2px 5px 0px #666;
}

.empresa .box .item:hover i {
	color: #fff;
}

.empresa .box .item:hover .texto {
	color: #fff;
}

/* Veiculos */

.veiculos .container-total {
	display: flex;
	justify-content: space-around;
}

.veiculos .texto p {
	font: 18px/20px calibri;
	margin-bottom: 10px;
}

.veiculos .img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.veiculos .img2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.veiculos .texto {
	display: none;
	background: #f9f9f9;
	padding: 20px;
	width: 100%;
}

.veiculos .nome {
	padding: 0px 10px;
	;
	width: 100%;
	display: flex;
	align-items: center;
	min-height: 60px;
}

.veiculos .serv {
	min-height: 60px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	width: 100%;
	background: #ff9900;
}

.veiculos .container.left {
	width: 48%;
}

.veiculos .container.right {
	width: 48%;
}

.veiculos .serv:hover {
	background: linear-gradient(to left, #00429c, #17509e, #082040);
	cursor: pointer;
}


.veiculos .texto img {
	margin: 20px auto 0px;
	display: flex;
	justify-content: center;
}

.veiculos .texto p i {
	margin-right: 5px;
	color: #0669ff;
}

.veiculos .container.left .item:nth-child(5) .titulo h2 {
	display: block;
}

.veiculos .container.right .item:nth-child(5) .titulo h2 {
	display: block;
}

.veiculos .container.right .item:nth-child(7) .titulo h2 {
	display: block;
}

/* Financiamento */

.tabela-total {
	display: flex;
	width: 100%;
	justify-content: center;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.coluna {
	width: 25%;
}

.coluna div {
	padding: 10px;

}

.coluna .titulo {
	font: 24px calibri;
	font-weight: bold;
	background: linear-gradient(to left, #00429c, #17509e, #082040);
	color: #fff;
	text-align: center;
	height: 69px;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#menor {
	font: 20px calibri;
	font-weight: bold;
}

.resto {
	background: #f5f5f5;
	font: 20px calibri;
	text-align: center;
	border-bottom: 1px solid #ddd;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.coluna:nth-child(2) .resto {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.resto:last-child {
	border: none;
}

.tabela-total .coluna:last-child .resto {
	border-left: 1px solid #ddd;
}

.financiamento .texto p {
	font: 20px/25px calibri;
	font-weight: lighter;
}

.financiamento .nota {
	margin-top: 20px;
	text-align: center;
}

.box-02 .item .conteudo img {
	width: 200px;
	height: auto !important;
	margin: 20px;
}

.financiamento h2 {
	margin-bottom: 20px;
	font: 22px calibri;
	font-weight: bold;
	padding: 5px 10px;
	background: linear-gradient(to left, #00429c, #17509e, #082040);
	justify-content: center;
	margin-top: 20px;
}

.financiamento h2 i {
	color: #f90;
	margin: 0px;
	margin: 0px 10px;
}

.financiamento .nota p {
	font: 18px calibri;
	font-style: italic;
	color: #555;
}

.financiamento .box {
	align-items: center;
	background: #f5f5f5;
}

.financiamento .container:first-child {}

.financiamento strong {
	font: 22px calibri;
	font-weight: bold;
	color: #f90;
}

.financiamento .texto {
	padding: 0px 10px;
}

/* Sinistro */

.sinistro .texto.float img {
	float: left;
	margin-right: 10px;
}

.sinistro h2 {
	margin-bottom: 10px;
	font: 22px calibri;
	font-weight: bold;
	padding: 0px 10px;
	background: linear-gradient(to left, #94b4e0, #00429c, #0d3161);
}

.sinistro h2 i {
	color: #f90;
}

.cert h2 {
	margin-bottom: 10px;
	font: 22px calibri;
	font-weight: bold;
	padding: 0px 10px;
	background: linear-gradient(to left, #94b4e0, #00429c, #0d3161);
}

.cert h2 i {
	color: #f90;
}

/* CNH */

.cnh .container-total {
	display: flex;
	justify-content: space-around;
}

.cnh .texto p {
	font: 18px/20px calibri;
	margin-bottom: 10px;
}

.cnh .img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cnh .img2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cnh .texto {
	display: none;
	background: #f9f9f9;
	padding: 20px;
	width: 100%;
}

.cnh .nome {
	padding: 0px 10px;
	;
	width: 100%;
	display: flex;
	align-items: center;
	min-height: 60px;
}

.cnh .container {
	width: 100%;
}

.cnh .serv {
	min-height: 60px;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
	display: flex;
	align-items: center;
	width: 75%;
	background: #ff9900;
}



.cnh .serv:hover {
	background: linear-gradient(to left, #00429c, #17509e, #082040);
	cursor: pointer;
}



.cnh .texto img {
	margin: 20px auto 0px;
	display: flex;
	justify-content: center;
	width: 230px;
}

.cnh .texto p i {
	margin-right: 5px;
	color: #0669ff;
}

.cnh .container.left .item:nth-child(5) .titulo h2 {
	display: block;
}

.cnh .container.right .item:nth-child(5) .titulo h2 {
	display: block;
}

.cnh .container.right .item:nth-child(7) .titulo h2 {
	display: block;
}

/* Contato */

form.dois,
form.quatro,
form.tres {
	display: none
}

.contato .container-total {
	display: flex;
	justify-content: space-between
}

.contato .container-total form {
	justify-content: space-between
}

.direita-total {
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.direita-total p{
	margin:  5px 0!important;
}
.esquerda-total {
	width: 47%;
	padding-right: 25px;
	border-right: 2px solid #eee;
}

form.dois input,
form.quatro input,
form.tres input,
form.um input {
	width: 100%;
	padding: 10px;
	background: #f5f5f5;
	margin: 10px;
	font: 18px calibri
}

form.dois textarea,
form.quatro textarea,
form.tres textarea,
form.um textarea {
	padding: 10px;
	width: 100%;
	margin: 10px 10px;
	height: 120px;
	background: #f5f5f5;
	font: 18px calibri
}

form.um {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

form.dois {
	display: none;
	flex-wrap: wrap;
	justify-content: center
}

.container-total h3 {
	font-weight: bold;
	padding: 10px;
	background: linear-gradient(to left, #00429c, #17509e, #082040);
	color: #fff;
	font: 20px/25px calibri;
	margin: 20px 0px;
}

.container-total h3 i {
	color: #f90;
}

form.tres {
	display: none;
	flex-wrap: wrap;
	justify-content: center
}

form.quatro {
	display: none;
	flex-wrap: wrap;
	justify-content: center
}

.contato .container-total input.submit {
	width: 100% !important;
	background: #ff9900 !important;
	color: #fff;
	font: 20px calibri;
	border: none;
	margin: 10px 15px;
	transition: .5s;
}



.Contato input.submit:hover {
	background: #24345c !important
}

input.arquivo {
	width: 100% !important
}

input.full {
	width: 91% !important
}

.infos p {
	font: 24px calibri;
	margin: 20px 0;
}

.infos span {
	font: 24px calibri;
	font-weight: 700;
	color: #00429c;
	margin: 0 5px;
}

.infos p i {
	font-size: 20px;
	color: #ff9900;
}

.menu-contatos {
	margin-bottom: 10px
}

.menu-contatos .item {
	font: 24px calibri;
	margin: 10px 0;
	text-align: center;
	padding: 10px;
	color: #ff9900;
	border: 2px solid #ff982d;
}

/* Contato */
.contato select {
	padding: 10px;
	margin: 10px;
	width: 100%;
	outline: none;
	background: #f5f5f5;
	color: #757575;
	border: none;
	font: 18px calibri;
}

.contato .opcoes {
	width: 40%;
	margin: 10px 10px 0px 10px;
}

.contato .opcoes div {
	display: flex;
	align-items: center;
	font: 16px calibri;
}

.contato .opcoes div p {
	text-align: left;
	font: 18px calibri;
}

.contato .opcoes input {
	width: inherit !important;
}

.contato form.um .opcoes:nth-child(10) {
	width: 100%;
}

.contato form.um select option:first-child {
	background: #f5f5f5 !important;
	color: #777;
}

.contato form select option {
	font: 16px calibri;
	background: #fff !important;
}

form.dois .opcoes {
	width: 100%;
}

form.dois .opcoes i {
	font: 16px calibri;
	font-style: italic;
}

.contato input:hover {
	box-shadow: 2px 0px 0px 0px #00429c inset;
}

.contato select:hover {
	box-shadow: 2px 0px 0px 0px #00429c inset;
}

.contato textarea:hover {
	box-shadow: 2px 0px 0px 0px #00429c inset;
}

.contato input.submit:hover {
	box-shadow: none !important;
}

.contato .opcoes div input:hover {
	box-shadow: none !important;

}


/* Popup */

.pop-up-total {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #00000078;
	z-index: 9999;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pop-up {
	background: #fff;
	width: 700px;
	position: relative;
}

.linha-pop-up {
	background: #00429c;
	height: 50px;
}

.pop-up .texto p {
	font-size: 25px;
	color: #000;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0px;
}

.fechar {
	position: absolute;
	right: -20px;
	top: -20px;
	padding: 5px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
	background: #00429c;
}

.fechar i {
	color: #fff;
	font-size: 30px;
}

.texto img {
	margin: 0 auto;
	display: flex;
}

.texto h2 {
	font-size: 25px;
	color: #1F4E79;
	width: 600px;
	margin: 0 auto;
	padding-top: 15px;
	font-family: 'calibri';
}

.texto strong {
	color: #1F4E79;
}

/* Fim Popup */
.texto strong u {
    color: #1F4E79;
}

.text-inicio p {
    font: 24px calibri;
    font-weight: 700;
    color: #00429c;
    margin: 0 5px;
}

@media only screen and (max-width:1200px) {
	* {
		box-sizing: border-box;
		max-width: 100%;
	}

	.linha-total *,
	.topo-total *,
	.conteudo-pages,
	.conteudo-pages *,
	.box-02-total *,
	.mapa *,
	.rodape-total * {
		max-width: 100%;
	}

	.swiper-container img {
		max-width: auto;
	}

	.swiper-container {
		height: 0;
		transition: all 0.5s;
	}

	.conteudo-pages {
		padding: 2%;
	}

	.topo > div {
		width: 100%;
		margin: 10px 0px;
		text-align: center;
	}

	.menu-resp {
		display: block;
		background: url('../pw-images/menu-resp.png') center no-repeat;
		padding: 20px;
		cursor: pointer;
	}

	.menu {
		display: none;
	}

	.menu li {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		padding: 0px;
	}

	.rodape div {
		width: 100%;
		margin: 20px 0px;
		text-align: center;
	}
}

@media only screen and (max-width:980px) {
	.box-03 .item {
		width: 100%;
	}

	.empresa .texto.float img {
		float: left;
	}

	.localizacao {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.infos p {
		font-size: 16px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.infos span {
		font-size: 18px;
	}

	.coluna .titulo {
		font: 24px calibri;
		min-height: 89px;
	}

	.sinistro .texto.float img {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		padding: 0 100px;
	}

	.texto.float {
		display: flex;
		flex-wrap: wrap;
	}

}
@media only screen and (max-width:720px) {
	.contato .container-total {
		flex-direction: column-reverse;
	}
	.esquerda-total{
		width: 100%;
	}
}
@media only screen and (max-width:600px) {
	.box-03 .item {
		width: 100% !important;
	}

	.empresa .texto.float img {
		margin: 30px auto;
		display: flex;
		float: none;
	}

	.conteudo-pages h1 {
		font-size: 29px;
	}

	.empresa .box {
		justify-content: center;
		flex-wrap: wrap;
		margin: 10px;
	}

	.empresa .box a {
		margin: 10px;
	}

	.localizacao {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.infos p {
		font-size: 14px;
	}

	.contato .opcoes div p {
		text-align: left;
		font: 14px calibri;
	}

	div#menor {
		font: 16px calibri;
		font-weight: bold;
	}

	.texto h2 {
		font-size: 20px;
		color: #1F4E79;
		width: 600px;
		margin: 0 auto;
		padding: 15px;
		font-family: 'calibri';
	}

	.pop-up .texto p {
		font-size: 13px;
		color: #000;
		width: 600px;
		margin: 0 auto;
		padding: 0px 15px;
	}

	.pop-up {
		background: #fff;
		width: 300px;
		position: relative;
	}

	.linha-pop-up {
		background: #00429c;
		height: 15px;
	}

	.fechar i {
		color: #fff;
		font-size: 25px;
	}

}

@media only screen and (max-width:350px) {

	.pop-up {
		background: #fff;
		width: 290px;
		position: relative;
	}

	.linha-pop-up {
		background: #00429c;
		height: 10px;
	}

	.texto h2 {
		font-size: 20px;
		color: #1F4E79;
		width: 600px;
		margin: 0 auto;
		padding: 0px 15px;
		font-family: 'calibri';
	}

	.fechar i {
		color: #fff;
		font-size: 20px;
	}
}

@media only screen and (max-width:300px) {

	.pop-up {
		background: #fff;
		width: 270px;
		position: relative;
	}

	.linha-pop-up {
		background: #00429c;
		height: 0px;
	}

}
