﻿/*

Theme Name: Rebel

Theme URI: http://themeforest.net/user/klbtheme/portfolio

Author: KlbTheme (Omur OLGUNAY)

Author URI: http://themeforest.net/user/KlbTheme

Domain Path: /languages

Description: This WordPress theme is best for use in such business areas as corporate, many types of agencies and bureaus, portfolio showcases, landscape, building, engineering, planning, construction, design

Version: 1.6

License: GNU General Public License version 3.0

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Tags: right-sidebar, left-sidebar,  one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

Text Domain: rebel



Theme Developer:

http://themeforest.net/user/KlbTheme

https://www.facebook.com/omur.olgunay.1

Skype:omurolgunay

*/



    /*- - - - - Contents - - - - -

    

    01 - Visual Composer

    02 - Rebel Menu

    03 - Blog Latest

    04 - Portfolio

    05 - Shortcode Css

    06 - Blog

    07 - Tab & Collapse 

    08 - Sidebar

    

    - - - - - - - - - - - - - -*/



/*-----------------------------------------------------------------------------------*/

/* Visual Composer

/*-----------------------------------------------------------------------------------*/

.vc_column-inner {

     padding-top: 0!important;

}

/*-----------------------------------------------------------------------------------*/

/* Rebel Menu

/*-----------------------------------------------------------------------------------*/
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

@font-face {
  font-family: 'Raleway';
  src: url(/wp-includes/fonts/Raleway-Medium.ttf);
}

a:hover, a:focus {
    color: #00328B;
    font-weight: bold;
}


.dropdown > a:after{

    position: absolute;

    display: block;

    right: 15px;

    top: 50%;

    margin-top: -5px;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: 9px;

    content: "\f107";

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.navbar-nav .dropdown a{
    padding-right: 28px;
}

.dropdown-menu li:before{

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    position: absolute;

    -moz-osx-font-smoothing: grayscale;

    top: 17px;

    left: 35px;

    font-size: 11px;

    z-index: 1;

}

.dropdown-menu li[class^="fa-"]  a{
    padding-left:54px!important;
}


.dropdown-menu li{
    position:relative;
}

.dropdown-menu li.dropdown > a:after{

    position: absolute;

    display: block;

    right: 15px;

    top: 50%;

    margin-top: -5px;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: 9px;

    content: "\f105";

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

 #btn-ver-todos{
        display: none !important;
    }



/*-----------------------------------------------------------------------------------*/

/* Blog Latest

/*-----------------------------------------------------------------------------------*/

.home_blog_area {

    background:inherit;

    padding-bottom: 0;

    padding-top: 0;

}



/*-----------------------------------------------------------------------------------*/

/* Portfolio

/*-----------------------------------------------------------------------------------*/



.filter > li {

    margin: 0 29px;

}

.pagination a + a {

    padding-left: 30px;

}

.pagination .klb_notactive{

    color: #ddd!important;

    pointer-events: none;

}

.white-icon:before{
    color:#fff !important;
}

@media (max-width: 991px) {

    .work-item,

    .works-grid-3 .work-item,

    .works-grid-4 .work-item,

    .works-grid-5 .work-item {

        width: 50%!important;

    }


}

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

    .container.klb-port-cont {

        padding-left: 0;

        padding-right: 0;

    }

    .filter {

        margin: 20px 0;

    }

    .work-item,

    .works-grid-3 .work-item,

    .works-grid-4 .work-item,

    .works-grid-5 .work-item {

        width: 100%!important;

    }


}

/*-----------------------------------------------------------------------------------*/

/* Shortcode Css

/*-----------------------------------------------------------------------------------*/

.social-list > li {

    margin: 5px 8px 5px 0;

}

/*Slider*/

.post-images-slider.klb-slider {

    margin: 0;

}

/*Single Video*/

.wpb_video_widget.wpb_content_element{

    margin: 0;

}

/*Contact*/

div.wpcf7-validation-errors {

    border: 2px solid #212121;

}

/*-----------------------------------------------------------------------------------*/

/* Blog 

/*-----------------------------------------------------------------------------------*/

.klb-blog-main .pagination{
    padding-bottom:78px;
}

.comment-form label{
    display:none;
}

h3#reply-title {

    font-family: 'Raleway';
    text-transform: capitalize;
    letter-spacing: 0.1em;
    font-size: 16px;
    color: #000;

}

.blog-widget .post-title.font-alt{
    text-transform: capitalize;
}

.comments, .comment-form {
    margin: 0;
}

div#blog-post-comments {
    padding-bottom: 78px;
}

.comment-form .form-submit{

    margin-bottom:0;

}

.comment-form p{

    margin-bottom:15px;

}

.reviews h4{

    font-size: 18px;

    color: #000;

    margin: 0 0 40px;

    font-family: 'Raleway';

    text-transform: capitalize;

    letter-spacing: 0.1em;

}

ol.comment-list{

    padding-left:0;

    margin: 0 0 60px;

}

#blog-post-comments ul.children{
    padding-left: 75px;
}

/*************************************************

*  Klb Blog General

*************************************************/

.default-news-post .lower-content .post-meta li {
    margin-right: 14px;
}

.alignright img {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft img {
    float: left;
    margin: 0 1em 1em 0
}

.aligncenter img {

    display: block;

    margin-left: auto;

    margin-right: auto;

}

.alignright {
    float: right;
    margin: 0 0 1em 1em;

}

.alignleft {

    float: left;

    margin: 0 1em 1em 0;

}



.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

    text-align:center;

}





.size-full {

}

.size-large {

}

.size-medium {

}

.size-thumbnail {

}

.gallery-caption {

}

.bypostauthor {

}



.textarea_half {

 max-width:500px;

}



.wp-caption img {

    max-width: 100%;

    height: auto;

    margin: 0;

    width: 100%;

}



p>img {
    max-width: 100%;
    height: auto;
}



.wp-caption {

    margin-bottom: 20px;

    text-align: center;

    padding-top: 5px;

    max-width: 100%;

}



.wp-caption p.wp-caption-text {

    width: auto !important;

    line-height: 1.5;

    font-size: 11px;

    padding: 3px 0;

    margin: 0px 0 0 0;

    background: #f6f6f6;

    display: block;

    -webkit-border-radius: 0px 0px 3px 3px;

    border-radius: 0px 0px 3px 3px;

}


table {
    max-width: 100%;
    background-color: transparent;
}



th {

text-align: left;

padding-right: 20px;

padding-bottom: 5px;

padding: 10px;

border: 1px solid #e5e5e5;

}



td{

padding: 10px;

border: 1px solid #e5e5e5;

text-align: left;

}



dt {

    font-weight: bold;

}



dt, dd {

    line-height: 20px;

}



dd {

    margin-left: 10px;

}



abbr, tla, acronym {

    text-decoration: underline;

    cursor: help;

}



ins {

    background-color: rgba(254,255,0,0.68);

    text-decoration: none;

}



.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    position: absolute !important;

    height: 1px;

    width: 1px;

    overflow: hidden;

}



blockquote:before, blockquote:after {

    content: "";

}



blockquote {

    padding: 0 0 0 15px;

    margin: 0 0 20px;

    border-left: 5px solid #eeeeee;

}

/*-----------------------------------------------------------------------------------*/

/* Tab & Collapse 

/*-----------------------------------------------------------------------------------*/

li.vc_tta-tab.vc_active a{

    color: #555;

    cursor: default;

    background-color: #fff;

    border: 1px solid #ddd!important;

    border-radius: 0!important;

    border-bottom-color: transparent!important;

}

li.vc_tta-tab a{

    color: #555;

    cursor: default;

    background-color: #fff!important;

    border:0!important;

    border-bottom: 1px solid #ddd!important;

    padding: 10px 15px!important;

    border-radius: 0!important;

}

#cifras-clave .vc_tta-tab a{
    background-color:#f2f2f2 !important;
}

#cifras-clave .vc_tta-tab.vc_active a{
    background-color:#f2f2f2 !important;
}


.vc_tta-panels{

    background:inherit!important;

    border:0!important;

}

.vc_tta-panel-body{

    padding:20px 0px!important;

    background:inherit!important;

}

.vc_tta-accordion .vc_tta-panel-body{

    padding:15px!important;

}

.vc_tta-accordion span.vc_tta-title-text {

    font-family: 'Raleway';

    text-transform: uppercase;

    letter-spacing: 0.1em;

    font-size: 14px;

}

.vc_tta-accordion .vc_tta-panel-title a{

    padding:10px 15px!important;

}

/*Button*/

.button-sideby{

    display:inline-block;

}

/*-----------------------------------------------------------------------------------*/

/* Sidebar 

/*-----------------------------------------------------------------------------------*/

.blog-widget {

   margin-bottom: 40px;

}

.blog-widget li{

    list-style:none;

}

.blog-widget a {

    font-family: 'Raleway';

    text-transform: uppercase;

    letter-spacing: 0.1em;

}

.blog-widget ul{

    margin:0;

    padding: 0;

}

.blog-widget .search {

    width: 200px;

}

button#searchsubmit {

    background: none;

    border: 0;

}


.blog-widget .post-title:after{

    background-color: #666;

    content: "";

    display: block;

    height: 1px;

    margin: 3px 0 10px 0;

    width: 3em;
}

.blog-widget li:before {

    content: "";

    display: inline;

    position: absolute;

    top: 9px;

    left: -9px;

    width: 4px;

    height: 4px;

    background-color: #838379;

}

.blog-widget li{

    position:relative;

    margin-left: 1em;

}

.tagcloud a {

  background: transparent none repeat scroll 0 0;

    font-family: 'Raleway';

  padding: 9px 18px;

  text-transform: capitalize;

  transition: all 0.3s ease 0s;

  font-size: 12px!important;

  letter-spacing: .4px;

  border: 1px solid #ddd;

  color: #101820;

  display: inline-block;

  margin-bottom:3px;

}

.tagcloud a:hover {

  background: #666 ;

  color:#fff;

  border-color:#666;

}

#wp-calendar { border-collapse: collapse; border:1px solid #ddd; width:100%; border-top:none; }

#wp-calendar td, #wp-calendar th { text-align:center; }

#wp-calendar caption { color: #666; padding: 0; line-height: 39px; }

#wp-calendar thead, #wp-calendar tfoot { line-height:33px; background:#eee; }

#wp-calendar tbody { line-height:33px; }

#wp-calendar #prev, #wp-calendar #next { padding:0 10px; background:#eee; }

#wp-calendar #prev { text-align:left; }

#wp-calendar #next { text-align:right; }



.box-content.klberror {

    padding: 200px 0px;

}

.klb-error-text{

    color: #000;

    margin: 0;

    font-family: 'Raleway';

    text-transform: uppercase;

    letter-spacing: 0.1em;

    margin: 20px 0;

    font-size: 14px;

}

.wp-caption img {

    width: inherit;

}

.blog-widget select{

    width:200px;

    height: 40px;

    padding: 10px;

}

.blog-widget .dropdown > a:after {

    display: none;

}

.pad-80{

    padding:80px 0;

}

.pad-top-130{

    padding-top:130px;

}

.pad-top-130 .module-title{

    margin:0;

}

.klb-post h1,.klb-post h2,.klb-post h3, .klb-post h4, .klb-post h5, .klb-post h6 {

    margin: 10px 0;

    text-rendering: optimizelegibility;

}

.klb-post ul li {

    list-style-type: square;

    line-height: 1.75;

}

.klb-post ol {

    padding-left: 20px;

    list-style-type: decimal;

}

.wp-caption p.wp-caption-text {

    width: auto !important;

    line-height: 1.5;

    font-size: 11px;

    padding: 3px 0;

    margin: 0px 0 0 0;

    background: #f6f6f6;

    display: block;

    -webkit-border-radius: 0px 0px 3px 3px;

    border-radius: 0px 0px 3px 3px;

    text-align: inherit;

}

.klb-blog-main #blog-post-comments ul li {

    list-style-type: square;

    line-height: 1.75;

}

.klb-blog-main #blog-post-comments ol {

    padding-left: 20px;

    list-style-type: decimal;

}

.klb-post input[type="submit"] {

    background: none;

    border: 1px solid #666;

    color: #666;

    padding: 5px 26px;

    transition:0.9s;

}

.klb-post input[type="submit"]:hover {

    background: #666;

    color: #fff;

}

.klb-post input[type="password"] {

    height: 33px;

    display:block;

}

.klb-blog-main aside{

    margin-top:10px;

}

.flex-direction-nav li{

    list-style-type: none!important;

    line-height: 0!important;

}

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

    #blog-post-comments ul.children {

        padding-left: 10px;

    }



}

/****************HOME***************************/


.pll-parent-menu-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.dropdown{
    width: 80px !important;
    position: relative !important;
}


.pll-parent-menu-item .dropdown-menu{
     z-index: 999 !important;
     position: relative !important;
}


 .col-ver-mas .vc_column-inner{
    margin:70px !important;
    padding:20px !important;
    background: #fcfcfc8a !important;
}

 .col-ver-mas2 .vc_column-inner{
    margin:30px !important;
    padding:20px !important;
    background: #fcfcfc8a !important;
}

.home-ver-mas{
    height: 54px !important;
    padding-bottom: 15px !important;
    padding-top: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 10px !important;
}


.domprincipal.home-ver-mas a:hover {
    text-decoration: underline !important;
}

.estandar.home-ver-mas a:hover{
    text-decoration: underline !important;
}

#doms p {
    cursor: default;
}

/************ACTUALIDAD*********************/

.post-title{
    line-height: 35px !important;
}

#entrevistas-post img{
    width: 695px !important;
    height: 512px !important;
    border-radius: 10px;
}

#entrevistas-post .vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid {
    border-right: solid 2px #66666673 !important;
}

#entrevistas-lateral h4{
    font-size: 20px !important;
    line-height: 24px !important;
}

#entrevistas-lateral img{
    border-radius: 10px;
    width: auto;
    height: auto;
}

.nombre-autor{
    color: #00328b !important;
    font-weight: bold;
}

.vc_btn3-container.boton-leer-mas a{
    background: #EE7623 !important;
    color: #fff !important;
}

#entrevistas-post .vc_grid-item-mini.vc_clearfix .vc_custom_1419240516480 {
    background-color: transparent !important;
}

#images-actualidad img{
    border-radius: 20px;
}

.post-more.font-inc .more-link{
    display: none !important;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {    
    background-color: #EE7623 !important;
    border-radius: 18px !important;
    padding: 5px 20px 5px 20px !important;
}


#menu-principal a, #menu-menu-ingles a{
    text-transform: initial!important;
}




/*PROPIOS*/
@media (max-width: 767px) {
    .navbar-header {
        height: 82px;
    }
    #logo_img{
        height: 64px;
        width:auto;
    }
    .navbar-custom .navbar-brand {
        margin-top: 16px;
    }
    #insight-1-home{
        max-width:320px;
        float:none;
        margin:auto;
    }
}
@media (min-width: 768px) {
    #menu-principal, #menu-menu-ingles {
    height: 60px;
    }

    #logo_img {
        height: 48px;
        width:auto;
    }

    li.pll-parent-menu-item.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-parent.menu-item-has-children.dropdown {
        width: 2.3em !important;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        float: right;
        width: 624px;
    }

    #custom-collapse {
        margin-top: 12px !important;
    }

    #menu-principal li , #menu-menu-ingles li{
        padding-left: 6px !important;
    }
    #menu-principal a , #menu-menu-ingles a{
        font-size: 11px !important;
    }
}

@media (min-width: 992px) {
    #menu-principal, #menu-menu-ingles {
    }

    #logo_img {
        height: 64px;
        width:auto;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        width: 823px;
    }

    #custom-collapse {
        margin-top: 26px !important;
    }

    #menu-principal li, #menu-menu-ingles li {
        padding-left: 22px !important;
    }
   /* #menu-menu-ingles li{
        padding-left:10px !important;
    }*/
    #menu-principal a, #menu-menu-ingles a {
        font-size: 12px !important;
    }
}

.current-menu-ancestor > a {
    color:#EE7623!important;
    font-weight: bold!important;
}


#menu-principal a:hover, #menu-menu-ingles a:hover{    
    color: #EE7623 !important;
}

@media (min-width: 1200px) {
    #menu-principal, #menu-menu-ingles {
    }

    #logo_img {
        height: 72px;
        width:auto;
        margin-top: 12px;        
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        width: 1000px;
    }

    #custom-collapse {
        margin-top: 25px !important;
        justify-content: center;        
    }

    #menu-principal li, #menu-menu-ingles li{
        padding-left: 32px !important;
    }/*
    #menu-menu-ingles li{
        padding-left: 15px !important;
    }*/
    #menu-principal a, #menu-menu-ingles a{
        font-size: 14px !important;
        font-weight: 500;
    }

    /*Samu 050423*/

    
    #menu-principal li.lang-item, #menu-menu-ingles li.lang-item{
        padding-left:0!important;
    }
    #menu-principal li.lang-item img, #menu-menu-ingles li.lang-item img{
        margin-left:32px;
    }
}


.dropdown-toggle:hover {
     color:#EE7421;
}

.wpb_button, .wpb_content_element, wpb_thumbnails-fluid>li {
    margin-top: 26px;
}
/*.works-grid.works-hover-w .work-descr {
    display: none;
}*/

.navbar-header {
    max-width: 130px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.year-accordeon .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom: 1px solid #ddd !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.year-accordeon .vc_tta-panel .vc_tta-title-text{
    font-size: 30px !important;
    font-family: 'Raleway';
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.year-accordeon .vc_tta-panel .vc_tta-panel-body a{
    color: #333;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.year-accordeon .vc_tta-panel .vc_tta-panel-body a:hover{
    color: #ee7421;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.year-accordeon .vc_tta-panel .vc_tta-panel-body ul{
    list-style-type: none;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.year-accordeon .vc_tta-panel .vc_tta-panel-body li:before{
    content: "\f054";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #ee7412;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading span, .wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before {
    color: #ee7134;border-color: unset;
}

/*.navbar-transparent {
    background: transparent !important;
}*/

/*quitado el 20/12/22*/
/*.navbar .container {
    width: 200px;
    margin: 0 0 0 120px;
}*/

.navbar-custom .lvl-menu-container ul.dropdown-menu {max-width:300px !important;}
.navbar-custom .lvl-menu-container ul.dropdown-menu .menu-item a{text-overflow:ellipsis;white-space:pre-wrap;min-width: 300px;}

.navbar-custom {
    border: none !important;
}

/*nav.navbar.navbar-custom.navbar-fixed-top {
    padding: 15px;
    width: 380px;
}*/

.dr_list, .dr_list ul {
    list-style-type: square !important;
}

.dr_list .fa{
    display:none !important;
}

#quadmenu.quadmenu-custom_theme_1:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item-level-1.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-caret {
    display: none;
}

#quadmenu.quadmenu-custom_theme_1:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item-level-2.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-caret {
    display: none;
}

.module-header {
    padding: 80px 0 0px;
}

.bg-dark-50:before {
    background: rgba(255, 255, 255, 0.7);
}

.bg-dark-50 .module-title {
    color: #ee7342;
}

.single-portfolio .justify-text {
    text-align:justify;
}

.related-title h4 {
    letter-spacing: 0.15em;
    font-size: 25px !important;
    font-family: 'Raleway';
    color: #ee7342;
    width:700px;
}

.related-projects .klb-port-cont {padding: 0;width: 100%;}

.navbar.navbar-custom.navbar-fixed-top {
    position: absolute !important;
}

.menu-idiomas-container {
    position: absolute;
    width: 70px;
    height: 50px;
    border: 3px solid #ee7342;
    background: #fff;
    z-index: 100;
    top: 30px;
    right: 15px;
    padding: 0 0 0 10px;
    border-radius: 12px;
}

.menu-idiomas-container #menu-idiomas{
    list-style-type: none;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    padding: 0;
}

.menu-idiomas-container #menu-idiomas .pll-parent-menu-item{
    position: relative !important;
    padding-top: 7px;
}

.menu-idiomas-container #menu-idiomas .pll-parent-menu-item a{
    display: inline-block;
    width: 25px;
    height: 38px;
}

.menu-idiomas-container #menu-idiomas .pll-parent-menu-item a:after{
    font-size: 20px;
    color: #ee7342;
    right: 7px;
    top: 18px;
}

.menu-idiomas-container #menu-idiomas .pll-parent-menu-item img {
    width: 100%;
}

.menu-idiomas-container #menu-idiomas .pll-parent-menu-item .dropdown-menu {    
    min-width: 50px;
    border: 2px solid #ee7342;
    margin-top: 10px;
    right: -7px;
}

.menu-idiomas-container #menu-idiomas .pll-parent-menu-item .lang-item a {
    width: 100%;
    height: auto;
    padding: 5px 10px;
}

@media (min-width:1024px) {
    .pll-parent-menu-item {
        position: absolute !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

/*@media (max-width:768px) {
    .quadmenu-navbar-toggle.collapsed{top:28px !important;}

    .menu-idiomas-container {
        top: 55px;
    }
}*/

@media (max-width:480px) {
    .navbar .container {
        width: 124px;
        margin: 0px 0 0 112px;
    }

    .navbar.navbar-custom.navbar-fixed-top {
        /*width: 245px !important;*/
    }
}

/*MARIO*/
.content-a:before{content:"a";}
.content-b:before{content:"b";}
.content-c:before{content:"c";}
.content-d:before{content:"d";}
.content-e:before{content:"e";}
.content-f:before{content:"f";}
.content-g:before{content:"g";}
.content-h:before{content:"h";}
.content-i:before{content:"i";}
.content-j:before{content:"j";}
.content-k:before{content:"k";}
.content-l:before{content:"l";}
.content-m:before{content:"m";}
.content-n:before{content:"n";}
.content-o:before{content:"o";}
.content-p:before{content:"p";}
.content-q:before{content:"q";}
.content-r:before{content:"r";}
.content-s:before{content:"s";}
.content-t:before{content:"t";}
.content-u:before{content:"u";}
.content-v:before{content:"v";}
.content-w:before{content:"w";}
.content-x:before{content:"x";}
.content-y:before{content:"y";}
.content-z:before{content:"z";}

@media (max-width:480px){
.vc_images_carousel {
    position: relative;
    width: 100%!important;
}

.module-header {
    padding: 150px 0 0px;
}
}


nav.navbar.navbar-custom.navbar-fixed-top {
    padding: 0;
    top: 0px;
}

.menu-idiomas-container {
    position: fixed;
    width: 55px;
    height: 55px;
    background: #fff;
    z-index: 5000;
    top: 54px;
    right: 110px;
    padding: 0;
    border-radius: 50%;
    border: none;
    text-align: center;
    position: initial;
    width: 100%;
    text-align: end;
}

.quadmenu-offcanvas-in .menu-idiomas-container {
    z-index: 100;
}

.menu-idiomas-container #menu-idiomas .pll-parent-menu-item a:after {
    display: none;
}

.menu-idiomas-container #menu-idiomas .pll-parent-menu-item {
    padding-top: 12px;
}

.menu-idiomas-container #menu-idiomas .pll-parent-menu-item .dropdown-menu {
    right: 0px;
    width: 55px;
    border: none;
    padding: 55px 5px 15px;
    top: 0;
    z-index: -1;
    border-radius: 67px;
    margin: 0;
}

button.quadmenu-navbar-toggle:before {
    content: '';
    width: 55px;
    height: 56px;
    background: #ee7342;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

#quadmenu .quadmenu-navbar-toggle .icon-bar-container {
    height: 35px;
    width: 35px;
}

#quadmenu.quadmenu-custom_theme_1 .quadmenu-navbar-toggle.collapsed .icon-bar {
    background-color: #fff!important ;
}

#quadmenu.quadmenu-custom_theme_1 .quadmenu-navbar-toggle .icon-bar {
    background-color: #fff!important;
}


/*cambiar posicion logo*/
nav.navbar.navbar-custom.navbar-fixed-top {
    margin: 0 auto;
    display: contents;
}

.current-menu-item a, .current-menu-item a {
    color:#EE7623!important;
}

.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    right: 16px;
    box-shadow: 0px 1px 6px #00000014;
    border-radius: 50px;
    height: 42px;
    width: 45px;
    top: 66px;
    z-index: 999999;
}


/*****BUSCADOR********/

.search-bar-btn {
    width: 20px;
    height: 55px;
    background: #fff;
    z-index: 5000;
    top: 54px;
    left: 110px;
    padding: 0;
    border-radius: 50%;
    border: none;
    right: initial;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    float: left;
    margin-left: 5px;
    margin-top: -6px;
}

.search-bar-btn i.fa.fa-search {
    font-weight: 700;
}

.search-bar-container.open-search i.fa.fa-search:before {
    content: '\f00d';
}

.search-bar-container form {
    /*position: absolute;
    top: 0;*/
    right: 65px;
    width: 0;
    height: 56px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: -5px;
}


.search-bar-container.open-search form {
    width: auto;
}

.search-bar-container form ul {
    padding: 0;
}

.search-bar-container form ul li {
    display: inline-block;
    float: right;
    padding: 0;
}

.search-bar-container form ul li input.sf-input-text {
    border: none;
    height: 55px;
    border-radius: 50px;
    width: 150px;
    padding: 0 10px 0 20px;
    font-weight: 400;
}

.search-bar-container form ul li input.sf-input-text:focus-visible {
    outline: none;
}

.search-bar-container form ul li input[type="submit"] {
    display: none;
  /*  width: 55px;
    height: 56px;
    background: #ee7342;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    border: none;
    color: #ffffff;*/
}

.search-bar-container form ul li.sf-field-submit:before {
    content: "\f002";
    font-family: 'Raleway';
    color: #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1;
    transform: translateY(-50%);
    pointer-events: none;
}


.vc_tta-panel-heading a{
    color: initial !important;
    text-decoration: none !important;
}


#wpadminbar a {
    color: #fff !important;
    text-decoration: none !important;
}


/*Samu*/
.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after{
    color: #EE7623!important
}


.menu-idiomas-container {
    display: none !important;
}

li.pll-parent-menu-item.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-parent.menu-item-has-children.dropdown{
    width: 80px !important;
    position: relative !important;
}

/*.pll-parent-menu-item .dropdown-menu{
    position:initial !important;
}*/

.navbar-transparent .nav li > a, .navbar-transparent .navbar-brand {
    color: #63c43c;
}

button.navbar-toggle {
    /*display: none !important;*/
}

#mega-menu-wrap-main-menu .mega-menu-toggle{
    background-color: transparent;
}


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
    color:#000;
}



p{
    font-size: 16px;
    line-height: 22px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway';
}

button, input, select, textarea{
    font-family: 'Raleway';
}

.home-title{margin-top:0px !important; margin-bottom: -35px !important;}
.home-subtitle{margin: 0px !important;}

.home-title p{
    color: #EE7623;
    font-size: 75px;
    font-weight: bold;
    font-style: italic;
    line-height: inherit;
}

.home-subtitle p{
    color: #707070;
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px !important;
    line-height: 47px;
}

#content-first-banner-home{
    /*quitado el 20/12/22*/
    /*width: 85% !important;*/
    display: block;
    margin: auto;
    margin-top: 32px;
}

#first-banner-home{
   /* height: 325px;*/
    background: center;
    background-size: cover;
}

.orange-button button, .orange-button a, .orange-submit .wpcf7-submit {
    background-color: #EE7623 !important;
    color: #fff !important;
    border-radius: 18px !important;
    text-transform: uppercase;
    line-height: 19px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 5px 24px !important;
    margin-top: 29px !important;
    border: none;
    letter-spacing: 0px;
}

.orange-button a:hover, .vc_btn3-container.boton-leer-mas a:hover, .vc_btn3-container.boton-leer-mas a:hover, .orange-button button:hover{
    background-color: #D0651C !important;
}

.icon-button a{
    padding: 5px 55px 5px 28px !important;
}

.white-button {
    margin-bottom: 0px !important;
}

.white-button a{
    background-color: #fff !important;
    color: #EE7623 !important;
    border-radius: 20px !important;
    padding: 4px 22px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font: normal normal bold 16px/19px Raleway;
    border: 2px solid #EE7623 !important;
}

.white-button a:hover{
    color: #D0651C !important;
    border: 2px solid #D0651C !important;

}

.orange-dominant-button a{
    background-color: #EE7623 !important;
    color: #fff !important;
    border-radius: 39px !important;
    padding: 10px 30px 10px 30px !important;
    text-transform: uppercase;
    line-height: 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 15px;
}

.orange-dominant-button a:hover{
    background-color: #D0651C !important;
}

.tp-caption.rev-btn.tp-withaction.rs-hover-ready:hover{
    background-color: #D0651C !important;
}

button{
    font-size: 20px !important;
}

/*revisar*/
.wrapper{}
/*.navbar .container {
    margin: 0 0 0 0px;
    width: 95%;
    display: flex;
    justify-content: center;}
*/
#menu-principal a , #menu-menu-ingles a{
    color: #707070;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0px;
    letter-spacing: 0px;
}
#menu-principal li a:not(#menu-principal .pll-parent-menu-item a)::after, #menu-menu-ingles li a:not(#menu-menu-ingles .pll-parent-menu-item a)::after{
    content:""!important;
}
#menu-menu-ingles .pll-parent-menu-item a::after{
    right: 25px;
}
#menu-principal li, #menu-menu-ingles li {
    padding-left: 32px;
}

/*revisar*/

#top-gray-home{
    margin-top: -65px;
    padding: 0px 36px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 1092px;
    margin-right: -50px !important;
    margin-left: -50px !important;
}

#bottom-gray-home{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px 115px 60px 115px !important;
}

#bottom-gray-home{
    padding: 0px 36px 21px 36px !important;
    width: 1092px;
}

#top-gray-home h2 {
    color: #EE7623;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
}

#firs-container-home {
    margin-left: 18px;
    margin-right: 80px;
}

.insights-button-home .vc_column-inner {
    margin-top: 16px;
}

#insights-home .vc_btn3-container{
    margin-bottom: 32px !important;
    margin-top: -25px !important;
}

.insights-button-home .vc_btn3-container.white-button.vc_btn3-right{
    margin-top: 12px;
    margin-bottom: 0px !important;
}

.insights-button-home .vc_btn3-container.white-button.vc_btn3-right button {
    font-size: 16px !important;
    line-height: 19px!important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 2px solid;
    font-weight: bold !important;
}

.insights-button-home .vc_btn3-container.white-button.vc_btn3-right a {
    font-size: 16px !important;
    line-height: 19px!important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 2px solid;
    font-weight: bold !important;
}

.amount-container {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.amount-title {
    font: normal normal bold 20px/24px Raleway;
    line-height: 24px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.amount-number {
    color: #00328B;
    font: normal normal bold 46px/36px Raleway;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 12px;
}

.amount-info{
    font-size: 15px;
    line-height: 18px;
}

#dominants{
    padding: 0px 0px 42px 0px !important;
    margin-top: -30px !important;
    width: 1092px;
    margin-left: -50px;
    margin-right: -50px;
}

#dominants .orange-button {
    width: 100% !important;
}

#dominants .orange-button button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-grey{
    width: 100% !important;
}

#dominants .orange-button a {
    background-color: #EE7623 !important;
    color: #fff !important;
    border-radius: 39px !important;
    padding: 10px 30px 10px 30px !important;
    text-transform: uppercase;
    line-height: 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 15px;
    text-align: center !important;
    padding: 0px !important;
}

h1{
    font-size: 52px;
    line-height: 52px;
    color: #EE7623 !important;
    font-weight: bold !important;
    text-align: left;
    letter-spacing: 0px;
    /*text-transform: uppercase;*/
    opacity: 1;
}

h2{
    font-size: 36px !important;
    line-height: 42px !important;
    color: #EE7623 !important;
    font-weight: bold !important;
    /*text-transform: uppercase;*/
}

h3{
    /*font-size: 60px !important;
    line-height: 70px !important;*/
    font-size: 36px !important;
    line-height: 42px !important;
    color: #EE7623 !important;
    font-weight: bold !important;
}

h4{
    font-size: 28px !important;
    line-height: 33px !important;
    color: #EE7623 !important;
    font-weight: bold !important;
}

p a {
    text-decoration: underline;
}

a {
    color: #00328B;
    font-size: 16px !important;
    line-height: 22px !important;
}

.vc_btn3.vc_btn3-size-md{
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 5px 20px 5px 20px !important;
    text-align: center !important;
}


/*gráfica*/
#chart{
    padding: 0px 62px 42px 62px !important;
    width: 1092px;
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
#chart-home figure.wpb_wrapper.vc_figure{
    display: block !important;
}
#chart-home.wpb_single_image .vc_single_image-wrapper{
    display: block !important;
}

#chart-title-home h2 {
    font-size: 52px !important;
    line-height: 46px !important;
    width: 90%;
    text-transform: initial !important;
    padding: 7px 0px;
}

#chart-subtitle-home p {
    color: #00328B;
    font-size: 28px;
    line-height: 33px;
    margin-top: 0px;
    margin-bottom: 24px;
}
/*gráfica*/

#medium-gray-title{
    margin-top: 35px;
    text-align: center !important;
}
#medium-gray-text {
    margin: 23px 0px 34px 0px !important;
}


#medium-gray-title h2 {
    color: #00328B !important;
}

#medium-gray-text p{
    width: 1092px;
    text-align: center;
    margin: auto;
    padding-left: 62px;
    padding-right: 62px;
}

.insights-title p {
    color: #00328B;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    height:87px;
}

.insights-author{
    margin-top: 8px;
}

.insights-author p {
    color: #00328B;
    line-height: 19px;
    font-weight: bold;
}

.insights-date p {
    line-height: 19px;
}

#home-actives {
    padding-bottom: 20px;
}

#home-actives .rev_slider_wrapper {
    background-color: transparent !important;
}

#dominants > .wpb_column > .vc_column-inner{
    padding-left:0;
    padding-right:0;
}


#home-actives > .vc_col-sm-9 > .vc_column-inner{
    justify-content:center;
}
.tparrows:before {
    color: #EE7623;}

.tp-leftarrow.tparrows.uranus {
    display: none !important;
}

#investors-agenda{
    margin-top: 60px;
    padding: 0px 36px 21px 36px !important
}

#investors-agenda .orange-h2 h2 {
    text-align: center;
}

#investors-agenda-container{
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.investors-agenda-date{
    background-color: #f2f2f2;
    border-radius: 20px;
    padding-top: 5%;
    height: 100px !important;
}

.investors-agenda-date .wpb_wrapper{
    display: flex !important;
}

.investors-agenda-container-day{  
    margin-left: 35px;
    margin-right: 15px;
}
.investors-agenda-container-hhmm{    
    margin-top: 15px;
}

.investors-agenda-day {
    color: #EE7623;
    font-size: 52px;
    font-weight: bold;
    line-height: 61px;
}
.investors-agenda-month {
    color: #00328B;
    font-size: 23px;
    font-weight: bold;
    line-height: 20px;
}
.investors-agenda-hour {
    color: #00328B;
    font-size: 17px;
    line-height: 20px;
}

.investors-agenda-info{
    border: 3px solid #f2f2f2;
    border-radius: 20px;
    border-top: none;
    padding: 20px;
    margin: -14px 20px !important;}

.investors-agenda-title {
    color: #00328B;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 20px;
}

.investors-agenda-show-more{
    color:#EE7623;
    text-decoration: underline;
}

#investors-agenda-button{
    margin-bottom: 60px;
}

#slider-portfolio-home .vc_carousel-indicators {
    display: none;
}



#last-container-home {    
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

#last-container-home p{
    text-align: center;
}

/*revisar*/
#last-container-home-items{
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 40px;
}
/*revisar*/

#last-container-home-items img {
    width: 72px;
}

.text-item-home {
    display: block;
    margin: auto;
    margin-top: 7px;
}

.last-container-title-orange {
    color: #ee7623;
    font-size: 36px;
    line-height: 42px;
}
.last-container-title-blue {
    color: #00328B;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
}

.last-container-subtitle {
    text-align: center;
    font-size: 28px;
    margin-top: -16px;
    line-height: 33px;
    color: #707070;
}

.title-item-home h3 {
    font-size: 24px !important;
    line-height: 29px !important;
    color: #00328B !important;
    text-align: center !important;
}

#footer{
    background-color: #4a0000!important
}

#footer * {
    font-size: 16px;
    color: #fff !important;
    line-height: 20px;
}

.footer-contact p {
    line-height: 30px !important;
}

#logo-footer{
    margin: auto;
    display: block;
    height: 89px;
    margin-bottom: 12px;
}

#develop-footer{
    text-align: center;
    font-size: 16px !important;
    line-height: 16px;
}

#develop-footer strong a {
    font-size: 16px !important;
    line-height: 16px;
}

#copyright-footer{
    text-align: center;
    font-size: 16px !important;
    line-height: 16px;
}

#footer p{
    margin:0px !important;
}

body{
    font-family: 'Raleway';    
}

#footer a {
    font-size: 14px;
    line-height: 16px;
}

#footer li {
    list-style: none !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
}

#footer u {
    text-decoration: none !important;
}

#footer u.footer-links-u {
    text-align: right;
}

#insights-home{
    margin-bottom: 100px;
    padding: 0px 62px 26px 62px !important;
}


.first-insights-container {
    margin-top: 80px;
}

.insights-container > .vc_column_container:first-child {
    padding: 0px 62px 26px 62px !important
}

#insights-tittle-home {
    margin-top: 0px;
}

#insights-tittle-home h2 {
    margin-top: 0px;
}

#insight-2-home{
    margin-left:40px !important;
    height: 182px;
}


#insight-3-home{
    margin-top: 60px !important; 
    margin-left: 40px !important; 
}

#insights-home .wpb_single_image.wpb_content_element.vc_align_left {
    margin-top: 0px;
}

.internal-insight{
    height: 425px !important;
}

 
.internal-insight, .internal-insight-2{
    border: 3px solid #f2f2f2;
    border-radius: 20px;
    border-radius: 20px;
}

.internal-insight .vc_column-inner, .internal-insight-2 .vc_column-inner {
    margin-bottom: -50px;
}

.internal-insight .vc_column-inner, .insight-photo2-home .vc_column-inner, .insight-photo3-home .vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#insight-1-home .insights-title, #insight-1-home .insights-author, #insight-1-home .insights-date{
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 16px;
}

.insights-date {
    margin-top: 0px !important;
}

.insights-date p {
    
    margin-bottom: 16px !important;
}

#insight-photo2-home img {  
    margin-left: -2px;
    position: absolute;
}

#insight-photo3-home img {    
    margin-left: -2px;
    position: absolute;
}


.orange-button .vc_general.vc_btn3 { max-width: 100%; }

@media (min-width: 1200px){
    #insights-home .orange-button button{
        padding-left: 30px !important;
        padding-right: 30px !important;}

    .orange-button .vc_general.vc_btn3 h2{
        font-size: 15px !important;
        padding: 15px 18px !important;
        margin: 0px !important;  
    }   
}

@media (max-width: 1999px){
        #insight-2-home{
        height:auto;
    }
}

/*revisar si este es max-width porqué el otro es min?*/
@media screen and (max-width: 992px){
#footer .first-row, #footer .fourth-row, #footer .third-row{
    text-align: center;
}
.investors-agenda-container-hhmm{
    margin-top:0px;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
}


/*Insights*/

#Insights img{
    border-radius: 20px;
}

#Insights h4{
    text-transform: inherit;
}



/*Página quienes somos*/

#responsabilidad-social{
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 150px;
}

#quienes-somos{
    padding-left: 20px;
}

#list-quienes-somos{
     padding-left: 30px;
}

#img-quienes-somos{
    padding-left: 80px;
}

#estructura-desktop{
    padding-left: 250px !important;
    padding-right: 250px !important;
}

.team-about-us .wpb_text_column.wpb_content_element{
    border: 2px #F2F2F2 solid;
    border-radius: 0px 0px 20px 20px;
    opacity: 1;
    margin-top: 0px;
    padding: 0px 25px 25px 25px;    
}

.blue-subtitle{
    font-size: 16px;
    line-height: 22px;
    color: #00328B; 
}

#team-about-us .blue-subtitle{
    text-align: center;
    font-weight: bold;
}

.title-team-about-us{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    color: #EE7623;
    opacity: 1;
    padding: 15px;
    margin: auto;
}

ul{ 
    list-style-type: square;
    border-left: 1px #D9D9D9 solid;
    padding-left: 18px;
}






li::marker{
    color: #EE7623;
    font-size: 30px;
}

li {
/*  position: relative;*/
  margin: 0;
  padding-left: 20px;
}

/*Página quienes somos*/


/*Página Portfolio*/

#works-grid a{
    font-weight: normal;
}


#works-grid, #filters{
    border-left: none !important;   
}

#filters a:hover, #filters a:focus{
    color: #EE7623 !important
}

.filter > li a:hover::after, .filter > li a.current::after {
    background: #ee7623;
    opacity: 1;
    height: 3px;
    width: 100%;    
    left: 0% !important;
}

.filter > li a:hover, .filter > li a.current {
    color: #707070;
    font-weight: bold;
}

.filter > li a {
    color: #707070;
}
.work-item, .work-item a{
    border-radius:10px;
}
.work-caption{
    bottom:50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.work-item:hover .work-caption{
    bottom:50%;
}
.work-caption h3{
    font-size: 32px !important;
    color: #fff !important;
    line-height: 33px !important;
    padding: 0px !important;
    text-transform: initial !important;
    text-align: left !important;
    letter-spacing: 0px;
    margin-left: 10px;
}

.work-item.centros-comerciales .work-caption .work-button, .work-item.parques-comerciales .work-caption .work-button{
    text-align: left !important;
    display: block;
    margin-left: 10px;
}

.work-item.centros-comerciales .work-caption .work-button button, .work-item.parques-comerciales .work-caption .work-button button{
   margin-top: -20px;
}


.work-city{
    font-size: 25px;
    line-height: 33px;
    color:#fff;
    text-transform: initial !important;
    text-align: left !important;
    letter-spacing: 0px;
    margin-left: 10px;
}

/*Página Portfolio*/

/*Página internas portfolio*/

#single-portfolio-video {
    padding-left: 20px;
    margin-top: 60px;
}

#single-portfolio-video .wpb_video_widget .wpb_wrapper{
    width: 55% !important;
    display: block;
    margin: auto;
}

#single-portfolio-video iframe {
    border-radius: 10px;
}

.gray-background{
    background-color: #F2F2F2;
    padding: 15px 0px 50px 0px;
    margin-top: 40px;
}

.single-portfolio-info-container h3 {
    font-size: 50px !important;
    line-height: 42px !important;
    position:relative;
    left:-20px;
}

li{
    font-size: 16px;
    line-height: 22px;
}

.single-portfolio-info {
    font-size: 28px;
    line-height: 33px;
    color: #EE7623;
    font-weight: bold;
    margin-top: -18px;
}

#single-portfolio-lastone{
    margin-bottom: 80px;
}
#single-portfolio-lastone .map-col > div{
    justify-content: center;
    margin-top: 60px;
}
#single-portfolio-lastone .map-col img{
    border-radius:10px;
}
#portfolio-logos .vc_column-inner{
    justify-content: center;
}
/*Página internas portfolio*/

/*Página agenda del inversor*/
.page-investor-agenda-title-orange {
    font-size: 28px;
    line-height: 33px;
    color: #EE7623;
    font-weight: bold;
}

.page-investor-agenda-subtitle-blue {
    font-size: 24px;
    line-height: 29px;
    color: #00328B;
}

#page-investors-agenda-results{
    margin:80px;
    border-radius: 20px;
}

#page-investors-agenda-results h2 {
    width: 85%;
    display: block;
    margin: 40px auto;
    text-align: center;
}

.page-invage-results-info{
    text-align:center;
}

#page-investors-agenda-results .investors-agenda-date {    
    display: block;
    margin: auto;
    padding:0px;
    height:85px;
}

#page-investors-agenda-results p {
    margin: 20px;
}

#page-investors-agenda-results .vc_btn3-container {
    margin: 0px !important;
}

#page-investors-agenda-results .wpb_column.vc_column_container.vc_col-sm-12 {
    margin-bottom: -15px !important;
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}

h3 {
    font-size: 36px !important;
    line-height: 42px !important;
}

#page-investors-agenda-first-container .investors-agenda-title {
    font-size: 24px;
    line-height: 29px;
}
/*Página agenda del inversor*/

/*tablas acordeon*/
li.vc_tta-tab.vc_active {
    font-weight: bold;
}

.vc_tta-tab.vc_active span {
    display: inline-block;
    border-bottom: 2px solid #EE7623 !important;
    padding-bottom: 2px;
    color: #EE7623;
}

li.vc_tta-tab.vc_active a{
    border:none !important;
}

.vc_tta-tabs-list a:hover{
    color: #EE7623 !important;

}

ul.vc_tta-tabs-list{
    border:none !important;
}

li.vc_tta-tab a{
    border:none !important;
}

.vc_tta-tabs-list li a, .vc_tta-tabs-list .vc_tta-tab{
    padding-left: 0px !important;
}

/*Página presentacion resultados*/    
.vc_tta-panels .anchor-button a {
    background-color: transparent !important;
    background-image: none !important;
    color: #00328B !important;
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 0px 50px 0px 0px !important;
}
/*Página presentacion resultados*/

/*pagina nuestro compromiso*/
.quote-rsc .fa {
    font-size: 55px;
    color: #fce4d3;
    font-style: initial;
}

.quote-rsc .fa-quote-left {
    margin-right: 10px;
}

.quote-rsc .fa-quote-right {
    margin-left: 5px;
    text-align: end !important;
    display: block;
}

.quote-rsc .vc_column-inner {
    justify-content: center !important;
}

.anchor-button a {
    background-color: transparent !important;
    background-image: none !important;
    color: #00328B !important;
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 0px 50px 0px 0px !important;
}

#president-message {
    border: 2px solid #F2F2F2;
    border-radius: 20px;
}

#president-mesaage .wpb_single_image.wpb_content_element.vc_align_center{
    margin-top:0px;
}

#president-commitment-img .vc_column-inner {
    padding: 0px !important;
}

.wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0px;
}

.quote-rsc .wpb_wrapper {
    margin-left: 30px;
    margin-right: 30px;
}

#container-objectives {
    margin-top: 30px;
}

#objectives {
    margin-top: -90px;
}

#img-objectives{
    margin-top: 35px;
}

#objectives-info {
    padding-left: 60px !important;
}

#objectives-info p {
    margin: -5px 0px 0px 30px;
}
/*página nuestro compromiso*/ 

.vc_tta-tab {
    padding: 0px 20px !important;
}

.video-50{
    width: 55% !important;
    display: block;
    margin: auto;
}

.video-50 video{
    border-radius: 20px !important;
}

.vc_tta.vc_general .vc_tta-tab>a {
    color:#707070;
}

/*página rcs*/
#cifras-clave .vc_tta-title-text{
    color: #707070;
    text-transform: uppercase;
}

/*página rcs*/

.flex .wpb_wrapper{
    display: flex !important;
}

.flex .blue-subtitle {
    max-height: 100px;
    align-self: center !important;
    margin: -15px 20px !important;
}

/*Página contacto*/
#contact-form p {
    display: contents;
}
#contact-form label{    
    line-height: 29px;
    font-size: 14px;
    color: #707070;
    font-weight: normal;
}

.wpcf7-form-control.wpcf7-acceptance.form-control{
    border: none !important;
}

.wpcf7-form-control.wpcf7-not-valid.form-control{
	border: 2px solid #DB0303;
}

.wpcf7-not-valid-tip{
    color: #DB0303;
    font-size: 14px;
}

.form-control{
    display: initial;
    margin-right: 10px !important;
    height: 41px;
    border: 2px solid #666666;
    border-radius: 10px;
    letter-spacing: 0px;
    color: #707070;
    /* opacity: 0.62; */
    text-transform: initial;
}

/*.form-politica .wpcf7-form-control{
    border-color: #ee7623 !important;
    border-radius: 38px !important;
    font-size: 10px !important;
    width: 23px !important;
    padding: 0px 8px 0px 4px;

}*/

/*Página contacto*/

@media (max-width: 1199px) {
    #top-gray-home {
        width: 100%;
    }
 
    #bottom-gray-home {
        width: 100%;
    }

    #firs-container-home {
        margin-left: 70px;
        margin-right: -36px;
    }

    #dominants {
        width: 100%;
    }

    #dominants .orange-button h2 {
        font-size: 12px !important;
        line-height: 14px !important
    }

    #chart {
        width: 100%;
    }

    .insights-title p {
        font-size: 21px;
        line-height: 24px;
        height: 76px;
    }

    .insights-date p {
        margin-bottom: 12px !important;
    }

    #insight-photo2-home img {
        height: 167px;
        width: 176px;
    }

    #insight-photo3-home img {
        height: 167px;
        width: 176px;
    }

    .investors-agenda-title {
        font-size: 22px;
        line-height: 26px;
    }

    .investors-agenda-info {
        padding: 14px;
        margin: -14px 16px !important;
    }

    #last-container-home-items {
        margin-left: 80px;
        margin-right: 80px;
    }
    
    #medium-gray-text p {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #top-gray-home {
        width: 100%;
    }
 
    #bottom-gray-home {
        width: 100%;
    }

    #dominants {
        width: 100%;
    }

    #dominants .orange-button h2 {
        border-radius: 20px;
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .insights-title p {
        font-size: 16px;
        line-height: 18px;
        height: 54px;
    }

    .insights-author p {
        font-size: 14px;
    }

    .insights-date p {
        font-size: 14px;
        margin-bottom: 0px !important;
    }

    #insight-photo2-home img {
        height: 130px;
        width: 125px;
    }

    #insight-photo3-home img {
        height: 130px;
        width: 125px;
    }

    #insights-home .vc_btn3-container {
        margin-bottom: 21px !important;
        margin-top: -8px;
    }

    .orange-button button, .orange-button a {
        line-height: 17px !important;
        font-size: 14px !important;
    }

    #investors-agenda {
        padding: 0px;
    }

    #investors-agenda-container {
        margin-left: 0px;
    }

    .investors-agenda-container-day {
        margin-left: 30px;
        margin-right: 20px;
    }

    .investors-agenda-day {
        font-size: 34px;
    }

    .investors-agenda-month {
        font-size: 18px;
    }

    .investors-agenda-date {
        height: 84px !important;
        padding: 8px;
    }

    .investors-agenda-title {
        font-size: 16px;
        line-height: 20px;
    }

    .investors-agenda-info {
        padding: 10px;
        margin: -14px 12px !important;
    }

    #footer u.footer-links-u {
        text-align: center;
    }

    #footer .footer-contact {
        margin-bottom: 24px;
    }

    #logo-footer {
        height: 112px;
    }

    #footer .footer-links {
        margin-top: 24px;
    }

    #footer a {
        font-size: 20px;
        line-height: 24px;
    }

    #copyright-footer {
        font-size: 20px !important;
        line-height: 24px;
    }

    #develop-footer {
        text-align: center;
        font-size: 20px !important;
        line-height: 24px;
    }

    #footer * {
        font-size: 20px;
        color: #fff !important;
        line-height: 29px;
    }

    #develop-footer strong a {
        font-size: 20px !important;
        line-height: 24px;
    }

    #last-container-home-items {
        margin-left: 40px;
        margin-right: 40px;
    }

    .title-item-home h3 {
        font-size: 21px !important;
        line-height: 26px !important;
    }

    #last-container-home-items img {
        width: 62px;
    }

    #medium-gray-text p {
        width: 100%;
    }

    .amount-container{
        display: flex;
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .single-portfolio-info-container h3{
        position:static;
        left:0;
    }
    #firs-container-home {
        margin-left: 0;
        margin-right: 0;
    }

    #top-gray-home {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #bottom-gray-home {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #dominants {
        width: 100%;
        text-align: center;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #chart {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #dominants .orange-button h2 {
        border-radius: 20px;
    }

    #investors-agenda {
        margin-top: 32px;
        padding: 0px;
    }

    #investors-agenda-container {
        margin-left: 0px;
    }

    .investors-agenda-day {
        font-size: 52px;
    }

    .investors-agenda-month {
        font-size: 23px;
    }

    .investors-agenda-title {
        font-size: 22px;
        line-height: 26px;
    }

    .investors-agenda-info {
        padding: 20px;
        margin: -14px 20px !important;
    }

    #investors-agenda-container .vc_general.vc_btn3 {
        font-size: 19px !important;
        line-height: 29px !important;
    }

    #last-container-home {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    #last-container-home-items {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 40px;
    }

    #footer u.footer-links-u {
        text-align: center;
    }

    #footer .footer-contact {
        margin-bottom: 24px;
    }

    #logo-footer {
        height: 112px;
    }

    #footer .footer-links {
        margin-top: 24px;
    }

    #footer a {
        font-size: 20px;
        line-height: 24px;
    }

    #copyright-footer {
        font-size: 20px !important;
        line-height: 24px;
    }

    #develop-footer {
        text-align: center;
        font-size: 20px !important;
        line-height: 24px;
    }

    #footer * {
        font-size: 20px;
        color: #fff !important;
        line-height: 29px;
    }

    #develop-footer strong a {
        font-size: 20px !important;
        line-height: 24px;
    }

    #last-container-home-items img {
        width: 72px;
    }

    .title-item-home h3 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    #last-container-home p {
        font-size: 24px;
        line-height: 34px;
    }

    #chart {
        padding: 0px 20px 32px 20px !important;
    }

    #chart-title-home h2 {
        font-size: 50px;
    }

    #chart-subtitle-home p {
        font-size: 26px;
        line-height: 30px;
    }

    #chart p {
        font-size: 30px;
        line-height: 45px;
    }

    #medium-gray-title h2 {
        font-size: 48px;
        line-height: 56px;
    }

    #medium-gray-text p {
        width: 100%;
        font-size: 30px;
        line-height: 45px;
    }

    #insights-tittle-home h2 {
        text-align: center;
        font-size: 50px !important;
        line-height: 54px !important;
    }

    .insights-container > .vc_column_container:first-child {
        padding: 0px;
    }

    .first-insights-container {
        margin-top: 40px;
    }

    #insights-column2 .vc_column-inner {
        padding: 0px;
    }

    #insight-2-home {
        margin-left: 0px !important;
        margin-top: 52px !important;
        margin-right: 0px;
    }

    #insight-3-home {
        margin-left: 0px !important;
        margin-top: 52px !important;
        margin-right: 0px;
    }

    #insights-home .vc_btn3-container {
        text-align: right;
    }

    .insights-title {
        margin-left: 6px;
    }

    .insights-author {
        margin-left: 6px;
    }

    .insights-date {
        margin-left: 6px;
    }

    #insights-home .vc_btn3-container button {
        padding: 4px 10px !important;
    }

    #insights-home {
        padding: 0px 40px 26px 40px !important;
    }

    #insight-photo2-home img {
        border-radius: 18px 0px 0px 18px;
       /* height: 126px;
        width: 133px;*/
    }

    #insight-photo3-home img {
        border-radius: 18px 0px 0px 18px;
    }

    #insights-home {
        margin-bottom: 42px;
    }

}


/***********HOME**************************/

   
    .show-desktop{
        display: block;
    }

    .show-mobile{
            display: none;
        }

    #insight-2-home .insights-title, #insight-3-home .insights-title{
        margin-top: 10px ;
    }



/*************QUIENES SOMOS*****************/

.linkedin-ico{
    top: 90%;
    position: absolute;     
    left: 45%;
}

.quienes-somos-epra-bpr{
    width: 973px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.respon-col .vc_column-inner{
    height: 300px !important;
}


#estructura-movil{
    display: none;
}

#estructura-desktop{
    display: block;
}

.vision, .mision{
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.vc_custom_1672226822490 {
        padding-top: 50px;
    }

    #estructura-movil{
        padding-left: 10px;
        padding-right: 10px;
    }

    .vc_custom_1672239655252, #team-about-us, #estandares-internacionales{
        margin-top: 50px;
    }

    .quienes-somos-epra-bpr{
            padding-top: 30px;
            padding-right: 40px;
            padding-bottom: 30px;
            padding-left: 40px;
        }

    #capital-activos{
        margin-top: 20px;
    }

    #entorno-gob{
        margin-top: -120px !important;
    }



@media (max-width:991px){
    .quienes-somos-epra-bpr{
        width:100%;
    }
}


/******NUESTRO COMPROMISO****************/

#estandares-internacionales{
    margin-top: 20px;
}


/**********RECONOCIMIENTOS Y CERTIFICACIONES**************/

#acciones-sociales{
        padding-top: 20px !important;        
    }


/**************NOVEDADES***********************************/
#novedades-filtro ul{
    border: none !important;
}

#novedades-filtro .searchandfilter select.sf-input-select, #novedades-filtro input{
    border: 2px solid #F2F2F2;
    border-radius: 10px;
}

#novedades-filtro .vc_gitem-zone{
    border-radius: 20px;
}


/***************PARTICIPACIONES SIGNIFICATIVAS***************************/

.participaciones-list ul{
    border-left: none !important;
    padding-left: 40px !important;
}

#participaciones-tabs .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list{
    background: #fff !important;
}

 #enlaces-compromiso{
    padding-left: 40px;
}

/**************MENÚ***********************************************************/


.first-level .second-level{
    width: 250px !important;
}

 


    #menu-principal li:not(#menu-principal > li), #menu-menu-ingles li:not(#menu-menu-ingles > li){
        padding-left:0px!important;
        padding-right: 0px!important;
    }
    #menu-principal li a:not(#menu-principal > li > a), #menu-menu-ingles li a:not(#menu-menu-ingles > li > a){
        padding-left:10px!important;
        padding-right: 10px!important;
    }



/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
    max-width:600px /*-- change this to get your desired form width --*/;
    margin:0 auto;
        width:100%;
}
.form-row{
    width: 100%;
}
.column-half, .column-full{
    float: left;
    position: relative;
    padding: 0.65rem;
    width:100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.wpcf7 input[type="email"], .wpcf7-textarea, .wpcf7-text{
    font-weight: normal !important;
    margin-top: 5px !important;
    font-size: 14px;
}

.form-mensaje{
    width: 100% !important;
}

.form-politica a{
    font-size: 14px !important;
}

.form-nombre, .form-email, .form-mensaje{
    color: #EE7623 !important;
    font-size: 22px !important;
    font-weight: bold !important;
}









/* MARIO */

.investors-agenda-title{
    text-transform:none;
}

#filters{
    letter-spacing: 0px;
}

.current-menu-parent > a, .current_page_item > a {
    font-weight: bold !important;
    color:#EE7623!important;
}

.text-obligatorio{
    color:#a5a5a5;
    font-size:15px;
}

#contact-form input::placeholder, #contact-form textarea::placeholder  {
    display: inline-block;
    font-size: 14px;
  }

.wpcf7-not-valid::placeholder{
    color: #DB0303;
    font-size: 14px;
    font-weight: bold;
}

#contact-form .wpcf7-acceptance span{
    color:#666666;
    font-weight: 700;
}

.first-level:hover > a  {    
    color:#EE7623;
}


/* slider */

.persephone.tparrows:before {
    line-height: 38px;
}
.tparrows{
    top: 50%;
    transform: matrix(0.7, 0, 0, 0.7, 20, -20);
    left: 0px;
}



.rev_slider p {
    font-family: 'Raleway'!important;
}

.displaynone{
    display:none !important;
}

.post.klb-post img{
    margin: auto !important;
    display: block !important;
}

.post.klb-post{
    padding: 10px 80px !important;
}

.category-videos .post.klb-post{
    padding: 0px !important;
}







/**********************Media querys*********************************************/

/* Smartphones (portrait & landscape) */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

    li.pll-parent-menu-item{
        float: right;
    }


    #works-grid, #filters{    
        margin-left: -25%;
        margin-right: 25%;
    }

    #menu-menu-ingles{
        padding-left: 5px !important;
        padding-right: 10px;
    }

    .search-bar-btn{
        float: right;
        margin-right: 0px;  
        margin-top: 0px;     
    }

    #search-form, #search-form-en{
        margin-top: 25px;
    }


    #insight-photo3-home img, #insight-photo2-home img{
        height: 130px !important;
        width: auto !important;
    }

    ul{     
        padding-left: 25px !important
    }


         .show-mobile{
    transform:scale(0.9)!important;
    }
    h2{
        text-align:center;
    }
        .tp-rightarrow{
        left: 97vw!important;
        transform: matrix(0.7, 0, 0, 0.7, -35, -15)!important;
    }
        #btn-ver-todos{
        text-align:center;
    }
    .vc_custom_1672099825750 p{
        text-align:center;
    }
    .vc_btn3.vc_btn3-size-md{
    padding: 10px 30px!important;
    border-radius: 25px!important;
    font-size: 18px!important;
    }
    .tp-revslider-mainul li{
        transform: scale(0.9);
    }

        #enlaces-compromiso{
            padding-left: 20px !important;
        }

        #list-quienes-somos {
        padding-left: 0px;
        }


    .tp-leftarrow.tparrows.persephone.noSwipe{
        left: -50px !important;
        top: 50% !important;
        width: 30px !important;
        height: 30px !important;
    }

    .tp-rightarrow.tparrows.persephone.noSwipe{        
        top: 50% !important;
        width: 30px !important;
        height: 30px !important;
    }

    .persephone.tparrows{
        width: 30px !important;
        height: 30px !important;

    }

    .tp-leftarrow.tparrows.persephone{
        left: -50px !important;
    }

   
    #klb-section h2{
        font-size: 41px;
        line-height: 35px;
    }

    #entrevistas-post img{
        width: auto !important;
        height: auto !important;
    }

    #investors-agenda-container .wpb_column.vc_column_container.vc_col-sm-4{
        margin-top: 20px;
    }


    #hoy-preguntamos-actualidad p{
        font-size: 28px !important;    
    }

    #btn-ver-todos{
        display: block !important;        
    }

    #btn-ver-todos-desktop{
        display: none !important;
    }


    #last-container-home-items {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px !important;        
    }

    h1 {
        font-size: 38px !important;
        line-height: 48px !important;
        padding-top: 20px !important;
    }

     .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    
    /***Header***/

    .navbar-toggle{
        top:20px !important;

        }

    .team-about-us .vc_column-inner{
            margin-top: 40px;
     }


    /***Home****/

    #btn-home-view-more{
        display: none;
    }

    .home-view-more{
        display: block !important;
    }

    #first-banner-home{
        height: 200px;
        padding-left: 20px;
    }

    .home-title {
        margin-top: -60px !important;
    }

    
    #firs-container-home{
        margin-top: 30%        
    }

    #top-gray-home{
        padding: 0px 10px;
    }

    #bottom-gray-home{
        padding: 0px 5px 21px 5px !important;
    }    

    .orange-dominant-button a{
        width: 250px !important;
    }


    #dominants{
        padding: 0px !important;
    }

     #dominants .vc_column-inner{
        padding: 0px !important;
        margin: 0px !important;
     }

     #chart-home{
        margin-top: 40px;
     }

     #chart p {
        font-size: 16px;
        line-height: 22px;
    }

    #chart-title-home h2{
        font-size: 30px !important;
        line-height: 32px !important;
        width: 100%;
        padding: 0px;
    }

    #chart{
        padding: 20px 0px 20px 0px !important;
    }

    #medium-gray-text p{
        font-size: 16px;
        line-height: 22px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }

    #medium-gray-title h2 {    
        text-align: left !important;
        font-size: 32px !important;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 32px !important;
    }

    #investors-agenda .orange-h2 h2 {
        text-align: left;
    }

    #last-container-home p{
        text-align: left !important;
    }

    #last-container-home-items .wpb_single_image{
        float: left !important;
        padding-bottom: 10px;
        padding-right: 150px;
    }

    #last-container-home-items h3{
        text-align: left !important;
    }

    .first-insights-container{
        right: 20px !important;
    }

    .show-desktop{
        display: none;
    }

    .show-mobile{
        display: block;
    }

    #home-actives #rev_slider_23_2 .uranus.tparrows:before, #home-actives #rev_slider_25_2 .uranus.tparrows:before{
        width: 150px !important;
    }


    #home-actives .tp-caption.rev-btn.tp-withaction.rs-hover-ready{
        padding: 10px 20px !important;
    }

    .wpb_revslider_element.wpb_content_element.show-mobile{
        margin-top: 0px !important;
    }

    
    #investors-agenda{
        padding: 0px 5px 21px 5px !important;
    }

    .investors-agenda-info{
        padding: 10px !important;
    }

    #investors-agenda-button{
        margin-bottom: 10px !important;
        margin-top: -20px !important;
    }

    #last-container-home p {
        font-size: 20px;
        line-height: 25px;        
    }

    .internal-insight{
        height: auto !important;
    }

    #insight-2-home{
        height: auto !important;
    }

   

    #btn-ver-todos-desktop{
        display: block;
    }

    #insights-home .vc_btn3-container {        
        margin-top: -30px !important;
    }

    #insights-home {
        padding: 0px 10px 26px 10px !important;
    }

    #insight-2-home .vc_col-xs-8, #insight-3-home .vc_col-xs-8 {
        width: 60% !important;
    }

     #insight-2-home .vc_col-xs-4, #insight-3-home .vc_col-xs-4 {
        width: 40% !important;
    }

    .vc_custom_1671792414944 {
        margin-top: 8px !important;
    }

    #insight-2-home .insights-title, #insight-3-home .insights-title{
        margin-top: 8px !important;
    }


    /****QUIÉNES SOMOS*******/

    .vc_custom_1672226822490 {
        padding-top: 0px !important;
    }

    .vision img, .mision img{
        width: 70px !important;
        margin-top: 70px !important;
        padding-bottom: 40px !important;
    }

    .vc_custom_1672226822490 {
        padding-top: 0px !important;
    }
    
    .vision, .mision{
        padding-right: 10px !important;
        padding-left: 20px !important;
    }

    #valores strong{
        font-size: 24px !important;
    }

    .vc_custom_1672226822490 {
        padding-top: 0px !important;
    }

    .vc_custom_1672239655252, #team-about-us, #estandares-internacionales {
        margin-top: 20px !important;
    }

    .quienes-somos-epra-bpr .vc_col-xs-2\/5{
            width: 50% !important;
    }

    .quienes-somos-epra-bpr{
        padding: 10px !important;
    }

    
    #estandares-internacionales h3, #responsabilidad-social h3{
        font-size: 32px !important;
        line-height: 30px !important;
    }

    #entorno-gob, #capital-activos{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    #entorno-gob{
        margin-top: 20px !important;
    }

    #capital-activos{
        margin-top: 0px !important;
    }

    .respon-col .vc_column-inner {
        height: auto !important;
        padding-bottom: 25px;
    }


    /**************PORTFOLIO*********/

    .title-portfolio{
        font-size: 50px !important;;
    }

    .single-portfolio-info-container h3{
        font-size: 44px !important;
    }

   
   /****SINGLE PORTFOLIO*******/

    #single-portfolio-video {
        margin-top: 0px;
    }

    #single-portfolio-video .wpb_video_widget .wpb_wrapper{
        width: 90% !important;
    }

    #single-portfolio-video .wpb_video_widget .wpb_video_wrapper{
        width: 250px !important;
    }
   

    .rll-youtube-player img{
        border-radius: 20px !important;
    }

    /******AGENDA INVERSOR**********************/    

    #page-investors-agenda-results{
        margin-top: 40px !important;
        border-radius: 0px !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        margin-bottom: 40px !important;
    }

    #page-investors-agenda-events-2022{
        margin-top: 40px !important;
    }

    #page-investors-agenda-events-2022 .vc_tta-panel-body{
        padding: 10px !important;
    }

    /******PRESENTACIÓN DE RESULTADOS*********************/

    #results-presentations-2022{
        margin-top: 40px !important;
    }

    /*************NUESTRO COMRPOMISO**********************/
   
    .quote-rsc .wpb_wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }

    #president-message{
        margin-left: 5px;
        margin-right: 5px;
    }

    #objectives-info {
        padding-left: 10px !important;
    }

    #estandares-internacionales h3{
        font-size: 32px !important;
        line-height: 42px !important;
    }

    #estandares-internacionales img{
        margin-top: 20px !important;
    }

    #estandares-internacionales .wpb_column.vc_column_container.vc_col-sm-4{
        margin-bottom: 40px !important;
    }

    #estandares-internacionales{
        margin-top: 0px;
    }


    /**************RECONOCIMIENTOS Y CERTIFICACIONES*****************************/  

    .img-certificates-container .wpb_wrapper{
        position: relative !important;
        top: 20px !important;
        left: 0px !important;
    }

    .certificates-container .bpr-text-container{
        height: 50% !important;
    }

    #certificaciones-obtenidas h2{
        font-size: 32px !important;
    }

    .aenor-col{
        padding-top: 20px !important;
    }

    #acciones-sociales{
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }

    #fundacion-caritas .flex .wpb_wrapper, #fundacion-norte-joven .flex .wpb_wrapper, #fundacion-aladina .flex .wpb_wrapper, #auara .flex .wpb_wrapper{
        display: block !important;
    }

    #fundacion-caritas .blue-subtitle, #fundacion-norte-joven .blue-subtitle, #fundacion-aladina .blue-subtitle, #auara .blue-subtitle{
        margin-bottom: 40px !important;
        margin-top: 20px !important;
    }   

    #fundacion-norte-joven ul, #fundacion-aladina ul{
        padding-top: 0px !important;
    }

    #acciones-sociales .vc_tta-container{
        margin-top: 20px !important;
    }   


    /*************NOVEDADES**********************/

    #novedades-filtro .searchandfilter select.sf-input-select{
        width: 100% !important;
    }

    /******************************************/   

    .vc_custom_1672226822490 {
        padding-top: 10px !important;
    }

    #estructura-movil{
        display: block;
    }

    #estructura-desktop{
        display: none;
    }
}


/* Ordenadores de sobremesa y portátiles */
@media only screen 
and (min-width : 1224px) {

    #team-about-us .wpb_text_column.wpb_content_element{
        height: 235px !important; 
    }   
}


@media (max-width: 1200px) {
        .tp-leftarrow{
            left:-10%!important;
        }
        .tp-rightarrow{
            left: 110%!important;
        }
        .tparrows{
        top: 50%;
        transform: matrix(0.7, 0, 0, 0.7, 20, -15)!important;
        left: 0px;
    }
}

/*********---------------- Media querys ----------------*******/
@media only screen and (min-width: 48em) { 
    .column-half{
        width: 50%;
    }
}

@media only screen and (min-width: 769px){
    #mega-menu-wrap-main-menu {
        background: transparent;
    }
}

/*Banner Cookies*/
button.change-settings-button, .moove-gdpr-cookie-notice a{
    font-size: 11pt !important;
}

#moove_gdpr_cookie_info_bar{
height: 100% !important;
    top: 0 !important;
    max-height: 100% !important;
    padding: 10% !important;}

#moove_gdpr_cookie_info_bar.moove-gdpr-align-center, #moove_gdpr_cookie_info_bar.moove-gdpr-align-right {
    text-align: center;
}

aside#moove_gdpr_cookie_info_bar {
    width: auto;
    background-color: #4a393975 !important;
    height: auto !important;
   /* padding: 30% 0px !important;*/
}

#moove_gdpr_cookie_info_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    max-height: 400px;
    color: #fff;
    z-index: 9900;
    background-color: #202020;
    border-top: 1px solid #fff;
    font-family: Nunito, sans-serif;
    transition: bottom 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.moove-gdpr-info-bar-container {
    background-color: #202020;
    /*margin: 0px 50px 0px 50px !important;*/
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 50px !important;
}

.moove-gdpr-button-holder button {
    font-size: 17px !important;
}

aside#moove_gdpr_cookie_info_bar span {
    font-size: 16px !important;
}

button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button.gdpr-fbo-0 {
    background-color: #ee7342 !important;
    color: #fff !important;
    border: 1px solid #ee7342 !important;
    box-shadow: none !important;
    opacity: unset !important;
}

#moove_gdpr_cookie_info_bar {top:0 !important;}
@media only screen and (max-width: 480px) {
    #moove_gdpr_cookie_info_bar {
    min-height: 100% !important;
    max-height: 100% !important;
    width: auto;
    background-color: #4a393975 !important;
    height: 100%;
   /* padding: 100% 0px !important;*/
}
}

@media only screen and (max-width: 1200px) {
#moove_gdpr_cookie_info_bar {
/*    padding: 50% 0px !important;*/
}
}

@media (min-width: 768px){
    .moove-gdpr-info-bar-container{
        position: relative !important;
    }
        #moove_gdpr_cookie_info_bar{
    padding-top: 135px !important;
}
}

@media (max-width: 530px){
    aside#moove_gdpr_cookie_info_bar{
    padding: 30% 0px !important;
}
}

@media (max-width: 385px){
#moove_gdpr_cookie_info_bar{
    padding-left: 5px !important;
}
}

/*fin Banner Cookies*/

/*CON NUEVO LOGO ANIVERSARIO 10*/

/*#content-first-banner-home{
    padding-top: 10% !important;
}*/


#logo-10-aniversario-mobile {
    padding-top: 11% !important;
    margin-bottom: 40px !important; 
}
@media only screen and (max-width: 490px) {
#logo-10-aniversario-mobile {
    padding-top: 20% !important;
    margin-bottom: 40px !important; 
}
}

#logo-10-aniversario-desktop{
    margin-top:-18% !important;
}

@media (min-width: 992px){
#content-first-banner-home {
    /* width: 85% !important; */
    display: block;
    margin: auto;
    margin-top: 135px;
}}

/*@media (max-width: 767px)
{#logo_img {
    height: 48px;
    width: auto;
}}


@media (min-width: 768px)
{#logo_img {
    height: 48px;
    width: auto;
    max-width: fit-content;
    position: absolute;
    margin: 14px -40px !important;
}
#custom-collapse {
    margin-top: 24px !important;
}}

@media (min-width: 992px)
{#logo_img {
    height: 52px;
    width: auto;
    margin: 14px -40px !important;
}}

@media (min-width: 1200px){
    #logo_img {
    height: 54px;
    width: auto;
    margin-top: 10px;
    max-width: fit-content;
    margin: 14px 0px !important;
}}


.navbar-toggle {
    top: 14px !important;
}*/

/*FIN - NUEVO LOGO ANIVERSARIO 10*/

/*
@media (min-width: 768px){
#logo_img {
    height: 70px;
    width: auto;
    max-width: fit-content !important;
    left: 70px !important;
    position: absolute !important;
}}

@media (min-width: 1200px){

#logo_img {
    height: 90px;
    width: auto !important;
    margin-top: 4px;
    max-width: fit-content !important;
    left: -10px !important;
    position: relative !important;
}
.navbar-header{
    max-width: 132px !important;
    height: 105px !important;
}}*/


/*CON NUEVO LOGO SOLO TEXTO Helios RE*/
@media (max-width: 767px)
{#logo_img {
    height: 48px;
    width: auto;
}}


@media (min-width: 768px){
#logo_img {
    height: 18px;
    width: auto;
    max-width: fit-content;
    position: absolute;
    margin: 30px -40px !important;
}
}
#custom-collapse {
    margin-top: 24px !important;
}}

@media (min-width: 992px){
    #logo_img {
    height: 22px;
    width: auto;
    margin: 28px -40px !important;
}
}

@media (min-width: 1200px){
#logo_img {
    height: 20px;
    width: auto;
    margin-top: 10px;
    max-width: fit-content;
    margin: 30px 0px !important;
}
}


.navbar-toggle {
    top: 14px !important;
}



/*FIN -  NUEVO LOGO SOLO TEXTO Helios RE*/


/*ANIVERSARIO - COMPROMETIDOS CON...*/

.btn-primary {
    color: #fff;
    background-color: #ee7623;
    border-color: #ee7623;
}

.btn-primary:hover {
    color: #ee7623;
    background-color: #ffffff;
    border-color: #204d74;
}

.form-group{
    width: 44% !important;
}

#search{
    width: 95% !important;
}

.page-id-25391 .vc_btn3.vc_btn3-size-md{
    text-transform: initial !important;
}
