/* css_AjustesDeMas */

.white{
    font-weight: bolder;
    text-decoration: white;
  }
  
  .bold-text {
    font-weight: bold;
  }
  
  /* css_AjustesDeMas */
  
  /* NavbarDropDown */
  
/* NavbarDropDown */
  
body {
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    height: 200vh;
    position: relative; }
    body:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #36c73d;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden;
      z-index: 1; }
    body.offcanvas-menu:before {
      opacity: 1;
      z-index: 1002;
      visibility: visible; }
  
  p {
    color: #ffffff;
    font-weight: 300; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  
  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    a, a:hover {
      text-decoration: none !important; }
  
  .hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  
  .site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0; }
    .site-navbar-wrap a {
      color: #36c73d; }
    .site-navbar-wrap .site-navbar-top {
      font-size: 0.8rem; }
  
  .site-navbar-top {
    border-bottom: 1px solid #36c73d; } Linea que separa 
  
  .site-navbar {
    margin-bottom: 0px;
    width: 100%; }
    .site-navbar .site-logo {
      font-weight: 200;
      line-height: 0;
      top: -7px;
      position: relative; }
      .site-navbar .site-logo a {
        font-weight: 200;
        color: #36c73d;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase; }
    .site-navbar .site-navigation .site-menu {
      margin-bottom: 0; }
      .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
        font-weight: 500; }
      .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 10px 5px; }
        .site-navbar .site-navigation .site-menu > li > a {
          padding: 20px 10px;
          color: #36c73d; Links de la navbar
          font-size: 15px;
          text-decoration: none !important; }
          .site-navbar .site-navigation .site-menu > li > a.active {
            color: #36c73d; }
          .site-navbar .site-navigation .site-menu > li > a:hover {
            color: #000000; } hover de los links
        .site-navbar .site-navigation .site-menu > li:last-child {
          padding-right: 0; }
          .site-navbar .site-navigation .site-menu > li:last-child > a {
            padding-right: 0; }
      .site-navbar .site-navigation .site-menu .has-children {
        position: relative; }
        .site-navbar .site-navigation .site-menu .has-children > a {
          position: relative;
          padding-right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children > a:before {
            position: absolute;
            content: "\e313";
            font-size: 16px;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: 'icomoon'; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown {
          visibility: hidden;
          opacity: 0;
          top: 100%;
          position: absolute;
          text-align: left;
          -webkit-box-shadow: 0 0px 4px 0px #36c73d;
          box-shadow: 0 0px 4px 0px #36c73d;
          padding: 0px 0;
          margin-top: 20px;
          margin-left: 0px;
          background: #fff;
          -webkit-transition: 0.2s 0s;
          -o-transition: 0.2s 0s;
          transition: 0.2s 0s;
          border-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
            position: absolute; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              bottom: 100%;
              left: 20%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              border-color: #36c73d;
              border-bottom-color: #fff;
              border-width: 10px;
              margin-left: -10px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a {
            font-size: 14px;
            text-transform: none;
            letter-spacing: normal;
            -webkit-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all;
            color:#36c73d; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
              color: #36c73d; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
            color: #36c73d; !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
            list-style: none;
            padding: 0;
            margin: 0;
            min-width: 200px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
              padding: 9px 20px;
              display: block; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                background: #ebeef0;
                color: #36c73d; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
              content: "\e315";
              right: 20px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
              left: 100%;
              top: 0; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
              background: #36c73d;
              color: #36c73d; }
        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
          color: #36c73d; }
        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
          cursor: pointer; }
          .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            margin-top: 0px;
            visibility: visible;
            opacity: 1; }
  


  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px #36c73d;
    box-shadow: -10px 0 20px -10px #36c73d;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .offcanvas-menu .site-mobile-menu {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .site-mobile-menu .site-mobile-menu-header {
      width: 100%;
      float: left;
      padding-left: 20px;
      padding-right: 20px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
          font-size: 30px;
          display: inline-block;
          padding-left: 10px;
          padding-right: 0px;
          line-height: 1;
          cursor: pointer;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
            color: #dee2e6; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
          display: inline-block;
          text-transform: uppercase; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 70px; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
            text-decoration: none; }
    .site-mobile-menu .site-mobile-menu-body {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding: 20px;
      height: calc(100vh - 52px);
      padding-bottom: 150px; }
    .site-mobile-menu .site-nav-wrap {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
      .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #36c73d; }
        .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
          color: #36c73d; }
      .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block; }
        .site-mobile-menu .site-nav-wrap li.active > a {
          color: #36c73d; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
          background: #f8f9fa; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
          font-size: 12px;
          z-index: 20;
          font-family: "icomoon";
          content: "\f078";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%; }
        .site-mobile-menu .site-nav-wrap > li > a {
          padding-left: 20px;
          font-size: 20px; }
        .site-mobile-menu .site-nav-wrap > li > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .site-mobile-menu .site-nav-wrap > li > ul > li {
            display: block; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > a {
              padding-left: 40px;
              font-size: 16px; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
              padding: 0;
              margin: 0; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block; }
                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                  font-size: 16px;
                  padding-left: 60px; }
  
  .sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%; }
    .sticky-wrapper + .site-blocks-cover {
      margin-top: 96px; }
    .sticky-wrapper .site-navbar {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .sticky-wrapper .site-navbar ul li.active a {
        color: #36c73d; }
    .sticky-wrapper.is-sticky .site-navbar {
      background-color: #36c73d; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 10px 5px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
          padding-right: 0; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
            padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
          padding-right: 20px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
          padding: 10px 10px;
          color: rgba(255, 255, 255, 0.6); links en blanco cuando coje el verde
          font-size: 15px; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
            color: #fff !important; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
            color: #fff !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
          color: #fff; }
  
  /* NavbarDropDown */
  
  /* cardEspecialidades */
  
  .order-card {
    color: #ffffff;
  }
  
  .bg-c-blue {
    background: linear-gradient(45deg,#E9C46A,#F4A261);
  }
  
  .bg-c-green {
    background: linear-gradient(45deg,#5B99C2,#1A4870);
  }
  
  .bg-c-yellow {
    background: linear-gradient(45deg,#8DECB4,#41B06E);
  }
  
  .bg-c-pink {
    background: linear-gradient(45deg,#F4E0B9,#A8A196);
  }
  
  
  /* ----- */
  
  .bg-c-green-1{
    background: linear-gradient(90deg,#00ff6a,#00f761);
  }
  
  .bg-c-green-2{
    background: linear-gradient(90deg,#00f761,#00eb57 );
  }
  
  .bg-c-green-3{
    background: linear-gradient(90deg,#00eb57 ,#00b440 );
  }
  
  .bg-c-green-4{
    background: linear-gradient(90deg  ,#00b440  ,#00993d);
  }
  
  .card {
    border-radius: 5px;
    box-shadow: 0 1px 2.94px 0.06px rgba(255, 255, 255, 0.16);
    border: none;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    display: flex; /* Usar flexbox para alinear contenido */
    flex-direction: column; /* Colocar contenido en columnas */
    height: 100%; /* Hacer que todas las cards tengan la misma altura */
  }
  
  .card .card-block {
    padding: 25px;
    flex: 1; /* Permitir que el bloque de contenido crezca */
  }
  
  .card h6 {
    margin-bottom: 20px;
    flex-shrink: 0; /* Evitar que el título se reduzca */
  }
  
  .card h2 {
    margin-bottom: 10px; /* Ajustar el margen */
  }
  
  .card p {
    margin-bottom: 0; /* Quitar el margen inferior */
    flex-grow: 1; /* Permitir que el párrafo crezca para ocupar el espacio */
  }
  
  .row {
    margin: 0; /* Asegurar que no haya margen en la fila */
  }
  
  
  /* cardEspecialidades */
  
  /* cardsEstadisticas */
  
  .card {
    border: none;
    border-radius: 10px
  }
  
  .c-details span {
    font-weight: 300;
    font-size: 13px
  }
  
  .icon {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
  }
  
  .badge span {
    background-color: #fffbec;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #36c73d;
    justify-content: center;
    align-items: center
  }
  
  .progress {
    height: 10px;
    border-radius: 10px
  }
  
  .progress div {
    background-color: rgb(21, 160, 21)
  }
  
  .text1 {
    font-size: 14px;
    font-weight: 600
  }
  
  .text2 {
    color: #a5aec0
  }
  
  /* cardsEstadisticas */
  
  
  /* footer */
  
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
  
  body {
      line-height: 1.5;
      font-family: 'Poppins', sans-serif;
  }
  
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  
  .container {
      max-width: 100%;
      margin: auto;
      align-items: center;
  
  }
  
  .row {
      display: flex;
      flex-wrap: wrap;
  }
  
  ul {
      list-style: none;
  }
  
  .footer {
      background-image: url(./bootstrap/footer/NewFooter.jpg);
      background-size: cover; /* Asegura que la imagen cubra todo el área del footer */
      background-position: center center; /* Centra la imagen en el footer */
      background-repeat: no-repeat; /* Evita que la imagen se repita */
      color: #ffffff; /* Color del texto para asegurar buen contraste */
      padding: 300px 0; /* Ajusta el padding según sea necesario */
      min-height: 1200px; /* Ajusta la altura mínima según el contenido */
  }
  
  .footer-col {
      width: 25%;
      padding: 0 20px; /* Mayor espaciado dentro de las columnas */
      margin-bottom: 50px; /* Mayor espaciado entre columnas */
  }
  
  .footer-col h4 {
      font-size: 20px;
      color: #36c73d;
      text-transform: capitalize;
      margin-bottom: 40px; /* Espacio debajo del título */
      font-weight: bold;
      position: relative;
  }
  
  .footer-col h4::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -15px; /* Mayor espacio debajo de la línea decorativa */
      background-color: #36c73d;
      height: 2px;
      box-sizing: border-box;
      width: 50px;
  }
  
  .footer-col ul {
      padding: 0;
      margin: 0;
  }
  
  .footer-col   ul li {
      margin-bottom: 15px; /* Espacio entre los elementos de la lista */
  }
  
  .footer-col ul li a {
      font-size: 16px;
      text-transform: capitalize;
      color: #ffffff;
      text-decoration: none;
      font-weight: 300;
      color: #585858;
      display: block;
      transition: all 0.3s ease;
  }
  
  .footer-col ul li a:hover {
      color: #36c73d;
      padding-left: 8px;
  }
  
  .footer-col .social-links a {
      display: inline-block;
      height: 40px;
      width: 40px;
      background-color: rgba(0, 255, 21, 1);
      margin: 0 15px 15px 0; /* Mayor espacio entre íconos sociales */
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      color: #ffffff;
      transition: all 0.5s ease;
  }
  
  .footer-col .social-links a:hover {
      color: #24262b;
      background-color: #ffffff;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
      .footer-col {
          width: 50%;
          margin-bottom: 30px;
      }
  }
  
  @media (max-width: 574px) {
      .footer-col {
          width: 100%;
      }
  }
  
  .iconos{
    border: #36c73d;
  }
  
  /* footer */
  
  /* textos */
  .center{
  text-align: center;
  }
  .separador{
  padding-left: 25px;
  padding-right: 25px;
  }
  /* colores */
  .colores{
    color: #a7ff83;
    color: #17b978;
    color: #086972;
    color: #071a52;
  }
  
  
  
  /* .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Mantiene la relación de aspecto 16:9 
    height: 0;
  } */
  
  /* .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */
  
  /* cards programas tecnicos */
  
  .rectangulo {
    width: 100%; /* El ancho del rectángulo puede ajustarse */
    height: 500px; /* Ajusta la altura según lo que necesites */
    background-color: rgb(0, 0, 0); /* Color negro del rectángulo */
    margin: 50px auto; /* Centrar horizontalmente */
    position: relative; /* Para colocar las cards encima */
    display: flex;
    justify-content: space-around; /* Distribuir las cards */
    align-items: center; /* Alinear verticalmente las cards */
    padding: 20px;
    border-radius: 0px; /* Bordes redondeados si lo deseas */
  }
  
  .Ubicacion{
    display: flex;
  }
  
  .textomap{
  padding-left: 50px;
  
  }
  
  .textoUbi{
    padding-left: 50px;
    display: flex;
  }
  
  .textoSi{
    padding-left: 50px;
  }
  
  .mapa{
    margin-left: 330px;
    padding-right: 50px;
  }
  
  .txtcenter{
    text-align: center;
  }
  
  /* noticias */
  
  .Bordes{
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border: 2px solid green;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
  }
  
  .news-title {
    font-size: 28px;
    font-weight: bold;
    color: green;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .news-image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .news-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 60%;
    border-radius: 10px;
    
  }
  
  .news-main-info {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  
  .news-general-info {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }
  
  /* formularios */
  
  .form-container {
    width: 50%;
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  h2 {
    text-align: center;
    color: #4CAF50;
    margin-bottom: 20px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }
  
  input[type="text"],
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
  }
  
  input[type="file"] {
    border: none;
    background-color: transparent;
  }
  
  input[type="submit"] {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  input[type="submit"]:hover {
    background-color: #45a049;
  }
  
  textarea {
    resize: vertical;
  }

  /* Flexbox para organizar las columnas */
.columns-container {
  display: flex;
  justify-content: space-between;
}

.column {
  width: 48%; /* Ajusta el ancho de cada columna para espacio entre ellas */
}

@media (max-width: 768px) {
  .form-container {
    width: 90%;
  }

  /* En pantallas pequeñas, las columnas se apilan verticalmente */
  .columns-container {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }
}

  label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    width: 100%;  /* Hacer que el label ocupe todo el ancho */
  }
  
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
  }
  
  input[type="submit"] {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  
  @media (max-width: 768px) {
    .form-container {
      width: 90%;
    }
  }
  
  /* mision y vision */

  .image-container {
    display: flex;
    justify-content: center; /* Centra las imágenes horizontalmente */
    align-items: center; /* Centra las imágenes verticalmente si el contenedor tiene altura */
    gap: 50px; /* Espacio entre las imágenes */
    margin: 20px; /* Espacio exterior del contenedor */
}

.image {
    width: 400px; /* Ancho de las imágenes */
    height: 400px; /* Alto de las imágenes */
}

.image-container {
  display: flex; /* Crea un contenedor flex para las imágenes */
  justify-content: center; /* Centra las imágenes horizontalmente */
  gap: 20px; /* Espacio entre las imágenes */
  margin: 20px; /* Espacio exterior del contenedor */
}

.image-box {
  display: flex;
  flex-direction: column; /* Organiza el título y la imagen en columna */
  align-items: center; /* Centra horizontalmente los elementos en cada caja */
}

.image-title {
  font-size: 20px; /* Tamaño del texto del título */
  margin-bottom: 10px; /* Espacio entre el título y la imagen */
  text-align: center; /* Centra el texto del título */
}

.image {
  width: 400px; /* Ancho de las imágenes */
  height: 400px; /* Alto de las imágenes */
}

.h3{
  color:  #4CAF50;
}

.icon-text {
  display: flex; /* Usa flexbox para alinear el ícono y el texto */
  align-items: center; /* Alinea verticalmente el ícono y el texto */
  margin-bottom: 15px; /* Espacio entre cada bloque de ícono y texto */
}

.texto-icono {
  display: flex;
  flex-direction: column; /* Para apilar los elementos verticalmente */
}

.item {
  display: flex;
  align-items: flex-start; /* Alinear verticalmente el icono y el texto */
  margin-bottom: 10px; /* Espacio entre los ítems */
}

.item svg {
  margin-right: 10px; /* Espacio entre el icono y el texto */
  flex-shrink: 0; /* Evita que el icono se encoja */
}

.centro{
  display: flex;
  align-items: center;
}

.pdf-container {
  display: flex;
  flex-direction: column; /* Alinea los elementos en columna */
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  height: 100vh; /* Establece la altura del contenedor */
  margin: 0; /* Elimina el margen */
}

/* Estilo para el iframe */
iframe {
  width: 80%; /* Ancho del PDF */
  height: 800px; /* Alto del PDF */
  border: none; /* Elimina el borde */
}

.download-link a {
  margin-top: 20px; /* Espacio superior */
  color: #4CAF50; /* Cambia el color del enlace */
  text-decoration: none; /* Elimina el subrayado */
  font-size: 1.2em; /* Tamaño de fuente del enlace */
}

.download-link a:hover {
  color: #4CAF50; /* Color al pasar el mouse */
  text-decoration: underline; /* Subrayado al pasar el mouse */
}

.imgico{
  padding-top: 15px;
  
}

/* card docentes*/



.highlight {
  font-weight: bold; /* Esto reemplaza el <strong> */
  color: #4CB493; /* Cambia el color si es necesario */
  font-size: 16px; /* Ajusta el tamaño de la fuente si lo prefieres */
}

/* Cards ocupan 25% del ancho */

/* .col-md-4, .col-xl-2 {
  flex: 0 0 20%;      Ocupa 1/5 del ancho en pantallas grandes 
  max-width: 20%;
  padding: 15px;      Espacio entre las cards 
} */


/* Hacer las imágenes completamente responsivas */
.img-responsive {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Ajustar la imagen de perfil circular */
.profile-pic {
  border-radius: 50%;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  max-width: 100px;
  width: 100px; /* Tamaño fijo para el perfil */
  height: 100px;
  object-fit: cover; /* Asegurar que la imagen se ajuste a su contenedor circular */
  transition: all 0.4s;
}


.profile-card {
	background-color: #222222;
  margin-bottom: 20px;
			
		}
		
.profile-pic {
  border-radius: 50%;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  max-width: 100px;
  -webkit-transition: all 0.4s;
		  transition: all 0.4s;
				}

				
.profile-info {
		color: #BDBDBD;
		padding: 25px;
	    position: relative;
	    margin-top: 15px;
				}
		
.profile-info h2 {
	color: #E8E8E8;
    letter-spacing: 4px;
	  padding-bottom: 12px;
				}
				
.profile-info span {
	display: block;
    font-size: 12px;
    color: #4CB493;
	letter-spacing: 2px;
			}

.profile-info a {
	 color: #4CB493;
		}
.profile-info i {
	    padding: 15px 35px 0px 35px;
		}
		

.profile-card:hover .profile-pic {
	transform: scale(1.1);
		}

.profile-card:hover .profile-info hr  {
	opacity: 1;
		}
		
		
		
		
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 52%;
  right: 52%;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 50%;
  height: 3px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.profile-card:hover .hvr-underline-from-center:before, .profile-card:focus .hvr-underline-from-center:before, .profile-card:active .hvr-underline-from-center:before {
  left: 0;
  right: 0;
  height: 1px;
  background: #CECECE;
  border-radius: 0;
} 
