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

body {
    font-family: Open Sans,sans-serif;
    font-size: 16px;
}

/* Titulo Header */
.subtitle {
    display: block;
    font-weight: 300;
}
.subtitle p {
    font-weight: 300;
    color: #fff;
    font-size: 18px;
}
.black h1 {
    color: #404040 !important;
}
.tituloh2 h2{color: #fff;font-size: 28px; text-transform:uppercase;}
.tituloh2 p {color: #fff;}
.tituloh2_black h2 {color: #404040;font-size: 28px; text-transform:uppercase;}
.tituloh3 h3 {color: #fff;}
.tituloh3 p {color: #fff;}
.tituloh3_black h3 {color: #404040;}
.parrafo h3 {font-size:19px;}

/* Tweeks */
.servicio_borde_top{border-top: 1px dashed #ddd;}
.f300 {font-weight: 300;}
.f400 {font-weight: 400;}
.f500 {font-weight: 500;}

.box_servicio_right {
    box-shadow: 8px -10px #a2b0b9;
}
.box_servicio_left {
    box-shadow: -8px 10px #103247;
}

/* Botones */
.qode-btn.qode-btn-icon { height: 55px;}
.qode-btn.qode-btn-icon.qode-btn-solid { line-height: 55px;}