/* CSS Document 
:encuentro{
	--blue: #1e2648;
	--green: #55b08c;
}
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css");
@font-face {
  font-family: 'Optima';
  font-style: normal;
  font-weight: normal;
  /*src: local('../fonts/Optima'), url('../fonts/OPTIMA.woff') format('woff');*/
  src: local('../fonts/Verah___'), url('../fonts/Verah___.ttf') format('ttf');
}
@font-face {
  font-family: 'Optima Italic';
  font-style: normal;
  font-weight: normal;
  /*src: local('../fonts/Optima Italic'), url('../fonts/Optima_Italic.woff') format('woff');*/
  src: local('../fonts/Verahi___'), url('../fonts/Verahi___.ttf') format('ttf');
}
@font-face {
  font-family: 'Optima Medium';
  font-style: normal;
  font-weight: normal;
  /*src: local('../fonts/Optima Medium'), url('../fonts/Optima Medium.woff') format('woff');*/
  src: local('../fonts/Verahbi___'), url('../fonts/Verahbi___.ttf') format('ttf');
}
@font-face {
  font-family: 'Optima Bold';
  font-style: normal;
  font-weight: normal;
  /*src: local('../fonts/Optima Bold'), url('../fonts/OPTIMA_B.woff') format('woff');*/
  src: local('../fonts/OPTIRadiant-ExtraBold'), url('../fonts/OPTIRadiant-ExtraBold.otf') format('otf');
}
::-webkit-scrollbar {
    width: 3px; /* Ancho de la barra de desplazamiento */
}
::-webkit-scrollbar-thumb {
    background-color: #888; /* Color del pulgar */
    border-radius: 2px; /* Borde redondeado */
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #1e2648;
}
.fc-blue,
a {
  text-decoration: none;
  color: #1E2648!important;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: 0.5rem;
}
i h2{
  font-size: 1.8rem;
}
.h2s{
  font-size: 1.8rem;
  font-weight: bolder;    
}    

@media (min-width: 1200px) {
    i h2,
    h2,
    .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
.bg-footer{
    background-color: #161c34;
}
#mainNav {
  min-height: 3.5rem;
  background-color: #fff;
}
.titulos {
  font-family: "Optima", sans-serif;
}
button .montserrat {
  font-family: "Montserrat", sans-serif;
}
#mainNav a.nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 0.75rem;
  color: #1e2648;
}
#mainNav a.nav-link:hover {
  color: #1e2648;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #1e2648;
  border: 1px solid #1e2648;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #000;
  font-weight: 700;
  padding: 0.9rem 0;
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(#1e2648, 80%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
.img-short{
    max-height: 400px;
    overflow: hidden!important;
}
.pastilla_prof{
    max-width: 90%;
    margin: auto;
    display: flex;
    overflow: auto;
}
.pastilla_prof .row{
    height: auto; 
    overflow: hidden;
}
.h-special{
    height: 250px;
    overflow: hidden;
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: white;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #000;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #000;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #64a19d;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
  .pastilla_prof{
    width: 32%;
    margin: auto;
    display: inline-flex;
  }
    .pastilla_prof .row{
        min-height: 200px; 
        max-height: 200px; 
        height: 200px; 
        overflow: hidden;
    }
    .pastilla_prof img.card-img-top{
        width: auto;
        height: 120px;
        overflow: hidden;
    }
    .pastilla_prof .row .col-md-4{
        height: 120px;
        overflow: hidden;
    }
    
}
.nav-tabs .nav-link {
  border:none!important;
  border-bottom:1px solid transparent !important;
}
.nav-tabs .nav-link.active {
  background-color:transparent!important;
  border-bottom:1px solid #999 !important;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #999!important;
}

.carousel-caption{
  position: absolute;
  right: 20%;
  top: 30%;
  left: 30%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #000;
  text-align: left;
  text-shadow: 0 0.5rem 2rem rgba(255, 255, 255, 0.50) !important;
}
.carousel-height{
    height: 300px!important;
    overflow-y: auto;
    overflow-x: hidden;
}

.bg-lite{
  background-color: rgba(240,240,240,1);
}
.fc-blue{
  color:#1E2648;
}

.fm-ob {
  font-family: "Optima Bold", sans-serif;
  font-weight: bolder;
}
.fm-mst {
  font-family: "Montserrat", sans-serif;
}
.c-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 10px;
}
.top-10 {
  top: 10% !important;
}
.start-20 {
  left: 20% !important;
}
.column {
  display: flex;
  flex-direction: column;
  margin-right: 10px; /* Espacio entre columnas */
}
.column.card:hover {
  background-color: aquamarine;
}
.container-vw {
  width: 97.8vw !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.cpoint {
  cursor: pointer;
}
.viewport-h {
  height: calc(100vh + 4rem);
}
.letter-spacing-20 {
  letter-spacing: 5px;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-33{
    width: 33%;
}
.vh-90 {
  height: calc(100vh - 30%) !important;
  padding-top: 10%;
}
.fs-5r {
  font-size: 3.5rem !important;
    line-hight:4rem
}
.fs-10 {
  font-size: 10px !important;
    line-hight: 10px
}
.fs-14 {
  font-size: 14px !important;
    line-hight: 14px
}
.fs-18 {
  font-size: 18px !important;
    line-hight: 18px
}
.fs-20 {
  font-size: 20px !important;
    line-hight: 20px
}
.fs-30 {
  font-size: 30px !important;
    line-hight: 30px
}
.number {
  font-size: 80px;
  color: #1e2648;
  font-family: "Optima Bold", sans-serif;
  font-weight: bolder;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
}
@media (max-width: 1660px) {
    .fs-5r {
      font-size: 3.5rem !important;
      line-hight: 4rem
    }

}
@media (max-width: 1260px) {
    .fs-5r {
      font-size: 2.5rem !important;
      line-hight: 4rem
    }

}
@media (max-width: 992px) {
    .fs-5r {
      font-size: 2rem !important;
      line-hight: 4rem
    }
}
@media (max-width: 760px) {
    .fs-5r {
      font-size: 1.5rem !important;
      line-hight: 2.5rem
    }
}
@media (min-width: 992px) {
    .number {
      font-size: 172px;
      margin-top: -30px;
    }

}
.shadow-box-top {
  box-shadow: inset 0 28px 60px rgba(0, 0, 0, 0.1);
}
.text-shadow {
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}
.masthead {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
#carouselTop {
  max-height: 100vh;
}
#carouselTop img {
  max-height: 100vh;
}
.proposal-section {
  height: auto;
  background-color: #1e2648;
  padding-top: 5rem;
}
.proposal-section h2 {
  color: #55b08c;
  font-size: 72px;
  margin: 0;
  text-align: center;
}
.proposal-section p {
  color: #fff;
  font-size: 36px;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.proposal-section .text-proposal {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 6rem;
  height: auto;
  min-height: 400px;
}
.proposal-section .text-proposal h3 {
  color: #fff;
  font-size: 38px;
  background: url("../img/line-green.png") center bottom no-repeat;
  background-size: contain;
  padding-bottom: 25px;
}
.proposal-section .text-proposal p {
  margin-top: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
@media (min-width: 1220px) {}
@media (min-width: 992px) {
  .proposal-section h2 {
    font-size: 84px;
  }
  .proposal-section {
    height: 100vh;
  }
}
@media (min-width: 768px) {}
.platform-section {
  padding: 0rem 0;
}
.platform-section .featured-text {
  padding: 2rem;
}
.platform-section h2 {
  color: #1e2648;
  font-size: 72px;
  margin: 0;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}
.platform-section p {
  color: #1e2648;
  font-size: 36px;
  margin: 0;
  text-align: left;
  margin-top: 15px;
}
.platform-section p.subtit {
  color: #55b08c;
  font-size: 35px;
  font-weight: bolder;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .platform-section h2 {
    font-size: 84px;
  }
  .platform-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #64a19d;
  }
}
.platform-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .platform-section .project-text {
    padding: 5rem;
  }
}
@media (min-width: 992px) {
    .platform-section p {
      font-size: 84px;
      line-height: 86px;
    }
    .platform-section p.subtit {
      font-size: 36px;
      line-height: 36px;
    }
}
.prices-section {
  padding: 0rem 0;
  background: url("../img/bg-colibri.png") top left no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.prices-section p {
  font-family: "Optima Bold", sans-serif;
  font-size: 50px;
  line-height: 50px;
}
.prices-section p.subtit {
  font-family: "Optima Bold", sans-serif;
  font-size: 25px;
  line-height: 25px;
}
@media (min-width: 992px) {
    .prices-section p {
      font-size: 84px;
      line-height: 86px;
    }
    .prices-section p.subtit {
      font-size: 36px;
      line-height: 36px;
    }
}
.traslate-middle {
  margin-top: 20%;
}
.bg-colibri {
  background: url("../img/colibri.png") left top no-repeat;
  background-size: contain;
}
.footer {
  padding: 5rem 0;
  background-color: #1e2648;
  color: #FFF;
  font-size: 25px;
}
/* ALUMNOS  55b08c 1e2648*/
input[type='file']#flbanner, input[type='file']#fl {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.text-shadow {
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}
.nav-link.active {
  background-color: #51b08a!important;
}
.text-green {
  color: #51b08a;
}
.border-green {
  border-color: #51b08a!important;
}
.bg-green {
  background-color: #51b08a;
  border-top: 2px solid #1E7B56;
  color: white;
}
.bg-blue {
  background-color: #1e2648;
  color: white;
}
a.btn-green,
.btn-green {
  background-color: #51b08a;
  color: white!important;
}
.btn-green:hover {
  background-color: #449675;
  color: white;
}
a.btn-blue,
.btn-blue {
  background-color: #1E2648;
  color: white!important;
}
.btn-blue:hover {
  background-color: #0E5980;
  color: white;
}
.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #55b08c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  font-weight: normal;
}
.perfil {
  width: 60px;
  height: 60px;
  margin: 0px 0 -10px 10px;
}
.perfil-e {
  width: 60px;
  height: 60px;
  margin: 0px 0 50px 15px;
}
.portada {
  margin: -80px 20px 0px 0px;
  background-color: aquamarine;
  border-radius: 5px;
  padding: 3px;
}
.datos {
  margin: 0px 0px 0px 100px;
}
.delete {
  margin: 5px 20px 0px 0px;
  color: firebrick;
  border-radius: 5px;
  padding: 3px;
  border: 1px solid black;
  background-color: aliceblue;
}
.text-shadow {
  text-shadow: 1px 2px 5px rgba(255, 255, 255, 1);
}
.nav-pills .nav-link.active {
  background-color: #198249;
  color: #F0F0F0;
}
.nav-pills .nav-link {
  background-color: #FFF;
  color: #333;
}
@media (min-width: 992px) {
  .circle {
    width: 80px;
    height: 80px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
  }
  .perfil-e, .perfil {
    width: 150px;
    height: 150px;
    margin: 0px 0 -50px 50px;
  }
  .masthead {
    margin-top: 4rem;
  }
  .datos {
    margin: 0px 0px 15px 250px;
  }
}


#carouselCourseControls .carousel-indicators {
  margin-bottom: -1.5rem!important;
}

