
/* Header */
.logos-centrado-new-vipuls{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.logos-new-vipuls{
  max-width: none;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 90px;
  width: auto;
}


.fuente-martel{
  font-family: 'Martel' !important;
}

.text-blue{
  color: #031332 !important;
}

.text-gray{
  color: #526168 !important;
}


.btn-submenus{
  background-color: #526168;
  border-color: #526168;
  width: 100%; 
  padding: 13px; 
  font-size: 14px;
  font-weight: 400;
}

.btn-submenus:hover {
  color: #fff !important;
  background-color: #031332;
  border-color: #031332;
}


.background-blue{
  color: #031332 !important;
}

.left-div-submenu{
  padding-left: 0px;
}

.rigth-div-submenu{
  padding-right: 0px;
}


/* Mobile */
@media (min-width: 769px){
  .left-div-submenu{
    padding-left: 1px;
  }

  .rigth-div-submenu{
    padding-right: 1px;
  }
}

/* Mobile */
@media (min-width: 992px) and (max-width: 1200px) {
  .btn-submenus{
    padding: 13px 0px; 
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .btn-submenus{
    padding: 13px 0px; 
    font-size: 9px;
  }
}

@media (max-width: 768px){
  .left-div-submenu{
    margin-top: 5px;
  }
  .btn-submenus{
    padding: 13px 0px; 
    font-size: 13px;
  }
}


/* Título secciones */
/* .titulo-seccion-new-vipuls{
  font-family: 'Martel' !important;
} */


/* colores de fondo */
.bg-new-vipuls-suave {
  background: #eef3f8;
  fill: #dee8f1;
}
  
.bg-new-vipuls {
  background: #dee8f1;
  fill: #dee8f1;
}


/* Menu Index */
.navbar {
  background-color: #dee8f1;
  color: #fff;
  margin: 0;
  box-shadow: none;
}

.navbar.nav-secundario {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}


.li-menu {
  background-color:#48565d;
  margin-right: 1px;
}

.li-menu a {
  color:#ffffff !important; 
}

.li-menu:hover {
  background-color: #031332; /* Slightly darker background on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Slightly larger shadow */
}

.li-menu.active > a {
  background-color: #031332; /* Slightly darker background on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Slightly larger shadow */
}
  
  
.nav > li > a {
  padding: 9px 20px;
}

.navbar-collapse {
  padding-left: 0px !important;
}

.navbar {
  min-height: 25px !important;
}

  
/* Swipper */
div.float-arrow {
  position: fixed;
  top: 250px;
  color: #FFF;
  text-align: left;
}
  
  
div.float-arrow a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 0px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}


div.float a .right-arrow {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 0px;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}


/* Buttons */
.btn-convocatoria-concursos{
  background-color: #526168;
  border-color: #526168;
  width: 100%; 
  padding: 13px; 
  font-size: 14px;
  font-weight: 400;
}

/* Sección Indicadores */
.custom-col-5 {
  width: 20%;
}

.box-indicadores{
  border: 1px solid #e4e4e4;
  padding: 20px;
}

.box-indicadores-titulo{
  font-weight: bold;
  color:#031332;
  margin-bottom: 0px;
}

.box-indicadores-parrafo{
  font-weight: bold;
  color:#031332;
  font-size: 15px;
  text-align: center;
}

/* indicadores detalle */
.custom-col-4 {
  max-width: 22% !important;
}
 
.custom-col-4:hover {
  cursor: pointer;
}


.custom-col-3 {
  width: 30%;
}

.borde-col-3{
  border: 1px solid #526168;
}

.titulo-indicador{
  padding-left: 20px; 
  margin-top: 0px; 
  color:#031332; 
  font-weight: bold;
}

.parrafo-indicador{
  background-color: #f0f5f9; 
  color:#526168; 
  padding: 10px;
  margin:0;
  font-weight: bold;
}

.linea-indicador{
  width: 100%; 
  background-color: #526168; 
  border: none; 
  height: 1px;
}


/* agenda */
  
.agenda-btn-rounded{
  min-height: 100px;
  border-radius: 10px 0px 0px 10px;
  padding-top:25%;
}

.agenda-unit-body{
  color:#031332;
  padding: 5px 15px;
}

.agenda-ahref{
  color:#031332 !important; 
  font-size: 14px;
}

/* Convocatoria concursos */

.unit-top-convocatoria {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #031332;
  color:#f6f7f8;
  min-height: 50px;
}

.unit-body-convocatoria{
  color: #031332;
  background-color: white; 
  text-align: left;
  padding: 15px;
  min-height: 150px;
}

.pdf-convocatoria-descargar{
  float: right;
}

.btn-convocatoria-concursos:hover{
  background-color: #031332;
}
  
.pdf-convocatoria-descargar:hover{
  color:#ce0e2d;
}
  
/* Mobile */
@media (max-width: 1200px){

  .agenda-btn-rounded{
    padding-top:4%;
  }
}

@media (max-width: 767px){

  .custom-col-4 {
    max-width: 47% !important;
  }

  .box-indicadores {
    padding: 10px;
  }

  .box-indicadores-titulo {
    font-weight: 400;
    font-size: 24px;
  }

  .box-indicadores-parrafo {
    font-weight: 400;
    font-size: 14px;
    font-weight: bold;
  }

  .shell {
    max-width: 100%;
  }
}


/* Página Transferencia */

.bg-azul-oscuro{
  background-color: #031332;
}

.responsive-tabs .resp-accordion {
  color: #fff !important;
}

.box-recursos-herramientas{
  border-style: solid; 
  color: #fff;
  padding: 20px;
  /* margin-right: 10px; */
  width: 24%;
}

/* Mobile */
@media (max-width: 1200px){

  .box-recursos-herramientas{
    width: 20%;
  }
}

@media (max-width: 769px){

  .box-recursos-herramientas{
    width: 100%;
  }
}


.icon-right-arrow{
  transform: rotate(270deg); 
  float: right;
}

.icon-left-blue-arrow{
  transform: rotate(90deg);
}

/* background-image: url(/images/building.jpg); */



.portafolio-news-ceiuls{
  background-color:#f7f7f7; 
  height: 300px !important;
  min-height: 300px;
}

.portafolio-news-body-ceiuls{
  height: 300px;
  padding: 0px 15px 15px 15px;
}


.portafolio-news-body-a{
  font-size: 14px;
}


.post-news-ceiuls{
  background-color:#f7f7f7; 
  height: 350px !important;
  min-height: 350px;
}

.post-news-titulo{
  background-color: #031332; 
  padding: 5px;
}

.post-news-titulo-creacion{
  background-color: #8583FF; 
  padding: 5px;
}

.post-news-titulo-innova{
  background-color: #DAAB26; 
  padding: 5px;
}

.post-news-titulo-cati{
  background-color: #5B427C; 
  padding: 5px;
}

.post-news-bajada{
  color: #526168; 
  padding:15px; 
  font-size: 11px;
}

.post-news-body-ceiuls{
  height: 200px;
  padding: 0px 15px 15px 15px;
}

.post-news-body-a{
  font-size: 14px;
}


@media (max-width: 767px){
  .post-news-bajada{
    font-size: 10px;
  }

  .post-news-body-a{
    font-size: 12px;
  }
}

.resp-arrow{
  color: white !important;
}


.icon-contactenos{
  padding-left: 15px;
  padding-right: 5px;
}

.display-casos-exito-center{
  display: flex;
  justify-content: center; /* Centers the image horizontally */
  align-items: center;     /* Centers the image vertically if needed */
  height: 100%;            /* Optional, adjust height as needed */
}


/* Mobile */
@media (max-width: 991px) {
  .div-media-casos-exito p {
    text-align: center !important; /* Center-aligns text inside the <p> element */
  }
}

/* Mobile */
@media (min-width: 992px){

  .div-media-casos-exito{
    padding-left: 5%;
    text-align: left;
  }

  .p-media-videos-titulo{
    padding-top: 10%;
    margin-bottom: 0px;
  }

  .p-media-parrafo{
    margin-top: 0px;
    margin-bottom: 20px;
  }
}



.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); Color semi-transparente */
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center;     /* Centra verticalmente */
  color: white;            /* Color del texto */
  text-align: center;
  font-size: 24px;
  padding: 10px;
}


.swiper-pagination-bullets{
  text-align: center !important;
  bottom: 10px !important;
}


.btn-primary:hover {
	color: #fff;
	background-color: #031332;
	border-color: #031332;
}



.background-border-blue{
  color: #fff !important;
  background-color: #031332 !important;
  border-color: #031332 !important;
}


.border-blue{
  border-color: #031332 !important;
}



.image-container-services:hover{
  cursor:pointer;
}



.modal-header-servicios{
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-body-servicios{
  padding: 15px;
  text-align: justify;
}

.modal-footer-servicios{
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.custom-col-3:hover{
  cursor: pointer; 
}


.carousel-showmanymoveone
{
  .carousel-control
  { 
    width: 4%;
    background-image:none !important;

    &.left 
    {
      margin-left:15px;
    }

    &.right 
    {
      margin-right:15px;
    }
  }

  .cloneditem-1, 
  .cloneditem-2, 
  .cloneditem-3
  {
    display: none;
  }

  .carousel-inner
  {
    @media all and (min-width: 768px)
    {
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        { 
          transform: translate3d(50%, 0, 0);  
          left: 0;
        }

        > .item.active.left,
        > .item.prev
        { 
          transform: translate3d(-50%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }    
      } 

      > .active.left,
      > .prev
      {
        left: -50%;
      }

      > .active.right,
      > .next
      {
        left:  50%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-1 
      {
        display: block;
      }
    }

    @media all and (min-width: 992px)
    {    
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        { 
          transform: translate3d(25%, 0, 0);  
          left: 0;
        }    

        > .item.active.left,
        > .item.prev
        { 
          transform: translate3d(-25%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }
      }

      > .active.left,
      > .prev
      {
        left: -25%;
      }

      > .active.right,
      > .next
      {
        left:  25%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-2, 
      .cloneditem-3
      {
        display: block;
      }
    }    
  }
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	left: auto;
	right: 0;
  background-image: none;
}


.cati-servicios{
  position: relative; 
  display: inline-block; 
  padding: 0px;
}