/*
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");

.display_none{
    display: none !important;
}

/*============================================================================
TIPOGRAFIAS
==============================================================================*/

h1,
.h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

h1.title_titular {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px -1px 14px rgba(0, 0, 0, 0.90);
}

h1.titular_servicio {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222d80;
}

.cta_white {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    color: #ffffff !important;
}

h2.small_titular {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #222d80;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
}

p i {
    font-size: 16px;
    color: #000000;
}

p.big {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 19px;
    color: #000;
    line-height: 25px;
}

p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
}

p.small {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    line-height: 23px;
    color: #808080;
    font-weight: 400;
}

p.small_2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    line-height: 23px;
    color: #808080;
    font-weight: 400;
}

p.small_blue {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
    line-height: 20px;
    color: #222d80;
}

p.listado_servicios {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 31px;
    color: #000000;
    font-weight: 400;
    margin-top: 25px;
}

.listado_servicios i {
    color: #222d80;
    margin-left: 15px;
}


/*===================================
COLORES
=====================================*/

.azul_oscuro {
    color: #222d80;
}

.azul_claro {
    color: #009bdc;
}

.gris_1 {
    color: #f3f3f7;
}

.white {
    color: #ffffff !important;
}

.black {
    color: #000000 !important;
}


/*===================================
SPACES
=====================================*/

.space_150 {
    min-height: 150px !important;
}

.space_100 {
    min-height: 100px !important;
}

.space_80 {
    min-height: 80px !important;
}

.space_70 {
    min-height: 70px !important;
}

.space_56 {
    min-height: 56px !important;
}

.space_50 {
    min-height: 50px !important;
}

.space_40 {
    min-height: 40px !important;
}

.space_30 {
    min-height: 30px !important;
}

.space_20 {
    min-height: 20px !important;
}

.space_10 {
    min-height: 10px !important;
}

.holder_derecha {
    padding-left: 50px;
}

.holder_izquierda {
    padding-right: 50px;
}

@media only screen and (min-width: 992px) {
    .hide_pc {
        display: none;
    }
}


/*===================================
ELEMENTOS
=====================================*/

.separador_55 {
    width: 55px;
    height: 3px;
    background-color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.separador_55_center {
    width: 55px;
    height: 3px;
    background-color: #000000;
    margin: 20px auto;
}

.boton_1 {
    font-family: 'Raleway', sans-serif;
    background-color: #222d80;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    border: 2px solid #222d80;
}

.boton_1:hover {
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
    color: #222d80;
    padding: 10px 50px;
    border-radius: 30px;
    border: 2px solid #222d80;
}

.boton_2 {
    font-family: 'Raleway', sans-serif;
    background-color: #222d80;
    color: #fff !important;
    padding: 15px 60px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #222d80;
}

.boton_2:hover {
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
    color: #222d80 !important;
    padding: 15px 60px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #222d80;
}

.boton_3_small {
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
    color: #222d80 !important;
    padding: 10px 50px;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    border: 2px solid #222d80 !important;
}

.boton_3_small:hover {
    font-family: 'Raleway', sans-serif;
    background-color: #222d80;
    color: #fff !important;
    padding: 10px 50px;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    border: 2px solid #222d80 !important;
}

.boton_3 {
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
    color: #222d80 !important;
    padding: 15px 60px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #ffffff;
}

.boton_3:hover {
    font-family: 'Raleway', sans-serif;
    background-color: #222d80;
    color: #fff !important;
    padding: 15px 60px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #ffffff;
}

.boton_4 {
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
    color: #000000 !important;
    padding: 15px 60px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #000000;
}

.boton_4:hover {
    font-family: 'Raleway', sans-serif;
    background-color: #222d80;
    color: #ffffff !important;
    padding: 15px 60px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #222d80;
}


/*HOLDER ELEMENTS*/

.holder_izquierda {
    padding-right: 50px;
}

.holder_derecha {
    padding-left: 50px;
}


/*===================================
MENU
=====================================*/

nav.main_menu > ul > li > a {
    font-family: 'Montserrat', sans-serif !important;
    position: relative;
    padding: 0 17px;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}

nav.main_menu > ul > li.active > a {
    color: #fff !important;
    /*    background-color: #222d80;*/
    background-color: #009bdc;
}


/*===================================
HOME
=====================================*/


/*BLOQUE ICONOS HOME*/

.icono_home_1 {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}


/*CARDS SERVICIOS*/


/*Fila contendor cards*/

.vc_row.wpb_row.section.vc_row-fluid.vc_inner.bloque_cards_servicios_home {
    /*    padding: 0 100px;*/
    max-width: 1400px;
    margin: 0 auto;
}

.card_servicios_home.wpb_column.vc_column_container.vc_col-sm-4 {
    padding: 0 25px;
}

.contenido_card {
    background-color: #fff;
    padding: 40px;
    /*    min-height: 440px;*/
    box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    /*
    display: flex;
    justify-content: space-between;
    flex-direction: column;
*/
}

.contenido_card_page_service {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    padding: 40px 40px 50px 40px;
    height: 200px;
}

.bloque_iconos_servicio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.icono_servicio_home {
    width: 100px;
    height: 100px;
}

.flecha_servicio_home {
    width: 50px;
    height: 50px;
}

.img-fluid {
    width: 100%;
    height: auto;
}


/*CARDS PAGINA SERVICIOS*/

.icono_servicio {
    background-color: #009bdc;
    padding: 10px;
    height: 100px;
    position: absolute;
    top: 195px;
    right: 18px;
    box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
}

.custom_container.servicios .vc_col-sm-4 {
    padding: 0 40px !important;
}

.icono_servicio img {
    width: 100px;
    height: 100px;
}

.card_pagina_servicios {
    background-color: #fff;
    box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
}

.card_pagina_servicios .vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

.card_pagina_servicios .bloque_texto {
    /*    padding: 25px;*/
}

.card_pagina_servicios .bloque_texto h3 {
    margin-bottom: 0px;
}


/*CARDS PROYECTOS*/

.vc_row.wpb_row.section.vc_row-fluid.custom_container {
    max-width: 1400px;
    margin: 0 auto;
}

.custom_container .vc_col-sm-4 {
    padding: 0 25px !important;
}

.card_proyectos_homesocial {
    background-color: #fff;
    box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.36);
}

.card_proyectos_home .vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

.card_proyectos_home .bloque_texto {
    padding: 25px;
}

.card_proyectos_home .bloque_texto h3 {
    margin-bottom: 0px;
}


/*BLOQUE PORTFOLIO*/

.projects_holder.v3 .mix,
.projects_holder.v3.hover_text .mix {
    width: 31% !important;
    margin: 10px !important;
}


/*BLOQUE NOTICIAS*/

.mpc-post .mpc-post__heading a {
    font: inherit;
    font-weight: inherit;
    color: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    font-weight: 700 !important;
}


/*Ficha post*/

.single-post .title .title_holder {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    width: 100%;
    display: none;
}

.blog_holder article .post_image,
.blog_holder article .post_image img,
.blog_holder article .post_image > a {
    position: relative;
    width: 70%;
    display: block;
    margin: 0 auto;
}


/*FORMULARIO PAGINAS INTERNAS*/

.border_left_form {
    border-left: 2px solid #222d80;
    padding: 50px;
}

.frm_style_estilos-formidable.with_frm_style input[type="text"],
.frm_style_estilos-formidable.with_frm_style input[type="password"],
.frm_style_estilos-formidable.with_frm_style input[type="email"],
.frm_style_estilos-formidable.with_frm_style input[type="number"],
.frm_style_estilos-formidable.with_frm_style input[type="url"],
.frm_style_estilos-formidable.with_frm_style input[type="tel"],
.frm_style_estilos-formidable.with_frm_style input[type="file"],
.frm_style_estilos-formidable.with_frm_style input[type="search"],
.frm_style_estilos-formidable.with_frm_style select,
.frm_style_estilos-formidable.with_frm_style .frm-card-element.StripeElement {
    height: 50px;
    line-height: 1.3;
    border-radius: 0px;
    border-color: #000 !important;
}

.frm_style_estilos-formidable.with_frm_style input[type="text"],
.frm_style_estilos-formidable.with_frm_style input[type="password"],
.frm_style_estilos-formidable.with_frm_style input[type="email"],
.frm_style_estilos-formidable.with_frm_style input[type="number"],
.frm_style_estilos-formidable.with_frm_style input[type="url"],
.frm_style_estilos-formidable.with_frm_style input[type="tel"],
.frm_style_estilos-formidable.with_frm_style input[type="phone"],
.frm_style_estilos-formidable.with_frm_style input[type="search"],
.frm_style_estilos-formidable.with_frm_style select,
.frm_style_estilos-formidable.with_frm_style textarea,
.frm_form_fields_style,
.frm_style_estilos-formidable.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_style_estilos-formidable.with_frm_style .frm-card-element.StripeElement,
.frm_style_estilos-formidable.with_frm_style .chosen-container-multi .chosen-choices,
.frm_style_estilos-formidable.with_frm_style .chosen-container-single .chosen-single {
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 0px;
    border-color: #000 !important;
}

.frm_style_estilos-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_estilos-formidable.with_frm_style input[type="submit"],
.frm_style_estilos-formidable.with_frm_style .frm_submit input[type="button"],
.frm_style_estilos-formidable.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_estilos-formidable.with_frm_style .frm-edit-page-btn {
    width: auto;
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
    color: #000000 !important;
    padding: 15px 60px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #000000;
}

.frm_style_estilos-formidable.with_frm_style .frm_submit button:hover {
    font-family: 'Raleway', sans-serif;
    background-color: #222d80 !important;
    color: #ffffff !important;
    padding: 15px 60px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    border: 2px solid #222d80 !important;
}


/*PAGINA DE PORTFOLIO*/

.portfolio_navigation {
    display: none;
}


/*PAGINA QUIENES SOMOS*/

.logo_quienes img {
    width: 300px;
    height: auto;
}


/*BOTON FLOTANTE*/

.boton_flotante {
    background-color: #009bdc;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 3px 2px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 2px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 2px 18px -5px rgba(0, 0, 0, 0.75);
}

.boton_flotante img {
    width: 60px;
    height: 60px;
}

#back_to_top {
    color: #427db7;
    height: auto;
    position: fixed;
    bottom: 150px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 45px !important;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    
}

#back_to_top > span {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #009bdc;
    background-color: #009bdc;
}

#back_to_top > span i{
    color: #ffffff;
}

/*SOCIAL FOOTER*/

.social_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    width: 300px;
}

.social_footer a img {
    width: 40px;
    height: 40px;
    margin: 0 20px;
}


/*Contacto footer*/

.footer_top {
    padding: 150px 0px;
}

.contenedor_contacto_footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card_contacto_footer {
    background-color: #fff;
    border-radius: 20px;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px;
    width: 145px;
}

.card_contacto_footer img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.card_contacto_footer p {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #000000;
    line-height: 17px;
}


/*FOOTER BOTTOM*/

.footer_bottom_holder,
#lang_sel_footer {
    background-color: #427db7;
    padding: 20px;
}

.footer_bottom p {
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer_bottom a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 10px;
}

.social_links {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.social_links a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 10px;
}