  body
  {
    background-color: #E5E5E5;
  }

  .degados-botones
  {
    width: 7%;
  }
  .contenerdor-carrusel
  {
    height: 600px;
  }
  .contenerdor-carrusel img
  {
    height: 600px;
  }
  .contenedor-imagenes
  {
    width: 70%;
    float: left;
  }
  .contenedor-texto
  {
    width: 30%;
    background-color: white;
    float: left;
    height: 600px;
    display: flex;
    align-items: center;
  }
  .contenedor-interno-texto
  {
    margin: 30px;
    color: #163B7B;
    text-align: justify;
  }

  .contenedor-interno-texto h6
  {
    font-weight: 700;
    font-size: 25px;
  }
  .contenedor-interno-texto p
  {
    font-weight: 500;
    font-size: 25px;
  }
  .contenedor-interno-boton
  {
    text-align: center;
  }
  .contenedor-interno-boton button
  {
    border: 2px solid #163B7B;
    padding-left: 65px;
    padding-right: 65px;
    color: #163B7B;
    font-weight: 500;
    font-size: 20px;
  }

  /* boton ver ahora */
  .wrap
  {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button
  {
    min-width: 300px;
    min-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #163B7B;
    background: #4FD1C5;
    background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
    border: none;
    border-radius: 0px;
    box-shadow: 12px 12px 24px rgba(79,209,197,.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
  }

  .button::before
  {
    content: '';
    min-width: calc(300px + 12px);
    min-height: calc(60px + 12px);
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
  }

  .button:hover, .button:focus
  {
    color: #313133;
    transform: translateY(-6px);
  }

  .button:hover::before, .button:focus::before
  {
    opacity: 1;
  }

  .button::after
  {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #00FFCB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
  }

  .button:hover::after, .button:focus::after
  {
    animation: none;
    display: none;
  }

  @keyframes ring
  {
    0%
    {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100%
    {
      width: 300px;
      height: 300px;
      opacity: 0;
    }
  }


  /* boton ver ahora */
  .flex-align
  {
    overflow:hidden;
  }

  .contenedor-slider-principal
  {
    margin-top: 66px;
    margin-left: 0px;
    margin-right: 0px;

  }
  .contenedor-slider
  {
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .carousel-control-next, .carousel-control-prev
  {
    z-index: 0;
  }

  /* full resoponisve */
  .alinea
  {
	  display: flex;
    justify-content: center;
    align-items: right;
    background: linear-gradient(313deg, rgba(18, 50, 99, 0.904) 14%, rgba(1,98,89,1) 71%, rgba(1,98,89,1) 93%);
    background-image: repeating-linear-gradient(45deg,
    rgba(12, 83, 100),
    rgba(1, 98, 89)3px,
    transparent 0,transparent 35px );
    background: linear-gradient(131deg, rgba(1, 98, 89) 0%, rgba(12, 83, 100) 20%, rgba(28, 61, 117,0.8618446092927055) 59%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .btn-neon
  {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 24px;
    overflow: hidden;
    transition: 0.2s;
    margin-left: 5%;
    margin-right: 1%;
  }
  .btn-neon:hover
  {
    color: rgba(28, 61, 117);
    background: #92C052;
    box-shadow: 0 0 10px #92C052, 0 0 40px #92C052, 0 0 80px #92C052;
    transition-delay: .5s;
  }
  .btn-neon span
  {
    position: absolute;
    display: block;
  }
  #span1
  {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent,#92C052);
  }
  .btn-neon:hover #span1
  {
    left: 100%;
    transition: .5s;
  }
  #span3
  {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent,#92C052);
  }
  .btn-neon:hover #span3
  {
    right: 100%;
    transition: 1s;
    transition-delay: 0.1s;
  }
  #span2
  {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#92C052);
  }
  .btn-neon:hover #span2
  {
    top: 100%;
    transition: 1s;
    transition-delay: 0.1s;
  }
  #span4
  {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#92C052);
  }
  .btn-neon:hover #span4{
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.4s;
  }


 /* end full responsive */


/* OWL */
  .margin-120px
  {
    margin-top: 120px;
  }

  .subtitulo-seccion
  {
    margin-top: 90px;
    margin-bottom: 25px;
    display: flex;
    height: 100px;
  }
  .imagen-seccion
  {
    height: 100%;
  }
  .titulo-seccion
  {
    text-transform: uppercase;
    height: 100%;
    margin-left: 20px;
    margin-top: 20px;
  }
  .titulo-seccion h1
  {
    color: #163B7B;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-size: 3rem;
  }

  .card-padding
  {
    padding: 25px;
  }
  .titulo-curso
  {
    font-size: 25px;
    letter-spacing: 0.25em;
    color: #163B7B;
    font-weight: 700;
    text-align: justify;
  }
  .texto-curso
  {
    text-align: justify;
    font-weight: 500;
    color: #817e7e;
  }
  .alinear-spans
  {
    width: 130px;
    height: 7px;
    border-radius: 10px;
    background-color: #163B7B;
    display: flex;
  }
  .first-div
  {
    height: 100%;
    width: 50%;
    background-color: #163B7B;
    border-radius: 5px;
  }
  .second-div
  {
    height: 100%;
    width: 50%;
    background-color: #92C052;
    border-radius: 5px;
  }

  .item
  {
    padding: 5px;
    text-align: center;
    font-size: 15px;
    margin: 5px;
  }

  .item img
  {
    height: 200px;
  }
/* Sugerencia para evitar desbordar  los divs */
  /* .objetivo-texto
  {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
  } */

  .module {
    width: 450px;
    /* margin: 0 0 1em 0; */
    overflow: hidden;
  }

  .module p {
    margin: 0;
  }

  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  /* Responsive slider fausto 06/10/2021 */

  /* Escritorio extra grande */
  @media only screen and (min-width: 1200px)
  {

  }
/* Escritorio grande */
  @media only screen and (min-width: 992px) and (max-width: 1199px)
  {
    .contenerdor-carrusel
    {
      height: 450px;
    }
    .contenerdor-carrusel img
    {
      height: 450px;
    }
    .contenedor-texto
    {
      width: 30%;
      background-color: white;
      float: left;
      height: 450px;
      align-items: center;
    }

    .contenedor-interno-texto
    {
      margin: 15px;
    }

    .contenedor-interno-texto h6
    {
      margin: 2px;
      font-size: 20px;
      font-weight: 800;
    }
    .contenedor-interno-texto p
    {
      font-weight: 500;
      font-size: 20px;
      line-height: 150%;
      margin: 0px;
    }

    .contenedor-interno-boton button
    {
      border: 2px solid #163B7B;
      padding-left: 65px;
      padding-right: 65px;
      color: #163B7B;
      font-weight: 500;
      font-size: 18px;
    }

    .button
    {
      margin-top: 10px;
      min-width: 100px;
      min-height: 20px;
      font-family: 'Nunito', sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      font-weight: 700;
      color: #163B7B;
      background: #4FD1C5;
      background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
      border: none;
      border-radius: 0px;
      box-shadow: 12px 12px 24px rgb(79 209 197 / 64%);
      transition: all 0.3s ease-in-out 0s;
      cursor: pointer;
      outline: none;
      position: relative;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 2px;
      padding-bottom: 2px;
    }
    .button::before
    {
      content: '';
      min-width: calc(130px + 12px);
      min-height: calc(20px + 12px);
      border: 6px solid #00FFCB;
      box-shadow: 0 0 60px rgba(0,255,203,.64);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all .3s ease-in-out 0s;
      }

  }

  /* Escritorio pequeño / tablet */
  @media only screen and (min-width: 768px) and (max-width: 991px)
  {
    .contenerdor-carrusel
    {
      height: 350px;
    }
    .contenerdor-carrusel img
    {
      height: 350px;
    }
    .contenedor-texto
    {
      width: 30%;
      background-color: white;
      float: left;
      height: 350px;
      align-items: center;
    }

    .contenedor-interno-texto
    {
      margin: 15px;
    }

    .contenedor-interno-texto h6
    {
      margin: 2px;
      font-size: 15px;
      font-weight: 800;
    }
    .contenedor-interno-texto p
    {
      font-weight: 500;
      font-size: 15px;
      line-height: 125%;
      margin: 0px;
    }

    .contenedor-interno-boton button
    {
      border: 2px solid #163B7B;
      padding-left: 65px;
      padding-right: 65px;
      color: #163B7B;
      font-weight: 500;
      font-size: 12px;
    }


    .button
    {
      margin-top: 10px;
      min-width: 100px;
      min-height: 20px;
      font-family: 'Nunito', sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      font-weight: 700;
      color: #163B7B;
      background: #4FD1C5;
      background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
      border: none;
      border-radius: 0px;
      box-shadow: 12px 12px 24px rgb(79 209 197 / 64%);
      transition: all 0.3s ease-in-out 0s;
      cursor: pointer;
      outline: none;
      position: relative;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 2px;
      padding-bottom: 2px;
    }
    .button::before
    {
      content: '';
      min-width: calc(130px + 12px);
      min-height: calc(20px + 12px);
      border: 6px solid #00FFCB;
      box-shadow: 0 0 60px rgba(0,255,203,.64);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all .3s ease-in-out 0s;
      }
  }

  /* Tablets y phablets */
  @media only screen and (min-width: 576px) and (max-width: 767px)
  {
    .contenerdor-carrusel
    {
      height: 320px;
    }
    .contenerdor-carrusel img
    {
      height: 170px;
    }
    .contenedor-texto
    {
      width: 100%;
      background-color: white;
      float: left;
      height: 150px;
    }
    .contenedor-imagenes
    {
      width: 100%;
      height: 100%;
    }

    .contenedor-interno-texto
    {
      /* margin: 5px; */
      text-align: center;
    }

    .contenedor-interno-texto h6
    {
      margin: 2px;
      font-size: 12px;
      font-weight: 800;
    }
    .contenedor-interno-texto p
    {
      font-weight: 500;
      font-size: 12px;
      line-height: 100%;
      margin: 0px;
    }

    .contenedor-interno-boton button
    {
      border: 2px solid #163B7B;
      padding-left: 65px;
      padding-right: 65px;
      color: #163B7B;
      font-weight: 500;
      font-size: 12px;
    }
    .button
    {
      min-width: 100px;
      min-height: 20px;
      font-family: 'Nunito', sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      font-weight: 700;
      color: #163B7B;
      background: #4FD1C5;
      background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
      border: none;
      border-radius: 0px;
      box-shadow: 12px 12px 24px rgb(79 209 197 / 64%);
      transition: all 0.3s ease-in-out 0s;
      cursor: pointer;
      outline: none;
      position: relative;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 2px;
      padding-bottom: 2px;
    }
    .button::before
    {
      content: '';
      min-width: calc(130px + 12px);
      min-height: calc(20px + 12px);
      border: 6px solid #00FFCB;
      box-shadow: 0 0 60px rgba(0,255,203,.64);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all .3s ease-in-out 0s;
      }







    .imagen-seccion img
    {
      width: 50px;
      height: 50px;
    }

    .titulo-seccion
    {
      margin-left: 10px;
      margin-top: 10px;
    }
    .titulo-seccion h1
    {
      color: #163B7B;
      letter-spacing: 0.2em;
      font-weight: 700;
      font-size: 1.5rem;
    }
    .contenedor-slider
    {
      margin-top: 10px;
      margin-left: 30px;
      margin-right: 30px;
    }
    .subtitulo-seccion
    {
      margin-top: 10px;
      margin-bottom: 0px;
      height: 60px;
    }


  }

  /* Teléfonos */
  @media only screen and (max-width: 575px)
  {
    .contenerdor-carrusel
    {
      height: 320px;
    }
    .contenerdor-carrusel img
    {
      height: 160px;
    }
    .contenedor-texto
    {
      width: 100%;
      background-color: white;
      float: left;
      height: 160px;
    }
    .contenedor-imagenes
    {
      width: 100%;
      height: 100%;
    }

    .contenedor-interno-texto
    {
      /* margin: 5px; */
      text-align: center;
    }

    .contenedor-interno-texto h6
    {
      margin: 2px;
      font-size: 12px;
      font-weight: 800;
    }
    .contenedor-interno-texto p
    {
      font-weight: 500;
      font-size: 12px;
      line-height: 100%;
      margin: 0px;
    }

    .contenedor-interno-boton button
    {
      border: 2px solid #163B7B;
      padding-left: 65px;
      padding-right: 65px;
      color: #163B7B;
      font-weight: 500;
      font-size: 12px;
    }







  /* Parte carruseles */

  /* NEWS PARALLAX */
  .parallax-stps{
    height: 120px !important;
  }

  .parallax-extras{
    height: 120px !important;
  }

  .subtitulo-seccion-parallax{
    height: 120px !important;
  }
  .imagen-seccion-parallax {
    margin-left: calc((100% - 278.25px)/2) !important;
  }
  .imagen-seccion-parallax img
  {
    width: 50px;
    height: 50px;
  }

  .titulo-seccion-parallax h1{
    color: #163B7B !important;
    letter-spacing: 0.1em !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
  }
  /* END NEWS PARALLAX*/


    .titulo-curso
    {
      font-size: 16px;
      letter-spacing: 0.2em;
      color: #163B7B;
      font-weight: 800;
      text-align: justify;
    }

    .imagen-seccion img
    {
      width: 50px;
      height: 50px;
    }

    .titulo-seccion
    {
      margin-left: 10px;
      margin-top: 10px;
    }
    .titulo-seccion h1
    {
      color: #163B7B;
      letter-spacing: 0.2em;
      font-weight: 700;
      font-size: 1.5rem;
    }
    .contenedor-slider
    {
      margin-top: 10px;
      margin-left: 30px;
      margin-right: 30px;
    }
    .subtitulo-seccion
    {
      margin-top: 20px;
      margin-bottom: 0px;
      height: 60px;
    }

    .button
    {
      min-width: 100px;
      min-height: 20px;
      font-family: 'Nunito', sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      font-weight: 700;
      color: #163B7B;
      background: #4FD1C5;
      background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
      border: none;
      border-radius: 0px;
      box-shadow: 12px 12px 24px rgb(79 209 197 / 64%);
      transition: all 0.3s ease-in-out 0s;
      cursor: pointer;
      outline: none;
      position: relative;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 2px;
      padding-bottom: 2px;
    }
    .button::before
    {
      content: '';
      min-width: calc(130px + 12px);
      min-height: calc(20px + 12px);
      border: 6px solid #00FFCB;
      box-shadow: 0 0 60px rgba(0,255,203,.64);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all .3s ease-in-out 0s;
      }

      .module
      {
        width: 340px;
      }
  }


/* END OWL */

 /* Modal de videos slider Fausto pintle  08/10/2021*/

  .fondo-modal-header
  {
    background: linear-gradient(313deg, rgba(18, 50, 99, 0.904) 14%, rgba(1,98,89,1) 71%, rgba(1,98,89,1) 93%);
    border: none;
    padding: .5rem 1rem;
  }
  .color-body-modal
  {
    background: linear-gradient(313deg, rgba(18, 50, 99, 0.904) 14%, rgba(1,98,89,1) 71%, rgba(1,98,89,1) 93%);
    padding: 0px;
  }
  .border-radio-modal
  {
    border-radius: 1rem;
  }

  .container-video-modal
  {
    max-width: 100%;
    max-height: 280px !important;
  }
  .color-close-modal
  {
    color: #fff;
  }
  .color-title-modal
  {
    color: #fff;
  }
 /* End modal de videos slider */

 .parallax-stps {
  background-image: url('https://img.freepik.com/vector-gratis/fondo-abstracto-azul-formas-geometricas_1035-17545.jpg?t=st=1646753913~exp=1646754513~hmac=395eae9ce0f6cebf5bc843cf50d42df1d4390bf4a469238f7471f72cf24020c7&w=1380');
  width: 100%;
  height: 150px; 

  margin-top: 170px;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-extras {
  background-image: url('https://img.freepik.com/vector-gratis/fondo-abstracto-azul-formas-geometricas_1035-17545.jpg?t=st=1646753913~exp=1646754513~hmac=395eae9ce0f6cebf5bc843cf50d42df1d4390bf4a469238f7471f72cf24020c7&w=1380');
  width: 100%;
  height: 150px; 
  margin-top: 100px;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subtitulo-seccion-parallax {
  display: flex;
  height: 100px;
  width: 100%;
  height: 150px;
  text-align: center;
  align-items: center;

}

.imagen-seccion-parallax {
/* height: 100%; */
margin-left: calc((100% - 516.48px)/2);
}

.titulo-seccion-parallax {
text-transform: uppercase;
margin-left: 20px;
}

.titulo-seccion-parallax h1{
color: #163B7B;
letter-spacing: 0.2em;
font-weight: 700;
font-size: 3rem;
}
/* end paralax subtitios*/

/* start efectos extra */
/* .circle-gray{
  position: absolute;
  width: 120px;
  height: 100px;
  background-color: #C8D0DB;
  border-radius: 50%;
} */
.rectangle-gray{
  position: absolute;
  width: 100px;
  height: 190px;
  background-color: #C8D0DB;
  /* border-radius: 50%; */
  border-top-right-radius: 40%;
}
.rectangle-gray-a{
  position: absolute;
  margin-top: 50px;
  width: 150px;
  height: 140px;
  background-color: #C8D0DB;
  /* border-radius: 50%; */
  border-top-right-radius: 40%;
}
.rectangle-gray-b{
  position: absolute;
  margin-top: 90px;
  width: 300px;
  height: 100px;
  background-color: #C8D0DB;
  /* border-radius: 50%; */
  border-top-right-radius: 90%;
}

  /* llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll */
