/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");


body {
  font-family: "Poppins", sans-serif;
  color: #272829;
  font-style: normal;
}

a {
  color: #0563bb;
  text-decoration: none;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d6223b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ae1c30;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0563bb;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




.btn {
  border-radius: 2rem !important;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.1);
}


@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}

.alert-dark {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;

}

.acceso {
  min-height: 340px;
  height: auto;
  background: url("../img/fondo-login.png") top no-repeat;
  background-size: auto;
  z-index: 999;




}

.bi {
  font-style: normal !important;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background-size: cover;
    /*background: url("../img/mol_2024-UNAB.webp") top center no-repeat;*/
    background: url("../img/2-100_ MOL 2025.jpg") top center no-repeat;
    position: relative;
    padding: 5%;
    z-index: 0;
}

#hero .btn {
  font-size: 20px;
}

@media (min-width: 992px) {
  #hero {
    padding-left: 50px;
    padding-top: 2%;
  }
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
}

#hero h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  color: #ffffff;
}

#hero p {
  color: #ffffff;
  margin: 15px 0;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #ffffff;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #c82333;
}

#header .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #ACACAC;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#header .social-links a:hover {
  color: #c82333;
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {

  #videos .section-title {
    text-align: center;
    padding-bottom: 5px;
  }

  .cajas-mol {
    order: 0
  }

  .cajas-mol-2 {
    order: last
  }

  #hero .btn {
    font-size: 15px;
  }

  #hero {
    width: 100%;
    background-size: cover;
    background: url("../img/mol_2022-UNAB-mobile.webp") top center no-repeat;
    position: relative;
    padding: 5%;
    z-index: 0;

  }

  #hero {
    text-align: center;
  }

  #hero h1 {
    font-size: 25px;
    line-height: 25px;
  }

  #hero h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
  }

  #hero p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  #hero .acceso {
    max-width: 100%;
    height: auto;
    background-image: none;
    background-color: rgba(250, 247, 247, 0.25);
    z-index: 999;
    margin-top: 10%;
    padding: 6% 0 !important;


  }

  .section-title h2 {
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #45505b;
  }

  .logo-svg {
    max-width: 100px;
    height: auto
  }
}



.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .0;
  transition: opacity .15s ease;
}

#videos {
  background-color: rgba(0, 0, 0, 0.12);
}

#videos .section-title h2 {
  color: #141e2f
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 3% 0;
  overflow: hidden;
}

.person {
  background-color: rgba(181, 181, 181, 0.1)
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #d6223b;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# cajas
--------------------------------------------------------------*/
.caja-final {
  font-family: "Poppins", sans-serif;
  position: relative;
  color: #505050;
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #EAEAEA;
  border-radius: .30rem;
  box-shadow: 10px 10px 10px #EAEAEA;
  padding: 3% 5%;
}

.caja-final .btn-primary {
  color: #fff;
  background-color: #4EA3DD;
  border-color: #4EA3DD;
  border-radius: .5rem !important;
}

.caja-final a {
  color: #4EA3DD;
  text-decoration: underline;

}

.card {
  background-color: #EAEAEA !important;
  font-family: "Poppins", sans-serif;
  border: 1px solid #EAEAEA;
  border-radius: .30rem;
  padding: 3% 5% 10% 5%;
}

.card a {
  text-decoration: underline;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #EAEAEA;
  border-bottom: 1px solid #dcdada;

}

.card-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #505050;
}


.alert-secondary {
  color: #383d41;
  background-color: #EAEAEA;
  border-color: #d6d8db;
  color: 505050;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .40rem 1.25rem;
  background-color: #fff;
  border: none;
  border-top-width: 1px;
  background-color: #EAEAEA;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  background: #c82333 !important;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
}

.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: white;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.facts .count-box h3 {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# step
--------------------------------------------------------------*/

@media (min-width: 720px) {
  .section-step .section-header .section-steps .section-step {
    padding: 0 20px;
  }
}

@media (min-width: 720px) {
  .section-wrap {
    padding: 40px;
  }
}

.section-wrap {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 10px;
}

.section-header {
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
  font-size: .9rem;
}

.section-step .section-header .section-steps .section-step {
  padding: 5px 15px;
  z-index: 1;
}

@media (min-width: 720px) {
  .section-step .section-header .section-steps .section-step .section-cirlce {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
}

.section-step .section-header .section-steps .section-step .section-cirlce {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #4EA3DD;
  color: #c4c4c4;
  margin: 0 auto 10px;


}

.section-step {
  margin-top: 10px;
  align-items: center;
  /* Centrar verticalmente los elementos */
  justify-content: center;

}

section .section-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
}

.section-cirlce {
  border-top: 1px dotted #000;
}

/* Estilo de línea punteada */

/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #067ded;
  text-align: center;

}

.btn-modal-save {
  color: #fff !important;
  background-color: #4EA3DD;
  border-color: #4EA3DD;
  border-radius: .5rem !important;
}

.btn-modal-save :focus {
  color: #fff !important;
  background-color: #4895CA;
  border-color: #4895CA;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}

.form-select {
  font-family: "Poppins", sans-serif;
  color: #495057;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

modal .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.modal-footer {
  display: block;
}

.modal strong {
  font-weight: bolder;
  color: #495057;
}

.modal small {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #495057;
}

.btn-doc {
  color: #fff !important;
  background-color: #c82333;
  border-color: #bd2130;
  border-radius: .5rem !important;

}

.btn-doc.focus,
.btn-doc:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}


/*--------------------------------------------------------------
# Carrusel videos home
--------------------------------------------------------------*/

.carousel-inner {
  width: 80%;
  margin: auto;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
  background-color: rgba(0, 0, 0, .100);
  opacity: 1;
 border: none;
}


.carousel-item {
  height: 500px;
}

@media (max-width: 768px) {
  .carousel-item {
    height: 250px;
  }
}
.carrusel-control button{background:#000000}
.bg-dark {
  background-color: #000000 !important;
}