/* css_AjustesDeMas */

.white{
  font-weight: bolder;
  text-decoration: white;
}

.bold-text {
  font-weight: bold;
}

/* css_AjustesDeMas */

/* 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: rgba(0, 0, 0, 0.5);
    -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: #fff; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.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: #fff;
      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: rgba(255, 255, 255, 0.6);
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .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 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        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: rgba(136, 183, 213, 0);
            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: #343a40; }
          .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: #fff !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: #212529; }
          .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: #ebeef0;
            color: #212529; }
      .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: #fff; }
      .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 rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -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: #212529; }
      .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: #fff; }
  .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);
        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: 800px; /* Ajusta la altura según lo que necesites */
  background-color: rgb(200, 200, 200); /* 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 */

.date{
  text-align: end;
  color: gray;
}

.Bordes{
  width: 60%;
  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;
  justify-content: center;
  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;
  align-items: center;
  max-width: 80%;
  height: auto;
  max-height: 60%;
  border-radius: 10px;
}

.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;
}

@media (max-width: 768px) {
  .form-container {
    width: 90%;
  }
}

.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"],
input[type="password"] {
  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;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

@media (max-width: 768px) {
  .form-container {
    width: 90%;
  }
}

/* carrusel cards */

/* 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;
}

/* visualizacion noticias y eventos */

.bodys{
  display: grid;
  place-items: center;
  min-height: 50vh;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

.custom-card {
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  --blur: 16px;
  --size: clamp(200px, 40vmin, 400px); /* Ajuste del tamaño */
  width: var(--size);
  aspect-ratio: 4 / 3;
  position: relative;
  border-radius: 2rem;
  color: #000;
  transform: translateZ(0);
  padding: 0; /* Eliminamos el padding */
}

.custom-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1 + (var(--hover, 0) * 0.25))) rotate(calc(var(--hover, 0) * -5deg));
  transition: transform 0.2s;
}

.custom-card__footer {
  padding: 0 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: hsl(0 0% 100% / 0.5);
  display: grid;
  grid-template-row: auto auto;
  gap: 0.5ch;
  backdrop-filter: blur(var(--blur));
  height: 30%;
  align-content: center;
}

.custom-card__action {
  position: absolute;
  aspect-ratio: 1;
  width: calc(var(--size) * 0.15);
  bottom: 30%;
  right: 1.5rem;
  transform: translateY(50%) translateY(calc((var(--size) * 0.4))) translateY(calc(var(--hover, 0) * (var(--size) * -0.4)));
  background: hsl(0 0% 100% / 0.5);
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  transition: transform 0.2s;
}

.custom-card__action svg {
  aspect-ratio: 1;
  width: 50%;
}

.custom-card__footer span:nth-of-type(1) {
  font-size: calc(var(--size) * 0.065);
}

.custom-card__footer span:nth-of-type(2) {
  font-size: calc(var(--size) * 0.035);
}

.custom-card:is(:hover, :focus-visible) {
  --hover: 1;
}

.imgico{
  padding-top: 15px;
  
}

.video-container {
  width: 700px;
  height: 400px;
  position: absolute; /* Permitir el posicionamiento libre */
  top: 50px;
  left: 50px;
  cursor: grab; /* Mostrar un icono de "agarrar" cuando se pasa el mouse sobre el video */
  z-index: 9999; /* Aseguramos que esté por encima de todo */
}

#my-video {
  width: 100%;
  height: 100%;
  border-radius: 10px; /* Bordes redondeados para el video */
}

.flex{
  display: flex;
}

.final{
  justify-content: end;
}

.saludo{
  width: 100%; /* El ancho del rectángulo puede ajustarse */
  height: 100px; /* Ajusta la altura según lo que necesites */
  background-color: rgb(6, 160, 27); /* 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 */
}

.saludotxt{
  color: white;
  text-decoration: solid;
}


.image-container {
  display: flex;
  justify-content: center; /* Centra la imagen horizontalmente */
  align-items: center; /* Centra la imagen verticalmente si se necesita */
  height: 100vh; /* Altura de la ventana para centrar verticalmente */
}

img {
  max-width: 80%; /* Cambia el tamaño máximo de la imagen */
  height: auto; /* Mantiene la proporción de la imagen */
  border-radius: 10px; /* Esquinas redondeadas opcional */
}

/* carrousel */
.custom-carousel {
  width: 100%;
  margin: 0 30px; /* Reduce el margen para centrar mejor el carrusel */
}

.custom-carousel h2 {
  font-size: 26px;
  line-height: 38px;
  padding-bottom: 24px;
  opacity: .9;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
}

/* imágenes */
.custom-slick-list {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 304px;
  padding: 10px 30px; /* Padding para evitar que los botones tapen las imágenes */
  margin: 0 auto;
  max-width: 90vw;
  overflow: hidden;
}

.custom-slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  transition: .5s ease-in-out;
}

.custom-slick {
  position: relative;
  width: 275px;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  height: 100%;
}

.custom-slick h4 {
  position: absolute;
  z-index: 1;
  font-size: 22px;
  line-height: 23px;
  color: #fff;
  padding: 15px;
}

.custom-slick h4 small {
  font-size: 15px;
  display: block;
}

.custom-slick a img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
  transition: .3s ease-in-out;
  margin: 0 auto; /* Centra la imagen dentro del contenedor */
}

.custom-slick a img:hover {
  opacity: .85;
}

/* botones */
.custom-slick-arrow {
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  z-index: 4;
  width: 48px;
  height: 48px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
  border: 0;
  cursor: pointer;
}

.custom-slick-arrow:focus {
  outline: 0;
}

.custom-slick-arrow svg {
  width: 12px;
  height: 100%;
  color: rgba(0,0,0,.7);
}

.custom-slick-prev {
  left: 10px; /* Ajusta la posición del botón izquierdo */
}

.custom-slick-next {
  right: 10px; /* Ajusta la posición del botón derecho */
}

.containernewz {
  width: 80%; /* Cambia el tamaño según necesites */
  height: auto; /* Ajusta la altura automáticamente */
  max-width: 1200px; /* Puedes definir un ancho máximo */
  margin: 0 auto; /* Centra el contenedor horizontalmente */
}

/* historia.css */
.historia-container {
  text-align: center;
  margin: 20px;
}

.hidden {
  display: none;
}

.btn-historia {
  width: 100%; /* Abarca el 100% del ancho */
  padding: 10px 0; /* Espaciado vertical */
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(6, 160, 27); /* Color de fondo verde */
  color: white; /* Color del texto */
  border: none; /* Sin borde */
  border-radius: 5px; /* Bordes redondeados */
  transition: background-color 0.3s; /* Efecto de transición */
}

.btn-historia:hover {
  background-color: darkgreen; /* Color al pasar el ratón */
}

.historia-contenido {
  margin-top: 15px; /* Espaciado entre el botón y el contenido */
  text-align: left; /* Alineación del texto a la izquierda */
}