 
/*
    Theme Name: Divi Child
    Theme URI: https://www.elporvenir.es
    Description: Tema hijo del colegio El Porvenir realizada por Ignacio Escorza
    Author: Ignacio Escorza
    Template: Divi
    Version: 1.0.0
*/


/* --------------------------------- */
/* ESTILOS GENERALES DE BREADCRUMBS  */
/* --------------------------------- */
.custom-breadcrumbs {
    font-size: 14px; /* Tamaño por defecto para escritorio */
    color: #999; 
}

/* Estilo para los enlaces */
.custom-breadcrumbs a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-breadcrumbs a:hover {
    color: #333; 
}


/* --------------------------------- */
/*  MÓVIL (MEDIA QUERY) */
/* --------------------------------- */

@media only screen and (max-width: 767px) {
    
    .custom-breadcrumbs {
        font-size: 10px !important;
    }

    
}


/* --------------------------------- */
/*  BOTÓN CITA PREVIA NAVEGADOR
/* --------------------------------- */

.btn-nav-cita-previa a {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px;    
    font-size: 14px;
    font-weight: 700 !important;
    background-color: #004C94;
    padding-top: 6px !important;
    padding-right: 8px !important;
    padding-bottom: 6px !important;
    padding-left: 8px !important;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    transition: background-color 300ms ease 0ms;
    color: white !important;
    border-radius: 10px;
}

.btn-nav-cita-previa a:hover {
    background-image: initial;
    background-color: #870D25;
}