@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
	--cor-1: #FF0909;
	--cor-1-hover: #D40000;
	--cor-2: #2d78b5;
	--cor-2-hover: #1D2939;
}

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: normal;
}

body{
	padding-top: 143px;
	font-weight: 400;
	background-color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: var(--cor-1);
}

a:hover{
	text-decoration:none;
	color: var(--cor-1-hover);
}

img{
	border:none;
	max-width:100%;
}

button{
	border:none;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}

input.form-control, textarea.form-control, .custom-file-label, select.custom-select{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #585858;
	background-color: #FFFFFF;
	border: 2px solid #F1F1F1;
	margin-bottom: 30px;
	font-weight: 400;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.custom-file{
	margin-bottom: 20px;
}

.form-check{
	margin-bottom: 20px;
}

input.form-control:focus, textarea.form-control:focus{
	background-color: #FFFFFF;
	border-color: #CECECE;
	color: #585858;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder{color: #585858; opacity:1}
.form-control::-moz-placeholder{color: #585858; opacity:1}
.form-control:-ms-input-placeholder{color: #585858; opacity:1}
.form-control::-ms-input-placeholder{color: #585858; opacity:1}
.form-control::placeholder{color: #585858; opacity:1}

input.form-control, .custom-file-label, .custom-file{
	height: 60px;
	padding: 10px 30px;
}

select.custom-select{
	height: 60px;
	padding: 10px 30px;
}

textarea.form-control{
	height: 170px;
	padding: 20px 30px;
}

.custom-file-label::after{
	background-image: url('../img/icone-file-input.png');
	background-repeat: no-repeat;
	background-position: center;
	line-height: 58px;
	height: 68px;
	padding: 5px 20px;
	content: '';
	background-color: transparent;
}

.custom-file-label{
	cursor: pointer;
	background-color: #259066;
	margin: 0;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 700;
}

.custom-file-input, .custom-file-label::after{
	cursor: pointer;
}

h1, h2{
	text-transform: none;
	font-size: 58px;
	line-height: 60px;
	font-weight: 600;
	color: var(--cor-2-hover);
	margin-bottom: 30px;
}

.subtitle, .texto-empresa h3{
	font-weight: 500;
	color: var(--cor-1);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

body, p{
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	color: #000000;
}

strong{
	font-weight: 900;
}

p{
	margin-bottom: 20px;
}

.btn{
	font-size: 16px;
	line-height: 65px;
	padding: 0 80px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border: none;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: none;
}

.btn-sm{
	line-height: 45px;
	padding: 0 30px;
}

.btn-primary{
	background-color: var(--cor-1);
	color: #FFFFFF;
}

.btn-primary:hover{
	background-color: var(--cor-1-hover);
	color: #FFFFFF;
}

.btn-secondary{
	background-color: var(--cor-2);
	color: #FFFFFF;
}

.btn-secondary:hover{
	background-color: var(--cor-2-hover);
	color: #FFFFFF;
}

.btn-secondary-inverted{
	background-color: var(--cor-2-hover);
	color: #FFFFFF;
}

.btn-secondary-inverted:hover{
	background-color: var(--cor-1);
	color: #FFFFFF;
}

.btn-light{
	background-color: #FFFFFF;
	color: var(--cor-1);
}

.btn-light:hover{
	background-color: #FFFFFF;
	color: var(--cor-1-hover);
}

.btn-outline-light{
	background-color: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

.btn-outline-light:hover{
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: var(--cor-1);
}

.btn-whatsapp{
	background-color: #00CC33;
	color: #FFFFFF;
}

.btn-whatsapp:hover{
	background-color: #00A028;
	color: #FFFFFF;
}

.text-white p{
	color: #FFFFFF;
}

.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.whats-fixo{
	padding: 0 20px;
	z-index: 5000;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #25D366;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	/* width: 44px; */
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
}

.whats-fixo svg{
	vertical-align: middle;
	font-size: 20px;
	margin-right: 5px;
}

.whats-fixo:hover{
	background-color: #009C3A;
	color: #FFFFFF;
}

/* header */
.fixed-top{
	background-color: #FFFFFF;
}

.section-top{
	line-height: 42px;
	border-bottom: 1px solid #E8E9EB;
}

.section-top a{
	color: var(--cor-2-hover);
	font-size: 14px;
	font-weight: 500;
	margin-right: 40px;
}

.section-top a svg{
	margin-right: 5px;
	color: var(--cor-1);
}

.navbar{
	padding: 0;
}

.navbar-brand{
	padding: 0;
	margin: 25px 0;
}

.navbar-nav li{
	margin: 0 22px;
}

.navbar-nav li a{
	font-weight: 600;
	position: relative;
	white-space: nowrap;
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: var(--cor-2-hover);
	text-transform: none;
	position: relative;
}

.navbar-nav li a:hover{
	color: var(--cor-1);
}

.dropdown:hover .dropdown-menu{
	display: block;
}

.navbar-nav .dropdown-menu {
	background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 100%;
	border: none;
	padding: 20px 30px;
	margin-top: -1px;
}

.navbar-collapse li .dropdown-menu a{
	color: var(--cor-1);
	line-height: 36px;
	margin: 0;
	text-align: left;
	border-bottom: none;
	padding: 0;
}

.navbar-collapse li .dropdown-menu a:hover{
	color: var(--cor-1-hover);
	background-color: transparent;
}

.redes-topo{
	display: block;
	text-align: right;
}

.section-top .redes-topo a{
	margin-right: 0;
	color: var(--cor-1);
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.section-top .redes-topo a:hover{
	color: var(--cor-2);
}

/* Home */
.espaco{
	height: 100px;
}

.espaco-medio{
	height: 80px;
}

.espaco-menor{
	height: 60px;
}

.tp-caption h2{
	color: #FFFFFF;
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 20px;
}

.tp-caption p{
	color: #FFFFFF;
}

.capa-direita{
	padding-left: 80px;
}

.capa-esquerda{
	padding-right: 160px;
}

.capa-esquerda h2{
	margin-bottom: 80px;
}

.capa-esquerda ol li{
	color: var(--cor-2-hover);
	border-bottom: 1px solid #EAF1F7;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.capa-esquerda ol li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.capa-esquerda ol strong{
	padding-bottom: 10px;
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: var(--cor-2-hover);
}

.capa-esquerda ol li::marker{
	color: var(--cor-1);
	font-weight: 600;
	font-size: 30px;
}

.bg-cinza{
	background-color: #EFF4F9;
}

.importar-individual{
	padding: 50px 30px;
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
}

.importar-individual img{
	margin-bottom: 25px;
}

.importar-individual h3{
	font-size: 18px;
	font-weight: 600;
	color: var(--cor-2-hover);
	line-height: 30px;
	margin-bottom: 15px;
}

.importar-individual p{
}

.separador{
	left: -31px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	width: 62px;
	height: 62px;
	line-height: 60px;
	border: 1px solid var(--cor-1);
	border-radius: 50%;
	text-align: center;
	background-color: #FFFFFF;
	color: var(--cor-1);
	font-size: 30px;
	z-index: 2;
}

.bg-depoimentos{
	background-color: #F4F8FB;
	position: relative;
}

.depoimentos-direita{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.depoimentos-esquerda{
	padding-right: 150px;
}

.depoimento-individual p{
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}

.depoimento-individual img{
	width: 62px;
	height: 62px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto 10px;
}

.depoimento-individual h3{
	font-weight: 600;
	color: #000000;
	font-size: 17px;
	text-align: center;
	margin: 0;
}

.caixa-imagem-noticia{
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 67%;
	position: relative;
	margin-bottom: 20px;
}

.caixa-imagem-noticia img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.noticia-individual{
	margin-bottom: 100px;
}

.noticia-individual h3{
	margin: 0 0 5px;
}

.noticia-individual h3 a{
	display: block;
	font-size: 24px;
	line-height: 33px;
	font-weight: 700;
	color: var(--cor-2-hover);
}

.owl-dots{
	display: none;
	text-align: center;
	padding: 40px 0 0;
}

.owl-dot{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	background-color: transparent;
	border: 1px solid var(--cor-1);
}

.owl-dot.active{
	background-color: var(--cor-1);
}

.owl-carousel .owl-nav{
	padding-top: 80px;
	text-align: center;
	font-size: 0;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	margin: 0 1px;
}

.owl-carousel .owl-nav .owl-prev{
	background-color: #90B8D8;
	background-image: url('../img/chevron-left-solid.svg');
}

.owl-carousel .owl-nav .owl-next{
	background-color: var(--cor-2);
	background-image: url('../img/chevron-right-solid.svg');
}

.topo-insta{
	text-align: center;
	margin-bottom: 30px;
	font-size: 0;
}

.topo-insta h2{
	font-size: 40px;
	margin: 0 30px 0 0;
	border-right: 1px solid #D2D4D7;
	line-height: 55px;
	padding-right: 30px;
	display: inline-block;
	vertical-align: top;
}

.topo-insta p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.grid-insta{
	text-align: center;
	font-size: 0;
}

.grid-insta a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 16.666%;
	padding-bottom: 16.666%;
}

.grid-insta a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Footer */
.box-news{
	background-color: var(--cor-2);
	padding: 80px 0;
}

.news-esquerda{
	white-space: nowrap;
}

.news-esquerda img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.news-esquerda h2{
	font-weight: 600;
	font-size: 30px;
	line-height: 33px;
	color: var(--cor-2-hover);
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.news-esquerda h2 strong{
	display: block;
	font-weight: 600;
	color: #FFF;
}

.form-news{
	position: relative;
}

.form-news input.form-control{
	height: 65px;
	margin: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.form-news button{
	position: absolute;
	right: 0;
	top: 0;
}

footer{
	padding-top: 80px;
}

footer .container, .box-news .container{
	width: 1140px;
}

footer p, footer a, footer li{
	color: var(--cor-2-hover);
    text-transform: none;
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 10px;
	display: block;
}

footer .rodape-esquerda strong{
	font-weight: 600;
}

footer .rodape-esquerda p, footer .rodape-esquerda a{
	position: relative;
	padding-left: 30px;
}

footer .rodape-esquerda svg{
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--cor-1);
}

.logo-rodape{
	display: block;
	margin-bottom: 40px;
}

footer h3{
	margin-top: 10px;
	font-size: 21px;
	color: var(--cor-2-hover);
	line-height: 32px;
	margin-bottom: 40px;
	font-weight: 700;
}

.menu-rodape a{
	line-height: 50px;
}

.menu-rodape ul{
	column-count: 2;
}

.rodape-baixo{
	padding-bottom: 20px;
	padding-top: 50px;
}

.rodape-baixo:before{
	height: 2px;
	display: block;
	content: '';
	width: 100%;
	background-color: var(--cor-2);
	border-right: 350px solid var(--cor-1);
	margin-bottom: 30px;
}

.rodape-baixo p{
	margin-bottom: 0;
	font-size: 15px;
	line-height: 32px;
	font-weight: 500;
}

.redes-rodape a{
	color: var(--cor-1);
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.redes-rodape a:hover{
	color: var(--cor-2);
}

/* Páginas */
.topo-paginas{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-color: var(--cor-2);
	text-align: center;
}

.imagem-principal{
	float: left;
	margin: 0 80px 40px 0;
}

.imagem-direita{
	float: right;
	margin: 0 0 0 60px;
}

.topo-paginas h2{
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.topo-paginas p{
	color: #FFFFFF;
	margin-bottom: 0;
}

.texto-simples ul li{
	list-style: inside;
	padding-bottom: 10px;
}

.texto-simples img{
	height: auto !important;
}

.texto-simples strong{
	color: var(--cor-1);
	font-weight: 700;
}

.texto-simples p:last-child{
	margin-bottom: 0;
}

.empresa-esquerda{
	padding-right: 45px;
}

.empresa-direita{
	padding-left: 45px;
	border-left: 2px solid #CECECE;
}

.empresa-direita h2{
	font-size: 36px;
	line-height: 48px;
}

.bg-como-importar{
	background-color: #EFF4F9;
}

.companies-direita{
	padding-left: 70px;
}

.btn-meio{
	margin-bottom: -32px;
}

.g-recaptcha{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

/* Notícias */
.data-interna{
	color: var(--cor-1);
	font-weight: 600;
}

.paginacao a{
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	border: 1px solid var(--cor-2-hover);
	color: var(--cor-2-hover);
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: 600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.paginacao a.paginacao-ativa, .paginacao a:hover, .tag-individual:hover{
	color: #FFFFFF;
	background-color: var(--cor-2-hover);
}

.noticia-interna hr{
	margin: 15px 0;
	border-top: 2px solid #b3b3b3;
}

.imagem-principal-noticia{
	float: left;
	max-width: 50%;
	margin-right: 30px;
	margin-bottom: 20px;
}

.noticia-interna .titulo-menor{
	margin-bottom: 10px;
}

.titulo-ultimas-noticias{
	font-size: 28px;
	font-weight: 700;
	color: var(--cor-1);
	margin-bottom: 10px;
	text-transform: uppercase;
}

.noticias-relacionadas img{
	float: left;
	max-width: 25%;
	margin-right: 10px;
}

.noticias-relacionadas:after{
	display: block;
	content: '';
	clear: both;
	height: 10px;
}

/* Contato */
.topo-contato{
	margin: 0 auto;
	max-width: 1140px;
}

.contato-individual{
	text-align: center;
}

.contato-individual span{
	color: var(--cor-2);
	font-size: 32px;
	margin-bottom: 20px;
	display: block;
}

.contato-individual h3{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
	color: var(--cor-2-hover);
	font-weight: 700;
}

.contato-individual p, .contato-individual a{
	font-size: 16px;
	line-height: 25px;
	color: var(--cor-2-hover);
	margin: 0;
}

.contato-individual strong{
	font-weight: 700;
}

.contato-individual a:hover{
	color: var(--cor-2);
}

.formulario-contato{
	margin: 0 auto;
	max-width: 620px;
}

.caixa-mapa iframe{
	display: block;
}

/* Medicamentos */
.formulario-busca{
	margin: 0 auto;
	max-width: 1180px;
}

.button-search{
	position: relative;
}

.btn-search{
	position: absolute;
	right: 25px;
	top: 2px;
	background-color: #FFFFFF;
	padding: 0 10px !important;
	color: #7F7F7F;
	height: 54px;
}

.pergunta-individual{
	padding: 20px 0;
	border-bottom: 1px solid #DEDFE4;
}

.pergunta-individual p{
	margin-bottom: 0;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}

.pergunta-individual h3{
	padding: 0 30px 0 0;
	cursor: pointer;
	line-height: 26px;
	font-size: 16px;
	font-weight: 700;
	color: var(--cor-1);
	position: relative;
	text-transform: none;
}

.resposta-pergunta{
	padding: 5px 0 0;
}

.accordion{
	max-width: 945px;
	margin: 0 auto;
}

.pergunta-individual h3:after, .pergunta-individual h3:before{
	width: 12px;
	height: 2px;
	background-color: var(--cor-2);
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.pergunta-individual h3:after{
	right: 0;
	-moz-transform: 0;
	-webkit-transform: 0;
	-o-transform: 0;
	-ms-transform: 0;
	transform: 0;
}

.pergunta-individual h3:before{
	right: 0;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.pergunta-individual h3.collapsed:after{
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.pergunta-individual h3.collapsed:before{
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


/* Modal */
.modal-content{
	padding: 50px 120px 75px;
	position: relative;
}

.modal-dialog{
	max-width: 730px;
}

.modal-content .close{
    right: -40px;
    top: -40px;
    position: absolute;
    margin: 0;
    color: #FFF;
    opacity: 1;
    font-size: 32px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.modal-content h3{
	font-size: 30px;
	font-weight: 700;
	color: var(--cor-1);
	margin-bottom: 30px;
}

/* Animações */
.anime.animacao-baixo{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.animacao-baixo.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.overflow-hidden{
	overflow: hidden;
}

.anime.animacao-esquerda{
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(-600px);
	-webkit-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	transform: translateX(-600px);
	opacity: 0.00;
	filter: alpha(opacity =0);
}

.anime.animacao-direita{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(600px);
	-webkit-transform: translateX(600px);
	-o-transform: translateX(600px);
	-ms-transform: translateX(600px);
	transform: translateX(600px);
}

.animacao-esquerda.animacaoAtiva, .animacao-direita.animacaoAtiva{
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity =100);
}

/* Queries */
@media(min-width: 1400px) {
	.container{max-width: 1370px;}
}

@media(min-width: 1600px) {
	.container{max-width: 1570px;}
}

@media(max-width: 1599px) {
	.tp-caption h2{font-size: 54px; line-height: 58px;}
	.navbar-nav li{margin: 0 15px;}
	.navbar-nav li a{font-size: 15px;}
	.navbar-brand{max-width: 200px;}
	.btn{font-size: 15px; line-height: 58px; padding: 0 60px;}
	.btn-sm{line-height: 45px; padding: 0 25px;}
	h1, h2{font-size: 50px;}
	.espaco{height: 80px;}
	.capa-esquerda ol li{padding-bottom: 30px; margin-bottom: 30px;}
	.capa-esquerda h2{margin-bottom: 50px;}
	.capa-esquerda{padding-right: 100px;}
	.form-news input.form-control{height: 58px;}
	.topo-paginas h2{font-size: 38px; line-height: 48px;}
	.topo-paginas{padding-top: 40px; padding-bottom: 40px;}
	.empresa-direita h2{font-size: 32px; line-height: 42px;}
	.titulo-ultimas-noticias{font-size: 24px; line-height: 36px;}
}

@media(max-width: 1399px) {
	body{padding-top: 121px;}
	.navbar-nav li{margin: 0 10px;}
	.navbar-nav li.nav-home{display: none;}
	.navbar-nav li a{font-size: 14px;}
	.section-top a{margin-right: 30px;}
	.navbar-brand{max-width: 180px;}
	.btn{font-size: 14px; line-height: 52px; padding: 0 40px;}
	.btn-sm{line-height: 42px; padding: 0 20px;}
	.tp-caption h2{font-size: 44px; line-height: 48px;}
	body, p{font-size: 16px; line-height: 24px;}
	.navbar-brand{margin: 20px 0;}
	h1, h2{font-size: 38px; line-height: 46px; margin-bottom: 20px;}
	.capa-direita{padding-left: 45px;}
	.espaco{height: 60px;}
	.subtitle, .texto-empresa h3{margin-bottom: 10px;}
	.capa-esquerda{padding-right: 45px;}
	.capa-esquerda ol strong, .capa-esquerda ol li::marker{font-size: 22px;}
	.separador{left: -25px; margin-top: -25px; width: 50px; height: 50px; line-height: 48px; font-size: 24px;}
	.importar-individual{padding: 30px 15px;}
	.importar-individual img{margin-bottom: 15px; max-height: 50px;}
	.importar-individual h3{font-size: 16px; line-height: 24px; margin-bottom: 10px;}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{width: 60px; height: 60px;}
	.owl-carousel .owl-nav{padding-top: 50px;}
	.depoimentos-esquerda{padding-right: 60px;}
	.noticia-individual h3 a{font-size: 20px; line-height: 28px;}
	.box-news{padding: 40px 0;}
	.news-esquerda img{max-width: 60px;}
	.news-esquerda h2{font-size: 26px; line-height: 32px;}
	.form-news input.form-control{height: 52px;}
	.menu-rodape a{line-height: 40px;}
	footer h3{margin-bottom: 20px;}
	footer{padding-top: 60px;}
	.topo-paginas h2{font-size: 30px; line-height: 40px;}
	.empresa-direita h2{font-size: 30px; line-height: 38px;}
	.empresa-direita{padding-left: 30px;}
	.contato-individual h3{font-size: 20px;}
}

@media(max-width: 1199px) {
	body{padding-top: 117px;}
	.navbar-brand{margin: 15px 0;}
	.section-top{line-height: 48px;}
	.navbar .container{position: relative;}
	.navbar .btn{position: absolute; right: 15px; top: -45px;}
	.btn{font-size: 13px; line-height: 48px; padding: 0 30px;}
	.btn-sm{line-height: 40px; padding: 0 20px;}
	.navbar-nav{margin-right: 0 !important;}
	.tp-caption h2{font-size: 34px; line-height: 38px;}
	h1, h2{font-size: 30px; line-height: 38px;}
	.capa-direita{padding-left: 30px;}
	.espaco{height: 40px;}
	.subtitle, .texto-empresa h3{margin-bottom: 5px;}
	.capa-esquerda{padding-right: 30px;}
	.capa-esquerda ol strong, .capa-esquerda ol li::marker{font-size: 18px;}
	.capa-esquerda ol li{padding-bottom: 20px; margin-bottom: 20px;}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{width: 40px; height: 40px;}
	.owl-carousel .owl-nav{padding-top: 30px;}
	.depoimentos-esquerda{padding-right: 45px;}
	.noticia-individual h3 a{font-size: 16px; line-height: 26px;}
	.noticia-individual{margin-bottom: 60px;}
	.topo-insta h2{font-size: 28px; margin: 0 20px 0 0; line-height: 50px; padding-right: 20px;}
	.form-news input.form-control{height: 48px;}
	.menu-rodape a{line-height: 30px;}
	.logo-rodape{margin-bottom: 30px; max-width: 200px;}
	footer p, footer a, footer li{font-size: 14px;}
	footer h3{font-size: 18px; line-height: 26px;}
	.rodape-baixo{text-align: center;}
	.rodape-baixo p{margin-bottom: 20px;}
	.topo-paginas h2{font-size: 24px; line-height: 32px;}
	.contato-individual p, .contato-individual a{font-size: 14px; line-height: 26px;}
	.contato-individual h3{font-size: 18px; line-height: 26px;}
	.contato-individual span{font-size: 22px; margin-bottom: 10px;}
	.caixa-mapa iframe{height: 300px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{font-size: 14px;}
	input.form-control, .custom-file-label, .custom-file, select.custom-select{height: 52px; padding: 10px 20px;}
	.companies-direita{padding-left: 45px;}
	.btn-search{right: 20px; padding: 0 10px !important; height: 48px;}
}

@media(max-width: 991px) {
	.section-top a{margin-right: 20px; font-size: 13px;}
	body, p{font-size: 15px;}
	.tp-caption h2{font-size: 24px; line-height: 30px;}
	.tp-caption h2{margin-bottom: 10px;}
	.tp-caption p{margin-bottom: 10px;}
	h1, h2{font-size: 24px; line-height: 34px; margin-bottom: 20px;}
	.capa-direita{padding-left: 15px;}
	.capa-esquerda{padding-right: 30px;}
	.caixa-importar{margin-bottom: 30px;}
	.separador-2{display: none;}
	.depoimentos-esquerda{padding-right: 30px;}
	.topo-insta h2{font-size: 18px;}
	.news-esquerda h2 strong{display: inline;}
	.news-esquerda h2{font-size: 22px; line-height: 30px;}
	.news-esquerda img{max-width: 40px; margin-right: 10px;}
	.news-esquerda{text-align: center; margin-bottom: 20px;}
	.grid-insta a{width: 33.333%; padding-bottom: 33.333%;}
	.topo-paginas h2{margin-bottom: 5px;}
	.topo-paginas {padding-top: 25px; padding-bottom: 30px;}
	.companies-direita{padding-left: 15px; padding-top: 30px;}
	.espaco-menor{height: 40px;}
	.empresa-direita h2{font-size: 20px; line-height: 28px; margin: 15px 0;}
	.empresa-esquerda{padding-right: 15px; margin-bottom: 30px;}
}

@media(max-width: 767px){
	.espaco-menor{height: 30px;}
	footer .container, .box-news .container{width: auto;}
	body{padding-top: 64px;}
	body, p{font-size: 14px;}
	.separador{display: none;}
	.section-top{display: none;}
	.navbar-brand{margin: 15px;}
	.navbar-brand{max-width: 160px;}
	.navbar-toggler{margin-right: 15px;}
	.navbar .btn{position: fixed; top: auto; right: 10px; bottom: 10px;}
	.capa-direita{padding-top: 30px;}
	h1, h2{font-size: 22px; line-height: 30px; margin-bottom: 10px;}
	.tp-caption h2{font-size: 20px; line-height: 28px;}
	.capa-esquerda h2{margin-bottom: 20px;}
	.capa-esquerda ol{padding-left: 25px;}
	.capa-esquerda{padding-right: 15px; padding-bottom: 30px;}
	.depoimentos-direita{display: none;}
	.news-esquerda img{max-width: 30px;}
	.news-esquerda h2{font-size: 18px;}
	.box-news{padding: 30px 0;}
	.menu-rodape{padding-top: 20px;}
	footer h3{font-size: 16px; line-height: 24px; margin-bottom: 10px;}
	.rodape-baixo p{font-size: 14px; line-height: 24px;}
	.rodape-baixo{padding-bottom: 50px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{margin-bottom: 15px;}
	.contato-individual{display: none;}
	.topo-paginas h2{font-size: 20px; line-height: 26px;}
	.noticia-individual{margin-bottom: 40px;}
	.titulo-ultimas-noticias{font-size: 16px; line-height: 26px;}
	.pergunta-individual p{margin-bottom: 15px;}
	.empresa-direita h2{font-size: 16px; line-height: 24px; margin: 15px 0; border-left: 2px solid #CECECE; padding-left: 15px;}
	.empresa-direita{border: none; padding-left: 15px;}
	.empresa-esquerda{margin-bottom: 0;}
}

.caixa-alert{
	position: fixed;
	left: 5px;
	bottom: 5px;
	width: 400px;
	padding: 30px;
	background-color: #FFFFFF;
	z-index: 9999;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

body .caixa-alert p{
	font-size: 14px;
	color: #999999;
	margin: 0 0 15px;
	line-height: 24px;
}

body .caixa-alert a{
	color: var(--cor-1);
}

.caixa-alert a.botaoCookies{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	background-color: var(--cor-1);
	color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-left: 15px;
}

.caixa-alert a.botaoCookies:hover{
	color: #FFFFFF;
	background-color: #333333;
}

.recusar{
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	background-color: transparent;
	border: none;
	color: #999999;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.caixa-alert{
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.caixa-alert{
		max-width: 90%;
	}

    .caixa-alert p{
        font-size: 12px;
        line-height: 20px;
    }
}
