@font-face {
  font-family: "Atlas-Grotesk";
  src: url("../fonts/atlas-regular.ttf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Atlas-Grotesk";
  src: url("../fonts/atlas-bold.ttf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Atlas-Grotesk";
  src: url("../fonts/atlas-thin.ttf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "Atlas-Grotesk";
  src: url("../fonts/atlas-medium.ttf") format("opentype");
  font-weight: 500;
}

body {
  font-family: "Atlas-Grotesk", sans-serif;
  font-weight: 400;
  overflow-x: hidden !important;
  color: #05132a;
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: #195ab4;
}

a:hover {
  color: #5081c6;
}

.text-celeste {
  color: #5081c6;
}

.text-blue {
  color: #05132a;
}

.text-white {
  color: #fff;
}

.bg-blue {
  background-color: #05132a;
}

.bg-gray {
  background-color: #f0f0f0;
}

.bg-celeste {
  background-color: #d2e5ff;
}

.bg-celeste-alt {
  background-color: #b1d2ff;
}

.bg-grisclaro {
  background-color: #e5e5e5;
}

.text-18 {
  font-size: 18px;
}

.text-22 {
  font-size: 22px;
}

.text-big {
  font-size: 30px;
}

.text-big-p {
  font-size: 34px;
}

.text-red {
  color: #fa2828;
}

.text-subtitle {
  font-size: 32px;
  font-weight: 400;
}

#nav-gradient {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(10, 45, 77, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(10, 45, 77, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(10, 45, 77, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#05132a",GradientType=1);
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

#logo {
  height: 70px;
}

.navbar {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #05132a;
}

.navbar .container-fluid {
  z-index: 9;
}

#menu-menu-principal {
  font-size: 11px;
  width: 100%;
  margin-left: 3%;
  display: inline-block;
}

#navbarCollapse {
  margin-bottom: 4.5px;
}

#menu-menu-principal li {
  display: inline-block;
  margin-right: 15px;
}

.navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}

#menu-menu-principal li a {
  color: #05132a;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  border-radius: 20px;
  background-color: #fff;
  padding: 11px 30px 8px;
  height: 40px;
}

#banner-intro {
  background-color: #05132a;
  padding-top: 180px;
}

#menu-menu-principal li:hover a {
  background-color: #b1d2ff;
}

.center-padding,
.cp {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.cp-left {
  padding-left: 4rem !important;
}

.cp-right {
  padding-right: 4rem !important;
}

.cp-0-right {
  padding-right: 0rem !important;
  margin-right: 15px;
}

#banner-intro {
  color: #fff;
}

#banner-intro h1 {
  font-size: 56px;
  font-weight: 400;
  max-width: 880px;
}

#banner-intro p {
  margin-bottom: 100px;
  max-width: 880px;
}

#candidatos {
  margin-top: -30vh;
  margin-bottom: 100px;
}

#candidatos .candidato-txt p {
  height: 100px;
}

.candidato {
  width: 94%;
  margin-left: 3%;
  padding-bottom: 15px;
}

.candidato-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #bebebe;
  height: 380px;
  border-radius: 15px 15px 0 0;
}

.candidato-txt {
  padding: 15px;
  padding-top: 25px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(190, 190, 190, 0.57);
  box-shadow: 0px 5px 10px 1px rgba(190, 190, 190, 0.57);
  position: relative;
}

.candidato-txt a {
  font-size: 12px;
  position: absolute;
  bottom: 15px;
}

#temas {
  padding-top: 60px;
  padding-bottom: 60px;
}

#temas label {
  color: #b1d2ff;
  font-weight: 400;
}

.tema {
  margin-bottom: 5px;
}

.tema > div {
  display: inline-block;
  vertical-align: middle;
}

#temas .tema {
  cursor: pointer;
}

.tema-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #05132a;
  background-color: #b1d2ff;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  margin-right: 15px;
  font-weight: 400;
}

.tema-txt {
  font-size: 32px;
  width: calc(100% - 80px);
  color: #05132a;
}

.btn-green {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background-color: #b1d2ff;
  height: 40px;
  border-radius: 20px;
  line-height: 29px;
  padding-left: 30px;
  padding-right: 30px;
}

.programa {
  padding-top: 60px;
  padding-bottom: 60px;
}

.programa-box {
  border-radius: 20px;
  padding: 50px 30px;
  background-color: #f5f5f6;
}

.programa-box header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #c7c7c7;

  @media screen and (min-width: 768px) {
    flex-direction: row;
    align-items: center;
  }
}

.programa-box header hgroup {
  flex: 1 0 auto;
}

.programa-box header hgroup h5 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 0.25em;
}

.programa-box header hgroup h2 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0;
}

.programa-box .row {
  gap: 32px 0;
  margin-right: -32px;
  margin-left: -32px;
}

.programa-box .row > div {
  padding-left: 32px;
  padding-right: 32px;
}

.programa-box__cita {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.programa-box .btn-primary {
  background-color: #195ab4;
  border-color: #195ab4;
  color: #fff;
}

.programa-box .btn-primary i {
  margin-right: 0.25em;
}

.programa-box .btn-primary:hover,
.programa-box .btn-primary:focus {
  background-color: #5081c6;
  border-color: #5081c6;
  color: #fff;
}

.programa p {
  font-size: 16px;
}

.cita-title {
font-size: 24px;
    font-weight: 400;
    margin-bottom: 0.25em;
}

.avatar {
  margin-bottom: 10px;
  width: 100px;
  border-radius: 9999px;
}

.avatar-lg {
  margin-bottom: 10px;
  width: 150px;
  border-radius: 9999px;
}

.fecha-llamada {
  font-size: 14px !important;
}

.objetivo-programa {
  font-size: 24px !important;
  font-weight: 300;
}

.temas-candidato label {
  color: #b1d2ff;
  font-weight: 400;
  margin-bottom: 30px;
}

.temas-candidato {
  margin-top: 40px;
}

.temas-candidato .tema-txt {
  font-size: 16px;
  font-weight: 400;
}

.temas-candidato .tema-number {
  margin-right: 5px;
  font-size: 14px !important;
  height: 26px;
  width: 26px;
  line-height: 28px;
}

.box-tema {
  margin-bottom: 45px;
}

.tema-desglose {
  padding-left: 36px;
  margin-top: 10px;
}

.tema-desglose .big-text {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 0;
}

.tema-desglose .big-subtext {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.reformas {
  line-height: 32px;
}

.reformas ul {
  list-style: none;
  padding-left: 0;
}

.reformas ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.reformas ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #b1d2ff;
  font-size: 22px;
  line-height: 22px;
}

.table-programa {
  margin-bottom: 30px;
  margin-top: 20px;
}

.table-programa tr td:first-child {
  text-align: right;
  font-weight: 500;
  color: #05132a;
}

.table-programa td {
  border-bottom: 1px solid #10408c;
  border-top: 0;
  font-size: 14px;
  color: #05132a;
  padding: 0.5rem 0.75rem;
}

.table-programa td.text-red {
  color: #fa2828 !important;
}

#compara {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #f5f5f6;
}

#compara h2,
#entrevistas h2,
#temas h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#temas-compara label {
  color: #b1d2ff;
  font-weight: 400;
}

.box-comparacion {
  margin-bottom: 80px;
}

.box-comparacion .tema {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  background-color: #10408d;
  min-height: 48px;
  padding-left: 8px;
  padding-right: 20px;
  border-radius: 24px;
  line-height: 48px;
}

.box-comparacion .tema .tema-number {
  flex: 0 0 auto;
  color: #05132a;
  background-color: #fff;
  width: 36px !important;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  margin-right: 0;
}

.box-comparacion .tema .tema-txt {
  flex: 1 0 auto;
  padding-top: 0.1em;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.cuadro-candidato {
  padding-left: 15px;
  padding-bottom: 15px;
}

.cuadro-candidato span {
  font-weight: 400;
}

.cuadro-candidato .big-text {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
}

.cuadro-candidato .big-subtext {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.tabla-comparativa {
  width: 100%;
  overflow-x: auto;
}

.tabla-comparativa .table-programa {
  width: 100%;
  margin-bottom: 0;
}

.tabla-comparativa .table-programa tr td {
  background-color: #d2e5ff;
}

.tabla-comparativa .table-programa tr td.cell-info {
  width: 20%;
}

.tabla-comparativa .table-programa tr td.cell-candidato {
  width: 40%;
}

.tabla-comparativa .table-programa tr td.cell-candidato b {
  font-weight: 500;
  font-size: 18px;
}

.tabla-comparativa .table-programa tr td:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
}

.tabla-comparativa .table-programa tr td:nth-child(3),
.tabla-comparativa .table-programa tr td:nth-child(5),
.tabla-comparativa .table-programa tr td:nth-child(7) {
  background-color: #b1d2ff;
}

.box-comparacion .reformas {
  line-height: 26px;
  font-size: 14px;
  margin-top: 20px;
}

#resumen {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0b2859;
}

#resumen h2 {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

#resumen .table-resumen td {
  background-color: #fff;
  color: #05132a;
  font-weight: 400;
}

#resumen .table-resumen tr td:first-child {
  background-color: #fff;
  color: #05132a;
  font-weight: 500;
}

#resumen .table-resumen tr td:nth-child(2) {
  background-color: #d2e5ff;
}

#resumen .table-resumen tr td:nth-child(3) {
  background-color: #b1d2ff;
}

#analisis {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0b2859;
  color: #fff;
}

#analisis h4 {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}

#analisis h2 {
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 62px;
}

.analisis__content {
  display: flex;
  flex-direction: column;
  gap: 40px;

  @media screen and (min-width: 1024px) {
    flex-direction: row;
  }
}

.analisis__content__left {
  flex: 0 0 auto;
  width: 300px;
}

.analisis__content__right {
  flex: 1 1 auto;
  max-width: 960px;
}

#analisis h6 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

#analisis p {
  font-size: 18px;
  line-height: 1.5;
}

.cargo {
  background-color: #fff;
  width: 84%;
  color: #05132a;
  padding: 15px;
  margin-top: -30px;
  z-index: 3;
  position: relative;
}

.cargo label {
  font-weight: 400;
  font-size: 22px;
}

.foto-cargo {
  position: relative;
  z-index: 1;
  max-width: 300px;
  width: 100%;
}

footer {
  background-color: #05132a;
  padding: 64px 0;
  color: #fff;
  font-size: 12px;
}

footer .container-fluid > .row {
  gap: 48px 0;
}

footer a {
  color: #fff;
}

footer i {
  font-size: 28px;
}

.fab-links {
  display: flex;
  align-items: center;
  gap: 1em;
}

.fab-links a {
}

.fab-links a svg {
  width: auto;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.fab-links a svg path {
  fill: currentColor;
}

.avatar-compara {
  width: 100px !important;
  margin-left: auto;
  margin-right: auto;
}

.iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 340px;
  float: left;
  background-color: #000;
  margin-bottom: 10px;
}

#uparrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 15px;
  right: 10px;
  background-color: #b1d2ff;
  color: #05132a;
  text-align: center;
  font-size: 32px;
  z-index: 3;
}

#encabezados {
  background-color: #05132a;
}

#encabezados h2,
.encabezado h2 {
  color: #fff;
  text-align: center;
  font-size: 180px;
  margin-bottom: 80px;
}

#equipos .bg-celeste-alt {
  padding-bottom: 30px;
}

#equipos .bg-celeste {
  padding-bottom: 30px;
}

#equipos img {
  width: 300px;
  margin-top: -150px;
  margin-bottom: 30px;
}

#equipos hr {
  border-color: #05132a;
}

.about-equipo {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.integrante-simple {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.integrante-simple:last-child {
  border-bottom: none;
}

.integrante-numero {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #05132a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.integrante-info {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
}

.integrante-info strong {
  font-weight: 500;
  font-size: 15px;
}

.integrante {
  border-top: 1px solid #ffffff;
  padding: 15px 0;
  cursor: pointer;
}

.integrante label {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  cursor: pointer;
}

.integrante label i {
  margin-top: 3px;
}

.integrante span {
  width: 22px;
  height: 22px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: #05132a;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.integrante p {
  margin-bottom: 0;
  overflow: hidden;
  max-height: 45px;
  transition: all 1s ease-out;
  font-size: 13px;
  line-height: 22px;
}

.integrante.opened p {
  max-height: 300px;
  height: auto;
}

.integrante .fa-caret-down {
  display: none;
}

.integrante.opened .fa-caret-down {
  display: block;
}

.integrante.opened .fa-caret-right {
  display: none;
}

.link-btgcall {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #e5e5e5;
  height: 40px;
  display: inline-block;
  border-radius: 20px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}

.link-btgcall:hover {
  background-color: #b1d2ff;
  color: #05132a;
}

#jara-b,
#kast-b {
  display: none;
}

#equipos .btg-scroller {
  font-weight: 500;
}

.foto-candidato {
  width: 300px;
  height: 300px;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-top: -150px;
  margin-bottom: 30px;
}


@media (max-width: 767px) {
  .center-padding,
  .cp {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  #banner-intro h1 {
    font-size: 32px;
    max-width: 480px;
  }

  #banner-intro h1 br {
    display: none;
  }

  #banner-intro p {
    font-size: 14px;
    max-width: 480px;
  }

  #candidatos {
    margin-top: -25vh;
    margin-bottom: 0px;
  }

  #banner-intro p {
    margin-bottom: 30px;
  }

  .owl-candidatos .owl-nav button {
    background-color: #b1d2ff !important;
    color: #05132a !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    font-size: 52px !important;
    line-height: 0 !important;
  }

  .owl-candidatos .owl-nav button span {
    top: -1px;
    position: relative;
  }

  .owl-candidatos .owl-nav .owl-next {
    right: -28px;
    position: absolute;
    top: 50%;
  }

  .owl-candidatos .owl-nav .owl-prev {
    left: -28px;
    position: absolute;
    top: 50%;
  }

  #compara .owl-candidatos .owl-nav .owl-prev,
  #compara .owl-candidatos .owl-nav .owl-next {
    top: 50px;
  }

  .tema-txt {
    font-size: 20px;
  }

  .tema {
    margin-bottom: 20px;
  }

  #temas {
    padding-bottom: 0px;
  }

  .programa-box {
    padding: 20px 10px;
  }

  .objetivo-programa {
    font-size: 20px !important;
  }

  iframe {
    height: 200px;
  }

  .tema-desglose .big-text {
    font-size: 24px;
  }

  .tema-desglose .big-subtext {
    font-size: 18px;
  }

  .tema-desglose {
    padding-left: 0;
  }

  .tema-desglose-tabla {
    width: 100%;
    overflow-x: scroll;
  }

  .tema-desglose-tabla .table-programa {
    width: 600px;
  }

  .programa .tema > div {
    vertical-align: top;
  }

  .table-programa {
    margin-bottom: 0;
  }

  #compara h2,
  #analisis h2 {
    font-size: 28px;
  }

  #resumen h2 {
    font-size: 28px;
  }

  #resumen .tabla-comparativa .table-programa {
    width: 705px;
  }

  .box-comparacion .tema > div {
    width: calc(100% - 85px);
  }

  .box-comparacion .tema .tema-txt {
    font-size: 16px;
  }

  .box-comparacion .tema > div {
    vertical-align: middle;
  }

  .box-comparacion .tema {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .box-comparacion .tema {
    height: auto;
    line-height: 22px;
  }

  .tabla-comparativa .table-programa {
    width: 705px;
  }

  #analisis h2 {
    line-height: 36px;
  }

  #analisis .col-lg-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #analisis h6 {
    font-size: 20px;
  }

  footer {
    padding: 32px 0;
  }

  #analisis p {
    line-height: 26px;
  }

  footer #logo-btg-footer {
    margin-bottom: 15px;
  }

  .fab-links {
  }

  .fab-links a {
  }

  .encabezado {
    padding-top: 30px;
  }

  .encabezado h2 {
    font-size: 130px;
    margin-bottom: 100px;
  }

  #equipos img {
    margin-top: -80px;
  }

  .link-btgcall {
    margin-bottom: 10px;
  }

  .iframe {
    height: 200px;
  }
}


@media (max-width: 991px) {

  #logo-btg-call {
    height: 70px;
  }

  nav #logo-btg-pactual {
    display: none;
  }

  .navbar-toggler-icon {
    color: #fff;
    font-size: 32px;
  }

  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 30px;
  }

  #menu-menu-principal li {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    text-align: left;
    padding-top: 12px;
    padding-bottom: 10px;
    width: 100%;
  }

  #menu-menu-principal {
    width: 94%;
    margin-top: 15px;
  }

  #menu-menu-principal li a {
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 5px 0;
  }

  #menu-menu-principal li:last-child {
    border-bottom: 0;
  }

  #navbarCollapse {
    margin-bottom: 0;
  }

  #menu-menu-principal li:hover a {
    background-color: transparent !important;
    color: #b1d2ff;
  }

  #menu-item-15 a {
    background-color: transparent !important;
  }
}


@media (min-width: 992px) {

  #logo-btg-pactual {
    height: 50px;
  }

  #menu-menu-principal li a {
    padding: 11px 15px 8px;
  }
}


@media (min-width: 1200px) {

  #logo-btg-pactual {
    height: 70px;
  }

  #menu-menu-principal li a {
    padding: 11px 30px 8px;
  }
}

@media (min-width: 1600px) {

  .iframe {
    height: 400px;
  }
}

