@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abel|Varela+Round&display=swap');

* {text-decoration: none; list-style: none;}

a { transition: all 350ms ease-in-out; }

html, body{
  font-family: 'Abel', 'Roboto' sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #485861;  
}

b, strong {
  font-family: 'Abel', 'Roboto', sans-serif;
  font-size: 1.02em;
}

hr {
  border: 0;
  display: block;
  widows: 100%;
  height: 1px;
  background: #e4e4e4;
}

*::-webkit-scrollbar {
  width: 8px;
}

*.thin::-webkit-scrollbar {
  width: 2px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f5f9fa;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dad9e7;
}

*::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(236, 240, 243, 0.8);
}

::-webkit-input-placeholder { /* Edge */
  font-weight: 500;
  font-size: .9em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 500;
  font-size: .9em;
}

::placeholder {
  font-weight: 500;
  font-size: .9em;
}

@media only screen and (min-width: 993px){
  .container {
    width: 86%;
  }
}

/* Elementos Gerais */
.titulo-pagina{
  font-family: 'Varela Round', 'Roboto', sans-serif;
  color: #007086;
  font-weight: 600; 
}

.mtop-1 {margin-top: 1rem;}
.mtop-2 {margin-top: 2rem;}
.mtop-3 {margin-top: 3rem;}
.mtop-4 {margin-top: 4rem;}
.mbot-1 {margin-bottom: 1rem;}
.mbot-2 {margin-bottom: 2rem;}
.mbot-3 {margin-bottom: 3rem;}
.mbot-4 {margin-bottom: 4rem;}
.ptop-1 {padding-top: 1rem;}
.ptop-2 {padding-top: 2rem;}
.pbot-1 {padding-bottom: 1rem;}
.pbot-2 {padding-bottom: 2rem;}

.text-left {
  text-align: left !important;
}

.btDefault {
  padding: 5px 1rem !important;
  color: #FFF;
  background: rgba(167,169,172,1);
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.4em;
}

.pagination li:hover{
  background-color: #3c3533;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li.active{
  background-color: #007086;
}

.btDefault.rounded{
  border-radius: 25px;
}

.btDefault:hover{
  background: rgba(60,53,51,1);
}

.bg-cinza{
  background: #edeef0;
}

.faq {
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}

.faq p {
  text-align: left;
}

.collapsible-body{
  padding-top: 0;
}

a.link-padrao {
  color: #007086;
  font-family: "Abel", "Roboto", sans-serif;
}

a.btMenu {
  padding: 0 2rem;
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.tabs {
  background-color: transparent;
}
.tabs .indicator {
  display: none;
}

a.bt-tab-padrao, a.bt-tab-padrao-dark {
  font-family: "Abel", "Roboto", sans-serif;
  color: #485861 !important;
  background: rgba(57,179,186,0) !important;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  width: 90% !important;
}

a.bt-tab-padrao-dark {
  color: #fff !important;
  border: 1px solid #fff;
}

a.bt-tab-padrao.active, a.bt-tab-padrao:hover,
a.bt-tab-padrao-dark.active, a.bt-tab-padrao-dark:hover {
  color: #fff !important;
  background: rgba(0,112,134,1) !important;
  border: 1px solid #007086;
}

.tab-case{
  display: flex;
  justify-content: center;
}
.tab-case li {
  margin-left: 0 !important;
}

nav.nav-menu{ height: 90px; z-index: 1000; position: relative;}

nav {
  background: rgba(255,255,255,1);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 1rem;
}

nav .brand-logo img{
  max-height: 90px;
  margin-top:-3rem;
}

nav ul.nav-header li {
  height: 38px !important;
  margin-top:1rem;
}

nav ul.nav-header li a, nav ul.nav-header li a i {
  height: auto !important;
  line-height: 1em !important;
}
nav ul.nav-header li a i {
  font-size: 2em;
  margin-top: .5rem;
}
nav ul li a {
  padding: 0 5px;
  color: #007086;
}
nav ul li {
  position: relative;
}
nav ul li.campo-busca{
  margin-left: 1rem;
  border: 1px solid #485861;
  border-radius: 25px;
  padding-left: 15px;
}

nav ul li.campo-busca input[type=text], .campo-busca2 input[type=text]{
  margin: 0!important;
  border-bottom: 0 !important;
  line-height: 1rem !important;
  font-size: 1.2em;
  height: 30px !important;
  position: relative !important;
  width: 80%;
}

.campo-busca2 input[type=text]{
  color: #FFF;
}

.campo-busca2 {
  padding-left: 2rem;
  margin-top: 1rem;
}

nav ul li.campo-busca input:focus{
  box-shadow: none !important;
}
nav ul li.campo-busca input::placeholder{
  color: #485861;
  font-size: 1em;
  font-weight: 500;
}
.campo-busca2 input::placeholder{
  color: #FFF;
  font-size: 1.2em;
  font-weight: 300;
}

nav ul li.campo-busca a {
  height: auto !important;
  background: #007086 !important;
}
nav ul li.campo-busca a i, .campo-busca2 a i{
  position: absolute;
  margin-top: 0rem;
  top: 0;
  right: 0px;
  font-size: 1em;
  padding: .8rem;
  border-radius: 25px;
  color: #fff;
  height: auto !important;
  line-height: 1em !important;
  background: #007086 !important;
}
.campo-busca2 a i{
  position: relative;
}

nav li.social-media a, nav li.social-media a:hover {
  background: #FFF;
}
nav li.social-media a i {
  display: inline-block;
  width: 25px;
  border-radius: 5px;
  font-size: 1.5em !important;
  background: #007086;
  padding: 3px;
  color: #FFF;
  transition: background 400ms ease-in-out;
}
nav li.social-media a:hover i {
  background: #485861;
}

nav.bloco-breadcrumb{
  background: #edeef0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
}

nav.bloco-breadcrumb .breadcrumb{
  color: #007086;
  font-size: 1em;
}

nav.bloco-breadcrumb .breadcrumb.active{
  color: #3c3533;
}

.menu-links {
  display: block;
  float: right;
  position: relative;
}
.menu-links a.menus, .menu-links a.menus2 {
  color: #818285;
  font-size: 1.4em;
  position: relative;
  font-weight: lighter;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  z-index: 15;
}
.menu-links a.menus::before {
  content: " ";
  position: absolute;
  width: 100% ;
  height: 0%;
  background: rgba(129, 130, 133, 0);
  z-index: -1;
  bottom: -1.5rem;
  left: 0;
  transition: all 300ms ease-in-out;
}

.menu-links a.menus.active {
  font-weight: normal;
}
.menu-links a.menus2 {
  /* border-right: 1px solid #818285 !important; */
  
}
.menu-links a.menus:hover, .menu-links a.menus.active {
  color: #FFF;
}
.menu-links a.menus:hover::before, .menu-links a.menus.active::before {
  height: 250%;
  background: rgba(129, 130, 133, 1);
}

.dropdown-content {
  width: auto !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-height: 400px;
}
.dropdown-content li {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.dropdown-content li > a {
  border-radius: 0px !important;
  padding: 5px 15px !important;
}

ul.submenu-base {
  border-right: 1px solid #818285;
  padding-top: 1.5rem;
  background: transparent;
  z-index: 0;
}
ul.submenu-base li {padding-top:0.8rem; padding-bottom:0rem; background: #FFF;}

ul.submenu-base li a {
  background: transparent !important;
  color: #818285 !important;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2rem;
}

nav.bloco-breadcrumb .breadcrumb:before {
  color: #3c3533;
  font-size: 1.3em;
}

.input-text-padrao, .textarea-padrao {
  border: 1px solid #818285 !important;
  width: 96% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  /* border-radius: 3px !important; */
  color: #485861 !important;
  margin-bottom: .6rem !important; 
}

.input-text-padrao::placeholder, 
.textarea-padrao::placeholder, 
.input-text-padrao::placeholder {
  color: #3c3533 !important;
}

.textarea-padrao {
  margin: 0 !important;
  padding: 15;
  min-height: 130px !important;
  width: 100% !important;
}

.box-search {
  border-radius: 3px;
  border: 1px solid #eaeaea
}
.box-search input[type=text] {
  border: 0px !important;
  border-radius: 0px !important;
}
.box-search .row, .box-search form {
  margin-bottom: 0px;
  margin-block-end: 0px;
}
.box-search button {
  margin-top: 0.4rem;
  background: rgba(57,179,186,0);
  border:0;
  transition: all 350ms ease-in-out;
  border-radius: 5px;
  padding: 10px 15px;
}

.box-search button i {
  color: #007086;
  font-size: 1.3em;
  transition: all 350ms ease-in-out;
}

.box-search button:hover {
  background: rgba(0,112,134,1);
  cursor: pointer;
}
.box-search button:hover i {
  color: #fff;
}
.banner-1920x300 {
  background-size: cover;
  min-height: 300px;
}

.site-breadcrumb .row {
  margin-bottom: 0;
}
.site-breadcrumb a, .site-breadcrumb i {
  display: inline-block;
  margin-right: 0.2rem;
  color: #939598 !important;
  font-size: 1.2em;
}
.site-breadcrumb i {
  vertical-align: middle;
}

/* END ELEMENTOS GERAIS  */



.nav-menu .sidenav-trigger {
  color: #3c3533;
  margin-right: 1rem;
}

.nav-menu .sidenav-trigger i{
  font-size: 3em;
}

.sidenav {
  background: rgba(0,0,0,0.9);
  padding-top: 1rem; 
}
.sidenav li.side-logo {
  min-height: 100px; 
}
.sidenav li.side-logo img {
  width: 100%;
}
.sidenav li a {
  color: #FFF;
  font-family: "Abel", "Roboto", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}
.sidenav li a.active, .sidenav li a:hover {
  color: #007086;
}

.sidenav li hr {
  border: none;
  height: 1px;
  background: rgba(57,179,186,0.2);
}

.mob-social {
  text-align: center;
}
.mob-social a{
  display: inline-block !important;
  width: 60px;
}
.mob-social a i{
  color: #007086 !important;
  font-size: 2em;
}


/* HOME */
#bannerHome {
  min-height: 495px;
}

.banner-bt {
  position: absolute;
  z-index: 100;
  bottom: 0.5rem;
}
.banner-bt.banner-bt-left {
  right: 5rem;
}
.banner-bt.banner-bt-right {
  right: 2rem;
}
.banner-bt i {
  color: #fff;
  font-size: 2.5rem;
}

.banner-bt:hover i {
  color: #007086;
  transition: color 300ms ease-in-out;
}

.item-chamada {
  overflow: hidden;
}
.item-chamada  img  {
  scale: 1;
  transition: all 350ms ease-in-out;
}
.item-chamada a:hover img  {
  transform: scale(1.2);
}

.home-bloco-noticias h3 {
  font-family: 'Varela Round', 'Roboto', sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  color: #46a6af;
}

.home-bloco-noticias .item-noticia {
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
  padding-right: 0;
}

.home-bloco-noticias .item-noticia img {
  width: 85%;
}

.home-bloco-noticias .item-noticia h5 {
  font-weight: 600;
  font-size: 1.8em;
  margin-top: 0;
}

.home-bloco-noticias .item-noticia p {
  font-size: 1.4em;
  margin-block-end: 0.3rem;
}

/* PÁGINA QUEM SOMOS */
.quemsomos-conteudo img {
  width: 100%;
}
.quemsomos-conteudo p {
  font-size: 1.3em;
}

/* END PÁGINA QUEM SOMOS */

/* PÁGINA CONTATO */
.contato-conteudo .endereco p strong {
  font-family: 'Varela Round', 'Roboto', sans-serif;
  color: #58585a;
  font-size: 1.5em;
}
.contato-conteudo p {
  font-size: 1.3em;
}

/* END PÁGINA CONTATO */



/* PÁGINA SERVIÇOS */
.servicos-conteudo p {
  font-size: 1.2rem;
}
.servicos-conteudo p strong {
  font-weight: bold;
}
.servicos-conteudo .bloco-titulo {
  background: #3a9746;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.servicos-conteudo .bloco-titulo h3 {
  font-family: 'Varela Round', 'Roboto', sans-serif;
  color: #FFF; text-align: center;
}
/* END SERVIÇOS */

/* PÁGINA EQUIPE */
.equipe-conteudo img {
  width: 100%;
}
.equipe-conteudo p {
  font-size: 1.2rem;
}
/* END EQUIPE */

/* PÁGINA COTAÇÃO */
.cotacao-conteudo .subtitulo {
  font-size: 1.6rem;
}
.cotacao-conteudo label{
  display: block;
}
.cotacao-conteudo label, .cotacao-conteudo .chkbox label span {
  font-family: 'Varela Round', 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #58585a;
}
.cotacao-conteudo .chkbox {
  display: inline-block;
  margin-right: 2rem;
}

.cotacao-conteudo input[type=text], .cotacao-conteudo input[type=email],
.cotacao-conteudo textarea {
  width: 95%;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #3c3533;
}
.cotacao-conteudo textarea {
  width: 100%;
  height: 200px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cotacao-conteudo button {
  font-family: 'Varela Round', 'Roboto', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  display: block;
  margin-top: 2rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 0;
  background: #58585a;
  color: #FFF;
}
/* END COTAÇÃO */

/* PAGINA NOTÍCIAS */
.noticias-conteudo img {
  width: 100%;
}
.noticias-conteudo .item-noticia hr {
  display: block;
  widows: 100%;
  height: 1px;
  border: 0;
  background: #e2e2e2;
}
.noticias-conteudo .item-noticia h5 {
  font-family: 'Varela Round', 'Roboto', sans-serif;
  margin-top: 0;
  font-weight: bold;
  font-size: 1.6em;
}
.noticias-conteudo .item-noticia p {
  font-size: 1.2em;
}
.noticias-conteudo .image-noticia {
  height: 400px;
}
.noticias-conteudo .texto-noticia p {
  font-size: 1.3em;
}
/* END NOTÍCIAS */




/* Footer */
@keyframes lds-blocks {
  0% {
    background: #3a9746;
  }
  12.5% {
    background: #3a9746;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}
@-webkit-keyframes lds-blocks {
  0% {
    background: #3a9746;
  }
  12.5% {
    background: #3a9746;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}

#aceite-cookies {
	display:none;
	background:#fff;
	position:fixed;
	left:25%;
	bottom:20px;
	width:300px;
	-webkit-box-shadow: 2px 5px 15px 0px #333; 
	box-shadow: 2px 5px 15px 0px #333;
	padding:10px 15px;
}
#aceite-cookies button { margin-top:8px; }

.lds-blocks {
  position: relative;
}
.lds-blocks div {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f7f7f7;
  -webkit-animation: lds-blocks 1s linear infinite;
  animation: lds-blocks 1s linear infinite;
}
.lds-blocks {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.box-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8)
}

.container-newsletter{
  width: 100%;
  background-color: #3c3533;
}

.container-newsletter .container .row{
  margin-bottom: auto;
}
.container-newsletter h6 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1em;
}
.container-newsletter h6 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1em;
}

.container-newsletter a {
  position: relative;
  bottom: -10px;  
}

.container-newsletter input[type=text], .container-newsletter input[type=email] {
  border: 1px solid #FFF;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  color: #FFF;
  width: 90%;
}

.container-newsletter input[type=text]::placeholder, 
.container-newsletter input[type=email]::placeholder {
  color: #FFF;
}

.container-contato-fone{
  display: flex;
  padding: 1rem 8%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
  color: #FFF;
  background: url('../images/bg-footer-azul.jpg') repeat top;
}

.container-contato-fone img {
  max-width: 300px;
}

.container-contato-fone .fone-atendimento p {
  margin-top: -10px;
  margin-left: 40px;
  font-family: "Gotham-Light", 'Roboto', sans-serif;
}

.container-contato-fone .fone-atendimento i {
  margin-right: 15px;
}

.container-contato-fone .email-atendimento h5 {
  margin-top: -10px;
}

.container-contato-fone .email-atendimento i {
  margin-right: 15px;
}


.page-footer {
  position: relative;
  background-color: rgba(255, 255, 255, 1)
}
.page-footer .row {
  margin-bottom: 0;
}
.page-footer img {
  height: 70px;
}

.page-footer .bg-cinza {
  background: #a7a9ac;
}
.page-footer .box-footer {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 1.5rem 2rem;
}
.page-footer .mapa-site {
  min-height: 100px;
}
.page-footer .mapa-site a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
}
.page-footer .mapa-site a i {
  color: #fff;
  font-size: 1.2em;
  margin-right: 5px;
  transition: all 400ms ease-in-out;
}
.page-footer .mapa-site a:hover{
  color: #007086;
}
.page-footer .mapa-site a:hover i{
  color: #007086;
}

.page-footer .sub-mapa-site li a {
  color: #485861 !important;
  font-size: 1em;
  padding: 14px 16px !important;
}

.page-footer ul li a:hover {
  color: #007086;
}

.page-footer .footer-direitos {
  position: relative;
}
.page-footer .footer-direitos span {
  text-align: center;
  font-size: 1.1em;
  z-index: 10;
  position: absolute;
  left: 25%;
  margin-top: 6rem;
}

.page-footer .form-cotacao {
  position: fixed;
  background: #3a9746;
  color: #FFF;
  width: 360px;
  bottom: 0;
  right: 10%;
  padding: 1rem 2rem 0.5rem 2rem;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  transform: translateY(90%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
  transition: all 350ms ease-in-out;
}

.page-footer .form-cotacao.active {
  transform: translateY(0%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.44);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.44);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.44);
}

.page-footer .form-cotacao h4 {
  font-family: 'Varela Round', 'Roboto', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

.page-footer .form-cotacao p {
  font-size: 1.2rem;
  margin-top: 0px;
  margin-bottom: 5px;
}
.page-footer .form-cotacao label {
  font-size: 1rem;
  color: #FFF !important;
  font-weight: 600;
}


.page-footer .form-cotacao input[type=text],
.page-footer .form-cotacao input[type=email],
.page-footer .form-cotacao textarea {
  border: 1px solid #FFF;
  color: #fff;
  font-size: 0.9rem;
  height: 30px;
  width: 90%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-footer .form-cotacao textarea {
  border: 1px solid #FFF;
  height: 100px;
  width: 100%;
}
.page-footer .form-cotacao button {
  display: block;
  width: 100%;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  border:0;
  background: #0b5029;
  color: #FFF;
  font-size: 1.5rem;
  margin-top: 15px;
  transition: all 250ms ease-in-out;
}
.page-footer .form-cotacao button:hover {
  background: #3c3533;
}
.page-footer .form-cotacao a.close-cotacao {
  position: absolute;
  border-radius: 50px;
  background: #3a9746;
  color: #FFF;
  right: -1rem;
  top: -1rem;
  cursor: pointer;
  transition: all 350ms ease-in-out;
}
.page-footer .form-cotacao a.close-cotacao i {
  font-size: 3rem;
  text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.6);
}
.page-footer .form-cotacao a.close-cotacao:hover  {
  background: #FFF;
  color: #3a9746;
}

.form-cotacao label {display: block;}
.form-cotacao .chkbox {
  display: inline-block;
  margin-right: 1rem;
}
.form-cotacao .chkbox span::before {
  border: 2px solid #FFF;
}
.form-cotacao .chkbox [type="checkbox"]:checked+span:not(.lever):before  {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}


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

  .content-site{
    padding-top: 90px;
    padding-bottom: 0;
  }

  .container {
    width: 100%;
  }

  #bannerHome {
    min-height: 200px;
    height: auto !important;
  }
  
  .banner-bt {display: none;}

  .nav-menu {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;
    border-bottom: 1px solid #eeeeee;
  }
  
  .nav-menu .brand-logo img {
    height: 65px;
    margin-left: 1rem;
  }

  .nav-menu .brand-logo { 
    left: 85px;
  }
  
  .container-newsletter{
    text-align: center;
  }

  .carousel-item img {
    height: 200px !important;
    transform: scale(1.1);
    transform: scaleX(1.3);
  }

  .home-bloco-noticias .item-noticia {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-bloco-noticias .item-noticia h5 {
    margin-top: 1rem;
  }

  .bg-blue1 {
    border-bottom-left-radius: 0;
  }

  .page-footer .mapa-site {
    min-height: 50px;
    text-align: center;
  }
  
  .page-footer .footer-direitos {
    margin-bottom: 2rem;
  }

  .page-footer .footer-direitos span {
    position: relative;
    margin-top: 0;
    left: auto;
  }
  
  .item-especialista .image {
    margin-left: 22%;
  }

  .info-especialista {
    text-align: center;
    margin-right: 0;
  }
  .item-convenio {
    margin-bottom: 2rem;
  }

  .item-convenio img {
    width: 80%;
  }
  
  .bt-contato-enviar {
    position: relative;
    margin-top: 2rem;
    margin-left: 0px;
  }

  .input-text-padrao {
    width: 94% !important;
  }

}

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

	/* #aceite-cookies {width:280px; } */

  .menu-bar {
    margin-bottom: 0px;
  }
  .content-site{
    padding-top: 70px;
    padding-bottom: 0;
  }
  .site-breadcrumb {
    margin-top: 0.5rem;
  }
  nav.nav-menu {height: 70px;}
  .nav-menu .brand-logo img {
    height: 65px;
    margin-left: 1rem;
    margin-top: -1rem;
  }
  .item-chamada {
    margin-top: 1.5rem;
  }
  .page-footer .box-footer{border-radius: 0;}
  .page-footer .form-cotacao {
    right: 0;
    position: relative;
    transform: translateY(0px);
  }
  .cotacao-conteudo input[type=text], .cotacao-conteudo input[type=email] { 
    width: 91%;
  }
  .home-bloco-noticias .item-noticia img {
    width: 100%;
  }
}