/*
 Theme Name:   Reobiz Child
 Theme URI:    http://rstheme.com/products/wordpress/reobiz/
 Description:  Reobiz Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     reobiz
 Version:      5.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/* Header */
.col-cell.header-logo { margin-top: -10px !important; }
/*#rs-header.header-style-4 .header-inner { z-index: 9999; }*/


/* Ajustes mapa */
a.no_mostrar_enlace { display: none !important; }
a.el_g_maps_boton { background-color: #2e3989; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 10px; margin: 10px 0px; }
a.el_g_maps_boton:hover { background-color: #53b6df; }



/* -------------- */




/* NEW map CSS */
.wrapper_estaciones {
    text-align: center;
}
.wrapper_estaciones p, .cabecera_col_2 p {
    margin: 0;
}
button .direccion {
  color: black;
}
.el_popup:hover, .wp-block-button__link:hover {
  background-color: #c1d42f !important;
  color: black !important;
}
a, .wrapper_estaciones h5 {
	text-decoration: none;
	margin: 0;
}
.el_popup {
  width: 100%;
  background-color: white;
  border: 1px solid #2c328d;
  padding: 5px;
}

/* 3era columna */

#columna3_contenido p {
  padding-top: 40px;
  margin: 0;
  padding-left: 20px;
}

/* Cabecera, solo en front */
.cabecera_col_2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #c1d42f;
  border: 2px solid #2c328d;
  border-radius: 5px;
  padding: 10px;
}
.la_provincia {
  text-align: center;
  padding: 10px;
  border: 1px solid #2c328d;
  font-size: 20px;
  background-color: #2c328d;
  color: white;
}

/* Ajustes para scroll */
#columna3_contenido {
  background-color: #2c328d0f;
  display: flex;
  flex-direction: column;
}
div#unocolumna {
    height: 500px;
}

/* Sticky columna 1 
*/
.elementor-sticky.elementor-sticky--active {
    padding-top: 5%;
    transition: 0.4s;
}
.mapa_nuevo {
    min-height: 650px !important;
}


@media (max-width: 767px) {
	.elementor-44250 .elementor-element.elementor-element-8d473c6 {
        padding-right: 0 !important;
    }
    div#unocolumna {
        height: 390px;
        display: flex;
    }
    /* Columna 1 */
    .mapsvg-wrap {
        width: 100% !important;
    }
    div#mapa_mobile {
        max-height: 400px !important;
    }
    /* Columna 2 (con estaciones) */
    div#columna3_contenido_mobile p {
        padding: 0px 20px 0px 20px;
        font-size: 18px;
        margin: 0;
    }
    .cabecera_col_2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }
    /* Popup con estaciones */
    .mapsvg-details-container.mapsvg-container-fullscreen {
        max-height: 65%;
        border-bottom: 1px solid #2e3989;
    }
    button.mapsvg-mobile-modal-close {
        position: fixed;
    }
    .wp-block-button__link {
        background-color: #2c328d !important;
        width: 90% !important;
        display: block;
        margin: 0px auto;
    }
    .mapsvg-mobile-modal-close {
        background: #c2d049 !important;
        color: black !important;
        border: 1px solid #2e3989 !important;
        border-radius: 10px !important;
        padding: 0px 30px !important;
        line-height: 40px !important;
        font-size: 17px;
        font-weight: normal;
    }
    
    
    
    
}

