@charset "UTF-8";
/*CONTENEDOR*/
/*Dispositivos*/
/*Media screen*/
.container {
  margin: 0 auto;
  max-width: 1680px;
  width: 90%;
}

@media only screen and (min-width: 720px) {
  .container {
    width: 85% !important;
  }
}
@media only screen and (min-width: 1150px) {
  .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1366px) {
  .container {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 1250px !important;
  }
}
.grid {
  display: grid;
}

.no-gap {
  grid-gap: 0 !important;
}

/*=============================================================
==================================================================
============================================================*/
.grid-col {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 22px;
}

.grid-1 {
  grid-column: span 1;
}

.grid-2 {
  grid-column: span 2;
}

.grid-3 {
  grid-column: span 3;
}

.grid-4 {
  grid-column: span 4;
}

.grid-5 {
  grid-column: span 5;
}

.grid-6 {
  grid-column: span 6;
}

.grid-7 {
  grid-column: span 7;
}

.grid-8 {
  grid-column: span 8;
}

.grid-9 {
  grid-column: span 9;
}

.grid-10 {
  grid-column: span 10;
}

.grid-11 {
  grid-column: span 11;
}

.grid-12 {
  grid-column: span 12;
}

@media screen and (min-width: 100px) {
  .grid-s-1 {
    grid-column: span 1;
  }
  .grid-s-2 {
    grid-column: span 2;
  }
  .grid-s-3 {
    grid-column: span 3;
  }
  .grid-s-4 {
    grid-column: span 4;
  }
  .grid-s-5 {
    grid-column: span 5;
  }
  .grid-s-6 {
    grid-column: span 6;
  }
  .grid-s-7 {
    grid-column: span 7;
  }
  .grid-s-8 {
    grid-column: span 8;
  }
  .grid-s-9 {
    grid-column: span 9;
  }
  .grid-s-10 {
    grid-column: span 10;
  }
  .grid-s-11 {
    grid-column: span 11;
  }
  .grid-s-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 720px) {
  .grid-m-1 {
    grid-column: span 1;
  }
  .grid-m-2 {
    grid-column: span 2;
  }
  .grid-m-3 {
    grid-column: span 3;
  }
  .grid-m-4 {
    grid-column: span 4;
  }
  .grid-m-5 {
    grid-column: span 5;
  }
  .grid-m-6 {
    grid-column: span 6;
  }
  .grid-m-7 {
    grid-column: span 7;
  }
  .grid-m-8 {
    grid-column: span 8;
  }
  .grid-m-9 {
    grid-column: span 9;
  }
  .grid-m-10 {
    grid-column: span 10;
  }
  .grid-m-11 {
    grid-column: span 11;
  }
  .grid-m-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 1150px) {
  .grid-l-1 {
    grid-column: span 1;
  }
  .grid-l-2 {
    grid-column: span 2;
  }
  .grid-l-3 {
    grid-column: span 3;
  }
  .grid-l-4 {
    grid-column: span 4;
  }
  .grid-l-5 {
    grid-column: span 5;
  }
  .grid-l-6 {
    grid-column: span 6;
  }
  .grid-l-7 {
    grid-column: span 7;
  }
  .grid-l-8 {
    grid-column: span 8;
  }
  .grid-l-9 {
    grid-column: span 9;
  }
  .grid-l-10 {
    grid-column: span 10;
  }
  .grid-l-11 {
    grid-column: span 11;
  }
  .grid-l-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 1366px) {
  .grid-xl-1 {
    grid-column: span 1;
  }
  .grid-xl-2 {
    grid-column: span 2;
  }
  .grid-xl-3 {
    grid-column: span 3;
  }
  .grid-xl-4 {
    grid-column: span 4;
  }
  .grid-xl-5 {
    grid-column: span 5;
  }
  .grid-xl-6 {
    grid-column: span 6;
  }
  .grid-xl-7 {
    grid-column: span 7;
  }
  .grid-xl-8 {
    grid-column: span 8;
  }
  .grid-xl-9 {
    grid-column: span 9;
  }
  .grid-xl-10 {
    grid-column: span 10;
  }
  .grid-xl-11 {
    grid-column: span 11;
  }
  .grid-xl-12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 720px) {
  .no-movil {
    display: none !important;
  }

  .form__logotc{
    justify-content: start !important;
  }
}
@media screen and (max-width: 720px) {
  .si-movil {
    display: block !important;
  }
}
/*=========================================
=================BOTONES==================*/
.btn {
  padding: 10px 25px;
  display: grid;
  grid-gap: 14px;
  max-height: 48px;
  align-items: center;
  background: #00B7BD;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  transition: 0.3s;
  justify-content: center;
  justify-items: center;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  text-align: center;
  border-radius: 53px;
  border: 2px solid #00B7BD;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  transition: 0.2s;
  /*&:hover{
      background: $color_2;
      border: 2px solid $color_2;
      box-shadow: 0 0 0 white;
      i {
          font-weight: 500;
          font-size: 1.28rem;
      }
  }*/
  /*&.btn1{
      background: none;
      color: $color_2;
  }*/
  /*&.active{
      background-color: $color_2;
      color: white;
  }*/
}
.btn img {
  width: 30px;
  margin: 0 !important;
}
.btn.btn1-white {
  background: white;
  color: #00B7BD;
  border: 2px solid white;
}
.btn.btn2-white {
  background: none;
  color: white;
  border: 2px solid white;
}
.btn.btn-icon {
  grid-template-columns: auto auto;
}
.btn.btn-icon i {
  font-size: 20px;
  font-weight: 600;
  margin-top: -4px;
  margin-left: 13px;
}
.btn.btn-big {
  height: 54px;
  max-width: 225px;
}

button:focus {
  outline: none;
}

/*.btn-circle {
    border: 2px solid $color_3;
    color: $color_3;
    font-size: 21px;
    width: 54px;
    height: 54px;
    display: grid;
    border-radius: 50%;
    align-items: center;
    justify-items: center;
    transition: 0.3s;
    &:hover {
        background: $color_3;
        color: white;
        border-color: $color_3;
    }
    i{
        font-weight: 600;
    }
    &.blanco {
        border: 2px solid #ffffff;
        color: white;
        font-size: 21px;
        padding: 13px;
        background: none;
        &:hover {
            background: $color_3;
            color: white;
            border-color: $color_3;
        }
        i{
            font-weight: 500;
        }
    }
}*/
/*.btn-list {
    background: $color_f;
    height: 56px;
    width: 56px;
    display: grid;
    align-items: center;
    justify-items: center;
    border-radius: 8px;
}*/
.text-center .btn {
  max-width: 320px;
  margin: auto;
}

.btn-filter {
  width: 100%;
  height: 48px;
}

.btn-short {
  max-width: 168px;
}

.btn-usuario {
  position: relative;
  display: grid;
  grid-template-columns: auto 57px auto;
  align-content: center;
  padding: 8px;
  padding-right: 22px;
}
.btn-usuario img {
  width: 34px !important;
  border-radius: 50%;
  display: block;
}
.btn-usuario b {
  color: white;
}

.dropdown {
  position: relative;
}

/*
* Estilos boton redes footer JOSPEH PADILLA
*/
/*.btn-redes-footer{
    border: 2px solid $color_2;
    color: $color_2;
    &:hover {
        background: $color_2;
        color: white;
        border-color: $color_2;
    }
}*/
/*
BOTONES
*
-----------------------------
*
*/
.button {
  background-color: #00B7BD;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
  width: auto;
  max-width: 200px;
  outline: none;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  outline: none;
  /* modificadores */
  /*--------------------*/
}
.button--shadow {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
}
.button--b-radius {
  border-radius: 3px;
}
.button--total width {
  max-width: 100%;
}
.button--altonormal {
  height: auto;
}
.button span {
  margin: 0 6px;
  color: #ffffff;
}
.button i {
  font-size: 22px;
  color: #ffffff;
}

/*
    BANNER
    *
    --------------------------------------
    *
*/
.banner {
  /*background-image: url("../imagenes/fondobanner.png");*/
  /*background-size: cover;
  position: relative;
  padding: 5rem 0;*/
	position: relative;
}
/*.banner::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}*/
.banner__content-general {
  position: absolute;
    right: 9%;
    top: 42%;
    transform: translateY(-50%);
    z-index: 5;
}
.banner__header {
  align-items: center;
  gap: 3rem !important;
  flex-wrap: wrap;
}
.banner__header img {
  height: auto;
  max-height: 54px;
}
.banner__contenido {
  /* height: auto;  se puede modificar */
  display: flex;
  gap: 12rem;
  position: relative;
  /* modificadores */
  /*-----------------*/
}
.banner__contenido--posicion {
  align-items: flex-end;
  justify-content: space-between;
}
.banner__contenido--wholeScreen {
  height: 100vh;
}
.banner__bloque {
  /* modificadores */
  /*-------------------*/
}
.banner__bloque--sidecontent {
  text-align: center;
}
.banner__bloque--bloquecenter {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  color: #ffffff;
  z-index: 2;
}
.banner__mensaje {
  margin-bottom: 18px; /* se puede modificar */
  margin-right: 10rem;
}
.banner__mensaje h1, .banner__mensaje h2 {
  font-size: 2rem; /* se puede modificar */
  color: #ffffff;
}
.banner__mensaje h2 {
  font-size: 10rem;
  line-height: 9rem;
  font-weight: 800;
}
.banner__mensaje h1 {
  font-weight: 400;
  padding: 0 2rem 0 0;
}
.banner__mensaje hr {
  margin: 1rem 0;
  padding: 0;
}
.banner__mensaje p {
  color: #ffffff;
}
.banner__action {
  padding: 8px 0;
  /*display: flex;
  justify-content: center;*/
}
.banner__action .button i {
  font-weight: normal;
}
.banner__imagen img {
  width: 262px;
  display: block;
}
.banner__form {
  width: 100%;
  height: 100%;
  align-items: end;
}
.banner__form--mostrar {
  display: flex;
}
.banner__groupimg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.banner__groupimg p {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}
.banner__groupimg img {
  max-height: 76px;
}

.owl-banner {
  position: relative;
  /*.owl-nav, .owl-dots{
      position: absolute;
  }
  .owl-nav{
      width: 100%;
      left: 0;
      top: 50%;
      transform: translate(0px, -50%);
      justify-content: space-between;
      padding: 0 25px;
  }
  .owl-dots{
      bottom: 20px;
      left: 50%;
      transform: translate(-50%, 0px);
  }*/
}
.owl-banner .banner__bloque--bloquecenter {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate(0px, 50%);
  color: #ffffff;
}

/*==============================================*/
.vs__dropdown-toggle {
  padding: 0 !important;
}

span.vs__selected {
  position: absolute;
}

input.vs__search {
  margin: 0;
}

.input-filter {
  padding: 0 14px 0 0 !important;
}

.header-filter .grid-datos {
  display: grid;
}

@media (max-width: 1370px) {
  .banner__content-general {
		right: 6% !important;
		top: 38% !important;
	}
	
	.form--fondo {
		/*width: 325px !important;
		padding: 1.4rem !important;
		row-gap: 0 !important;*/
	}
	
	/*.form form {
		row-gap: 7px !important;
	}*/
}

@media (max-width: 1200px) {
  .capa-banner img {
    height: 620px;
    object-fit: unset !important;
}
}

@media (max-width: 1150px) {
  .banner__mensaje {
    margin-right: 0rem !important;
  }
  .banner__form--mostrar {
    display: none;
  }
  .form--mostrar {
    display: grid !important;
  }
}

@media (max-width: 1100px) {
  .form--fondo {
        width: 300px !important;
    }
}

@media (max-width: 995px) {
  .capa-banner img {
        height: 570px !important;
    }
}

@media (max-width: 950px) {
  
	.img-banner-responsive{
    display: block !important;
}

.img-banner{
    display: none !important;
}
	
	.footer__logos img {
		display: block !important;
}
	
	.banner__content-general {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
}
	
	    .form--fondo {
        width: 100% !important;
        /*padding: 3.2rem 3.5rem !important;*/
    }
	
	.capa-banner img {
        max-height: none !important;
		height: 100% !important;
    }
	
}

@media (max-width: 920px) {
  .banner__mensaje h2 {
    font-size: 7rem !important;
  }
  .director__imagen img {
    width: 100% !important;
  }
  .malla__descripcion {
    padding: 2.5rem 2rem !important;
    gap: 3.2rem !important;
  }
  .malla__curso--info {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1rem !important;
  }
  .malla__curso--img {
    width: 100% !important;
    justify-content: center !important;
  }
  .section-grado:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) !important;
    top: 0;
    left: 0;
  }
	
	
}
@media (max-width: 850px) {
  .banner__header img {
    max-height: 42px !important;
  }
  .banner__groupimg img {
    max-height: 57px !important;
  }
}
@media (max-width: 720px) {
    .content-informacion-final p {
    font-size: 12px;
}
  .banner__mensaje h1 {
    font-size: 25px !important;
  }
  .banner__groupimg p {
    font-size: 22px !important;
  }
  p {
    font-size: 17px !important;
  }
  .director__imagen {
    margin-bottom: 0.8rem;
  }
  .director__imagen img {
    width: 235px !important;
    margin: auto;
  }
	.director__imagen a img {
		width: 38px !important;
	}
	.director__imagen a {
    transform: translateX(-50%) !important;
}

.director__title {
    margin-top: 2rem;
}
  .enfoque__title {
    margin-top: 3rem;
  }
  .enfoque__informacion img {
    margin: 2.8rem 0 1.7rem 0 !important;
  }
  .perfil {
    padding: 3.2rem 0 !important;
  }
  .perfil__video {
    position: relative !important;
    width: 100% !important;
  }
  .section-registrarse {
    padding: 2rem 0;
  }
  .line-vertical {
    width: 100% !important;
    height: 3px !important;
    margin: 0 !important;
  }
  .registrarse {
    padding: 0 !important;
  }
  .registrarse p {
    font-size: 22px !important;
  }
  .footer__logos {
    margin-bottom: 2.8rem;
  }
  .footer__contact {
    margin-top: 0rem !important;
  }
  .footer__contact--start, .footer__contact--center, .footer__contact--end {
    justify-content: flex-start !important;
  }
	
	
	
	.capa-banner img {
    max-height: none !important;
}


section.caracteriscasproyecto ul li img {
    width: 30px;
}


	
}
@media (max-width: 480px) {
  .img-100 {
    width: 100%;
  }
	
	.galeriaimagenes .owl-galeria .item h2 {
        height: 36px !important;
        width: 65% !important;
		padding: 10px 0px !important;
		font-size: 16px !important;
    }
	
	
}
/*
*
    ESTILOS DE FORMULARIO
*
*/
.form {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
  /* modificadores */
  /*====================*/
}
.form--centered {
  width: 50%;
  margin: auto;
  border: 1px solid black;
  padding: 20px 32px;
}
.form--fondo {
      background-color: #646363;
    width: 480px;
    padding: 2.2rem 2.5rem;
    border-radius: 20px;
    display: grid;
    row-gap: 12px;
}
.form--mostrar {
  display: none;
}
.form__group {
  grid-gap: 12px;
margin-bottom: 2px;
}
.form__contentText h3 {
  font-size: 22px;
  font-weight: bold;
}
.form__contentText p {
  margin-bottom: 1rem;
}
.form .input-group {
  display: flex;
  flex-direction: column;
  /* modificado */
  /*=================*/
}
.form .input-group--requerido .input-group__input {
  border: 1px solid #dc3545;
}
.form .input-group--requerido .input-group__validar {
  color: #dc3545;
}
.form .input-group__label {
  font-size: 14px;
  padding-bottom: 5px;
}
.form .input-group__input {
  border: none;
    border-bottom: 1px solid #5f5f5f;
    border-radius: 50px;
    height: 42px;
    padding: 0 15px;
    outline: none;
    width: 100%;
    font-size: 15px;
}
.form .input-group__validar {
  font-size: 11px;
}
.form .input-group__select {
  height: 42px;
    border: 1px solid #DBDBDB;
    border-radius: 50px;
    padding: 0 15px;
    outline: none;
    background-color: #FAFAFA;
    width: 100%;
    font-size: 15px;
}
.form .input-group__text-area {
  height: 85px;
  outline: none;
  padding: 8px 10px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
.form__checkbox {
  margin-bottom: 5px;
}
.form__checkbox .checkbox {
  display: flex;
}
.form__checkbox .checkbox__input {
  margin-right: 8px;
}
.form__checkbox .checkbox__help {
  font-size: 14px;
}
.form__checkbox .checkbox__help a {
  color: #4e73bf;
  text-decoration: revert;
}

.form form {
  display: grid;
  row-gap: 12px;
}

/* ESTILOS CHECKBOX */

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #bfbfbf;
    border-radius: 3px;
    background-color: white;
}

input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #373737;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

/*==============*/


.form__action button, .form__action .button {
  width: 100%;
    background-color: #ff5c16;
    color: #ffffff;
    border: none;
    height: 45px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    max-width: initial;
}
span.wpcf7-spinner {
    position: absolute;
    top: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    border-radius: 40px;
}
.form__success span {
  display: block;
  font-size: 14px;
  border-radius: 3px;
  background-color: #17a362;
  color: #ffffff;
  margin-top: 10px;
  padding: 12px 18px;
}

/*
Hero slider style
==========================*/
/*section.slider {
    position: relative;
    .slider-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: grid;
        align-content: center;
        padding-top: 80px;
        .content {
            padding: 40px;
            max-width: 1080px;
            width: 100%;
            margin: auto;
        }
    }
}

img.bg-slider {
    width: 100%;
    position: absolute;
    bottom: 0;
    filter: drop-shadow(0 -35px 15px rgba(0, 0, 0, 0.35));
}

.hero-slider {
    position: relative;
    overflow: hidden;
    img{
        width: 100%;
        display: block;
        object-fit: cover;
    }
}
.owl-carousel {
    z-index: 0!important;
}
.hero-content {
    position: absolute;
    width: 100%;
    display: grid;
    align-content: center;
    z-index: 2;
    top: 0;
    padding-bottom: 55px;
    .texto-slide {
        color: $color_1;
        z-index: 2;
        max-width: 45vw;
        border-left: 10px solid #e9a800;
        padding-left: 30px;
        h1,h2 {
            font-size: 3.2rem;
        }
        p{
            color: $color_1;
            font-size: 1.2rem;
        }
        a{
            display: inline-block;
        }
    }
}


.hero-slider .owl-item.active h2 {
    -webkit-animation: 1s 0.8s fadeInLeft both;
    animation: 1s 0.8s fadeInLeft both;
}
.hero-slider .owl-item.active p {
    -webkit-animation: 1s 1s fadeInLeft both;
    animation: 1s 1s fadeInLeft both;
}
.hero-slider .owl-item.active img {
    -webkit-animation: 1s 0.5s fadeInUp both;
    animation: 1s 0.5s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}
.hero-slider{
    .owl-dots {position: absolute;left: 0;right: 0; bottom: 20px;display: none;}
    .owl-theme .owl-dots .owl-dot span {width: 11px;height: 20px;}
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ff3547;}

    .owl-theme .owl-nav {
        display: block!important;
        button.owl-prev, button.owl-next, button.owl-dot {
            background: none;
            position: absolute;
            color: white;
            border: none;
            padding: 0 45px 55px 45px;
            font-size: 4rem;
            margin: 0;
            top: 0;
            height: 100%;
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            span {
                display: block;
                margin-top: -10px;
            }

        }
        button.owl-prev{
            left: 0;
            &:hover{
                background: none;
                -webkit-box-shadow: inset 150px 0px 140px -200px rgba(0,0,0,0.8);
                -moz-box-shadow: inset 150px 0px 140px -200px rgba(0,0,0,0.8);
                box-shadow: inset 150px 0px 140px -200px rgba(0,0,0,0.8);
            }
        }
        button.owl-next{
            right: 0;
            &:hover{
                background: none;
                -webkit-box-shadow: inset -150px 0px 140px -200px rgba(0,0,0,0.8);
                -moz-box-shadow: inset -150px 0px 140px -200px rgba(0,0,0,0.8);
                box-shadow: inset -150px 0px 140px -200px rgba(0,0,0,0.8);
            }
        }
    }
    .owl-theme .owl-nav {
        margin-top: 0!important;
    }
}
button.owl-prev,button.owl-next {
    //border: 2px solid #ffffff;
    padding: 0px 17px 5px 17px !important;
    color: $color_1 ;
    font-size: 2.8rem !important;
    background: transparent !important;
    height: 60px;
    width: 60px;    
    border-radius: 0px !important;
    //border-radius: 114px!important;
    //box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    span{
        display: block;
        margin-top: -5px;
    }
}

.nav-absolute{
    .owl-nav{
        margin: 0!important;
        .owl-prev,.owl-next {
            position: absolute;
            top: 0;
            height: 100%;
            margin: 0 !important;
            background: none!important;
            color: white!important;
            border: none;
            padding: 10px 30px;
        }
        .owl-prev{
            left: 0;
            padding-left: 40px!important;
        }
        .owl-next {
            right: 0;
            padding-right: 60px!important;
        }
    }
}
.margin-carousel{
    .owl-stage-outer {
        right: -12px;
    }        
    .item{
        margin: 15px;
        margin-bottom: 20px;
    }
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: $color_3 !important;
}


.carousel-nosotros{
    .owl-item{
        .item{
            transform: scale(0.85);
            transition: 0.3s;
            margin: 20px;
            .card-galeria{
                position: relative;
            }
            &:before, &:after{
                content: "";
                position: absolute;
                width: 150px;
                height: 100px;
                background-color: $color_3;
                transition: 0.8s;
                z-index: -1;
            }
            &:before{
                top: 0;
                left: 0;
            }
            &:after{
                bottom: 0;
                right: 0;
            }
        }
    }
    .owl-item.center{
        .item{
            transform: scale(1);
            &:before, &:after{
                transform: scale(1.25);
            }
        }
    }
}

.galery-habitacion{
    .owl-item{
        .item{
            margin: 2px;
            position: relative;
            &:before, &:after{
                content: "";
                position: absolute;
                width: 150px;
                height: 100px;
                background-color: $color_3;
                transition: 0.8s;
                z-index: -1;
            }
            &:before{
                top: 0;
                left: 0;
            }
            &:after{
                bottom: 0;
                right: 0;
            }
            img{
                width: 100%;
                display: block;
                padding: 15px;
            }

        }

    }
    .owl-dots {
        width: 100%;
        position: absolute;
        bottom: 105px;
    }

}





@media only screen and (min-width: 720px) {
    .nav-absolute2{
        .owl-nav{
            margin: 0!important;
            .owl-prev,.owl-next {
                position: absolute;
                top: 0;
                height: 100%;
                margin: 0 !important;
                background: none!important;
                color: $color_2!important;
                border: none;
                span{
                    font-size: 4rem;
                }
            }
            .owl-prev{
                left: -60px;
            }
            .owl-next {
                right: -60px;
            }
        }
    }
}




@media only screen and (max-width: 1285px) {
    .hero-content{
        .texto-slide {
            margin-left: 30px;
            h1,h2,h3{
                font-size: 2.5rem;
            }
        }
    }
}

@media only screen and (max-width: 1030px) {
    .hero-content{
        padding-bottom: 0;
        .texto-slide {
            margin-left: 0px;
            border-left: 8px solid #e9a800;
            h1,h2,h3{
                font-size: 2rem;
            }
        }
    }
    .hero-slider{
        button.owl-prev, button.owl-next, button.owl-dot {
            padding-bottom: 0!important;
        }
        button.owl-prev{
            display: none!important;
        }
    }

}

@media only screen and (max-width: 800px) {
    .hero-content{
        .texto-slide {
            border-left: 6px solid #e9a800;
            h1,h2,h3{
                font-size: 1.3rem;
            }
            p{
                display: none;
            }
        }

    }
    .img-slide img.banner-desk {
        display: none;
    }
    .img-slide img.banner-movil {
        display: block!important;
    }

}

@media only screen and (max-width: 500px) {
    .hero-content{
        .texto-slide {
            max-width: 60vw;
            padding-left: 18px;
            h1,h2,h3{
                font-size: 1rem;
            }
        }
    }
}

@media only screen and (max-width: 600px) {

}
*/
/*
    OWL CAROUSEL - GENERAL
    *
    --------------------------------------
    *
*/
.owl-general {
  position: relative;
  display: flex;
}
.owl-general--centrar-navegadores .owl-nav {
  /*position: absolute;*/
}
.owl-general--centrar-navegadores .owl-nav {
  /*width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  justify-content: space-between !important;*/
}
/*.owl-general--centrar-navegadores .owl-nav button {
  margin: 0 !important;
}*/
.owl-general--bottom-dots .owl-dots {
  position: absolute;
}
.owl-general--bottom-dots .owl-dots {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
.owl-general .item {
  /*.content{
      p{
          color: #ffffff;
      }
  }*/
}
/*.owl-general .item img {
  width: 100%;
  display: block;
}*/
.owl-general .owl-nav {
  display: flex;
  justify-content: center;
  margin: 0 !important;
}
.owl-general .owl-nav button {
  border: none;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.owl-general .owl-nav button:hover {
  background: #ff5c16 !important;
  color: #ffffff !important;
}
.owl-general .owl-nav button span {
  display: flex;
  font-size: 10px;
}
.owl-general .owl-dots {
  margin-top: 32px !important;
}
.owl-general .owl-dots .owl-dot {
  padding: 4px;
  background: initial;
}
/*.owl-general .owl-dots .owl-dot span {
  margin: 5px 0px !important;
  background: #ffffff !important;
  width: 2.6rem !important;
  height: 4px !important;
  border: 1px solid #ECECEC;
}*/
.owl-general .owl-dots .owl-dot.active span, .owl-general .owl-dots .owl-dot:hover span {
  background: #00B7BD !important;
}

/* OWL CARROUSEL */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dot {
  border: 0;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #4DC7A0;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4DC7A0;
}

/*===========================================================================================================
=============================================================================================================*/
*, div {
  text-decoration: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Rossanova", Arial;
}

img {
  display: block;
}

body {
  background-color: #ffffff;
}

.relative {
  position: relative;
}

p, a {
  font-size: 20px;
  font-family: "Quicksand", Arial;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.content--center {
  align-items: center;
}
.content--center i {
  color: #00B7BD;
  font-size: 35px;
}

.m-bloque {
  margin-top: 12px;
}
.m-bloque > p {
  margin-bottom: 0.4rem;
}
.m-bloque .resaltar p {
  font-size: 24px;
  font-weight: bold;
}

.title {
  margin-bottom: 1.2rem;
}
.title h4 {
  font-size: 25px;
  padding-left: 15px;
  position: relative;
  font-weight: 800;
  line-height: 30px;
}
.title h4:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #00B7BD;
  border-radius: 5px;
  top: 0;
  left: 0;
}
.title--centrar {
  display: flex;
  justify-content: center;
}
.title--white h4 {
  color: #ffffff;
}
.title--textcenter {
  text-align: center;
}
.title--line-white h4:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #00B7BD;
  border-radius: 5px;
  top: 0;
  left: 0;
}

/* Contact Form 7 */

.wpcf7-list-item {
    margin: 0 !important;
}

.form__checkbox .checkbox {
    margin: 8px 0 !important;
	gap: 10px;
}

.none{
	display: none;
}

.form__checkbox label span.wpcf7-list-item-label {
    width: 100%;
	font-size: 14px;
}
.form__checkbox label {
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center;
	margin-bottom: 0.5rem;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.4rem 0 0 0 !important;
}

/*============*/


/* INFORMACION */
.info {
  position: fixed;
  bottom: 9px;
  right: 3rem;
  z-index: 10;
}
.info a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 25px;
  color: #ffffff;
  background-color: #00b7bd;
  font-weight: bold;
}

/*===========*/
/* WhatsApp */
.btn-what {
  position: fixed;
    bottom: 2.6rem;
    right: 2.6rem;
    z-index: 10;
}
.btn-what a {
  background-color: #00E676;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 62px;
  height: 62px;
}
.btn-what a i {
  font-size: 42px;
  color: #ffffff;
}

/*=============*/
/*
===========================
SECTION DIRECTOR
*/
.section-director {
  margin-top: 3.9rem;
}

.director__imagen img {
  width: 220px;
  border-radius: 10px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
}
.director__title {
  margin-bottom: 1.5rem;
}
.director__title h2 {
  font-size: 28px;
  font-weight: bold;
}
.director__title span {
  font-size: 15px;
  color: #00B7BD;
  font-weight: bold;
}

.director__content h2 {
  font-size: 28px;
  font-weight: bold;
}

.director__content strong {
  font-size: 15px;
  color: #00B7BD;
}

.director__imagen {
    position: relative;
}

.director__imagen a {
    background: #00b7bd;
    position: absolute;
    padding: 14px;
    border-radius: 100%;
    left: 50%;
    bottom: -12%;
    transform: translateX(-97%);
}

.director__imagen a img {
    width: 38px;
}

/*===================*/
/*
===========================
SECTION BENEFICIOS
*/
.section-beneficios {
  margin-top: 3.9rem;
}

.beneficios__content {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 2rem 1rem;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ECECEC;
  text-align: center;
  height: 255px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
}
.beneficios__icon {
  margin-bottom: 1.4rem;
  display: grid;
  justify-content: center;
}
.beneficios__icon span {
  background-color: rgba(0, 183, 189, 0.18);
  padding: 15px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
}
.beneficios__icon span i {
  color: #00B7BD;
  font-size: 38px;
}
.beneficios__title h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.beneficios__detalles {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 183, 189, 0.18);
}
.beneficios__detalles a {
  color: #00B7BD;
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
}

/*===================*/
/*
===========================
SECTION ESTUDIAR
*/
.section-estudiar {
  margin-top: 3.9rem;
  padding: 3.2rem 0;
  background-image: url("../imagenes/banner-general.png");
  background-size: cover;
}

.slider-estudiar {
  margin-top: 5rem;
}
.slider-estudiar .item {
  /*.content{
      display: grid;
      gap: 4rem 2rem;
      grid-template-columns: repeat(1, 1fr 1fr);

  }*/
}
.slider-estudiar .item .estudiar__content {
  display: grid;
  gap: 6px;
  margin-bottom: 20px;
}
.slider-estudiar .item .estudiar__content img {
  width: auto;
  max-height: 52px;
}
.slider-estudiar .item .estudiar__content h3 {
  color: #00B7BD;
}
.slider-estudiar .item .estudiar__content p {
  color: #ffffff;
}
.slider-estudiar .owl-dots {
  margin-top: 2rem !important;
}
.slider-estudiar .owl-dots button span {
  border: inherit !important;
}

/*===================*/
/*
===========================
SECTION ENFOQUE
*/
.enfoque__banner {
  /*background-image: url("../imagenes/banner-asu.png");*/
  height: 400px;
  background-position-x: right;
  background-position-y: bottom;
  background-size: cover;
  /*img{
      width: 100%;
      max-height: 510px;
      object-fit: fill;
  }*/
}
.enfoque__content {
  padding: 4.2rem 0;
  margin-top: -2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: url("../imagenes/banner-general.png");
  background-size: cover;
  position: relative;
}
.enfoque__content p, .enfoque__content strong {
  color: #ffffff;
}
.enfoque__content p{
	margin-bottom: 1rem;
}
.enfoque__informacion img {
  max-height: 58px;
  max-width: 320px;
  margin: 3rem 0 2.2rem 0;
}
.enfoque__informacion .grado__list {
  margin: 18px 0;
}
.enfoque__informacion .grado__list p {
  font-weight: bold;
}
.enfoque__informacion span {
  color: #ffffff;
  font-size: 12px;
}
.enfoque__title {
  position: relative;
  display: flex;
}
.enfoque__title h3 {
  color: #00B7BD;
  padding: 12px 22px;
  font-size: 22px;
  position: relative;
}
.enfoque__title h3:before {
  content: "";
  position: absolute;
  width: 57px;
  height: 100%;
  left: -3px;
  top: -3px;
  border-top: 3px solid #00B7BD;
  border-left: 3px solid #00B7BD;
  border-top-left-radius: 10px;
}
.enfoque__title h3:after {
  content: "";
  position: absolute;
  width: 57px;
  height: 100%;
  right: -3px;
  bottom: -3px;
  border-bottom: 3px solid #00B7BD;
  border-right: 3px solid #00B7BD;
  border-bottom-right-radius: 10px;
}

/*===================*/
/*
===========================
SECTION PERFIL
*/
.section-perfil {
  background-color: #ffffff;
  position: relative;
}

.perfil {
  padding: 5.2rem 0;
}
.perfil__description {
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}
.perfil__action {
  margin-top: 2.5rem;
}
.perfil__video {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 42%;
}
.perfil__video .capa {
  position: relative;
  height: 100%;
}
.perfil__video .capa::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 183, 189, 0.35);
  top: 0;
  left: 0;
}
.perfil__video .capa a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
}
.perfil__video .capa a span {
  background-color: #00B7BD;
  padding: 18px;
  border-radius: 100%;
}
.perfil__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===================*/
/*
===========================
SECTION MALLA
*/
.section-malla {
  margin: 4.5rem 0;
}

.malla__titulo {
  background: #00b7bd;
  padding: 0.9rem;
  text-align: center;
  font-size: 19px;
}
.malla__titulo h4 {
  color: #ffffff;
}
.malla__curso {
  display: flex;
  border-bottom: 1px solid #E8E8E8;
  align-items: center;
  padding: 15px 1.6rem;
  gap: 0.7rem;
}
.malla__curso i {
  font-size: 14px;
}
.malla__curso i.azul {
  color: #07B8FF;
}
.malla__curso i.plomo {
  color: #949494;
}
.malla__curso i.rosa {
  color: #FC6372;
}
.malla__curso i.iconhidden {
  display: none;
}
.malla__curso i.white {
  color: #ffffff;
}
.malla__curso i.primario {
  color: #00B7BD;
}
.malla__curso--footer {
  padding: 0px;
  border-bottom: initial;
}
.malla__curso--grado {
  gap: 0.2rem;
  margin-bottom: 0rem;
}
.malla__curso--grado h4 {
  font-size: 19px;
  color: #00B7BD;
}
.malla__curso--grado i {
  font-size: 24px;
}
.malla__curso--docentes {
  margin: 0;
}
.malla__curso--docentes > span {
  padding: 8px;
  background-color: #00B7BD;
  border-radius: 5px;
}
.malla__curso--docentes > span i {
  font-size: 21px;
  color: #ffffff;
}
.malla__curso--info {
  display: grid;
  grid-template-columns: repeat(1, auto 1fr);
  gap: 3rem;
}
.malla__curso--info img {
  height: 52px;
}
.malla__curso--img {
  width: 292px;
  display: flex;
  justify-content: end;
}
.malla__curso--curso {
  width: 55px;
}
.malla__curso--img > .malla__curso--asu {
  height: 35px !important;
}
.malla__info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.malla__content {
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
}
.malla__bloque {
  display: grid;
  overflow: hidden;
  background: #ffffff;
}
.malla__bloque .malla__curso:last-child {
  border-bottom: inherit;
}
.malla__descripcion {
  margin-top: 1.2rem;
  background-color: rgba(255, 255, 255, 0.78);
  padding: 2.5rem 3rem;
  border-radius: 20px;
  display: grid;
  gap: 2rem;
}
.malla__descripcion h4 {
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

/*===================*/
/*
===========================
SECTION GRADOS ACADEMICOS
*/
.section-certi {
  margin-bottom: 3rem;
}

.certi__content {
  height: 100%;
  text-align: left;
  padding: 2rem;
}
.certi__content .beneficios__title h4 {
  color: #00B7BD;
  font-size: 24px;
  font-weight: 800;
}

/*===================*/
/*
===========================
SECTION GRADOS ACADEMICOS
*/
.section-grado {
  padding: 3.2rem 0;
  /*background-image: url("../imagenes/banner-certificaciones.png");*/
  position: relative;
  background-size: cover;
  background-position-x: center;
}
.section-grado p {
  color: #ffffff;
}
.section-grado:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 42%, rgba(0, 0, 0, 0.19) 90%);
  top: 0;
  left: 0;
}
.grado__descripcion {
    display: grid;
    gap: 12px;
}

.grado__content {
  margin-top: 2rem;
  display: grid;
  gap: 1.8rem;
}
.grado__bloque {
  display: grid;
  gap: 0.8rem;
}
.grado__list .malla__curso--grado {
  margin-bottom: 0.2rem;
}
.grado__footer p {
  font-size: 14px;
}

/*===================*/
/*
===========================
SECTION DOCENTES
*/
.section-docentes {
  padding: 3.2rem 0;
}

.slider-docentes {
  margin-top: 2.8rem;
}
.docentes {
  display: grid;
}
.docentes__content {
  position: relative;
  display: grid;
  gap: 2.5rem;
  padding: 2.2rem;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ECECEC;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
}
.docentes__descripcion p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; /* para compatibilidad con navegadores basados en WebKit */
  -webkit-line-clamp: 3; /* número máximo de líneas a mostrar */
  -webkit-box-orient: vertical; /* orientación del contenido */
}
.docentes__nombre p {
  font-size: 16px;
  font-weight: bold;
}
.docentes__nombre span {
  color: #00B7BD;
  font-size: 15px;
  font-weight: bold;
}
.docentes__moreinfo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: #00B7BD;
  border-bottom-right-radius: 5px;
}
.docentes__moreinfo i {
  font-size: 32px;
  color: #ffffff;
}

/*===================*/
/*===================*/
/*
===========================
SECTION TARIFARIO
*/
.section-tarifario {
  margin-bottom: 3.9rem;
}

.tarifario__titulo {
  margin-bottom: 2.9rem;
  position: relative;
  padding: 1.9rem 0;
}
.tarifario__titulo .hiden{
	display: none;
}
.tarifario__titulo .show{
	display: block;
}
.tarifario__titulo span {
  position: absolute;
  background-color: #ffffff;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 0rem;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  border: 1px solid #00b7bd;
  width: 215px;
}
.tarifario__titulo p {
  position: absolute;
  bottom: -2.8rem;
  font-weight: bold;
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.tarifario__inversion {
  padding: 16px 2.8rem;
}
.tarifario__bloque {
  border-radius: 10px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
}

/*===================*/
/*
===========================
SECTION REGISTRATE
*/
.section-registrarse {
  background-color: #00B7BD;
  position: relative;
}
.section-registrarse .capa {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../imagenes/banner-general.png");
  background-size: cover;
}

.registrarse {
  padding: 1.8rem 0;
}
.registrarse__programa strong, .registrarse__programa p {
  color: #ffffff;
}
.registrarse__programa strong {
  font-size: 45px;
}
.registrarse__programa p {
  font-size: 18px;
}
.registrarse__mensaje {
  display: flex;
  align-items: center;
  height: 100%;
}
.registrarse__mensaje p {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}
.registrarse__action {
  display: grid;
  align-items: center;
  height: 100%;
}
.registrarse__action a {
  background-color: #ffffff;
}
.registrarse__action a span {
  color: #00B7BD;
}

.line-vertical {
  width: 3px;
  height: 80px;
  background-color: #ffffff;
  margin: 2.8rem auto;
}

/*=================*/
/*
*
    MODAL
*
*/
/*#modal-bateria:target {
  opacity: 1;
  pointer-events: auto;
}*/

.modal {
  background-color: rgba(0, 0, 0, 0.85) !important;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(24, 37, 62, 0.78);
  display: grid;
  align-items: center;
  justify-items: center;
  pointer-events: none;
  overflow: hidden;
}

.modal__contenido {
  /*background-color: #ffffff;*/
  background-size: cover;
  background-position: center;
  max-width: 650px;
  margin: 0 20px;
  position: relative;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
}

.modal__figura {
  display: block;
}
.modal__figura img {
  width: 100%;
  height: 100%;
  display: block;
}

.modal__bloque {
  /*padding: 20px 30px;
  display: grid;*/
  /*background: linear-gradient(180deg, rgba(0,50,130,1) 0%, rgba(54,24,70,1) 100%);*/
}

.modal__head {
  display: flex;
    align-items: center;
    justify-content: end;
    background: #E08A74;
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem 1rem;
    border-radius: 100%;
}
.modal__head a {
  border-top-right-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__head a i {
  font-size: 18px;
    color: #ffffff;
}

.modal__head h2 {
  margin: 0;
  font-size: 18px;
  color: #676767;
}

.modal__close {
  font-size: 15px;
  color: #ffffff;
}

.modal__img img {
  max-width: 100%;
}

.modal__body h2 {
  font-size: 28px !important;
  margin-bottom: 15px;
}
.modal__body h2 strong {
  font-size: 28px !important;
}
.modal__body p {
  margin-bottom: 12px;
}
.modal__body ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-left: 0;
}
.modal__body ul li img {
  margin-right: 8px;
  margin-top: 4px;
}
.modal__body ul li p {
  margin: 0;
}
.modal__body ul li:before {
  content: initial;
}

.modal__action {
  display: grid;
}
.modal__action__item--fila {
  display: grid;
  column-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}
.modal__action__item--fila a {
  font-size: 12px;
}
.modal__action__item .button {
  justify-content: center;
  padding: 12px 28px;
  height: 65px;
}
.modal__action__item .button__body strong {
  font-size: 15px;
}

.modal__web {
  max-width: 620px;
}

.modal__editar {
  padding-right: 20px;
  max-height: 300px;
  overflow-x: auto;
}

/* width */
.modal__editar::-webkit-scrollbar {
  width: 4px;
}

/* Handle */
.modal__editar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.modal__editar > p strong {
  color: red;
  display: block;
}

.modal__editar h3 {
  color: #676767;
  font-size: 18px;
  margin-bottom: 18px;
}

.modal__editar.editar ul li {
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.modal__editar.editar ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #676767;
  border-radius: 50%;
  top: 5px;
  left: 10px;
}

.modal__editar--tienda strong {
  color: #676767 !important;
  /*margin-top: 25px;*/
  padding-bottom: 8px !important;
}

.modal__editar--tienda p {
  margin-bottom: 5px !important;
  display: flex !important;
}

.modal__editar--tienda p a {
  padding-left: 5px;
  color: red;
}

.img-modal img {
  margin: auto;
  display: block;
  width: 100%;
}

/*=====================*/
/*===============================*/
/*
*  FOOTER
*/
.footer {
  background-color: #1F9FAB;
  padding: 3.2rem 0;
  background-size: cover;
}
.footer p {
  color: #ffffff;
  font-size: 15px;
}
.footer__logos {
	height:100%;
}
.footer__logos img {
  height: auto;
}
.footer__bloque {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer__bloque img {
  height: 60px;
}
.footer__contact {
  gap: 0.5rem;
  margin-top: 2.2rem;
}
.footer__contact--end {
  justify-content: flex-end;
}
.footer__contact--center {
  justify-content: center;
}
.footer__contact--start {
  justify-content: flex-start;
}

.form__info h3, .form__redes h3, .form__info h4 {
    margin-bottom: 1.2rem;
    font-weight: 600;
    font-size: 22px;
}

.form__info h4{
  margin-top: 2.2rem;
  font-size: 18px;
}

.form__info h3, .form__redes h3, .form__info li, .form__info h4 {
    color: #ffffff;
}

.form__info ul li {
    list-style: none;
    margin-bottom: 15px;
}

.form__logotc{
  display: grid;
  justify-content: end;
}

.form__logotc img {
    width: 50px;
}

.form__redes ul {
    display: flex;
    margin-top: 1.5rem;
    gap: 18px;
}

.form__redes ul li {
    list-style: none;
}
.form__redes ul li a {
    width: 40px;
    height: 40px;
    background-color: #ffffff38;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.form__redes ul li a i {
    color: #ffffff;
    font-size: 22px;
}

hr {
    margin: 1rem 0;
}

.content-informacion-final {
    text-align: center;
}

.content-informacion-final p {
    font-size: 12px;
}

.content-informacion-final a {
    color: #ffffff;
    padding: 8px 15px;
    display: flex;
    background: #ffffff36;
    font-size: 12px;
    margin-bottom: 1.2rem;
    border-radius: 100px;
    gap: 8px;
    align-items: center;
}

.content-informacion-final a i {
    color: #ffffff;
    margin-right: 5px;
    font-size: 18px;
}

/*===========================*/

.capa-banner {
    /*position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;*/
}

/*.capa-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #1c1c1cc2;
    position: absolute;
}*/

.capa-banner img {
    width: 100%;
    max-height: 950px;
    object-fit: cover;
}

.img-banner-responsive{
    display: none;
}

.img-banner{
    display: block;
}

.contentform img {
    width: 95px;
    margin: auto;
}

#botonSubmitcotizar, #botonSubmitwhatsapp {
  background-color: gray; /* Color de fondo por defecto */
  color: white; /* Color de texto por defecto */
}

#botonSubmitcotizar:enabled {
  background-color: #1f9fab; /* Color de fondo cuando está habilitado */
}

#botonSubmitwhatsapp:enabled {
  background-color: #E08A74; /* Color de fondo cuando está habilitado */
}

.hide{
    display: none;
}
.mensaje-correo__enlaces {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.mensaje-correo__enlaces a {
    padding: .8rem 4rem;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.mensaje-correo__enlaces a.btn-whatsapp {
    background: #25D366;
}

.mensaje-correo__enlaces a.btn-back {
    background: #F16617;
}

@media (max-width: 1190px) {
 figure.areascomunes__img {
    margin-top: 4rem;
}
}

@media (max-width: 500px) {
 figure.areascomunes__img {
    margin-top: 0rem !important;
}
}

.dormitorio, .area {
    text-align: center;
}

/*# sourceMappingURL=style.css.map */
