.elementor-kit-5{--e-global-color-primary:#313C8E;--e-global-color-secondary:#C42362;--e-global-color-text:#000000;--e-global-color-accent:#E76A30;--e-global-color-06807f6:#78BC22;--e-global-color-280aaa1:#E4A200;--e-global-color-9cbfee5:#FFFFFF;--e-global-color-8415b28:#F5F7FC;--e-global-color-ea5d2e5:#6D7278;--e-global-color-5b25ac7:#424242;--e-global-color-f62f624:#F5F7FC;--e-global-typography-primary-font-family:"Catamaran";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Catamaran";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Catamaran";--e-global-typography-text-font-weight:bold;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000D9;font-family:"Catamaran", Sans-serif;font-size:20px;font-weight:normal;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-9cbfee5 );font-family:"Catamaran", Sans-serif;font-weight:bold;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"Catamaran", Sans-serif;font-size:48px;font-weight:bold;line-height:52.8px;}.elementor-kit-5 h5{font-family:"Catamaran", Sans-serif;font-size:24px;font-weight:500;}.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);}@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 *//*-- ESTILO MAPA Y LISTADO DE HOME Y CCAA --*/

body:not(.elementor-editor-active) .hide-listing {
        display: none;
        height: 0;
    }

/* */

body:not(.elementor-editor-active) .content {
    display: none;
}

.distancia-hide {
    display: none;
}

/* OCULTAR GEOLOC EN CP */
.content.cpostal .jsf-location-distance__location-locate {
    display: none;
}

/* DISEÑO CHECKBOX LISTADO */

.label{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.switch {
    position: relative;
    display: block;
    width: 50px;
    height: 30px;
}

.label-text {
    margin-right: 12px;
    color: black;
    font-size: 18px;
    display: block;
    text-wrap: nowrap;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #313C8E;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* SELECT DISTANCIA */

.nuestros-centros .jsf-location-distance .jsf-location-distance__distance, .nuestros-centros .jet-select__control {
    background: url('https://www.amavir.es/wp-content/uploads/2025/02/amavir-arrow-1.svg') no-repeat 100% 50%;
    min-height: 57px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}/* End custom CSS */