/*
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");

.cta {
    padding: 0 26rem;
}
.cta p {
    text-align: center;
    color: #fff;
    font-size: 2em;
    text-shadow: 2px 2px 2px #000;
    line-height: 1.5em;
}
.footer_top {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fef9f9+0,e9e0ca+100 */
background: rgb(254,249,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,249,249,1) 0%, rgba(233,224,202,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,249,249,1) 0%,rgba(233,224,202,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,249,249,1) 0%,rgba(233,224,202,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef9f9', endColorstr='#e9e0ca',GradientType=0 ); /* IE6-9 */

}
.footer_top #block-7 {
    margin-bottom: 3rem;
}
.title_subtitle_holder .title_subtitle_holder_inner {
    padding-top: 2rem;
}
.content li {
color: #717171;
font-family: 'Josefin Sans', sans-serif;
font-size: 19px;
line-height: 27px;
font-style: normal;
font-weight: 300;
}
.btn-contacto {
    display: flex;
    justify-content: space-around;
}
.side_menu_button .qode-side-menu-button-svg svg text {
    fill: #000;
    stroke: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.side_menu_button .qode-side-menu-button-svg svg {
    margin-top: 10px;
}
.side_menu {
    width: 30%;
    z-index: 99999;
}
.bookly-mobile-step-2 .bookly-box {
    display: flex!important;
    flex-direction: column;
}
.bookly-mobile-step-2 .bookly-time-range .bookly-time-from {
    margin-right: 2rem;
}
.elementor-element-365fd0e .elementor-icon-list-items li {
    list-style: none;
}
.elementor-element-365fd0e .elementor-widget-container {
    display: flex;
    justify-content: space-evenly;
}
.financiado {
    clear: both;
    background: #ffffff;
    padding-bottom: 1%;
}
.financiado-top p {
    background: #000000;
    color: #ffffff;
    padding: .2% 0;
}
.financiado-logos {
    padding: 0 25%;
    margin: 1% 0px 0;
}
#menu-pie {
    display: flex;
    justify-content: center;
}
#menu-pie li {
    margin: 0 0.5rem;
}
.elementor-element-79f3be2 .icon_text_inner:first-of-type {
    padding-bottom: 0;
    margin-bottom: -15px;
}
.elementor-element-e99fabb > .elementor-widget-container > .q_icon_with_title.tiny.normal_icon > .icon_text_holder > .icon_text_inner > .icon_title,
.elementor-element-056afa4 > .elementor-widget-container > .q_icon_with_title.tiny.normal_icon > .icon_text_holder > .icon_text_inner > .icon_title,
.elementor-element-da272c6 > .elementor-widget-container > .q_icon_with_title.tiny.normal_icon > .icon_text_holder > .icon_text_inner > .icon_title {
    display: none;
}
.subtitles-custom h4,
.subtitles-custom h2 {
color: #000000;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 23px;
font-style: normal;
font-weight: 500;
letter-spacing: 4.55px;
text-transform: uppercase;
}
.elementor-element-bf32be2 h2 {
font-size: 1em;
font-family: Montserrat;
line-height: 1.5em;
letter-spacing: normal;
}
.elementor-element-bf32be2 a {
    text-decoration: underline;
}
a:focus {
    border: 1px solid #000;
}
/******** RESPONSIVE *****************/
@media only screen and (max-width: 1024px) {
    .side_menu_button .qode-side-menu-button-svg svg text {
        display: none;
    }
    .side_menu_button .qode-side-menu-button-svg svg,
    .side_menu_button .qode-side-menu-button-svg svg rect {
        width: 65px;
        height: 40px;
    }
    .side_menu_button .qode-side-menu-button-svg::after {
    content: "\f2bb";
    font-size: 27px;
    font-family: FontAwesome!important;
    position: relative;
    margin-left: -40px;
    left: -17px;
    top: -11px;
    color: #000;
    }
    .bookly-time-range {
        display: flex;
        flex-direction: column;
    }
    .title_subtitle_holder .title_subtitle_holder_inner {
        padding-top: 0rem;
    }
    .title.title_size_small h1 {
        text-shadow: 2px 2px 2px rgb(0 0 0 / 32%);
        font-size: 26px;
        line-height: 28px;
    }
    .title_subtitle_holder .title_subtitle_holder_inner .breadcrumb {
        display: none;
    }
    .cta {
        padding: 0;
    }
}