:root {
  --boton-whats-fondo:#000;
  --boton-whats-text-color: #fff;
  --boton-whats-hover-fondo: #000;
  --boton-whats-text-hover-color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-right: 16px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .boton-whats {
  text-align: center;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  padding: 10px 30px;
  margin-right: 0 !important;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  background-color: var(--boton-whats-fondo);
  color: var(--boton-whats-text-color);
  display: inline-block;
  font-size: 16px;
}
.navbar-light .navbar-nav .boton-whats:hover {
  background-color: var(--boton-whats-hover-fondo);
  color: var(--boton-whats-text-hover-color);
}
.navbar-light .navbar-nav .boton-whats:focus {
  color: var(--boton-whats-text-hover-color);
}
.navbar-light .navbar-nav .btn-asistencia {
  text-align: center;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  padding: 9px 30px;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #000;
}

header {
  background-color: #fff;
  padding: 12px 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
}

.clase-scroll {
  background-color: #fff;
}

footer {
  background-color: #000;
  padding: 80px 0 39px;
}
footer a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
footer a:hover {
  color: #000;
}
footer span {
  font-size: 12px;
}
footer .redes ul li {
  margin-bottom: 20px;
}
footer .redes ul li a {
  font-size: 16px;
}
footer .redes ul li a:hover {
  text-decoration: underline;
}
footer .redes ul li a:last-child {
  margin-right: 0;
}
footer .redes h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 24px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 24px;
}
footer ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
footer ul li a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h3 {
  color: #1FCECA;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}
footer .copy {
  width: 100%;
  border-top: 1px solid #434343;
  margin-top: 200px;
  padding-top: 20px;
  font-size: 13px;
}
footer .copy p {
  margin-bottom: 0;
  line-height: 24px;
}

.bg_home {
  background-color: #F0F0F0;
  padding: 40px 0 0;
}
.bg_home h1 {
  font-size: clamp(30px, 4vw, 48px);
}
.bg_home h6 {
  font-size: clamp(15px, 4vw, 19px);
}

.bg_general {
  padding: 70px 0;
}
.bg_general h2 {
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 500;
  margin-bottom: 20px;
}
.bg_general .subtitulo {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
}

.bg_gris {
  background-color: #F9F9F9;
}

.box_comentarios {
  background-color: #fff;
  padding: 40px 52px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.box_comentarios .box_contenido_comentario {
  min-height: 124px;
  max-height: 124px;
  overflow-y: auto;
}
.box_comentarios .box_contenido_comentario::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.box_comentarios .box_contenido_comentario::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.box_comentarios .box_contenido_comentario::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.box_comentarios .box_contenido_comentario::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
.box_comentarios p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}
.box_comentarios img {
  margin-bottom: 20px;
}
.box_comentarios span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #707070;
}

.navegador {
  position: relative;
  top: 45px;
}
.navegador .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #CCCCCC;
  width: 48px !important;
  height: 60px !important;
  color: #fff !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #000 !important;
}

#swiper-button-prev {
  left: -51px !important;
}

#swiper-button-next {
  right: -51px !important;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button {
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#button#button::after {
  font-style: normal;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f077";
}
#button:hover {
  background-color: #777;
}

.bg_titulo {
  background: #000;
  color: #fff;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.bg_titulo h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.migas {
  color: #ffffff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.migas i {
  font-size: 12px;
  color: #878787;
  position: relative;
}
.migas a {
  color: #878787;
}

.seccion-superior {
  background-color: #6825D0;
  height: 50px;
  padding: 5px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.seccion-superior span {
  margin-right: 30px;
}
.seccion-superior span i {
  margin-right: 5px;
}
.seccion-superior a {
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
}
.seccion-superior a:hover {
  color: #cbcbcb;
}

.no-margen .nav-link {
  margin: 0 0 0 10px;
}

.whatsApp_boton {
  background-color: #13A69D;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  font-size: 16px;
  color: #fff;
  padding: 18px 28px;
  display: inline-block;
  text-align: center;
}
.whatsApp_boton:hover {
  color: #fff;
  background-color: #0c857e;
  text-decoration: none;
}

.titulo-degradado span {
  background: linear-gradient(to right, #1FD2C8, #2771FF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background: -webkit-linear-gradient(to right, #1FD2C8, #2771FF);
  -webkit-text-fill-color: transparent;
}

.form_trabaja {
  font-family: "Montserrat", sans-serif;
}
.form_trabaja select,
.form_trabaja input {
  border: 1px solid #D5DFE4;
  padding: 13px 15px;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.form_trabaja .btn-enviar {
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  background-color: #05030F;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.form_trabaja .btn-enviar:hover {
  background-color: #656762;
}
.form_trabaja input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}

.wpcf7 input[type=file] {
  display: none;
}
.wpcf7 .custom-file-upload {
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  font-weight: 600;
  font-size: 15px;
  background-color: #fff;
}
.wpcf7 .custom-file-upload .wpcf7-not-valid-tip {
  position: absolute;
  width: 250px;
  bottom: -36px;
  left: -15px;
}
.wpcf7 .custom-file-upload:hover {
  background-color: #e0e0e0;
}

.bg_blog_title {
  background-image: url(../img/banner-blog.png);
  background-size: cover;
  min-height: 488px;
  height: 100%;
  width: 100%;
  padding: 50px 63px;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
}
.bg_blog_title .box_blog_title span {
  background: transparent linear-gradient(101deg, #1FD2C8 0%, #2771FF 100%) 0% 0% no-repeat padding-box;
  border-radius: 12px 12px 0px 0px;
  padding: 9px 30px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  background-position: center center;
}
.bg_blog_title .box_blog_title .bg_contenido {
  background-color: #fff;
  padding: 35px;
  border-radius: 0 28px 0 28px;
  -webkit-border-radius: 0 28px 0 28px;
  -moz-border-radius: 0 28px 0 28px;
  -ms-border-radius: 0 28px 0 28px;
  -o-border-radius: 0 28px 0 28px;
  width: 100%;
  max-width: 525px;
}
.bg_blog_title .box_blog_title .bg_contenido h2 {
  font-size: clamp(25px, 2vw, 32px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
.bg_blog_title .box_blog_title .bg_contenido p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 27px;
}
.bg_blog_title .box_blog_title .bg_contenido a {
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  padding: 16px 37px;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}
.bg_blog_title .box_blog_title .bg_contenido a:hover {
  background-color: #636363;
  text-decoration: none;
}

.migass {
  border-bottom: 1px solid #D5DFE4;
  padding: 24px 0;
}
.migass p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #777E8A;
}
.migass p a {
  color: #777E8A;
  text-decoration: none !important;
}
.migass p i {
  font-size: 10px;
}
.migass p span {
  font-weight: 600;
  color: #000;
}

.migas {
  border-bottom: 1px solid #D5DFE4;
  padding: 24px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}
.migas a {
  color: #777E8A;
  text-decoration: none !important;
  font-weight: 400;
}
.migas i {
  font-size: 10px;
  color: #777E8A;
  margin: 0 10px;
}

.blog_home .blog_imagen {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 205px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-bottom: 15px;
}
.blog_home h3 {
  line-height: 30px;
  margin-bottom: 17px;
}
.blog_home h3 a {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.blog_home h3 a:hover {
  text-decoration: none;
}
.blog_home p {
  color: #707070;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.blog_home p .fa-circle {
  font-size: 4px;
  position: relative;
  top: -3px;
}

.title {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 32px 0;
}

.blog_descripcion h1 {
  font-size: clamp(20px, 2vw, 32px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}
.blog_descripcion .autores {
  margin-bottom: 32px;
}
.blog_descripcion .autores time {
  font-size: 14px;
}
.blog_descripcion .autores p i {
  font-size: 14px;
}
.blog_descripcion .el_contenido {
  margin-top: 40px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.blog_descripcion .img_single {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.paginacion .pagination {
  gap: 8px;
}
.paginacion .page-link {
  border: 1px solid #EEEFF1;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 40px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.paginacion .page-link:hover {
  background-color: #1FCECA;
  border-color: #1FCECA;
  color: #fff;
}
.paginacion .page-item.active .page-link {
  background-color: #1FCECA;
  border-color: #1FCECA;
  color: #fff;
}

.page-link:focus {
  box-shadow: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}

.error-404 h1 {
  font-size: clamp(25px, 2vw, 42px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.error-404 .page-content p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.jet-form-builder__field-label.for-checkbox :checked + span::before {
  border-color: #13a69d !important;
  background-color: #13a69d !important;
}

@media (max-width: 767px) {
  #swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px) !important;
  }
  #swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px) !important;
  }
  video {
    width: 100%;
  }
  .navbar-nav {
    text-align: center;
    padding-top: 15px;
  }
  .navbar-nav .btn-asistencia,
  .navbar-nav .boton-whats {
    margin-bottom: 10px;
  }
  .navbar-nav .nav-link {
    margin-right: 0;
  }
  .blog_home .blog_imagen {
    height: 260px;
  }
}/*# sourceMappingURL=estilos.css.map */