﻿.highlight .image {
    height: 500px!important;
}

.highlight .image img {
    height: 500px!important;
}

.highlight .container.transparent .block .text .subtitle-lead {
   /* display:none; */
}

.highlight .container.transparent .block .text .link {
    display: none;
}

@media (max-width: 1004px) {

    .highlight .container.blue-pale .block, .highlight .container.transparent .block {
        background-color: #F2F4F8!important;
    }
}

@media (max-width: 1004px){

    .highlight .container.blue-pale .block:before, .highlight .container.transparent .block:before {
         background-color: #F2F4F8!important;
    }
}

.center-block.blue-pale {
    height: 500px;
}












.ms-rtestate-field p, p.ms-rteElement-P {
  margin: 0px 0px 0px 0px!important;
}
/*----------------------------------*/
/* GLOBAL */
/*----------------------------------*/

.wrapper {
  max-width: 1260px;
  margin: auto;
}

.wrapper2 {
  max-width: 1002px;
  margin: 0 auto;
}


.mb-40 {
  margin-bottom: 40px;
}

h2.title-center {
  font: 700 23px 'Spartan';
  line-height: 36px;
  text-align: center;
  color: #00559A;
  margin-top: 0px;
  margin-bottom: 10px;
}

.subtitle-center {
  font: 400 17px 'Roboto';
  line-height: 27px;
  text-align: center;
  color: #3F5B78;
}

h2.title-left {
  font: 700 23px 'Spartan';
  text-align: left;
  color: #00559A;
  margin: 0px 0 19px;
}

a.btn {
  margin:40px auto;
}

a.btn-primary {
  display: block;
  font: 600 16px 'Spartan';
  background: #0071CE;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

a.btn-primary:hover {
  background: #00559A;
  color: #fff;
}

a.btn-primary-sm {
  width: 189px;
  padding:12px 32px
}

a.btn-primary-lg {
  width: 263px;
  padding: 8px 32px;
  text-align: center;
}

a.btn-secondary {
  display: inline-block;
  font: 600 16px 'Spartan';
  text-decoration: none;
  color: #0071CE;
  border: 1px solid #0071CE;
  background-color: #fff;
  border-radius: 8px;
}

a.btn-secondary:hover {
  background: #F2F4F8;
  border: 1px solid #00559A;
  color: #00559A;
}

a.btn-secondary-sm {
  padding: 8px 32px;
}

a.btn-secondary-lg {
  width: 202px;
  padding: 8px 12px;
  text-align: center;
}

.main-section {
  margin-top: 80px;
  padding-left: 16px;
  padding-right: 16px;
}


/*-----------------*/
/*CxD Empresas
/*-----------------*/
.destaques-cxd {
  margin-top: 56px;
  padding: 16px;
}

.hero-two-col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:16px;
}

.hero-col-img {
  max-width: 400px;
  text-align: center;
}

.hero-col-info h3 {
  color: #00559A;
  font: 700 23px 'Spartan';
  line-height: 1.4;
  margin-top: 8px;
}

.hero-col-info p {
  color: #3F5B78;
  font:700 17px 'Roboto';
  line-height: 1.4;
  margin-top: 8px;
}

.hero-col-info h4 {
  color: #0A243E;
  font: 600 19px 'Spartan';
}

.hero-col-info .footer-btn {
  text-align: left;
  margin-top: 32px;
}

.fluid-list {
  font: 500 17px 'Roboto';
  color: #3F5B78;
  line-height: 27px;
  margin-top: 8px;
  margin-left: 23px;
}

.fluid-list li {
    list-style: '\e921';
    padding-left: 4px;
}

.fluid-list li::marker {
  font-size: 24px;
  color: #0071CE;
  font-family: 'icomoon';
}

.hero-col-info .fluid-list {
  color:#3F5B78;
  font: 400 17px 'Roboto';
  line-height: 1.4;
  margin-top: 16px;
}

[data-tooltip] {
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color:#3F5B78;
} 

.tooltip-check {
  position: relative;
}

.tooltip-check:hover::before {
  width: 200px;
  content: attr(data-tooltip);
  position: absolute;
  background-color:#F2F4F8;
  border: 1px solid #9DB1C9;
  border-radius: 4px;
  top:30px;
  padding: 12px 8px;
  margin-left: -94px;
  transition: opacity 0.1s ease-out;
  z-index: 99;
}

.tooltip-check:hover::after {
  display: inline-block;
  border: solid;
  border-color: #9DB1C9 transparent;
  border-width: 0px 10px 10px 10px;
  content: '';
  position: absolute;
  top: 35px;
  z-index: 99;
  transform: translateX(-87%) translateY(-170%);
}


/*----------------------------------*/
/* Slide with Tabs */
/*----------------------------------*/

#section-flow {
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F2F4F8;
}

.wrap-tabs-navs {
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: relative;
  top: -109px;
  border: 1px solid #9DB1C9;
  border-radius: 16px;
  text-align: center;
  background-color: #fff;
  margin:0 auto;
  padding:45px 70px;
}

.filter-nav {
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  gap: 20px 0;
  border-bottom: 1px solid #C9D5E7;
  background-repeat: repeat;
  margin:35px 0 40px;
  justify-content: space-evenly;
}

a.tab-nav {
  height: 35px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: 'Spartan';
  padding: 0px 16px;
  font-weight: 600;
  font-size: 16px;
  color: #9DB1C9;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  cursor: pointer;
}

a.tab-nav:hover:not(.selected) {
  color: #00559A;
  background-color:#F2F4F8;

}

a.tab-nav.selected {
  border-bottom: 3px solid #0071CE;
  cursor: context-menu;
  color: #0071CE;
}

/*----------------------------------*/
/* Plataforma Internacional*/
/*----------------------------------*/
.wrapper-map {
    max-width: 1440px;
    margin: auto;
}

.header-map {
  max-width: 920px;
  margin: 0 auto;
}

#image-map {
  position: relative;
  padding: 0px;
}

.bullet-point {
  display: none;
}
.map-tooltip-up, .map-tooltip-down {
  position: absolute;
  background-color: #FFCC00;
  width: 7px;
  height: 7px;
  border-radius: 50%
}
.map-tooltip-down {
  background-position: 0 -37px;
}
.map-tooltip {
  display: none;
  width: 240px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 7999;
  margin-left: 0px;
  border-radius: 16px;
  border: 1px solid  #C9D5E7;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);  
}

.map-tooltip-down:after {
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
  border:2px solid #FFCC00;
  top:50%;
  left:50%;
  transform: translate(-50%, 50%) scale(1,1);
  pointer-events: none;
  transition: border-color 1s linear;
  animation: bullet-pulse 2s linear infinite;
}

@keyframes bullet-pulse {
    0% {
      transform: translate(-50%, -50%) scale(0.5,0.5);
      opacity:0;
    }

    20% {
      transform: translate(-50%, -50%) scale(1,1);
      opacity: 0.9;
    }

    50% {
      transform: translate(-50%, -50%) scale(1.5,1.5);
      opacity: 0;
    }

    100% {
      transform: translate(-50%, -50%) scale(1.5,1.5);
      opacity: 0;
    }

  }
.map-tooltip-down .map-tooltip {
  bottom: 5px;
  top: auto;
}

.container-country {
  padding: 16px 16px 10px 16px;
}

.country-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom:10px;
}


.country-header img {
  width: 30px;
}

.country-header h4 {
  font: 600 19px 'Spartan';
  color: #0A243E;
  margin:0
}

.country-body {
  font: 400 16px 'Roboto';
  color: #3F5B78;
}

.country-body p {
  line-height: 1.4;
}

.country-contacts {
  margin-top:15px
}

.country-contacts p {
  font-size: 16px;
  line-height: 1.5;
}

.country-contacts h5 {
  font: 700 16px 'Roboto';
  margin-bottom: 6px;
}

.country-contacts .icon-Call:before,
.country-contacts .icon-Mail:before,
.country-contacts .icon-International:before {
    margin-right: 7px;
    color: #9DB1C9;
    vertical-align: middle;
}

.btn-saibaMais {
  display: block;
  font: 600 16px'Spartan';
  font-style: normal;
  /* color: #0071CE; */
  background: #F2F4F8;
  padding: 10px 0px 10px 32px;
}

.mapa-mobile {
  display: none;
}

.btn-country-drop {
  display:none;
}

/********************* MODAL*************************/

.descpcr-modal {
  padding: 100px 0;
  visibility: hidden;
  position: fixed;
  overflow: auto; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items:flex-start;
  justify-content: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  opacity: 0;
  transition: opacity 500ms;
  background: rgba(35, 31, 32, 0.7);
  z-index: 99999;
}

.descpcr-modal:target {
  visibility: visible;
  opacity: 1;
}

.content-modal {
  width: 100%;
  max-width: 750px;
  position: relative;
  text-align: left;
  border: 1px solid #C9D5E7;
  border-radius: 8px 8px 16px 16px;
  max-width: 90%;
  background: #fff;
}

.close-modal {
  position: absolute;
  top: 1px;
  right: 12px;
  color: #9DB1C9;
  text-decoration: none;
  font-size: 35px;
  cursor: pointer;
}

a.close-modal:visited,
a.close-modal:hover {
  color: #9DB1C9;
  text-decoration: none;
}

.descpcr-body-modal {
  padding:56px
}

.descpcr-body-modal p {
  font: 400 17px 'Roboto';
  color: #0A243E;
  margin:0px;
}

.close-modal:hover {
  color:#fff;
}


@media screen and (max-width: 850px){

  .map-tooltip-down {
    display: none;
  }
  
  .hero-two-col {
    flex-direction: column;
  }

  .mapa-mobile {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
  }

  .btn-drop-down {
    width: 340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 400 17px 'Roboto';
    border-radius: 8px;
    border: 2px solid  #9DB1C9;
    padding: 5px 16px;
    color: #3F5B78;
    margin: 40px auto;
  }

  .btn-drop-down:visited {
    color: #3F5B78;
  }
  
  p.icon-icon10 {
    margin: 0;
    line-height: 0;
  }

  p.icon-icon10::before {
    font-size: 30px;
    color: #9DB1C9;
  }

  .descpcr-body-modal {
    padding: 48px 10%;
  }

  .link-country {
    display: flex;
    align-items: center;
    gap:10px;
    border-bottom:1px solid #C9D5E7;
    margin-bottom: 10px;
    padding:0px 8px 10px 10px;

  }

}

@media screen and (max-width: 500px) {
  #section-flow {
    height: 800px;
}
  .country-header img {
    width: 24px;
  }

  .subtitle-center {
    display: none;
  }

  h2.title-center {
    margin-bottom: 20px;
}

}


.btn-saibaMais a {
    color: #0071ce !important;
}