/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

#main{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white !important;
}
#revolutionslider_1{
    width: 100%;
}
    
#SR7_1_1 > sr7-content{
    left: 0 !important;
}
/* Estilos para las migas de pan */
.breadcrumbs-container {
    margin-top: 20px; /* Espacio debajo de las migas de pan */
    font-size: 0.9em;
    color: #666;
}

#breadcrumbs { /* Este ID lo usa Yoast SEO por defecto */
    margin: 0;
    padding: 0;
    list-style: none; /* Si el plugin genera una lista, quita los puntos */
}

#breadcrumbs a {
    color: #0073aa; /* Color de enlace */
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs span { /* Para el separador o el último elemento */
    margin: 0 5px;
}

#breadcrumbs .breadcrumb_last { /* Clase para el último elemento, si el plugin la usa */
    font-weight: bold;
    color: #333;
}

.mapaUbicacion{
    /*max-height: 400px;*/
}