body {
    font-size: 16px;
    line-height: 26px;
}
.line-height-2 {
    line-height: 1.25em !important;
}

#header .header-nav-main nav > ul > li > a {
    text-transform: none !important;
}




.map-frame {
    width: 100%;
    height: 300px;
    position: relative;
}
#servicios .custom-thumb-info-icon img{
    max-height:100px;
}
.invert{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

a.img-bn img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
a.img-bn:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


.table th.celda1, .table td.celda1 {
    text-align: left;
}

.table th.celda3, .table td.celda3 {
    background-color: #f8f8f8;
}

.featured-boxes-modern-style-1 .featured-box.custom-featured-box-with-video.size-vertical {
    height: 500px !important;
    vertical-align: bottom;
}
.featured-box.custom-featured-box-with-video.size-vertical .box-content {
    height: 500px !important;
}
.featured-box.custom-featured-box-with-video.size-vertical > .custom-featured-box-video {
    height: 100%;
}

.caption-carrusel{
    font-size:0.92em;
    text-align: center;
    width: 100%;
    display: inline-block;
}


@media screen and (max-width: 768px) {
    #cajatitulo{
        padding: 48px 24px !important;
    }
    .toptitulo{
        font-size: 1.5em !important;

    }
    .titulohome{
        font-size: 1.8em !important;
    }
    .titulomenos{
        font-size:0.9em !important
    }
    .subtitulohome{
        font-size: 1.2em !important;
    }
    .tablacmc td, .tablacmc th{
        font-size: 0.8em !important;
    }
    
    #footer .shape-divider {
        top: -1px !important;
        }
    .cajatelefono{
        font-size: 0.98em !important;
        margin-right: 0px !important;
    }
    

}
@media screen and (max-width: 480px){
.breadcrumb{display:none !important;}
    
}   