/*
Theme Name: Cadcid
Theme URI: https://sdi.es/
Template: astra
Author: SDi
Author URI: https://sdi.es/
Version: 1.0.0.1761210539
Updated: 2025-10-23 11:08:59

*/

.section-banners-with-text .elementor-column{
    position: relative;
}
.section-banners-with-text .elementor-column .float-title {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 90%;
    z-index: 99;
}

/* Ocultar footer en página de contacto*/
.page-id-124 .elementor-location-footer .elementor-element-e7e6ec8{

display:none;

}

/* Ocultar metadatos en proyectos */
.proyecto .entry-meta{
    display: none;
}

/*HEADER*/
/*Buscador desplegable*/
.ct-custom-header-search .search-icon-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1000;
}
.ct-custom-header-search .search-icon {
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 50%;
    padding: 0;
}
.ct-custom-header-search .search-icon i {
    font-size: 18px;
    color: #333;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 20px;
}
.ct-custom-header-search .search-form-container {
    position: absolute;
    right: 50px;
    top: 28px;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    height: 40px;
}
.ct-custom-header-search .search-form-container.active {
    opacity: 1;
    visibility: visible !important;
    width: 250px;
    display: block !important;
}
.ct-custom-header-search .search-form {
    display: flex;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.ct-custom-header-search .search-field {
    flex-grow: 1;
    border: none;
    border-radius: 0;
    padding: 8px 40px 8px 15px;
    width: 100%;
    font-size: 14px;
    outline: none;
    background: transparent;
    height: 38px;
    min-height: auto;
    z-index: 9;
    background-color: #FFFFFF;
    box-shadow: none;
    font-family: 'Mundial';
}
.ct-custom-header-search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    height: 38px ;
    min-height: auto;
    line-height: 1;
}
.ct-custom-header-search .search-submit i {
    font-size: 18px;
    color: #333;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 20px;
}
.ct-custom-header-search .search-form-container.active .search-form {
    display: flex;
}
.ct-custom-header-search .search-input-label {
    flex-grow: 1;
    /* border-radius: 5px 0px 0px 5px; */
    padding: 8px 40px 8px 15px;
    width: 20%;
    font-size: 14px;
    outline: none;
    background: transparent;
    height: 38px;
    min-height: auto;
    z-index: 999;
    background-color: #FFFFFF;
    box-shadow: none;
    font-family: 'Mundial';
}

/*Estilos en categorias*/
.proyectos-tipo-list {
  display: flex;
  gap: 16px;
}

.proyecto-tipo-item {
  border: 2px solid #FF0010;
  color: #FF0010; 
  background-color: transparent;
  padding: 7px 40px 5px 40px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Mundial'; 
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
  text-align: center; 
  display: inline-block; 
}

.proyecto-tipo-item a {
  color: inherit; 
  text-decoration: none; 
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.proyecto-tipo-item:hover,
.proyecto-tipo-item:focus,
.proyecto-tipo-item:active {
  background-color: #FF0010; /* Fondo rojo */
  color: #fff; /* Texto blanco */
}

/* Opcional: para mantener el estilo cuando el botón está seleccionado (si usas clases o JavaScript para eso) */
.proyecto-tipo-item.selected {
  background-color: #FF0010;
  color: #fff;
}

/* Búsqueda no encontrada */
.elementor-posts-nothing-found {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}