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

/*Avenir*/
@font-face {
    font-family: 'Avenir-Light';
    src: url('fonts/avenir/AvenirLTStd-Light.otf');
    font-weight: '100';
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir/AvenirLTStd-Medium.otf');
    font-weight: '300';
}

@font-face {
    font-family: 'Avenir-Bold';
    src: url('fonts/avenir/AvenirLTStd-Heavy.otf');
    font-weight: '400';
}
/*Menu principal*/
.side_menu_button>a{
    font-size: 20px !important;
    position: relative !important;
    width: 16px !important;
    height: 27px !important;
    padding: 16px 22px !important;
    display: inline-block !important;
    border: 1px solid;
    color: #9d9d9d !important;
    position: fixed !important;
    right: 50px;
    top: 20px;
    background: rgba(255,255,255,0.8);
    opacity: 1 !important;

     transition: color 0.5s linear; /* vendorless fallback */
    -o-transition: color 0.5s linear; /* opera */
    -ms-transition: color 0.5s linear; /* IE 10 */
    -moz-transition: color 0.5s linear; /* Firefox */
    -webkit-transition: color 0.5s linear; /*safari and chrome */
}

.side_menu_button>a:before {
    content:'';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8007f+0,ff0000+100 */
    background: #e8007f; /* Old browsers */
    background: -moz-linear-gradient(top, #e8007f 0%, #ff0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e8007f 0%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e8007f 0%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8007f', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    transition: all 0.3s ease;
}

.side_menu_button>a:hover:before {
    height: 100%;
}

.side_menu_button>a:hover {
    border-color: #FF0000 !important;
    color: #FFF !important;
    transition: all 0.3s ease;
}

.fa-bars{
    position:relative;
    z-index: 9999 !important;
}

.admin-bar .side_menu_button>a{
    top: 50px;
}

/*Presentacion*/
.carousel-inner .item{
	background-color: rgba(0,0,0,0.9) !important;
}

.carousel-inner .item .image {
	background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.round-button{
    background: #FFF;
    padding: 9px 22px 7px;
    border-radius: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Avenir-Bold';
    font-size: 13px;
}

.btn-black{
    background: #000 !important;
    color: #FFF !important;
}

/*Home*/
/*Slider Inicial*/
.slider-titulo{
    font-family: 'Lustria';
    font-size: 3.6em;
    margin-bottom: 150px;
    line-height: 1.2em;
    padding-bottom: 10px;
    letter-spacing: -3px;
    margin-top: -20px;
    color: #FFF;
}

.slider-texto{
    width: 70%;
    color: #FFF;
    font-family: 'Avenir-Light';
    font-weight: 100;
    display: inline-block;
    float: right;
    font-size: 20px;
}

/*Slider Inicial*/
.sup-titulo{
    font-family: 'Lustria';
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 0.5em;
    line-height: 1.1em;
    color: #212121;
}

.titulo-seccion{
    font-family: 'Lustria';
    font-size: 60px;
    margin-bottom: 1em;
    line-height: 0.9em;
    padding-bottom: 10px;
    letter-spacing: -3px;
    font-weight: 300;
    margin-bottom: 0.5em !important;
    line-height: 1.1em;
    color: #212121;
}

.subtitulo-seccion{
    font-family: 'Lustria';
    font-size: 40px;
    margin-bottom: 1em;
    letter-spacing: -2px;
    font-weight: 300;
    margin-bottom: 0.5em !important;
    line-height: 1.1em;
    /*color: #60E2CD;*/
    color: #1785c8;
    /*background: -webkit-linear-gradient(45deg, #60e2cd, #bce0d2 40%, #dfada0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;*/
}

.subtitulo-seccion-dark{
    color: #000;
    font-size: 50px;
}

.home-p{
    font-size: 20px;
    font-family: 'Avenir-Light';
    color: #252525;
}

.fixed-side{
    position: fixed;
    top: 112px;
}

.fixed-bottom{
    position: absolute;
    bottom: -788px;
}

.prefooter-info{
    text-align: center;
    font-size: 40px;
    line-height: 1.1em;
    font-family: 'Lustria';
}

.prefooter-back .call_to_action{
    /*background: #e82b88 !important;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0089c6+0,dd1e58+100 */
    background: #0089c6; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0089c6 0%, #dd1e58 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0089c6 0%,#dd1e58 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0089c6 0%,#dd1e58 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089c6', endColorstr='#dd1e58',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 0 21px !important;
}

.prefooter-back .call_to_action .prefooter-info a {
    display: inline-block;
    width: 100%;
    padding: 51px 0;
    color: #f7f7f7 !important;
}

.call-action-home .text_wrapper{
    width: 100% !important;
}

/*About*/
.titulo-apartado{
    text-transform: none;
    font-size: 20px;
    padding-bottom: 15px;
    font-family: 'Avenir-Bold';
    margin-top: 30px;
}

body.page-id-385 .vc_row{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.section.vc_row-fluid.dark-back{
    background: #1D1D1D !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.dark-back .home-p{
    color: #9E9E9E !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.dark-back .titulo-apartado{
    color: #FFF !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/*Columns*/
@media only screen and (min-width: 769px) {
    .row-eq-height .section_inner_margin{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }

    .row-eq-height .vc_column_container{
        display: block;
    }

    .row-eq-height .vc_column_container>.vc_column-inner, 
    .row-eq-height .vc_column_container .wpb_wrapper{
        height: 100% !important;
    }

    .row-eq-height .vc_column_container .wpb_wrapper{
        background: #FFF;
    }
    
}

.text-white p{
    color: #FFF !important;
}

.form-input{
    display: inline-block !important;
    width: 48%;
}

.form-input input{
    font-size: 20px !important;
    background: #252525 !important;
    color: #FFF !important;
    border-bottom: 2px solid #303030 !important;
}

.form-input input:focus{
    border-bottom: 2px solid #FFF !important;
}

.form-textarea{
    width: 100%;
}

.form-textarea textarea{
    font-size: 20px !important;
    color: #FFF !important;
    background: #303030 !important;
    width: 100%;
}

.form-input input[type="submit"]{
    border: 0px !important;
    background: #FFF !important;
    padding: 9px 22px 7px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 20px;
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'Avenir-Bold';
    font-size: 13px !important;
    line-height: 13px;
    margin-top: 10px;
}

.form-input input[type="submit"]:hover{
    color: #60E2CD !important;
    border: 0px !important;
}

/*Apply Here*/
.apply-button, button.pum-close{
    position: fixed !important;
    font-weight: 100 !important;
    top: initial !important;
    /*bottom: 80px !important;*/
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%);
    padding: 12px 22px !important;
    width: 125px !important;
    height: auto !important;
    text-align: center !important;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8007f+0,ff0000+100 */
    background: #e8007f !important; /* Old browsers */
    background: -moz-linear-gradient(top, #e8007f 0%, #ff0000 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e8007f 0%,#ff0000 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e8007f 0%,#ff0000 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8007f', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    
    opacity: 1 !important;
    transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    -ms-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -webkit-transition: color 0.5s linear;
    font-family: 'Avenir-Light' !important;
    font-weight: 100 !important;
    font-size: 16px !important;
    
    letter-spacing: 2px !important;
    border: 1px solid #DD1E58 !important;
    z-index: 9999 !important;
}

 button.pum-close{
    right: 26px !important;
    z-index: 9999999999 !important;
}

.apply-button:before, button.pum-close:before{
    content:'';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: rgba(255,255,255,1) !important;
    transition: all 0.3s ease;
    z-index: -10;
}

.apply-button:hover:before ,button.pum-close:hover:before {
    height: 100%;
}

.apply-button:hover ,button.pum-close:hover  {
    border-color: #FF0000 !important;
    color: #DD1E58 !important;
    transition: all 0.3s ease;
}

.pum-container{
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0px !important;
    margin-left: 0px !important;
}

.apply-first{
    padding-top: 160px;
}

.apply-second, .apply-third{
    padding-top: 100px;
    background: #252525;
    padding: 5%;
    overflow: auto;
    overflow-y: auto;
    height: 100%;
}

.apply-tilte{
    text-align: center;
    font-family: Lustria;
    font-size: 50px;
    text-decoration: underline;
}


.no-scroll{
    overflow: hidden !important;
}

.pum-content{
    height: 100%;
}

.pum-container{
    margin-bottom: 0px !important;
}

.pum-overlay{
    width: 101%;
}

.apply-section-title{
    font-size: 60px;
}

@media only screen and (max-width: 768px) {

    .apply-tilte{
        text-align: center;
        font-family: Lustria;
        font-size: 25px;
        text-decoration: underline;
    }

    .apply-section-title{
        font-size: 30px !important;
    }

}

body.popup_menu_opened + a.apply-button,
body.popup_menu_opened .q_logo {
    display: none;
}

/*Slider*/
.qode_slider_preloader, .carousel.full_screen{
    height: auto !important;
}

.item.light.active{
    /*height: 1250px !important;*/
    height: 1300px !important;
}

@media only screen and (max-width: 1400px) {
    .item.light.active {
        height: 1400px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .item.light.active {
        height: 1550px !important;
    }
}

@media only screen and (max-width: 768px) { 
    .item.light.active {
        height: 1750px !important;
    }
}

@media only screen and (max-width: 480px) { 
    .item.light.active {
        height: 1950px !important;
    }
    .slider-texto {
        float: none;
        width: 100%;
    }
}

/*Servicios*/
.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #orientacion-laboral.vc_column_container > .vc_column-inner {
        padding-top: 45px !important;
        padding-right: 65px !important;
        padding-left: 65px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    #traduccion.vc_column_container > .vc_column-inner {
        padding-top: 35px !important;
        padding-right: 70px !important;
        padding-left: 70px !important;
        padding-bottom: 35px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #traduccion-companies.vc_column_container > .vc_column-inner {
        padding-top: 50px !important;
        padding-right: 65px !important;
        padding-left: 65px !important;
        padding-bottom: 30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #busqueda-candidatos.vc_column_container > .vc_column-inner {
        padding-top: 30px !important;
        padding-right: 45px !important;
        padding-left: 45px !important;
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 768px){
    .q_logo a {
        left: -70%;
        width: auto!important;
    }

    .side_menu_button>a{
        right: 20px;
        top: 20px;
    }

    .subtitulo-seccion{
        font-size: 25px;
    }

    .prefooter-info{
        font-size: 25px;   
    }

    /*Div fixes*/
    .responsive-padding .vc_column-inner{
        padding-right: 35px !important;
        padding-left: 35px !important;
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .apply-second, .apply-third{
        padding-bottom: 140px !important;
    }

    .left-col-apply{
        padding-top: 40px !important;
    }

    .admin-bar .side_menu_button>a{
        top: 65px;
    }
}

/*Formulario de contacto*/
div.wpcf7 .screen-reader-response{
	color: #F00 !important;
    width: 100%;
    height: 100px;
    clip: initial;	
}

/* Footer */
.footer_bottom_holder .footer_bottom .textwidget p a {
    float: right;
    margin-right: 20px;
}

.footer_top h5 {
	border-bottom: 1px solid #AAA;
}

.footer_top ul.links-footer li {
    margin: 0;
    line-height: 22px;
    padding: 0 0 17px;
}

a.design-link {
    font-size: 18px;
    color: #818181;
    line-height: 65px;
}

@media only screen and (max-width: 768px) {
    .footer_bottom_holder .footer_bottom .textwidget p a {
        float: none;
        margin-bottom: 40px !important;
        margin-right: 0;
        display: inline-block;
    }
}
/* Header 404 */
body.error404 div.header_bottom {
    background-color: #3f3f3f;
}
/* Logo fix */
.q_logo > a {
    height: 36px !important;
}
@media (max-width: 480px) {
    .q_logo > a {
        height: 30px !important;
    }
}


span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    margin-left: 0px;
    width: 48%;
}

input[type='radio']:checked + span{
    padding-bottom: 20px;
    border-bottom: 2px solid #FFF !important;
}

input[type='radio']{
    display: none;
}

input[type='radio'] + span{
    display: inline-block;
    margin: 0 0 0 1em;
    border-bottom: 2px solid #303030 !important;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: 0px;
    width: 100%;
}

.wpcf7-radio span:nth-child(2){float: right;}

div.wpcf7 .screen-reader-response {
    position: initial;
}

.apply-second input{
    padding-left: 0px !important;
}

.apply-third input{
    padding-left: 0px !important;
}

#back_seleccion.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 25px;
}

#back_seleccion {
    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 65px;
    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: 25px;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

#back_seleccion 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 #e8e8e8;
    background: 0 0;
}

#back_seleccion span i {
    font-size: 22px;
    color: #b0b0b0;
    line-height: 52px;
}