.elementor-3468 .elementor-element.elementor-element-fa4ca42{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#151515;--border-color:#151515;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-3468 .elementor-element.elementor-element-fa4ca42:not(.elementor-motion-effects-element-type-background), .elementor-3468 .elementor-element.elementor-element-fa4ca42 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(0px/2);}.elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(0px/2);}.elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(0px/2);margin-left:calc(0px/2);}.elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-0px/2);margin-left:calc(-0px/2);}body.rtl .elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-0px/2);}body:not(.rtl) .elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-0px/2);}.elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-3468 .elementor-element.elementor-element-21dfb71b{--e-icon-list-icon-size:14px;--e-icon-list-icon-align:right;--e-icon-list-icon-margin:0 0 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25);--icon-vertical-align:flex-start;--icon-vertical-offset:1px;}.elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-item > a{font-family:"D-Din Exp", Sans-serif;font-size:12px;text-transform:uppercase;line-height:16px;letter-spacing:0.5px;}.elementor-3468 .elementor-element.elementor-element-21dfb71b .elementor-icon-list-text{color:#686868;transition:color 0.3s;}@media(max-width:1024px){.elementor-3468 .elementor-element.elementor-element-27f74f17.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-3468 .elementor-element.elementor-element-fa4ca42{--width:calc(100% - 40px);}}/* Start custom CSS for container, class: .elementor-element-fa4ca42 */.elementor-3468 .elementor-element.elementor-element-fa4ca42 {
    margin: 5px auto;
}/* End custom CSS */
/* Start custom CSS */.district-search-container {
  display: flex;
  flex-wrap: nowrap; /* evita que se apilen */
  gap: 10px;
  max-width: 100%; /* permite crecer si es necesario */
  margin-bottom: 20px;
  align-items: center;
}

.search-wrapper {
  position: relative;
  display: inline-block;
}

.school-search {
  padding-right: 30px; /* espacio para la X */
  height: 36px;
  font-size: 14px;
}

.clear-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 16px;
  color: #888;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

 

.district-search-container input.school-search {
  height: 44px;
  padding: 9px 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
}

@media (max-width: 600px) {
  .district-search-container {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.page-header {
    display: none!important;
}
 
html body {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.borde_publicacion {
    border-top: 5px solid;
}
.linea_1 {
    border-color: #8f3038;
}

.linea_2 {
    border-color: #d3483f;
}

.linea_3 {
    border-color: #f0a9a8;
}

.map {
    width: 100%; 
}

/* Duscar Distritos */

.mapboxgl-popup-content > strong {
    padding-right: 30px;
}

.mapboxgl-popup.mapboxgl-popup-anchor-right > div.mapboxgl-popup-content > button:focus {
    background-color: transparent;
}


.frm_form_field.form-field.frm3.buscar {
    margin-top: -11px;
}  

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0;
}

/* Botones Select mapa */
 .checkbox-group {
    display: flex;
    gap: 10px;
}

.checkbox-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 122px;
    height: 44px;
    border: 1px solid #151515;
    /*border-radius: 8px;*/
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    /*padding: 2px;*/
}

.checkbox-btn input {
    display: none; /* Ocultamos el checkbox */
}

.checkbox-btn label { 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.checkbox-btn img {
    width: 38px;  
    height: 36px;
    margin-right: 8px;
    padding-left: 4px;
    object-fit: cover; /* Asegura que la imagen se vea correctamente */
}

/* Estilo cuando el checkbox está seleccionado */
.checkbox-btn input:checked + label {
    background-color: #f0a9a8;
    color: #7f1d1d;
    /*border-color: red;*/
}/* End custom CSS */