/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");
.callbutton {
    border-radius: 10px 10px 0 0;
}

#ufc_content_412.ufc_button.ufc_type_button.ufc_hide_desktop.ufc_hide_tablet.ufc_hide_scroll {
    width: 100%;
}

@media only screen and (max-width: 420px) {
    .footer_bottom_holder .container {
        height: 135px!important;
    }
    .tittlecromo {
        font-size: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .title.title_size_small h1 {
        font-size: 35px;
    }
}

.imgshadow img {
    box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 420px) {
    p {
        text-align: justify;
    }
}

.error404 .title {
    padding-top: 200px!important;
}

@media only screen and (min-width: 1200px) {
    .title_subtitle_holder_inner p {
        margin-top: 220px;
        color: #fff !important;
        font-size: 50px;
    }
    .breadcrumb {
        padding-top: 25px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .title_subtitle_holder_inner p {
        margin-top: 10px;
        color: #fff !important;
        font-size: 32px;
    }
    .breadcrumb {
        padding-top: 15px !important;
    }
    .title.title_size_medium h1 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
}

table {
    border: 1px solid#dcdcdc;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08), inset 0 0 0 1px rgba(255, 255, 255, .5);
    overflow-x: auto;
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
}

tbody {
    max-width: 100%;
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    text-align: left !important;
}

tr {
    max-width: 100%;
    display: table-row;
    vertical-align: middle;
    border-color: inherit;
}

th {
    max-width: 100%;
    border: 1px solid #dcdcdc;
    background: #f6f6f6;
}

td {
    border: 1px solid#dcdcdc;
    max-width: 100%;
    vertical-align: middle;
    display: table-cell;
}

table td {
    padding: 15px 20px;
    text-align: left !important;
}

tr:nth-child(even) {
    background: #f6f6f6;
}

.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header:not(.with_hover_bg_color) nav.main_menu>ul>li>a span:not(.plus) {
    padding: 14px 15px!important;
}