/* Colores */

:root {
  --primary: #0091b1;
  --secundary: #454545;
  --terciary: #eef2f6;
  --Quaternary: #fafafa;
  --grisclaro: #5e5e5e;
  --grisplano: #f1eeee;
  --amarillo:#F0AF07;
  --opacidad:#00aed53d;
  --grisnew:#D9D9D9;
}
.text-gris {
  color: var(--secundary)!important;
}
.text-cerulio {
  color: var(--primary)!important;
}
.text-grisclaro {
  color: var(--grisclaro)!important;
}
.bg-cerulio {
  background: var(--primary)!important;
}
.bg-secundary {
  color: var(--secundary) !important;
}
.bg-terciary {
  background: var(--terciary) !important;
}
.bg-quaternary {
  background: var(--Quaternary) !important;
}
.ultimas-noticias-card {
  background: var(--terciary)!important;
}
.bg-template {
  background: #eefcff!important;
}
.bg-gris-oscuto{
  background:var(--gris)!important;
}
.bg-grisplano{
  background: var(--grisplano);
}
.bg-grisNew{ background:var(--grisnew);
}
/* textos */
p,span{
  font-family: Chilena!important;
}

.border-cerulio{
  border: 1px solid #0091b1;
 
}
/* font-size */
.fs-10{
  font-size: 10px!important;
}
.fs-14 {
  font-size: 14px!important;
}
.fs-16{
  font-size: 16px!important;
}
.fs-18{
  font-size: 18px!important;
}


/* Menú Dropdown */
ul.dropdown-menu {
  width: 100%;
  background: var(--Quaternary);
  font-size: 14px;
  color: var(--primary);
}
ul.dropdown-menu.show {
  inset: 11px auto auto -12px !important;
  transform: translate3d(9px, 29px, 0px) !important;
  box-shadow: 0px 0px 2px 0px rgba(69, 69, 69, 0.6);
}
/* Titulos */
.title-principales {
  font-size: 30px !important;
  margin: 5rem 0 !important;
}
.title-principal {
  color: var(--primary);
  font-family: Chilena !important;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
}

.title-relacionadas {
  color: var(--primary);
  font-family: Chilena !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2!important;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.title-noticias {
  color: var(--primary);
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Chilena;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 27px;
  /* margin-top: 27px; */
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
   /*min-height: 75px;*/
}
.title-noticias-secundarias {
  color: var(--primary);
  font-family: Chilena !important;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
}

/* textos */
.text-general {
  color: #454545;
  text-align:center;
  font-family: Chilena !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 122.727% */
  margin-bottom: 27px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-justify {
  text-align: justify;
}
/* botones */

.btn-card {
  max-width: 20rem;
  border-radius: 50px;
  background: var(--primary);
  color: #fff;
  text-align: center;
  font-family: Chilena !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 15px;
  border: none;
  box-shadow: 0 0 10px #ddd !important;
  cursor: pointer;
}

.btn-card-cerrada {
  background: var(--secundary);
}
.btn-card.btn-card-cerrada:hover {
  background: var(--secundary)!important;
  box-shadow: none!important;
  color: #fff!important;
}

.btn-card:hover {
    background: var(--secundary)!important;
    box-shadow: 0px 0px 2px 0px rgba(69, 69, 69, 0.6) !important;
    color: var(--primary) !important;
    transition: 0.5s;
}

#noticias .btn-card {
  padding: 20px;
}
.btn-card:hover {
  background: #fff !important;
  box-shadow: 0px 0px 2px 0px rgba(69, 69, 69, 0.6) !important;
  color: var(--primary) !important;
  transition: 0.5s;
}
.btn-Noticias {
  border-radius: 15px;
  background: #fff;
  color: var(--primary);
  text-align: center;
  font-family: Chilena;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px; /* 0% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 15px;
  border: none;
}
.btn-tipo-filtro {
  width: 149px;
  height: 37px;
  padding: 8px 14px;
  border-radius: 60px;
  background: var(--primary);
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.btn-tipo-filtro-convocatorias {
  padding: 8px 14px;
  border-radius: 60px;
  background: var(--Quaternary);
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
}
.btn-descargar {
  border-radius: 15px;
  background: #fff;
  color: var(--cerulio);
  text-align: center;
  font-family: Chilena;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px; /* 0% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 15px;
  border: none;
}
.btn-card-link span {
  color: #fff;
  margin-right: 10px;
}
.btn-card-link span:hover {
  color: var(--primary);
  margin-right: 10px;
}
.btn-card-link {
  color: white;
}
/* imagenes */
.imgBg {
  border-radius: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.imgBg-convocatorias {
  border-radius: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 276px;
}
.imgBg-MasVistos {
  border-radius: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 189px;
}
.imgBg-noticias {
  border-radius: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 393px;
}
.imgBg-noticias-interior {
  border-radius: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 255px;
}
.imgBg-noticias-secundarias {
  border-radius: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 198px;
}
.imgen-cabecera-detalle-noticia{
  background-position: center center!important;
}
/* Border radius */
.br-30{
  border-radius:30px!important;
}
.br-63 {
  border-radius: 63px !important;
}
/* Contenidos generales */

.content-feria {
  background-color: #fafafa;
  border: 1px solid var(--primary);
  border-radius: 30px;
  padding: 50px 90px;
}

.tarjeta-feria {
  margin-top: 20px !important;
}

.tarjeta-feria-titulo, .tarjeta-feria-titulo p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.8%;
  text-transform: uppercase;
  color: #0091B1;
  overflow: hidden;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tarjeta-feria-sub-titulo, .tarjeta-feria-sub-titulo p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #0091B1;
}
.tarjeta-feria-fecha {
  font-size: 1em;
  color: #0091B1;
}
.tarjeta-feria-detalle div {
  letter-spacing: 0.16em;
  word-spacing: 0.16em;
}

.tarjeta-feria-imagen {
  border: 1px solid var(--primary);
  border-radius: 23px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 135px;
}
.card-noticia-principal {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.card-noticias {
  border: none !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  margin-bottom: 93px!important;
  width: 95%;
}
.card-noticias:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4) !important;
  transition: 1s;
}
/* ===== INICIO CONVOCATORIA RECIENTES Y MAS VISTOS ===== */

.content-padre-convocatorias-recientes {
  padding-left: 200px;
}

.btn-tipo-filtro a i {
  color: white;
  font-size: 27px;
  position: absolute;
  right: 9px;
  top: 7px;
}
.btn-tipo-filtro-convocatorias a i {
  color: black;
  font-size: 27px;
  position: absolute;
  right: 9px;
  top: 7px;
}

.btn-convocatoria{
	padding-top: 0.7rem!important;
    padding-bottom: 0.7rem!important;
}

.convocatorias-recientes-card {
  min-height: 273px;
  border-radius: 30px !important;
  border: 0.5px solid var(--primary) !important;
  background: #fff;
}
.convocatorias-recientes-card:hover {
  background: var(--Quaternary);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  border: 0.5px solid #454545;
  transition: 0.5s;
}
.convocatorias-recientes-tag-Modalidad {
  border-radius: 30px;
  border: 1px solid var(--primary);
  font-size: 10px;
  font-weight: bold;
  
}
.convocatorias-recientes-tag-TipoEvento {
  border-radius: 30px;
  border: 1px solid var(--secundary);
  font-size: 10px;
  font-weight: bold;

  color: var(--secundary);
  margin-left: 7px;
  padding: 1px 2px;
}
.convocatorias-recientes-tag-TipoEvento span {
  color: var(--secundary);
  text-align: center;
  font-family: Chilena;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.convocatorias-recientes-tag-Modalidad span {
  color: var(--primary);
  text-align: center;
  font-family: Chilena;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.convocatorias-card-titulo {
  color: var(--secundary);
  font-family: Chilena;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 88.235%; */
  line-height:1.2 ;
  overflow: hidden;
  text-transform:uppercase;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.convocatorias-card-fecha {
  color: var(--primary);
  font-family: Chilena;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 121.429% */
}

.convocatorias-card-postulacion {
  color: var(--primary);
  font-family: Chilena;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 121.429% */
}
.lo-mas-visto-card {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 3;
  padding: 5px 12px 5px 15px;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  background: var(--primary);
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}
.convocatorias-interior{
  height: 270px;
}
.imgBg-convocatorias{
  height:100%!important;
}

.lo-mas-visto-card p {
  font-size: 16px;
}

.convocatorias-mas-vistas .card-header {
    padding: 0;
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: transparent!important;
	  background: none!important;
    border-bottom: 0!important;
}

.convocatorias-mas-vistas {
  min-height: 450px;
  border-radius: 30px!important;
}
/* carrusel card mas vistos */
#carouselExampleIndicators2 .carousel-inner {
  border-radius: 30px;
  border: 0.5px solid #d9dada!important;
}
#carouselExampleIndicators2 .carousel-inner:hover {
  border: 0.5px solid #454545;
  background: #fafafa;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}

.content-convocatorias {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* ===== FIN CONVOCATORIA RECIENTES Y MAS VISTOS ===== */

/* ===== NOTICIAS ===== */

/* botones Noticias */

#Page-noticias .card-noticias {
  max-height: 650px;
  border: none !important;
  box-shadow: 0 0 20px #eee;
  margin-bottom: 93px;
  min-height: 550px;
}
#Page-noticias .btn-card {
  min-width: 11rem;
  border-radius: 50px;
  background: var(--primary);
  color: #fff;
  text-align: center;
  font-family: Chilena !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 20px;
  border: none;
  box-shadow: 0 0 10px #ddd !important;
}
#Page-noticias .text-general {
  color: #454545;
  text-align: center;
  font-family: Inter !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 27px;
  line-height: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#page-noticias .imgBg-noticias {
  border-radius: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 255px;
}
#page-noticias .p.fecha {
  font-size: 14px;
}
.imagen-noticia-relacionada {
  border-radius: 30px;
  background-position: unset;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
}
/* ======= SLIDER BOOTSTRAP =====*/

/* Carousel */

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-indicators {
  bottom: -50px !important;
}
.carousel-indicators [data-bs-target] {
  width: 12.4px !important;
  height: 12.4px !important;
  border-radius: 100% !important;
  background: #d9d9d9 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.carousel-indicators .active {
  background-color: var(--primary) !important;
}

/* ===== Historico Convocatorias ===== */

.btn-tipo-filtro-convocatorias input#txt_buscador {
  background: transparent;
  border: none;
  width: 88%;
}
.btn-tipo-filtro-convocatorias button {
  border: none;
  background: transparent;
}

/* Calendario */

.input-group-append {
  cursor: pointer;
}
div#datepicker {
  background: var(--Quaternary);
  border-radius: 30px;
}
#datepicker input#date {
  background: var(--Quaternary);
  border: 0;
  border-radius: 30px;
}

/* Detalle convocatoria */
#detalle-convocatoria .content-image .imgBg {
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 300px;
}

#detalle-convocatorias .imgBg {
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
  border: 1px solid var(--primary);
}
#noticias-galeria .imgBg {
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* width: 461px;
  height: 307px; */
}
#noticias-galeria .imgBg img {
  width: auto;
  height: 300px;
}
.bloque-content {
  border-bottom: 2px solid #fff;
}
/* Planificacion 2024 */
.responsive-image {
  max-width: 100%!important;
  height: auto;
}
.wrapper .tabs-box {
    display: flex;
    gap: 12px;
    list-style: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: 50px;
}
.tarjeta-planificacion{
  min-height: 390px;
  background: white;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  padding: 19px;
}
.categoria-icon::before {
  content: ' ';
  width: 57px;
  height: 74px;
  position: absolute;
  background: #62bbd0;
  border-radius: 50px;
  opacity: 0.7;
  display: block;
  top: -10px;
  left: 0;
  transform: rotate(250deg);
}
.categoria-icon{
  height: 52px;
  background: #0091b3;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom:20px;
}
.img-econCrea img {
  width: 100%;
}
#planificacion-principal .planificacion-container{
  background:#fafafa;
  border:1px solid var(--primary);
}
#planificacion-principal .tab-box{
height: 44px;  
background: transparent;
color: var(--primary); 
box-shadow: none;

}
#planificacion-principal .item .active.tab-box{
  width: 200px!important;
  color: var(--primary)!important;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25)
}
#planificacion-principal .item .active.tab-box p {
  color: var(--primary);
}
/* filtro planificacion 2024 */
.filtro-template {
  border: 0;
  background: var(--primary);
  color: white;
  font-size: 16px;
  padding: 10px;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 14px;
  appearance: none!important;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.7071%2014.7071C12.3166%2015.0976%2011.6834%2015.0976%2011.2929%2014.7071L6.29289%209.70711C5.90237%209.31658%205.90237%208.68342%206.29289%208.29289C6.68342%207.90237%207.31658%207.90237%207.70711%208.29289L12%2012.5858L16.2929%208.29289C16.6834%207.90237%2017.3166%207.90237%2017.7071%208.29289C18.0976%208.68342%2018.0976%209.31658%2017.7071%209.70711L12.7071%2014.7071Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}
/* preadmisibilidad */
.banner-imgBg{
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 500px;
}
.preadmisibilidad-imagen-tab{
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 452px;
}

.btn-amarillo{
  width: 162px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--amarillo)!important;
  border: 0;
  border-radius: 18px;
  padding: 18px 8px;
  font-size: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn-amarillo:hover{
  transition: .5s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.btn-cerulio{
  width: 162px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--primary)!important;
  border: 0;
  border-radius: 18px;
  padding: 18px 8px;
  font-size: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn-cerulio:hover{
  transition: .5s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.preadmisibilidad-container p{
  font-size: 48px!important ;
}
/* .preadmisibilidad-content{
  margin-top: 130px!important;
  margin-bottom: 130px;
} */

.preadmisibilidad-title{
color: #0091B3;
text-align: center;
font-family: Open Sans;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 56px */
}
.preadmisibilidad-title-secundario{
color: #0091B3;
text-align: center;
font-family: Open Sans;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2.88px;
}
.preadmisibilidad-bullet li{
  display: flex;
  flex-direction: row;
}
.preadmisibilidad-bullet li::before{
  content:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M13%2023.8333C18.9583%2023.8333%2023.8333%2018.9583%2023.8333%2013C23.8333%207.04163%2018.9583%202.16663%2013%202.16663C7.04167%202.16663%202.16667%207.04163%202.16667%2013C2.16667%2018.9583%207.04167%2023.8333%2013%2023.8333Z%22%20stroke%3D%22%230091B3%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M8.39583%2013L11.4617%2016.0659L17.6042%209.9342%22%20stroke%3D%22%230091B3%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left -0.15rem top 50%;
  background-size: 2rem auto;
}
.preadmisibilidad-calendario p{
  font-size: 18px;
  text-align: center;
}
.preadmisibilidad-texto{
  margin-left: 220px;
  margin-right: 220px;
}
.preadmisibilidad-bullet p {
  font-size: 18px;
}
/* Buscador Actividades palnificadas y Pre admisibilidad */
input#frase.filtro-template {
  border-bottom: 2px solid var(--primary);
  background: none;
  border-radius: 0;
  color: gray;
}
/* Calendario fechas */
.calendario-ferias-macrosector{
  padding: 4.5px 8px;
  border-radius: 30px;
  font-weight: 700;
}
.calendario-ferias-microsector{
  padding: 4.5px 8px;
  border-radius: 30px;
  border: 1px solid #FFF;
  font-weight: 700;
}
.calendario-ferias-location{
  margin-top:12px;
  letter-spacing: 4.5px;
  line-height: 20.66px;
  text-wrap:pretty;
}
.calendario-ferias-ubicacion{
  line-height: 20.66px;
  letter-spacing: 4.5px;
}
.ferias-date{
  color: #FFF;
  font-family: Chilena;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 114.8%; /* 16.072px */
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 10px;
}
.btn-postulacion{
border-radius: 30px;
border: 0;
background: #FFF;
padding: 7px 11px 7px 6px;
align-items: center;
}
.calendario-ferias-filtro {
  padding: 8px 14px;
  border-radius: 60px;
  background: var(--primary);
  text-decoration: none;
  font-size: 14px;
}
.calendario-ferias-filtro span{
  color: #fff!important;
}
.calendario-ferias-buscador{
  border-bottom: 2px solid var(--primary);
  background: transparent;
}
.calendario-ferias-buscador input#txt_buscador{
  width: 100%;
  background: none;
  border: none;
}
.calendario-ferias-buscador button{
  font-size: 20px;
  background: none;
  float: right;
  border: none;
  position: absolute;
}
input#txt_buscador:focus-visible {
  outline: none;
}
.ferias-grid{
  display: grid!important;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}
.calendario-ferias-title{
  line-height: 20.66px;
  letter-spacing: 4.5px;
  line-height: 20.66px;
}
.calendario-ferias-content{
  padding: 30px!important;
} 
.calendario-imgBg {
  border-radius: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 167px;
}

/* formaciones exportadoras */

.contain-programa:hover {
  transition: .5s;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
button.btn-programa:hover {
  transition: .5s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#programas-exportador.owl-carousel .owl-item img {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 321px!important;
}
.owl-item {width: 128.906px; margin-right: 10px;}

.contain-quienesSomos {
  width: 1200px!important;
  margin-left: auto;
  margin-right: auto;
}
.mb-125{
  margin-bottom: 125px!important;
}
.mt-125{
  margin-top: 125px!important;
}
.card-information{
  height: 300px;
}
/* card flipper */
.flip-card {
  background-color: transparent;
  width: 426px;
  height: 441px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 426px;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
 border-radius: 30px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  /* width: 426px; */
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 30px;
}

/* .flip-card-front {
  background-color: #bbb;
  color: black;
} */

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  
}
.bg-opacidad{
  background: var(--opacidad);
}
.card-information{
  animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

/* carousel */

#all {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

#play-video {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 1.5;
  cursor: pointer;
}
#play-video:hover {
  transform:scale(1.05);
  -moz-transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -o-transform:scale(1.05);
}
#play-video i {
  transition: all 0s ease !important;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  line-height: 0;
}

#close-video {
  border: 4px solid;
  border-radius: 50%;
  background: transparent;
  font-size: 26px;
  color: #8D908A;
  height: 56px;
  width: 56px;
  text-align: center;
}

.youtube-video .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  height: 100%;
  max-width: 1000px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
iframe#youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.youtube-video .modal-footer {
  border: none;
  text-align: center;
  display: block;
  padding: 0;
}
.youtube-video .modal-content {
  background: none !important;
  border: none;
}
/* Owl Carousel */

#formacion-testimonios .owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

#formacion-testimonios .owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

#formacion-testimonios .owl-prev:hover,
#formacion-testimonios .owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel - Testimonios formacion exportadora */


/* Popup Text */

#formacion-testimonios .white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

#formacion-testimonios .popuptext {
  display: table;
}
#formacion-testimonios .popuptext p {
  margin-bottom: 10px;
}
#formacion-testimonios .popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
#formacion-testimonios .item {
  position: relative;
}
#formacion-testimonios .item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#formacion-testimonios .item a {
  display: block;
  width: 100%;
}
#formacion-testimonios .item a:hover i {
  display: block;
  z-index: 2;
}
#formacion-testimonios .owl-carousel .owl-item img{
  border-radius:70px;
}
#formacion-testimonios  .owl-carousel .owl-item img {
  background-position: center;
  background-repeat: no-repeat;
  height: 321px !important;
  border-radius: 70px!important;
}
#formacion-testimonios .item a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.364);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 70px;
}
#formacion-testimonios em.testimonio-imgBg.fa.fa-play-circle-o {
  font-size: 60px;
  position: absolute;
  bottom: 17px;
  right: 35px;
  color: white;
  opacity: 0.6;
}
/* soluciones globales */

.soluciones-title h2{
  color: #74C6D3;
  font-size: 58px;
}
.soluciones-text p{
  font-size: 24px;
}
.feria-content-definicion{
  margin-bottom: 88px;
}
.feria-content-programa{
  margin-bottom:126px;
}
.soluciones-img{
  background-image: url(/images/default-source/soluciones-globales/b998969dd09b8558a8d7924f83143c19.jpeg?Status=Temp&sfvrsn=57c99be3_2);
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 426px;
}
.feria-content-info {
  font-size: 15px;
  }
.feria-content-info h5 {
  font-size: 24px;
}
.ferias-info {
height: 426px;
}
.feria-lanzamiento{
  margin-left:350px;
  margin-right:350px;
}
button.btn-programa{
  background:#74C6D3;
}
.soluciones-card{
  min-height: 250px;
}
.soluciones-imgBg img{
  height: 230px;
  object-fit: cover;
  object-position: top;
  border-radius: 63px;
}
.soluciones-text {
  margin-top: 50px;
  text-align: center;
}
.feria-content-info{
  margin-left:52px!important;
}
.feria-content-right{
  width:392px;
}
.feria-content-info-right{
  margin-left:48px;
}
.carousel-caption{
  left:9%!important;
}

/*timeLapse Actividades 2024 */

.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: #0091b16e!important;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: -9px !important;
    left: 34px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #0091b16e!important;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 34px!important;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #0091b16e;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 30% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 168px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: -28px;
    top: 7px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: -28px;
    top: -81px;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    width: 15px;
    height: 15px;
    margin-left: -25px;
    border-radius: 50%;
    position: absolute;
    background: #0091B2;
    left:5.3%!important;
    top:0px!important;
  }
}

.ps-timeline-sec .container ol:before {
  background: #0091b1;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: -4px;
}
.ps-timeline-sec .container ol:after {
  background: #0091b1;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: -4px;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 390px 0;
  padding: 0;
  border-top: 2px solid #0091b16e;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 8%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  margin-left: -25px;
  box-shadow: 0 0 0 0px #fff;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 74px;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #0091b16e;
  width: 2px;
  height: 76px;
  background: #0091b16e;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #0091b1;
  width: 8px;
  height: 8px;
  background: #0091b1;
  position: absolute;
  bottom: 49px;
  left: -3px;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #0091b1;
  width: 2px;
  height: 75px;
  background: #0091b16e;
  position: absolute;
  bottom: -100px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #0091b1;
  width: 8px;
  height: 8px;
  background: #0091b1;
  position: absolute;
  top: 100px;
  left: -3px;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 225px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  width: 100%;
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 150px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  width: 100%;
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight:bold;
  font-size:16px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 135px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  width: 100%;
  position: absolute;
  margin-top: 60px;
}

/* YOUTUBE PLAY */

.btn-transparent {background: transparent !important;}
.btn-transparent:hover {background: transparent !important;}
.btn-white {background: #fff !important;}
.btn-white:hover {background: #fff !important;}
.text-red {color:red;}

.youtube-play {
    position: absolute;
    top: 20%;
    left: 45%;
    color: #fff;
    font-size: 2rem;
}
.youtube-play .fa-play:before {
    color: #fff;
}

/* SECCION HERRAMIENTAS */

#tns1-mw{line-height: 0;}
.seccion-herramientas .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: auto!important;
    display: block;
    margin-bottom: 2rem!important;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.col-herramientas p {
    font-size: 30px;
}

.seccion-herramientas .btn-outline-secondary {
    --bs-btn-color: #0091B1;
    --bs-btn-border-color: #0091B1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0091B1;
    --bs-btn-hover-border-color: #0091B1;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0091B1;
    --bs-btn-active-border-color: #0091B1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0091B1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0091B1;
    --bs-gradient: none;
  	width: fit-content;
    margin: 4px auto 15px auto !important;
    padding: 9px 0!important;
    font-size: 14px;
    border-radius: 13px;
}
.seccion-herramientas .btn-outline-secondary:hover, .btn-outline-secondary:active {color: #fff; background-color:#0091B1}
.seccion-herramientas .col-herramientas {padding:0 1%}

.seccion-herramientas .tns-item h3{
	font-family: 'Chilena'!important;
	font-style: normal;
  font-size:14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 45px;
	color: #0091B1;
        margin-top:25px;
}

.seccion-herramientas .align-item-center {align-items:center;}

.seccion-herramientas .p-20 {padding: 21px; padding-top:0; padding-bottom:0;}
.seccion-herramientas div.texto.mb-2 p.fs-6 {
    font-size: 14px!important;
    padding-left: 24px!important;
    padding-right: 24px!important;
    text-align: center;
}

.seccion-herramientas .item.col-convenios {
	box-shadow: 0px 12px 18px rgb(192 192 192 / 25%);
	border-radius: 30px;
    padding-right: 0;
    padding-left: 0;
  margin-left:25px;margin-right:25px;

}
.seccion-herramientas .item.col-convenios .texto.mb-2 { min-height: 182px;}

.seccion-herramientas p.fs-6 , .seccion-herramientas ul, .seccion-herramientas li{
font-size: 12px;
}
.seccion-herramientas div.texto.mb-2 p.fs-6 {
     font-size: 14px;
	padding-left: 24px!important;
    padding-right: 24px!important;text-align: center
}
.seccion-herramientas p.fs-6.txt-herramientas {font-size:14px}
.carrusel .tns-controls {
    display: block;
}
.seccion-herramientas #c-herramientas-iw {
    margin: 0px 15% 0px 0px!important;
}
.seccion-herramientas .c-logos {
    margin-bottom: 0rem!important;
}

.seccion-herramientas #c-herramientas > .tns-item {
    width: 314px!important;
    padding-right: 0px!important;
}
.seccion-herramientas  #c-herramientas-iw {
    margin: 0px -14px 20px 6px!important;
}

@media only screen and (max-width: 600px) {
.seccion-herramientas #tns3-iw {
    margin: 0px 78px 0px 0px!important;
}
  .seccion-herramientas #c-herramientas-iw {
    margin: 0px -14px 20px 6px!important;
}
}

.seccion-herramientas .carrusel .tns-controls button:first-child:after {
    content: url(https://www.prochile.gob.cl/images/default-source/web/slider/btn_blanco_izquierda);
    padding-right: 4px;
}
.seccion-herramientas .carrusel .tns-controls button:hover:first-child:after {
    content: url(https://www.prochile.gob.cl/images/default-source/web/slider/btn_ceruleo_izquierda.png);
    padding-right: 4px;
}
.seccion-herramientas .carrusel .tns-controls button:last-child:after {
    content: url(https://www.prochile.gob.cl/images/default-source/web/slider/btn_blanco_derecha.png);
    padding-left: 4px;
}
.seccion-herramientas .carrusel .tns-controls button:last-child {
    right: 3rem;
    padding-left: 0;
}
.seccion-herramientas .carrusel .tns-controls button:hover:last-child:after {
    content: url(https://www.prochile.gob.cl/images/default-source/web/slider/btn_ceruleo_derecha.png);
    padding-left: 4px;
}
.magenta{color:#0091B1;}

/* Estilos botones slide Home */

  /*ubicacion botones*/
  .Izquierda {
    display: flex;
    justify-content: flex-start;
}
.Centro {
    display: flex;
    justify-content: center;
}
  .carrusel .tns-controls button:first-child {
    left: 2rem!important;
    padding-right: 0;
}
  .carrusel .tns-controls button:last-child {
    right: 2rem!important;
    padding-left: 0;
}
  @@media (max-width: 576px) {
    .carrusel .tns-controls button:first-child {
    left: 0rem!important;
    padding-right: 0;
}
  .carrusel .tns-controls button:last-child {
    right: 0rem!important;
    padding-left: 0;
}
  }


/*************************** Media query 
**************************************************/
@media (max-width: 576px) {
  .btn-tipo-filtro {
    width: 100% !important;
    margin-bottom: 10px;
    display: flex !important;
    justify-content: center !important;
  }
  a.btn-descargar {
    text-align: left;
  }
  .content-convocatorias {
    display: flex !important;
    justify-content: center !important;
  }
  .convocatorias-interior {
    flex-direction: column;
  }
  .convocatorias-recientes-tag-TipoEvento {
    width: 100% !important;
  }
  .convocatorias-recientes-tag-Modalidad {
    width: 100% !important;
  }
  .convocatorias-card-titulo {
    /* font-size: calc(1.3rem + 0.6vw) !important; */
    margin-top: 20px;
  }

  #container-id .btn-card {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  #container-id .card-noticia-principal {
    padding: 0;
  }
  .margin-convocatorias {
    text-align: center;
  }
  /* .convocatorias-vermas {
    margin-top: 67px !important;
  } */
  .card-noticia-principal {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .card-noticias {
    width: 100% !important;
    margin-bottom: 0;
  }
  .title-noticias {
    margin-top: 0!important;
    margin-bottom: 0!important;
    overflow: hidden;
    -webkit-line-clamp: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .title-relacionadas {
    -webkit-line-clamp: none!important;
  }
  .text-general {
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .margin-title {
    text-align: center;
    margin-left: 0;
  }
  .tarjeta-feria-imagen{
    height: 273px;
  }
  /* Concursos */

  .concurso-banner-imgBg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary) !important;
  }
  /* Filtro mobile */
  .filter-mobile {
    display: block !important;
  }
  .filter-desktop-mobile {
    display: none;
  }
   /* padding seccion slider y seccion home */
   .seccion-herramientas {
    padding-top: 30px!important;
  }
   /* cifras mobile */
   .cifras .item-cifra {
    display: flex!important;
    flex-direction: column!important;
    text-align: center!important;
  }
  .cifras .item-cifra p{
    text-align: center!important;
  }
  .preadmisibilidad-texto{
    margin-left: 0px;
    margin-right: 0px;
  }
  .btn-cerulio,.btn-amarillo{
    margin: 0 auto;
  }
  /* owl carrusel - testimonio */
  .owl-carousel .owl-item img {
     border-radius: 30px !important;
     height: auto!important;
  }
  #formacion-testimonios em.testimonio-imgBg.fa.fa-play-circle-o {
    font-size: 30px;
    position: absolute;
    bottom: 6px;
    right: 24px;
  }
  .content-QuienesSomos {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  div#myTabContent {
    margin-top: 58px!important;
  }
  .content-Modulo {
    margin-bottom: 10px !important;
  }
  /* soluciones globales */
  .soluciones-img{
    background: #296f3b;
    height: 600px;
  }
  .feria-content-info{
    margin: 0!important;
  }
  .ferias-info{
    padding: 40px;
  }
  .feria-lanzamiento {
    margin-left: 0px; 
    margin-right: 0px; 
  }
  .feria-content-info-right {
    margin-left: 0px!important;
  }
  .feria-content-info {
    margin-left: 0px !important;
  }
.video-section {
  margin-bottom: 50px;
  }
.soluciones-title h2{
  font-size: 40px!important;
  text-align: center;
  }
.soluciones-text p{
  font-size: 18px;
  }
.feria-content-info h5, .feria-content-right h5 {
  text-align: center;
  margin-bottom: 30px;
  }
.feria-content-info p {
    text-align: center;
  }
.feria-content-right p{
    text-align: center;
  }
  .contain-btn {
    margin-bottom: 40px;
  }
  .button-centroAyuda {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  /* tablet convocatorias recientes */
  .margin-convocatorias {
    margin-top: 53px !important;
    margin-bottom: 30px;
    margin-left: 9px;
    text-align: center;

  }
  .content-convocatorias {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  /* card convocatorias tablet */
  .convocatorias-interior {
    display: flex;
    flex-direction: column;
  } 
  /* card ultimas noticias */
  .margin-title {
    text-align: center;
  }
  .card-noticias {
    width: 100%;
    margin-bottom: 50px;
  }
  /* boton detalle convocatoria */
  a.btn-descargar {
    text-align: left;
  }
  /* Filtro mobile */
  .filter-mobile {
    display: none;
  }
  /* card detalle noticias */
  .card-noticia-principal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .convocatorias-mas-vistas{
    margin:0 auto!important;
  }
  .title-noticias{
    min-height: 0!important;
  }
  /* padding seccion slider y seccion home */
  .seccion-herramientas {
    padding-top: 30px!important;
  }
  /* imagenes noticias home */
  .imgBg-noticias-secundarias{
    min-height: 250px!important;
  }
  .imgBg-noticias{
    min-height: 250px!important;
  }
  #planificacion-principal .icon:first-child i {
    margin-left:4px!important;
  }
  /* testiomonio - tablet carousel */
  .capacitacion-img {
    object-fit: cover;
    height: 230px;
    width: 100%;
    object-position: top;
  }
}
@media (min-width: 992px) {
  .container-padre {
    padding-bottom: 75px;
  }
  .convocatorias-recientes-card .content-card {
    text-align: center;
  }
  /* Filtro mobile */
  .filter-mobile {
    display: none;
  }
  /* titulo mas visto tablet */
  .title-principales {
    text-align: center!important;
  }
  /* margen mas vistos tablet */
  .convocatorias-mas-vistas{
    margin: 0 auto;
  }
  /* min-height convocatorias reciente tablet */
  .convocatorias-recientes-card {
    min-height: 238px;
  }
  /* margin filtro convocatorias tablet */
  .content-convocatorias{
    margin-bottom: 1.5rem;
  }
  /* banner ferias 2024 */
  .banner-interior {
    position: relative;
    height: 18.75rem!important;
  }
}

@media (min-width: 1200px) {
  /* titulo mas visto tablet */
  .title-principales {
    text-align: left!important;
  }
  /* banner ferias 2024 */
  .banner-interior {
    position: relative;
    height: 30.75rem!important;
  }
}

@media (min-width: 1400px) {
   /* card detalle noticias */
   .card-noticia-principal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* banner ferias 2024 */
  .banner-interior {
    position: relative;
    height: 30.75rem!important;
  }
}
