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

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

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

html, body{
  font-family: "Gotham-Book", 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #3c3533;  
}

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

h1, h2, h3 {
  font-family: "Gotham-Light", 'Roboto', sans-serif;
}
h3 {
  font-size: 38px;
}
*::-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;
}

/*
BOX HOME
*/
.box{
  position: relative;
  width: 100%;
  min-height: 210px;
  max-height: 210px;
  background-color: rgba(0, 0, 0, 0.521);
  padding: 30px;

  background-position: center;
  background-size: cover;
  overflow: hidden;

  transition: all  .5s;
  border-radius: 3px;
}
.layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 200px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.527);
  text-align: center;

  padding: 10px;
  overflow: hidden;

  transition: 0.4s;
  color: #FFFFFF;
  text-transform: uppercase;
}
.layer.cor1{
  background-color: #38aab0c2;
}
.layer.cor1:hover{
  background-color: #38aab0e7;
  color: #FFFFFF;
}
.layer.cor2{
  background-color: #3c3533c5;
}
.layer.cor2:hover{
  background-color: #3c3533da;
  color: #FFFFFF;
}
.layer.cor3{
  background-color: #915041c0;
}
.layer.cor3:hover{
  background-color: #915041e7;
  color: #FFFFFF;
}
.box-layer{
  width: 100%;
  min-height: 190px;
  height: auto;
  border: solid 2px #FFFFFF;
  text-align: center;
  overflow: hidden;
  padding: 30px;
  border-radius: 2px;
}
.layer h3{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
}

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

/* Elementos Gerais */
.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;}
.ptop-1 {padding-top: 1rem;}
.ptop-2 {padding-top: 2rem;}
.pbot-1 {padding-bottom: 1rem;}
.pbot-2 {padding-bottom: 2rem;}

.p-color3C3533 p {
  color: #3C3533;
}
.text-left {
  text-align: left !important;
}
.right-align-desk {
  text-align: right;
}
.btDefault {
  padding: 18px 3rem !important;
  color: #FFF;
  background: rgba(57,179,186,1);
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
}

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

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

.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: #42b1bb;
  font-family: "Gotham-Medium", "Roboto", sans-serif;
}

a.btMenu {
  padding: 0 2rem;
  margin: 0 6px;
}

@-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; }
}
.row-tabs {
  padding: 0 7% !important;
}
.tabs {
  background-color: transparent;
}
.tabs .indicator {
  display: none;
}

a.bt-tab-padrao, a.bt-tab-padrao-dark {
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  color: #3c3533 !important;
  background: rgba(57,179,186,0) !important;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  width: 95% !important;
  padding: 0 0px !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(57,179,186,1) !important;
  border: 1px solid #42b1bb;
}

.tab-case{
  display: flex;
  justify-content: center;
  width: 80%;
}
.tab-case li {
  margin-left: 0 !important;
}
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: #42b1bb;
  font-size: 1em;
}

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

.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;
}

nav.bloco-breadcrumb .breadcrumb:before {
  color: #3c3533;
  font-size: 1.3em;
  margin-left: 0px;
  margin-right: 0px;
}


.input-text-padrao, .textarea-padrao {
  display: block;
  width: 93% !important;
  border: 1px solid #eaeaea !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 3px !important;
  color: #3c3533 !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: 150px !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: #42b1bb;
  font-size: 1.3em;
  transition: all 350ms ease-in-out;
}

.box-search button:hover {
  background: rgba(57,179,186,1);
  cursor: pointer;
}
.box-search button:hover i {
  color: #fff;
}
.banner-1920x300 {
  background-size: cover;
  min-height: 300px;
}
/* END ELEMENTOS GERAIS  */

.fluid-social {
  background: #3C3533;
  margin-bottom: 0px;
}

/* Barra Header Acessos, Redes Sociais e Menu Nav Bar  */
.container-social {
  display: flex;
  width: 100%;
  height: 55px;
  justify-content: space-between;
  align-items: center;
  background-color: #3c3533;
  color: #FFF;
}

.container-social .social-media a {
  margin-right: 6px;
}
.container-social .social-media i {
  color: #FFF;
  font-size: 16px;
}

.container-social .area-restrita a {
  color: #FFF;
  font-size: 11px;
  margin-left: 15px;
}

.mapigroup-nav {
  background: rgba(255,255,255,1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mapigroup-nav ul {
  /* display: flex; */
}

.mapigroup-nav .brand-logo{
  position: relative;
}

.mapigroup-nav ul li {
  /* margin-left: 15px; */
}
.mapigroup-nav ul li a {
  color: #3c3533;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  line-height: 50px;
  border-radius: 25px;
  background-color: rgba(57,179,186,0.0);
}

.mapigroup-nav ul li a:hover, .mapigroup-nav a.active{
  background-color: rgba(57,179,186,1);
  color: #FFF;
}

.mapigroup-nav .sidenav-trigger {
  color: #3c3533;
}

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

.sidenav {
  background: rgba(0,0,0,0.9);
  padding-top: 1rem; 
}
.sidenav li a.mob-link {
  color: rgba(57,179,186,1);
  font-family: "Gotham-Light", "Roboto", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}
.sidenav li a.acesso {
  color: rgba(255,255,255,0.8);
}

.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: rgba(57,179,186,1) !important;
  font-size: 2em;
}

.dropdown-content li a {
  color: #42b1bb !important;
}
.dropdown-content li a:hover {
  color: #FFF !important;
}

.submenuprimary {
  
}
.submenuprimary li {
  padding-left: 1rem;
}
.submenuprimary li a {
  color: #3c3533 !important;
  text-transform: capitalize !important;
}
.submenuprimary li a:hover {
  color: #FFF !important;
}

.carousel .carousel-item>img {
  width: auto !important;
}

#gtx-trans{display: none !important;}
/* HOME */
#bannerHome {
  min-height: 400px;
  height: auto !important;
}

.home-noticias h3 {
  margin-bottom: 40px !important;
  font-size: 38px;
}
.home-quemsomos {
  margin-bottom: 43px;
}
.home-quemsomos,.home-noticias {
  padding-top: 2rem;
  padding-bottom: 2px;
}
.home-quemsomos h4 {
  font-family: "Gotham-Light", "Roboto", sans-serif;
  margin-top:-15px;
  margin-bottom: 32px !important;
}
.pdg-sides-25-p-desk p {
  padding-left: 25px;
  padding-right: 25px;
}
.home-quemsomos a span {
  color: #42b1bb !important;
}
.home-quemsomos .destaque {
  font-weight: 600;
}
.mg-btm-32 {
  margin-bottom: 32px;
}

/*form cartao smart */
.form-smart-wrapper {
  display: none;
}
#form-smart .input-text-padrao[disabled] {
  color: #7e7e7e !important;
}

.hidden-select {
  display: block;
  transition: 0.5s;
}
.form-smart-wrapper .bt-formsmart-enviar {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.form-smart-wrapper select {
  width: 97% !important;
  border: 1px solid #3C3533 !important; 
}
.error-smart {
  border-top: 2px solid #f54b4b;
  color: #f54b4b;
  width: 97%;
  display: block;
  margin-top: -9px;
  margin-bottom: 9px;
}
/*form cartao smart */

.cartao-souempresa .item-cartao {
  text-align: left ;
}
.box-black-quemsomos {
  padding-top: 45px;
  padding-bottom: 45px;
  background: url('../images/bg-home-black.jpg') no-repeat center;
  background-size: cover;
}

.box-black-quemsomos .home-quemsomos-items {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.home-quemsomos-items .item {
  padding-left: 5px;
  padding-right: 5px;
}

.box-black-quemsomos .home-quemsomos-items .item,
.home-noticias .home-noticias-items .item {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.bloco p {
  font-weight: lighter;
  color: #A5A5A5;
}
.home-noticias .bloco {
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 6px 13px -4px rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 4px;
  transition: all 300ms ease-in-out;
}
.home-noticias .home-noticias-items {
  overflow: hidden;
  width: 100%;
  height: auto;
}


.box-black-quemsomos .home-quemsomos-items img, 
.home-noticias .home-noticias-items img {
  width: 100%;
  scale: 1.01;
  transition: all 300ms ease-in-out;
}

.home-noticias .home-noticias-items img {
  rotate: (0deg);
}
/*
.box-black-quemsomos .home-quemsomos-items img:hover {
  transform: scale(1.2)
}
*/

.home-noticias .home-noticias-items .content-post{
  margin-bottom: 1rem;
}

.home-noticias .home-noticias-items .content-post:hover .bloco {
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
  box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
}
.home-noticias .home-noticias-items .content-post:hover img {
  transform: scale(1.5) rotate(-15deg);
}

.home-noticias .home-noticias-items .item-noticia {
  padding-left: 0;
  padding-right: 0;
}
.home-noticias .home-noticias-items h5 {
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  font-size: 1.3em;
  text-align: left;
  height: 50px;
}
.home-noticias .home-noticias-items p {
  text-align: justify;
  height: 120px;
}



/* PÁGINA QUEM SOMOS */
.quemsomos-items{
  color: #FFF;
  text-align: center;
}
.quemsomos-items h4 {
  font-family: "Gotham-Light", "Roboto", sans-serif;
}
.quemsomos-items .item{
  min-height: 180px;
  font-family: "Gotham-Light", "Roboto", sans-serif;
  border: 1px solid #FaFaFa;
  border-radius: 15px;
  text-align: center;
  padding: 0px 30px;
  font-size: 1.1em;
}

.quemsomos-items .item h5 {
  text-align: left;
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  color: #42b1bb;
}

/* END PÁGINA QUEM SOMOS */

/* PÁGINA CONTATO */
.contato .central-atendimento{
  background: #eaeaea;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 57px;
}
.contato .central-atendimento h5{
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  text-transform: uppercase;
}
.contato .central-atendimento p.contato-fone{
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  color: #3c3533;
  margin-block-end: 0rem;
  font-size: 1.1em;
}
.contato .central-atendimento p.contato-email{
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  color: #42b1bb;
  margin-block-start: 0rem;
  font-size: 1.1em;
}
.contato .item-endereco p{
  margin-block-start: 0rem;
  margin-block-end: 0rem;
}
.contato .item-endereco p.contato-endereco{
  margin-block-start: 0rem;
}
.contato a.bt-contato-enviar{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.contato .modal-content{
  min-height: 400px;
  padding: 0 !important;
}

.contato .modal-content iframe {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.contato h3 {
  margin-bottom: 58px;
}
/* END PÁGINA CONTATO */

/* PÁGINA MAPISOLUTIONS */
.vantagem-img-ipad {
  position: absolute;
  margin-left: -21%;
  margin-top: -40px;
  max-height: 280px;
}
.vantagens-marketing .vantagens-texto {
  margin-top: 21px;
}
.vantagens-texto {
  margin-top: 50px;
}
.vantagens-texto ul, .vantagens-texto ul li{
  text-align: left;
  list-style-image: url('../images/bullet.png');
}
/* END PÁGINA MAPISOLUTIONS */

/* PÁGINA CARTÕES */

.item-cartao{
  text-align: center;
}
.item-cartao img{
  width: 100%;
}
.item-cartao h5{
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.item-cartao p{
  margin-block-start: 0.2rem;
}
/* END PÁGINA CARTÕES */

/* PÁGINA SEGURADORAS */
.item-seguradora {
  background: rgba(255, 255, 255, 0);
  
}

.item-seguradora img{
  display: inline-block;
  margin-left: 2rem;
  margin-right: 2rem;
  height: 20%;
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 6px 13px -4px rgba(0,0,0,0);
  transition: all 400ms ease-in-out;
  border-radius: 15px;
}
.item-seguradora a > img:hover {
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
  box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.45);
}

.item-netbrokes {
  margin-top: -3rem;
}
.item-netbrokes a:hover {
  text-decoration: underline;
}
.item-netbrokes a img {
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 6px 13px -4px rgba(0,0,0,0);
  transition: all 400ms ease-in-out;
  border-radius: 15px;
}
.item-netbrokes a img:hover {
  -webkit-box-shadow: 0px 6px 13px -5px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 6px 13px -5px rgba(0,0,0,0.45);
  box-shadow: 0px 6px 13px -5px rgba(0,0,0,0.45);
}
/* END PÁGINA SEGURADORAS */

/* PÁGINA NOTÍCIAS */
.lista-post {
  text-align: left;
}
.lista-post img {
  width: 100%;
}
.lista-post .title {
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  color: #42b1bb;
  text-align: left;
  font-weight: 900;
  font-size: 29px;
}
.lista-post .post-img {
  min-height: 300px;
  width: 100%;
}
.lista-post hr {
  border: 0;
  display: block;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 2rem;
}

.lista-post .btn-facebook {
  border-radius: 5px;
  background-color: #4267b3;
  color: #fefeff;
  font-size: 12px;
  padding: 5px 15px;
  margin-top: 14px;
}
.row-facebook p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.row-facebook {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.box-mais-lida {
  border: 1px solid #eaeaea;
  border-radius: 15px;
  text-align: left;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.box-mais-lida h5 {
  color: #42b1bb;
  font-family: "Gotham-Medium", "Roboto", sans-serif;
}
.box-mais-lida .item-mais-lida {
  margin-top: 15px;
  position: relative;
}
.box-mais-lida .item-mais-lida a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
  color: #3c3533;
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  text-transform: uppercase;

}
.box-mais-lida .item-mais-lida a::before{
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: rgba(57,179,186,1);
  width: 0%;
  height: 2px;
  transition: all 400ms ease-in-out;
}

.box-mais-lida .item-mais-lida a:hover::before {
  width: 94%;
  background: rgba(57,179,186,1);
}

/* END PÁGINA NOTÍCIAS */

/* CONSULTARSALDO */
.container-consultarsaldo {
  padding-bottom: 40px !important;
}
.container-consultarsaldo .cartao {
  padding-bottom: 40px;
}
.container-consultarsaldo .cartao img {
  display: block;
  width: 100%;
}
.container-consultarsaldo .cartao a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}
.container-consultarsaldo .cartao {
  padding-bottom: 10px;
  min-height: 330px;
}
.container-consultarsaldo .cartao h5 {
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 0.7rem;
}
/* END_CONSULTARSALDO */

/* Footer */
@keyframes lds-blocks {
  0% {
    background: #42b1bb;
  }
  12.5% {
    background: #42b1bb;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}
@-webkit-keyframes lds-blocks {
  0% {
    background: #42b1bb;
  }
  12.5% {
    background: #42b1bb;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}
.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 .input-field {
  margin-bottom: 32px !important;
  margin-top: 32px !important;
}

.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;
  text-align: left;
}
.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;
  margin-bottom: 0px;
  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-top: 28px;
  padding-bottom: 28px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 100px;
  color: #FFF;
  background: url('../images/bg-footer-azul.jpg') repeat top;
}
.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;
}
.container-contato-fone .image-atendimento {
  width: 39%;
  text-align: right;
}
.container-contato-fone .email-atendimento {
  width: 32%;
}


.endereco {
  padding-top: 2rem;
}

.endereco .logo img {
  width: 100%;
}
.endereco .footer-endereco p {
  margin-top: 0;
  margin-bottom: 4px;
}

.endereco .footer-social {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.endereco .footer-social a {
  color: rgba(57,179,186,1);
  margin-left: 6px;
}
.endereco .footer-social a i {
  font-size: 1.8em;
}
.endereco .footer-social a:hover {
  color: rgba(60,53,51,1);
}

.page-footer {
  background-color: rgba(227, 227, 227, 1)
}

.page-footer ul li.mapa-site-titulo {
  font-family: "Gotham-Medium", "Roboto", sans-serif;
  color: #3c3533;
  font-size: .9em;
}

.page-footer ul li a {
  color: #3c3533;
  font-size: .8em;
  font-weight: 600;
}

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

.page-footer .footer-copyright {
  background-color: rgba(255, 255, 255, 1);
  color: #8f8f8f;
}

.image-atendimento {text-align: right;}

.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: 20px;
  }

  .container {
    width: 100%;
  }

  #bannerHome {
    min-height: 150px;
    height: auto !important;
  }

  .input-text-padrao {
    width: 90% !important;
  }
  .error-class {
    width: 90% !important;
  }
  .textarea-padrao {
    width: 99.5% !important;
  }

  .tabs{
    height: auto !important;
    flex-direction: column;
  }
  
  .tab-case{
    display: block;
    text-align: center;
    
  }
  .tab-case li, .tabs li {
    margin-left: auto !important;
    text-align: center;
    margin-bottom: 1rem !important;
  }
  .tab-case li a, .tabs li a {
    margin-right: 0px !important;
    width: 100% !important;
  }

  #cartao0 h5, #cartao1 h5, #cartao2 h5, #cartao3 h5, #cartao4 h5 {
    margin-top: 1rem;
    text-align: center;
  }

  #cartao0 p, #cartao1 p, #cartao2 p, #cartao3 p, #cartao4 p {
    text-align: center;
  }

  .vantagem-img-ipad {
    position: relative;
    margin-left: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .bloco-breadcrumb{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .bloco-breadcrumb a.breadcrumb{
    font-size: .8em;
  }
  .bloco-breadcrumb a.breadcrumb::before{
    font-size: 1.4em;
    margin: 0 2px 0 0px;
  }
  
  .mapigroup-nav {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;
  }
  
  .mapigroup-nav .brand-logo img {
    height: 50px;
  }

  
  .container-newsletter{
    text-align: center;
  }

  .carousel-item img {
    height: 150px !important;
    transform: scale(1.5);
    transform: scaleX(1.8);
  }
  
  .item-seguradora {
    border-radius: 0px;
    border-bottom: 1px solid #d3d3d3;
  }
  .item-seguradora:last-of-type{
    border-bottom: 0px;
  }
  .item-seguradora img {
    width: auto;
  }

  .container-newsletter a {
    bottom: 10px;
  }
  
  .container-newsletter .btNewsletter {
    display: inline-block;
    width: 80%;
    align-self: center;
  }

  .endereco{
    text-align: center;
  }

  .endereco .logo img {
    width: 60%;
    margin-bottom: 2rem;
  }
  
  .endereco .footer-social{
    margin-top: 1.5rem;
  }
  
  .endereco .footer-social a {
    margin-left: 12px;
  }
  
  .endereco .footer-social a i {
    font-size: 2.2em;
  }

  .container-contato-fone {
    flex-direction: column;
  }
  .container-contato-fone .fone-atendimento {
    width: 80%;
  }
  .container-contato-fone .email-atendimento h5 {
    font-size: 1.2em;
    margin-top: 0;
  }
  .container-contato-fone .image-atendimento {
    width: 80%;
    text-align: left;
  }
  .container-contato-fone .email-atendimento {
    width: 80%;
  }
 
  .container-newsletter .input-field {
    margin-bottom: 19px !important;
    margin-top: 19px !important;
  } 
  .container-newsletter .input-field:first-child {
    margin-bottom: 9px !important;
  }
  .page-footer {
    text-align: center;
  }

  .page-footer ul li.mapa-site-titulo {
    font-size: 1.3em;
  }

  .page-footer ul li, .page-footer ul li a {
    font-size: 1.1em;
    margin-bottom: 6px;
  }
  .right-align-desk {
    text-align: initial;
  }
  .mob-left {
    text-align: left;
  }
  .banner-1920x300 {
    background-size: cover !important;
    min-height: 100px;
    height: 120px !important;
    background-position-x: -230px !important;
  }
  .item-cartao {
    margin-top: 10px;
  }
  .pdg-sides-25-p-desk {
    padding: 0 0 !important;
  } 
  .hidden-s {
    display: none;
  }

  /* CONSULTARSALDO */
  .container-consultarsaldo .cartao img {
    width: 100%;
    margin-bottom: 20px;
  }
  .container-consultarsaldo .cartao a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 0 auto !important;
  }
  /* END_CONSULTARSALDO */
}