.elementor-431 .elementor-element.elementor-element-c4c45f7:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-431 .elementor-element.elementor-element-c4c45f7 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E6B3B3;}.elementor-431 .elementor-element.elementor-element-c4c45f7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-431 .elementor-element.elementor-element-c4c45f7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-ca4f6fe */#map_section{
    height: 200px;
    background-image: url('https://sumandoclases.es/wp-content/uploads/2023/04/map.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: pink;
    display: flex;
    align-items: center;
}
#map_text {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
#map_text div {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0.5% 0%;
}

#map_text_1 {
    background-color: #EDEDED;
    color: #3C3C3B;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
}

#map_text_2 {
    background-color: #1D71B8;
    color: #EDEDED;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.85);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}        

@media (max-width: 360px) {
 #map_text_1 {
    font-size: 18px !important;
}

#map_text_2 {
    font-size: 14px  !important;
}   
}/* End custom CSS */