@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css');

* {
  font-family: 'Poppins';
  font-size: 14px;
}
.of-ox {
  overflow: hidden !important;
  overflow-x: hidden !important;
}
.my-6 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.mt-6 {
  margin-top: 15rem !important;
}

.mb-6 {
  margin-bottom: 15rem !important;
}
.py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}
.pt-55 {
  padding-top: 5.5rem !important;
}
.pb-55 {
  padding-bottom: 5.5rem !important;
}
.py-6 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.btn-z {
  transition: all 0.2s ease-in-out;
}

.btn-z:hover {
  transform: scale(1.1);
  color: #ffffff;
}
.ff-secundary {
  font-family: 'Montserrat';
}
.fw-400 {
  font-weight: 400;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fs-14 {
  font-size: 0.875rem;
  line-height: 0.9375rem;
}
.fs-16 {
  font-size: 1rem;
  line-height: 1.375rem;
}
.fs-18 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.fs-20 {
  font-size: 1.25em;
  line-height: 1.75em;
}
.fs-40 {
  font-size: 2.5rem;
  line-height: 3.125rem;
}
.fs-60 {
  font-size: 3.75rem;
  line-height: 4.375rem;
}
.tc-primary {
  color: #0069ae;
}

.tc-secundary {
  color: #6f3589;
}

.tc-tertiary {
  color: #ffc138;
}

.tc-quaternary {
  color: #d9dde7;
}

.tc-quintennial {
  color: #15083e;
}

.bc-primary {
  background-color: #0069ae;
}

.bc-secundary {
  background-color: #6f3589;
}

.bc-tertiary {
  background-color: #ffc138;
}

.bc-quaternary {
  background-color: #d9dde7;
}

.bc-quintennial {
  background-color: #15083e;
}
.bc-nav {
  background-color: #f5f7fc;
}

.br-15 {
  border-radius: 0.9375rem;
}
.br-15-top {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
.br-15-c {
  border: 2px solid #0069ae;
  background-color: #ffffff;
  padding: 0;
}

.br-15-c2 {
  border: 2px solid #6f3589;
  background-color: #ffffff;
  padding: 0;
}
.rounded {
  border-radius: 20px !important;
}
.bg-home-p {
  background-color: #f5f7fc;
  height: 650px;
}
.txt-justify {
  text-align: justify !important;
}
.icon-home-right {
  position: absolute;
  left: -2.5rem;
  top: 10.625rem;
  max-width: 200px;
}
.icon-home-left {
  position: absolute;
  right: 0rem;
  max-width: 250px;
  bottom: 0px;
}
.b-r-ft {
  background-color: #ffffff;
  display: inline;
  padding: 0.25rem 0.5rem;
  border-radius: 2.25rem;
}
.b-r-ft-container {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.625rem;
  border-radius: 36px;
}

.social-link {
  margin-bottom: 10px; /* Espaciado entre enlaces */
}

.b-r-ft-1 {
  background-color: #ffffff;
  /* padding: 0.25rem 0.5rem; */
  border-radius: 2.25rem;
  display: column;
}
.b-r-ft-2 {
  background-color: #ffffff;
  /* padding: 0.25rem 0.5rem; */
  border-radius: 2.25rem;
  display: column;
}
.banner-general {
  background-image: url(../img/banner-general.jpg);
  background-size: cover;
}

.banner-general-2 {
  background-image: url(../img/bannerparticipante.png);
  background-size: cover;
  min-height: 800px;
}
.banner-general-22 {
  background-image: url(../img/bannerparticipante2.png);
  background-size: cover;
  min-height: 900px;
}

.banner-general-3 {
  background-image: url(../img/banner-general-3.jpg);
  background-size: cover;
}

.alert {
  display: none;
}

.error {
  color: #e74c3c;
}
.hide {
  display: none;
}

.background-light-blue {
  background-color: rgba(67, 187, 255, 0.1);
}

.background-purple {
  background-color: #652c8f;
}

.text-main-slider {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #ffc124;
}

.text-second-slider {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #ffffff;
}

.text-third-slider {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
}

.form-control {
  border-radius: 7px;
}

.form-expo {
  border-radius: 7px;
  background-color: #f5f7fc;
  border: 2px solid #e8eaf1;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown .dropdown-menu {
    display: none;
  }
}

.navbar-1 {
  background-color: #f5f7fc;
}

.text-navbar-1 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.105em;
  color: #ffffff;
  padding: 5px;
}

.img-navbar {
  max-width: 220px;
}

.navbar-2 {
  background-color: #ffffff;
}

.text-navbar-2 {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.105em;
  line-height: 1.375rem;
  font-size: 16px;
  color: #15083e !important;
}
.text-dialog {
  position: absolute;
  bottom: -1.5625rem;
  left: 0.7375rem;
}
.subtext-3-navbar-2 {
  background-color: #6f3589;
  border-radius: 10px;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 700;
}

.subtext-2-navbar-2 {
  /* background-color: #25d8ff; */
  border-radius: 10px;
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 7px;
  
}
.subtext-1-navbar-2 {
  /* background-color: #25d8ff; */
  border-radius: 10px;
  border: 0.11rem solid #6f3589;
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 7px;
}
.text-2-navbar {
  color: #15083e !important;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.105em;
}
.text-3-navbar {
  color: #6f3589 !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
}
.swiper {
  border-end-start-radius: 110px;
}

.silder-img {
  height: 82vh;
}

/*
.swiper {
    border-end-start-radius: 120px;
    height: 100%;
}

.silder-img {
    width: 100%;
    height: 82vh;
}
*/

.col-slider {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.section-slider {
  padding-left: 10% !important;
}

.slider-img-co {
  background-image: url(../img/banner-colombia.png);
  background-size: cover;
}

.slider-img {
  background-image: url(../img/banner-ecuador.png);
  background-size: cover;
}
.slider-img-py {
  background-image: url(../img/banner-paraguay.png);
  background-size: cover;
}

.slider-img-ec {
  background-image: url(../img/ec-26.png);
  background-size: cover;
}
.slider-img-pe {
  background-image: url(../img/pe-26.png);
  background-size: cover;
}
.slider-img-bo-25 {
  background-image: url(../img/banner-bo-25.png);
  background-size: cover;
}

.slider-img-rd-25 {
  background-image: url(../img/banner-rd-25.png);
  background-size: cover;
}

.slider-img-ec-25 {
  background-image: url(../img/banner-ec-25.png);
  background-size: cover;
}

.slider-img-pe {
  background-image: url(../img/banner-peru.png);
  background-size: cover;
}
.row-height {
  min-height: 500px;
  height: 80vh;
}
.bg-border {
  background-color: #6f3589;
  padding: 50px 60px;
  border-radius: 50px;
}

.btn-slider {
  background-color: #ffc124;
  border-radius: 10px;
  width: 50%;
}
.btn-white {
  background-color: #ffffff !important;
  border-radius: 0.6375rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-white-2 {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0.6375rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-white-2:hover {
  border: 2px solid #ffffff;
  background-color: #e8eaf158;
  color: #ffffff;
  border-radius: 0.6375rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-video {
  background-image: url(../img/s.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sub-text-main {
  color: #56ccf2;
  font-style: normal;
  font-weight: 300;
  font-size: 24.7941px;
  line-height: 83px;
}

.text-main {
  color: #15083e;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}
.form-label {
  font-family: 'Montserrat' !important;
}
.text-main22 {
  color: #15083e;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 47px;
}

.text-main-2 {
  color: #15083e;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 47px;
}

.text-second {
  color: #15083e;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.btn-text {
  /* border: 2px solid #0069ae; */
  background-color: #0169b0;
  border-radius: 19.8353px;
  width: 130.41px;
  color: #ffffff;
}
.btn-text-2 {
  /* border: 2px solid #0069ae; */
  background-color: #0169b0;
  border-radius: 19.8353px;
  max-width: 15.0256rem;
  color: #ffffff;
}
.modal-dialog {
  max-width: 70%;

  margin: 10% auto;
}

.shadow {
  box-shadow: 1px 2px 26px -8px rgba(0, 0, 0, 0.75) !important;
  -webkit-box-shadow: 1px 2px 26px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 26px -8px rgba(0, 0, 0, 0.75);
}

.card-body-1 {
  border-radius: 15px;
  background-color: #ffffff;
}

.card-body-2 {
  border-radius: 15px;
  border: 10px solid #ffc124;
  background-color: #ffc124;
  color: #ffffff;
}

.card-body-3 {
  border-radius: 15px;
  border: 10px solid #652c8f;
  background-color: #652c8f;
  color: #ffffff;
}

.card-tittle-more {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 5px;
}

.card-tittle {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
}

.card-text {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.card-icon {
  display: row;
  margin: auto;
}

.btn-text-2 {
  border: 2px solid #0069ae;
  border-radius: 19px !important;
  font-size: 16px;
  width: 40%;
  font-weight: 700;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  background-color: #0069ae;
}

.btn-text-sub-2 {
  border: 2px solid #0069ae;
  border-radius: 19px !important;
  font-size: 16px;
  width: 20%;
  font-weight: 700;
  color: #0069ae;
  margin-left: auto;
  margin-right: auto;
}
.btn-text-sub-2:hover {
  border: 2px solid #0069ae;
  border-radius: 19px !important;
  font-size: 16px;
  width: 20%;
  font-weight: 700;
  color: #0069ae;
  margin-left: auto;
  margin-right: auto;
}

.btn-text-sub-4 {
  border: 2px solid #ffc124;
  border-radius: 19px !important;
  font-size: 16px;
  width: 20%;
  font-weight: 700;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffc124;
}

.btn-text-sub-3 {
  border: 2px solid #ffc124;
  border-radius: 19px !important;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffc124;
}

.btn-text-sub-3:hover {
  color: #000000;
}

.btn-text-3 {
  border: 2px solid #0069ae;
  border-radius: 19px !important;
  font-size: 20px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  background-color: #0069ae;
}

.btn-text-3:hover {
  color: #ffffff;
}

.section-1 {
  background-color: #025483;
  padding-left: 10%;
  padding-right: 5%;
}

.section-1-1 {
  background-color: #f6f8ff;
}

.section-2 {
  background-color: #f6f8ff;
  padding-left: 5%;
}

.sub-icon-1 {
  background-color: #025483;
  color: #ffffff;
  border-radius: 20px;
  padding: 1.2rem;
  min-width: 3.2rem;
}

.sub-icon-2 {
  background-color: #ffc124;
  color: #ffffff;
  border-radius: 20px;
  padding: 1.2rem;
  min-width: 3.2rem;
}

.section-3 {
  background-image: url(../img/footer_banner.png);
  background-repeat: no-repeat;
  background-size: cover, contain;
  padding-left: 20%;
}

.section-4 {
  background-color: #025483;
  color: #652c8f;
}

.text-footer {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.card {
  border: none;
  background: #eee;
}

.search {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 50px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.search-input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  margin-top: 5px;
  caret-color: transparent;
  line-height: 20px;
  transition: width 0.4s linear;
}

.search .search-input {
  padding: 0 10px;
  width: 100%;
  caret-color: #0069ae;
  font-size: 19px;
  font-weight: 300;
  color: black;
  transition: width 0.4s linear;
}

.search-icon {
  height: 34px;
  width: 34px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #0069ae;
  font-size: 10px;
  bottom: 30px;
  position: relative;
  border-radius: 5px;
}

.search-icon:hover {
  color: #fff !important;
}

a:link {
  text-decoration: none;
}

.card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  transition: all 2s;
}

.card-inner:hover {
  transform: scale(1.1);
}

.img-100 {
  width: 100%;
}

.sub-second-text-main {
  color: #ffc124;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 84px;
}

.text-second-main {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #ffffff;
}
.text-second-main-1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
}

.text-second-main-2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 55px;
  color: #ffffff;
}

.frame-form {
  background-color: #ffffff;
  border-radius: 15px;
}

.main-main {
  font-family: Arial !important;
  display: block !important;
  margin: 0 auto !important;
}

.h3-h3 {
  background: #652c8f !important;
  color: #3498db !important;
  font-size: 36px !important;
  line-height: 100px !important;
  margin: 10px !important;
  padding: 2px !important;
  position: relative !important;
  text-align: center !important;
}

.slick-next:before,
.slick-prev:before {
  font-size: 30px !important;
  color: #0069ae !important;
  /* padding: 10px 20px !important; */
}

.text-third-main {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.text-start-1 {
  /*background-color: rgb(229, 241, 252);*/
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  padding-left: 11%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.module-1 {
  background-color: rgba(67, 186, 255, 0.1);
  border-radius: 20px;
}

.module-2 {
  background-color: rgba(255, 193, 36, 0.1);
  border-radius: 20px;
}

.href-footer:link {
  color: #fff;
}
.href-footer:visited {
  color: #fff;
}
.href-footer:hover {
  color: #fff;
}
.href-footer:active {
  color: #fff;
}

.href-footer2:link {
  color: #212529;
}
.href-footer2:visited {
  color: #212529;
}
.href-footer2:hover {
  color: #212529;
}
.href-footer2:active {
  color: #212529;
}

.loader {
  display: none;
}

.loader.active {
  display: inline;
}
.form-check-input {
  font-size: 1.375rem;
}
.form-check-label {
  font-family: 'Montserrat' !important;
}
@media screen and (max-width: 767px) {
  .my-6 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .btn-text-sub-2 {
    width: 50%;
  }
  .btn-text-sub-4 {
    width: 50%;
  }
  .text-footer-center {
    text-align: center;
  }
  .text-second-main-1 {
    font-size: 20px;
    line-height: 1.4;
  }
  .text-second-main-2 {
    font-size: 14px;
    line-height: 1.4;
  }
  .text-main22 {
    font-size: 12px;
    flex: right;
  }
  .img-navbar {
    max-width: 180px;
  }
  .col-evento {
    text-align: center;
  }
  .col-evento-1 {
    align-items: center;
    justify-content: center;
  }
  .col-banner-1 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .swiper {
    border-end-start-radius: 0px;
    margin-top: 20px;
    height: 600px;
  }
  /* .row-height {
    height: 100%;
  } */
}
.navbar-dark .navbar-toggler {
  background-color: #652c8f;
}
.btn-wsp {
  background-color: #00bb2d;
}

.form-text {
  background-color: #fcfcfc;
  border-radius: 25px;
  margin-bottom: -5%;

  min-height: 750px;
  box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.75);
}
.disabled-link {
    pointer-events: none;
    opacity: 0.5;
}

@media screen and (max-width: 576px) {
  .modal-1 {
    min-width: 100%;
  }
  .map-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
  }

  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .b-r-ft-container {
    display: none;
  }
  .slider-img {
    background-image: url(../img/banner-ecuador.png);
    min-height: 70vh;
    background-size: cover;
  }
  .slider-img-py {
    background-image: url(../img/banner-paraguay.png);
    min-height: 70vh;
    background-size: cover;
  }
  .slider-img-pe {
    background-image: url(../img/banner-peru.png);
    min-height: 70vh;
    background-size: cover;
  }
  .bg-border {
    background-color: #6f3589;
    padding: 40px 30px;
    border-radius: 50px;
  }
  .subtext-1-navbar-2 {
    margin-bottom: 0.4125rem;
  }
  .subtext-3-navbar-2 {
    margin-bottom: 0.4125rem;
  }
}

.webtitle {
  color: #ffc124;
}
.ficha-wrapper {
    position: relative;
    padding-top: 10px; /* espacio para que no se solape */
}

.ficha-floating {
    position: absolute;
    top: -65px !important;
    left: 50%;
    transform: translateX(-50%);
    background-color: yellow;
    padding: 5px 20px;
   color: black;
    border-radius: 12px;
    font-weight: bold;
    
    font-size: 20px;
    z-index: 1;
}
