/* Version 1.0*/
/*Index css*/
.section-index{
    padding: 0 10px;
}
/*Start Card Service*/
.service-title-div{
    text-align: center;
    color: rgb(0 107 179);
    font-size: 2rem;
    padding: 80px 0;
    
}
.section-index .service-title-div  h2{
    font-weight: bold;
}
.service-img {
  transition: transform 0.3s ease;
    /*Suaviza la transición de la escala */
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.service-img-container:hover .service-img {
  box-shadow: 0px 0px 0px rgba(0,0,0,0.2); /* Opcional: añade sombra */
  transform: scale(1.1); /* Opcional: efecto de zoom al hacer hover */
}
/*.service-cardBox {
    width: 350px;
    height: 250px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 5px;
    /*box-shadow: rgba(47, 130, 240) 0px 2px 10px 0px,
      rgba(47, 130, 241) 0px 2px 25px 0px; 
  }
  
  .service-card {
    position: absolute;
    width: 95%;
    height: 95%;
    background: rgb(0 107 179);
    border-radius: 5px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
    /*box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset; 
  }
  
  .service-card  span{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: 800;
    pointer-events: none;
    opacity: 0.1;
  }

  .service-text {
    top: 50%;
  }
  
  .service-card .service-content h3 {
    font-size: 3rem;
    padding-bottom: 10px;
  
  }
  
  .service-card .service-content p {
    font-size: 40px;
    line-height: 25px;
    color:#ffffff
  }
  .service-card .service-content p:hover {
    color:#56b0da;
  }
  
  /* .service-card .service-content {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
  } */
  
  /*.service-card:hover .service-content {
    transform: translateY(0);
    opacity: 1;
  } */
  
  /*.service-cardBox::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 150%;
    background: #40E0D0;
    background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
    background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
    animation: glowing01 5s linear infinite;
    transform-origin: center;
    animation: glowing 5s linear infinite;
  }
  
  @keyframes glowing {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  */
/*End Card Service*/

/*Start Noticias*/
/*
.noticia-t {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.noticia-c{
  padding-left: 0 !important;
  
}
.noticia-card img{
    height: max-content;
    object-fit: cover;
    /*border-radius: 5px 5px 0 0;
}
.noticia-title-card h1{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}
.noticia-title-card img {
  width: 500px;
  height: 50%;
}
.noticia-title-card {
  background-color: rgb(0 107 179);
  color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 93vh;
  background-color: rgb(0 107 179);
  z-index: -1; /* Add this line to make the background fill the designated column 
  
}
.noticia-title-card span{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-80%, -30%);
  font-size: 3rem;
  font-weight: 800;
  pointer-events: none;
  opacity: 0.1;
}
.noticia-text-card{
  font-family: "Moserrat", sans-serif;
  padding: 10px;
  height: 258px;
}
.noticia-text-card h4{
  padding-top: 30px;
}
.noticia-text-card p{
  font-size: 14px;
  padding-top: 15px;
} */
.display-directivos{
  gap: 0.5rem;
}
.title-directivos{
  color: #0f1886;
  font-size: 14pt;
}
.subtitle-directivos{
  color: black;
}

.noticia-text-card-content{
  height: 250px; /* Tamaño máximo del contenedor de texto */
  /*white-space: nowrap; /* Evita que el texto se divida en varias líneas */
  overflow: hidden; /* Oculta el contenido que desborda el contenedor */
  text-overflow: ellipsis; /* Muestra puntos suspensivos (...) cuando el texto no cabe */
  border: 10px solid rgb(0 107 179)!important;
  border-radius: 0 0 10px 10px!important; /* Radio de las esquinas redondeadas */
}

.noticia-text-card-content p{
  color:#ABB2B9;
}
.noticia-text-card-content span{
  background-color: rgb(0 107 179);
  color:white;
  display: inline-block;
  border-radius:5px;padding: 2px;
  font-size:1rem;
}
/*Start Button hover*/
.btn-notice {
  appearance: button;
  background-color: rgb(17, 121, 190);
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 19px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
 }
 
 .btn-notice:after {
  background-clip: padding-box;
  background-color: rgb(0 107 179);
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
 }
 
 .btn-notice:main, .btn-notice:focus {
  user-select: auto;
 }
 
 .btn-notice:hover:not(:disabled) {
  filter: brightness(1.1);
 }
 
 .btn-notice:disabled {
  cursor: auto;
 }
 
 .btn-notice:active:after {
  border-width: 0 0 0px;
 }
 
 .btn-notice:active {
  padding-bottom: 10px;
 }
/*End Button Hover*/
.card {
  position: relative;
  overflow: hidden;
}

.card-button {
  position: absolute;
  bottom: -50px; /* Ajusta la distancia del botón desde el borde inferior */
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.3s ease;
}

.card:hover .card-button {
  bottom: 15px;
}
/*End Noticias*/
/*Start Aliados estrategicos*/
.aliados-title-div{
  text-align: center;
  color: rgb(0 107 179);
  font-size: 2rem;
  padding: 20px 0;
  
}
/*End Aliados estrategicos*/
/*Start Media Query*/
/*Movil*/
@media screen and (max-width: 768px) {
  .aliados-title-div{
    padding: 0px 0px;
  }
  .noticia-title-card img {
    width: 400px;
    
  }
  .noticia-card img {
    object-fit: cover;
    
  }
  .noticia-text-card{
    height: 200px;
  }
  .title-directivos{
    /* color: red; */
    font-size: 3vw;
  }
  .subtitle-directivos{
    /* color: red; */
    font-size: 2vw;
  }
  .display-directivos{
    gap: 0;
  }
}
/*Tablet*/
@media screen and (min-width: 769px) and (max-width: 991px) {

  .noticia-card img {
    object-fit: cover;
  
  }
  .noticia-t {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .noticia-c{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

}
/*Laptop*/
@media only screen and (min-width: 992px) and (max-width: 1023px) {

}
/*Laptop O Tablet (caso especial)*/
@media only screen and (min-width: 930px) and (max-width: 991px) {
    
}
/*Desktop*/
@media screen and (min-width: 992px) {
  
}
/*Desktop HD*/
@media only screen and (min-width: 1440px) {
  .noticia-card  img {
    object-fit: cover;
}
.noticia-title-card {
  height: 62vh;
}
.noticia-title-card img {
  width: 600px;
  
}
}
