/* Addon stylesheet for https://banesco.do
* Author: Paul Jarvis
* Ver: 1.0.0
* License: GNU, GPL
*/

.cert-header-box {
  width: 100%;
  height: 454px;
  position: relative;
}
.cert-header-text-box {
  position: absolute;
  top: 150px;
  left: 100px;
  width: 500px;
}
.cert-header-text-box h1 {
  color: var(--white, #fff);

  /* H0 */
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 48px */
  margin-bottom: 30px;
}
.cert-header-text-box p {
  color: var(--white, #fff);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.heading-1 {
  color: var(--grey-text-1, #3a4454);

  /* H1 */
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 40px */
}
.heading-2 {
  color: var(--body-text, #4a5264);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.margin-box {
  margin: 20px 0px;
}
.cert-mid-3-cols {
  width: 900px;
  margin: 50px 0px 50px 350px;
}
.cert-mid-3-cols h3 {
  color: var(--grey-text-1, #3a4454);

  /* H3 (Bold) */
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  margin-top: 20px;
}
.cert-mid-img-text-box {
  position: relative;
  width: 1000px;
  margin: 50px auto;
}
.cert-blue-circle {
  position: absolute;
  top: 50px;
  left: 0px;
}
.cert-green-circle {
  position: absolute;
  top: 250px;
  left: 400px;
  z-index: 102;
}
.cert-list {
  list-style-type: disc;
}
.cert-list li {
  margin: 10px;
}
.cert-link {
  color: var(--secondary-green, #219963);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-decoration: underline;
}
.cert-link::before {
  display: inline;
  content: '_ ';
}
.cert-mid-img-with-circles {
  position: absolute;
  top: 0px;
  left: 100px;
  z-index: 101;
}

.language-picker {
  display: none;
}
#accede-win {
  /* position: absolute;
  top: 200px; */
  /* left: calc(50% - 375px); */
  z-index: 10020;
  display: none;
  width: 749px;
  height: 337px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid var(--lines, #dce1e9);
  background: #fff;
  opacity: 0;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  position: fixed;
}

#accede-win-x-box {
  float: right;
  margin: 20px 30px;
}
#accede-win-x:hover {
  cursor: pointer;
}
#accede-win h2 {
  color: var(--grey-text-1, #3a4454);

  /* H3 (Bold) */
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  margin: 0px 0px 20px 48px;
}
#accede-win ul {
  list-style-type: disc !important;
  margin-left: 48px;
}
#accede-win li {
  color: var(--body-text, #4a5264);
  list-style-type: disc !important;
  /* Body */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
#white-win {
  width: 100%;
  min-height: 2000px;
  background-color: #000000;
  opacity: 0.3;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
@media (max-width: 1199.98px) {
  #accede-win {
    width: 90%;
    height: auto;
    left: 45px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #accede-win {
    width: 90%;
    height: auto;
    left: 45px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  #accede-win {
    width: 85%;
    height: auto;
    left: 25px;
    padding-bottom: 40px;
  }
}
.emp-tabs .active:where(:not(.text)) {
  color: #1a61ab;
}
.emp-tabs .active button {
  color: #1a61ab;
  border-bottom-color: #1a61ab;
}
@media (max-width: 575.98px) {
  .emp-tabs .text-banner-tabs .text-banner-tabs__content.active{
    margin-bottom: 130px;
  }
}
.green-outline-text-wht-bkgd {
  display: inline-flex;
  padding: 16px 36px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 50px;
  border: 1px solid var(--main-green, #007953);
  margin: 30px 0px;
  color: #007953;
}
.puntos-verdes .text-image,
.puntos-mid-block .text-banner-tabs,
.puntos-divider .divider,
.puntos-lower-block .accordions {
  background-color: #f7f9fb;
}
.banesco-cols .columns-block__content {
  width: 580px;
  height: 750px;
}
@media (max-width: 575.98px) {
  .banesco-cols .columns-block__content {
    width: 95%;
  }
}
.banesco-lower-cols .columns-block__item {
  height: 430px;
  min-height: 430px;
}
@media (max-width: 575.98px) {
  .banesco-lower-cols .columns-block__item {
    min-height: auto;
    height: auto;
    padding: 41px 24px 30px;
  }
}
.banesco-lower-cols ul {
  list-style-type: disc;
  text-align: left;
  margin-left: 40px;
}
.banesco-lower-cols div {
  text-align: left;
  /*  margin-left:13px; */
}
@media (max-width: 575.98px) {
  .puntos-mid-block .text-banner-tabs__content.active{
    margin-bottom: 130px;
  }
  .nota {
    margin: 30px 0px;
  }
}
#datafetch {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 567px;

  background-color: #fefefe;
  border: 1px solid #333333;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
#datafetch h2 a {
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0px;
}
#datafetch h2 a:hover {
  color: #003c71;
  font-weight: 500;
  text-decoration: underline;
}

#estoy-fetch {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 567px;

  background-color: #fefefe;
  border: 1px solid #333333;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
#estoy-fetch h2 a {
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0px;
}
#estoy-fetch h2 a:hover {
  color: #003c71;
  font-weight: 500;
  text-decoration: underline;
}
.visa-scb-top-block .text-image__content {
  margin-top: 120px;
}
.visa-scb-top-block .text-image__image {
  margin-top: 50px;
}
span.subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #4a5264;
  display: block;
  margin-bottom: 64px;
}
h2.main_title {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #3a4454;
  margin-bottom: 28px;
}

.text-banner .btn-links {
  display: flex;
  gap: 24px;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .text-banner .btn-links {
    flex-direction: column;
    align-items: center;
  }
}
