.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Corbel", Sans-serif;font-size:24px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --url-base: url('/wp-content/uploads/2025/03/');
}
.blob-container {
  position: relative;
  width: 100%;            
  aspect-ratio: 1 / 1;     
  overflow: hidden;        
}


.blob-container .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #767556;     
  clip-path: url(#bgShape);
  z-index: 1;
}

.background.pinkk {
 background: #E7BF9D;
}

.blob-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: url(#imgShape);
  position: relative;
  z-index: 2;
}

.search-filter-component-combobox-base{
    min-width: 340px;
    border-radius: 0 !important;
}
.search-filter-component-combobox__listbox-toggle{
    background: #AC512E;
    
}

.search-filter-component-combobox__listbox-toggle::before{
    display: none !important
}
.search-filter-component-combobox__listbox-toggle svg{
    fill:#ffffff ;
}
.seccion1{
    background-color: #F3BB39;

  background-image: url('/wp-content/uploads/2025/03/IconEntrevista.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px auto;
}

.seccion2{
    background-color: #767556;
       

  background-image: url('/wp-content/uploads/2025/03/iconEntrevista2.png');
  background-repeat: no-repeat;
   background-position: center center;
  background-size: 100px auto;
}

.seccion3{
    background-color: #E7BF9D;
  background-image: url('/wp-content/uploads/2025/03/IconEntrevista3.png');
  background-repeat: no-repeat;
   background-position: center center;
  background-size: 100px auto;
}
.elementor-icon-list-icon svg{
   /* fill: #ac512d !important */
}
.elementor-location-footer a.has-submenu{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

/* Estilo base de los números */
.elementor-pagination a,
.elementor-pagination span {
  background-color: #ffffff;
  color: #a44c28;
  font-weight: bold;
  padding: 10px 14px ;
  margin: 0 4px;
  border-radius: 12px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  min-height: 40px;

}
.elementor-pagination span.prev,
.elementor-pagination a.next {
  background-color: #a44c28;
  color: #ffffff;
   font-weight: 600;
    
    
  
}
@media (max-width: 768px) {
  .elementor-pagination a,
.elementor-pagination span {
  background-color: #ffffff;
  color: #a44c28;
  font-weight: bold;
  padding: 0px 14px 1px;
  margin: 0 4px;
  border-radius: 12px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 38px;
  min-height: 10px;
  font-size:13px;
}
.elementor-pagination span.prev,
.elementor-pagination a.next {
  background-color: #a44c28;
  color: #ffffff;
   font-weight: 600;
     font-size: 20px !important
  
}
}

/* Página activa */
.elementor-pagination .current {
  background-color: #a44c28;
  color: #ffffff;
}



/* Espaciado general del paginador */
.elementor-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.truncate h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Número de líneas que deseas mostrar */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}


/* Overlay del modal */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);  /* Fondo semitransparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Contenedor del contenido del modal */
.custom-modal .modal-content {
  background: #fff;
  padding: 20px;
  max-width: 600px;
  width: 90%;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  height:auto;
      max-height: 90vh;
    overflow: scroll;
}

/* Botón para cerrar el modal */
.custom-modal .modal-close {
      position: absolute;
    top: 10px;
    right: 10px;
    background: #ac512d;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    width: 34px;
    line-height: 34px;
    color: white;
    font-weight: 900;
    font-family: "Source Serif 4", Sans-serif;
}
.custom-modal h2{

  font-family: "Source Serif 4", Sans-serif;
    font-size: 48px;
    font-weight: 900;
   
    color: #AC512E;
}
.custom-modal p{
font-family: "Corbel", Sans-serif;
    font-size: 18px;
    font-weight: 100;
}
.custom-modal strong{
color: #AC512E;
}
.loading-dots span {
  animation: blink 1.4s infinite;
}

.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%, 20% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}/* End custom CSS */