/*
Theme Name: Cepteco2026
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Intdea
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.5.1.1785148244
Updated: 2026-07-27 12:30:44

*/

.bg-slider{
    position:absolute;
    inset:0;
    overflow:hidden;
    z-index:0;
}
 
.bg-slider div{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    opacity:0;
    transform:scale(1.08);
    transition:
        opacity 1500ms ease,
        transform 5000ms linear;
}

.bg-slider .active{
    opacity:1;
    transform:scale(1.15);
}


/* ==========================================================
   CEPTECO BLOG - FILTRO DE CATEGORÍAS
   ========================================================== */

.cepteco-blog-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 35px;
    font-family: Roboto, sans-serif;
}


/* Botones */

.cepteco-blog-filter .cepteco-filter-btn {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;

    background: transparent;
    color: #333;

    border: 1px solid #ddd;
    border-radius: 3px;

    padding: 9px 18px;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}


/* Hover */

.cepteco-blog-filter .cepteco-filter-btn:hover {
    color: #2ea3f2;
    border-color: #2ea3f2;
}


/* Categoría activa */

.cepteco-blog-filter .cepteco-filter-btn.active {
    background-color: #2ea3f2;
    border-color: #2ea3f2;
    color: #fff;
}


/* Hover sobre el activo */

.cepteco-blog-filter .cepteco-filter-btn.active:hover {
    background-color: #2ea3f2;
    border-color: #2ea3f2;
    color: #fff;
}

#cmplz-document{
    max-width: none !important;
}

.art-relacionados .cepteco-card{
    height: 300px !important;
}

#menu-principal .et_pb_menu .et-menu > li {
    padding-left: 8px !important;
    padding-right: 11px !important;
}


.pro-relacionados section > h2{
    display: none;
}

.et_pb_blog_posts .post-meta, .et_pb_blog_posts .post-meta a{
    color: #aaa !important;
}


#categorias-loop .cepteco-card{
    padding: 10px;
}

#fotos-entrada::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,.20),
        rgba(0,0,0,.75)
    );
    z-index:1;
    pointer-events:none;
}

#pedir-cita .et_pb_main_blurb_image{
	width: 18px !important;
}

#pedir-cita .et-pb-icon{
	padding-top: 2px !important;
}


.cepteco-loadmore{
    text-align: center;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-top: 30px;
}
/*.bg-slider{
    z-index:0;
}

#fotos-entrada > *{
    position:relative;
    z-index:2;
}*/


@media (max-width: 650px){
.secciones-intro .et_pb_column, .equipo-intro .et_pb_column {
    width: 50% !important;
}

.et_pb_menu .et_mobile_nav_menu{
    margin: auto !important;
}

}


