@import url("https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css");


@font-face {
  font-family: latam-icons-regular;
  src: url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b134c2077f5_latamicons-w-rg.eot#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: latam-icons-regular;
  src: url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b136079b636_latamicons-w-bd.woff2) format("woff2"), url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b1347ac99ef_latamicons-w-rg.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: latam-icons-bold;
  src: url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b131f095e5d_latamicons-w-bd.eot#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: latam-icons-bold;
  src: url(https://d3rwujusajfqlr.cloudfront.net/uploads/60b13199346fc_latamicons-w-bd.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Regular;
  src: url(../fonts/latam_sans_regular-webfont.woff) format("woff"),url(../fonts/latam_sans_regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Regular-Italic;
  src: url(../fonts/latam_sans_regular_italic-webfont.woff) format("woff"),url(../fonts/latam_sans_regular_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Light-Italic;
  src: url(../fonts/latam_sans_light_italic-webfont.woff) format("woff"),url(../fonts/latam_sans_light_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Light;
  src: url(../fonts/latam_sans_light-webfont.woff) format("woff"),url(../fonts/latam_sans_light-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Extended;
  src: url(../fonts/latam_sans_extended-webfont.woff) format("woff"),url(../fonts/latam_sans_extended-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Bold-Italic;
  src: url(../fonts/latam_sans_bold_italic-webfont.woff) format("woff"),url(../fonts/latam_sans_bold_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Latam-Sans-Bold;
  src: url(../fonts/latam_sans_bold-webfont.woff) format("woff"),url(../fonts/latam_sans_bold-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* ////////TOPO///////// */


.tl-converte h2 {
  color: #0f004f;
  font-size: 32px;
  line-height: 48px;
}

.tl-converte h3 {
  color: #303030;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.box-converter {
  background-color: #dfe2f6;
  padding: 20px;
  border-radius: 8px;
}

.box-converter h2 {
  color: #10004f;
  font-size: 32px;
  line-height: 48px;
}

.box-converter h3 {
  color: #303030;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 24px;
}

.logo-parceiro-box-converte {
  height: 90px;
  padding: 20px;
  font-size: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}

.logo-parceiro-box-converte img {
  max-width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .img-destaque-topo {
    display: none;
  }

  .logo-parceiro-box-converte {
    margin: 10px auto;
  }

  .texto-box-converte {
    padding: 20px;
  }
}
