/********** Template CSS **********/
@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@600&display=swap");

@font-face {
  font-family: blinker-fina;
  src: url("../Blinker/Blinker-ExtraLight.ttf");
}

@font-face {
  font-family: blinker-button;
  src: url("../Blinker/Blinker-Light.ttf");
}

@font-face {
  font-family: blinker-bold;
  src: url("../Blinker/Blinker-ExtraBold.ttf");
}

@font-face {
  font-family: blinker-semiBold;
  src: url("../Blinker/Blinker-SemiBold.ttf");
}

@font-face {
  font-family: blinker-regular;
  src: url("../Blinker/Blinker-Regular.ttf");
}

body {
  overflow-x: hidden;
}

.copy {
  font-family: blinker-semiBold;
  font-size: 18px;
}

.w-footer {
  width: 40%;
}

.list-group-item {
  background-color: transparent !important;
  color: white;
  font-family: blinker-fina;
  border: none;
  font-size: 20px;
}

.list-cursos {
  text-align: center;
}

.d-none-icon-mobile {
  display: none;
}

hr {
  margin: 20px auto;
  width: 75%;
}
.bg-blue-pilar {
  background-color: #0069aa !important;
}

.portada-pilar {
  background-image: url("../images/banner.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  padding: 30% 0;
}

.title-inscripcion {
  font-family: "Blinker", sans-serif;
  font-size: 70px;
}

.subtitle-inscripcion {
  font-family: blinker-fina;
  font-size: 36px;
  color: #484848;
}

.subtitle-inscripcion-dos {
  text-align: center;
  font-size: 28px;
  font-family: blinker-fina;
}

.labels {
  font-family: blinker-fina;
  font-size: 26px;
}

.inscrip-pilar {
  background-color: #484848;
  padding: 10% 0px;
  margin-top: -15px;
}

.text-curso {
  color: #0069aa;
  font-weight: 900;
}

.border-end {
  border-right: 1px solid #0069aa !important;
}

.btn.btn-primary {
  background-color: #0069aa !important;
}

.cursos-text {
  font-family: blinker-semiBold;
  font-size: 30px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.title-cursos {
  color: black;
  font-family: "Blinker", sans-serif;
  font-size: 70px;
}

.button-ins {
  background-color: #ff000f;
  color: white;
  font-family: blinker-semiBold;
  font-size: 30px;
}

.btn-top-pilar {
  background-color: #0069aa;
}

.navbar-pilar {
  background-image: url("../images/navbarlogo.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 160px;
}

.img-educ {
  width: 30%;
  position: absolute;
  bottom: 30%;
  left: 80px;
}

.img-oportunidad {
  width: 30%;
  position: absolute;
  top: 32%;
  right: 80px;
}

.img-conectar {
  width: 24%;
  position: absolute;
  bottom: 0;
  left: 100px;
}

.dot {
  height: 45px;
  width: 45px;
  background-color: #0069aa;
  border-radius: 50%;
  background-image: url("../images/iconoCursos.svg");
}

.dot-red {
  height: 100px;
  width: 100px;
  background-color: #ff000f;
  border-radius: 50%;
  right: 121px;
  position: absolute;
  bottom: 30%;
}

.becas {
  font-family: blinker-bold;
  font-size: 30px;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.input-magic {
  visibility: hidden;
}

.rounded-pilar {
  border-radius: 20px;
}

.continue {
  padding: 0 6px;
  display: flex;
  justify-content: center;
  width: 25%;
  margin: 0 auto;
}

.continue-ir,
.continue-ir-uno {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 20px;
}

.continue-ir-uno {
  width: 25%;
}

.d-none-title-input-mobile {
  display: none !important;
}

.text-margin {
  margin: 0 200px;
}

@media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
  .d-none-icon-mobile {
    display: flex;
    margin: 0 auto;
  }

  .continue-ir-uno {
    width: 70%;
  }

  .d-none-title-input-mobile {
    display: flex !important;
  }

  .d-none-title-input {
    display: none !important;
  }

  .portada-pilar {
    background-image: url("../images/banner_mobile-13-13-13.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vh;
    padding: 30% 0;
  }

  .back-to-top {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    bottom: 140px;
  }

  .subtitle-inscripcion,
  .labels,
  .continue {
    font-size: 18px;
    text-align: center;
    font-family: blinker-fina;
  }

  .continue {
    width: 90px;
  }

  .title-inscripcion {
    font-family: "Blinker", sans-serif;
    font-size: 40px;
  }

  input {
    padding-bottom: 10px;
  }

  .input-magic {
    visibility: hidden;
  }

  .dot-red {
    height: 100px;
    width: 100px;
    background-color: #ff000f;
    border-radius: 50%;
    right: 0px;
    position: absolute;
    top: 20%;
  }

  .img-oportunidad {
    width: 40%;
    position: absolute;
    top: 90px;
    right: 10px;
  }

  .img-educ {
    width: 40%;
    position: absolute;
    top: 26%;
    left: 16px;
  }

  .img-conectar {
    width: 34%;
    position: absolute;
    top: 30%;
    left: 10px;
  }
  .bg-last {
    display: none;
  }

  .accordion-item {
    border: none !important;
  }

  .modal-body {
    font-size: 18px;
    color: black;
  }

  .w-inputs {
    width: 75% !important;
  }
}

.w-inputs {
  width: 36%;
  margin: 0 10px;
}

.w-inputs-dos {
  width: 30%;
}

.mr-inputs-left {
  margin-right: 34px;
}

.bg-frases {
  background-color: #484848;
}

.bg-frases p {
  font-weight: bold;
  color: white;
  font-family: blinker-button;
  font-size: 30px;
}

.accordion-item {
  border: none !important;
}

.accordion-body h3,
.accordion-body h4 {
  font-family: blinker-button;
  font-size: 26px;
}

.accordion-body p {
  font-family: blinker-button;
  font-size: 18px;
  color: #0069aa;
}

.accordion-body strong,
.accordion-body li {
  font-family: blinker-fina;
  font-size: 22px;
  color: #0069aa;
}

.modal-body {
  font-size: 18px;
  color: black;
}

:root {
  --light: #f0fbfc;
  --dark: #181d38;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

/*** Service ***/
.service-item {
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover {
  margin-top: -10px;
  background: var(--primary);
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}

/*** Categories & Courses ***/
.category img,
.course-item img {
  transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
}

/*** Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.w-tachito {
  width: 20px;
  padding-left: 6px;
}

.inscribirme-disabled {
  background-color: #484848;
}

.hide {
  display: none;
}

.show {
  display: grid;
  place-items: center;
}

.iframe-container {
  margin: 0;
  padding: 0;
  margin-top: 40px;
  width: 100%;
}

.iframe-container iframe {
  width: 100%;
  height: 540px;
  min-width: 340px;
  max-width: 800px;
}

.invalid-age-msg,
.invalid-user-msg {
  text-align: center;
  margin-top: 40px;
  font-size: larger;
  color: white;
}
