/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

/*Colores

negro: 222222
gris: 373737
*/


.cd-bg-color-1{
    background-color: #2a3b55;

}
.cd-bg-color-2{
    background-color: #ffffff;

}
.bg-color-3{
    background-color: #647893;
    position: relative;
}


.cd-color-2{
    color: #ffffff;
}

.cd-color-1{
    color: #2a3b55;
}

.cd_mostrar{
    display: flex;
}

.cd_ocultar{
    display: none;
}
.cd_cc_fuente{
    font-family: 'Open Sans', sans-serif;
}
.header li{
    list-style: none;;
}

.cd_nemu_header{
    display: flex;
    align-items: center;
}



@media only screen and (max-width: 1000px){
    .header-nav .container{
        padding: 0;
        width: 100%;
    }
    .cd_nemu_header{
        flex-direction: column;
        width: 100%;
    }
    .cd_contenedor-nav{
        width: 100%;
    }
    .cd_contenedor-nav li{
        background-color: #ffffff;
        width: 100%;
    }
    .cd_contenedor-nav li a{
        color: #888888 !important;
        padding: 12px 20px !important;
        width: 100%;
    }
    .cd_contenedor-nav li a:hover{
        color: #ffffff !important;
    }
}
@media only screen and (max-width: 767px){
    .contenedor-logo{
        display: none;
    }
    .modern-header .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
        background-color: #ffffff !important;
    }
} 
@media only screen and (max-width: 767px){
    .size_logo{
        width: 50%;
    }
    .size_logo img{
        width: 100%;
        height: auto;
    }

} 

@media only screen and (max-width: 990px){
    .cd-header-responsive{
        display: none;
    }
}

.menuzord{
    
}


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

    .menuzord{
        height: 75px;
    }
    .menuzord a.showhide{
        height: 26px !important;
        padding: 0 !important;
        position: absolute;
        top: 0%;
        bottom: 0;
        right: 0;
        margin: auto;
    }
}

.menuzord-brand img {
    max-height: 75px !important;
  }

.current_menu_item,
.current_page_item{
    background-color: #a5a5a7;
}
.current_menu_item a,
.current_page_item a{
    color: #2c4156 !important;
}

.contact-info.cma_ancho100{
    margin-left: 0 !important
}

/* .cc_menu1 .current_menu_item,
.cc_menu1 .current_page_item{
    background-color: #222222;
} */

#cd-logo-header-menu{
    height: 70px;
}

#cd-logo-header-menu .cd_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 200px;
}

#cd-logo-header-menu figure{
    height: 90%;
    width: auto;
}

#cd-logo-header-menu img{
    height: 100%;
    width: auto;
}

.size_logo_menu_responsive{
    display: none;
}

@media only screen and (max-width: 1000px){
    .size_logo_menu_responsive{
        display: flex;
    }
}

@media only screen and (max-width: 767px){
    .size_logo_menu_responsive{
        display: flex;
        width: auto;
        height: auto;
        padding: 0 13px ;
    }

    .size_logo_menu_responsive li{
        list-style: none;
        height: inherit;
    }
    .size_logo_menu_responsive img{
        
        width: auto;
        height: 34px;
    }
} 

@media only screen and (max-width: 1000px){
    .modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper.scroll-to-fixed-fixed{
        background: #ffffff !important;
    }

}

@media ( max-width: 1000px ){
    .n2-ss-slide-backgrounds::after {
        /*background: rgba(255, 255, 255, 0.6) ;*/
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 30;
    }
} 

.Contenedor_servicios{
    display: flex;
    flex-direction: column;
}


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

    .Cont_inversiones_principal{
        margin-top: 0 !important;
    }
}

.Cont_inversiones{
    width: 20% !important;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media ( max-width: 750px ){
    .Cont_inversiones{
        width: 50% !important;
    }
}
.color_gris_claro {
    background-color: #ebebeb;
}

.cd-cont-banner2{
    top: -18%;
    left: 15%;
}

@media ( max-width: 600px){
    .cd-cont-banner2{
        left: 0%;
    }
    
}

.Cont_inversiones__fondo{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 280px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(1) ;
    -ms-filter: grayscale(1) ;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    position: relative;
}

.Cont_inversiones__imagen_fondo{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    z-index: 1;
}

.Cont_inversiones__fondo:hover {
    filter: grayscale(0) ;
} 

.Cont_inversiones__fondo:hover  .Cont_inversiones__imagen_fondo{

    filter: grayscale(0) ;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
} 

.Cont_inversiones__titulo{
    color: #ffffff !important;
    font-size: 20px;
}

@media only screen and (max-width: 1200px) {
    .Cont_inversiones__titulo{
        font-size: 16px;
        letter-spacing: -1px;
    }
}


.Cont_inversiones__fondo .Cont_inversiones__titulo{
    color: #ffffff ;
    margin: 0;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    padding: 40px;
}

@media only screen and (max-width: 767px) {
    .Cont_inversiones__fondo .Cont_inversiones__titulo{
        font-size: 15px;
    }
}

.Cont_inversiones__descripcion{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Cont_inversiones:nth-child(odd) > .Cont_inversiones__descripcion{
    background-color: #222222;
}
.Cont_inversiones:nth-child(even) > .Cont_inversiones__descripcion{
    background-color: #373737;
}

.Cont_inversiones__descripcion p{
    color: #ffffff;
    margin: 0;
}

.letra_cursiva{
    font-style: italic;
}

.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a{
    background-color: #666666 !important
}

.padding-superior{
    padding-top: 30px !important;
}

.centrar_verticalmente{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cma_ancho100{
    width: 100%;
}

.padding-separador-contactenos{
    padding: 100px 0;
}

.cc_box_integrante:nth-child(even){
    background-color: #ffffff;
}

.cc_box_integrante:nth-child(odd){
    background-color: #ebebeb;
}

@media only screen and (max-width: 767px) {
    .Cont_inversiones_principal{
        display: flex;
        flex-wrap: wrap;
    }
    .Cont_inversiones{
        width:50%;
    }
}

@media only screen and (max-width: 991px) {
    .header-middle{
        padding-bottom: 0 !important;
    }
    .cont-header-info{
        display: none;
    }
    
}

.Cont_inversiones__titulo_pc,
.Cont_inversiones__descripcion{
    display: flex;
}

@media only screen and (max-width: 991px) {
    .Cont_inversiones__titulo_pc,
    .Cont_inversiones__descripcion{
        display: none;
    }
}

.Cont_inversiones__titulo_movil{
    display: none;
}

@media only screen and (max-width: 991px) {
    .Cont_inversiones__titulo_movil{
        display: flex;
    }
}

.nosotros{
    padding-bottom: 60px;

}
@media only screen and (max-width: 767px){
    .nosotros .container{
        padding-top: 0;
    }
}


.nosotros-seccion{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}



.nosotros-columna-izquierda{
    width: 30%;
}

@media only screen and (max-width: 767px) {
    .nosotros-columna-izquierda{
        width: 100%;
        text-align: center;
    }
}

.nosotros-columna-derecha{
    width: 45%;
    padding-left: 40px;
}

@media only screen and (max-width: 1199px) {
    .nosotros-columna-derecha{
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .nosotros-columna-derecha{
        width: 100%;
        padding: 40px 15px;
        display: flex;
        align-items: center;
    }
    .nosotros-columna-derecha p{
        text-align: center;
    }
}

.lineaTiempo_pc{
    display:flex;
}

@media only screen and (max-width: 610px){
    .lineaTiempo_pc{
        display:none;
    }
}

.lineaTiempo_movil{
    display:none;
}

@media only screen and (max-width: 610px){
    .lineaTiempo_movil{
        display:flex;
    }
}

.cont_cajas--project{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 770px){
    .cont_cajas--project{
        justify-content: center;
    }
} 

.caja-project{
    border: 1px solid #666666 ;
    margin-left: 14px;
    width: 23%;
    padding: 15px;
    box-sizing: border-box;
}

@media only screen and (max-width: 770px){
    .caja-project{
        width: 45%;
        
    }
}

@media only screen and (max-width: 500px){
    .caja-project{
        width: 90%;
        margin-left: 0;
    }
}

.caja-project:last-of-type{
    margin-right: 0;
}

@media only screen and (max-width: 767px){
    .project{
        border-right: unset;
    }

    .col-sm-6:last-of-type >.project{
        padding-bottom: 0;
        border-bottom: none ;
    }
}


.ally-order-1{
    order: 1;
    -webkit-order: 1;
}

.ally-order-2{
    order: 2;
    -webkit-order: 2;
}

.ally-order-3{
    order: 3;
    -webkit-order: 3;
}

@media only screen and (max-width: 767px){
    .ally-order-1{
        order: 1;
        -webkit-order: 1;
    }
    
    .ally-order-2{
        order: 3;
        -webkit-order: 3;
    }
    
    .ally-order-3{
        order: 2;
        -webkit-order: 2;
    }
}

.project_box_imagen{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

 @media only screen and (max-width: 767px){
    .project_box_imagen{
        width: 50%;
    }
} 

@media only screen and (max-width: 300px){
    .project_box_imagen{
        width: 80%;
    }
} 


.anclaTeam{
    padding-top: 150px;
}

.padding-box-team{
    padding: 75px 15%;
}

.padding-equipo{
    padding-top: 30px;
    margin: 0;
}

@media only screen and (max-width: 767px){
    .anclaTeam{
        padding-top: 100px;
    }
    
    .padding-box-team{
        padding: 20px 0;
    }
    
} 

@media only screen and (max-width: 400px){
    .anclaTeam{
        padding-top: 80px;
    }
    
    .padding-box-team{
        padding-bottom: 80px;
    }
    
    .padding-equipo{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.team__info p:last-of-type{
    margin: 0;
}

/* ===========================================================
*               MAPA
*  ==============================================================*/


.cd_cont_mapeo{
    width: 50%;
    display: flex;
    justify-content: center;
}


@media (max-width: 767px){
    .cd_cont_mapeo{
        width: 100%;
    }
}




.cd_cont_mappeo__box{
    width: 585px;
    height: 655px;
    position: relative;
}

@media (max-width: 1199px){
    .cd_cont_mappeo__box{
        width: 485px;
        height: 543px;
    }
}
@media (max-width: 991px){
    .cd_cont_mappeo__box{
        width: 375px;
        height: 420px;
    }
}

@media (max-width: 699px){
    .cd_cont_mappeo__box{
        width: 500px;
        height: 560px;
    }
}

@media (max-width: 499px){
    .cd_cont_mappeo__box{
        width: 350px;
        height: 392px;
    }
}

@media (max-width: 349px){
    .cd_cont_mappeo__box{
        width: 300px;
        height: 336px;
    }
}

@media (max-width: 299px){
    .cd_cont_mappeo__box{
        width: 250px;
        height: 280px;
    }
}
@media (max-width: 249px){
    .cd_cont_mappeo__box{
        width: 230px;
        height: 257px;
    }
}


.cd_cont_mappeo__mapa{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

/* .cd_contmappeo__posicion_01,
.cd_contmappeo__posicion_02,
.cd_contmappeo__posicion_03,
.cd_contmappeo__posicion_04,
.cd_contmappeo__posicion_05,
.cd_contmappeo__posicion_06,
.cd_contmappeo__posicion_07,
.cd_contmappeo__posicion_08{
    border: 1px solid;
} */

.cd_contmappeo__posicion_01{
    
    width: 29%;
    height: 15%;
    position: absolute;
    top: 1%;
    left: 39%;
    z-index: 2;
}


@media (max-width: 767px){
    .cd_contmappeo__posicion_01 {
        width: 28%;
        height: 15%;
    }
} 

.cd_contmappeo__posicion_02{
    width: 16%;
    height: 5%;
    position: absolute;
    top: 54%;
    left: 6%;
    z-index: 2;
}




@media (max-width: 767px){
    .cd_contmappeo__posicion_02 {
        width: 16%;
        height: 6%;
        top: 53%;
    }
} 


.cd_contmappeo__posicion_03{
    width: 17%;
    height: 5%;
    position: absolute;
    top: 63%;
    left: 5%;
    z-index: 2;
}
 

@media (max-width: 767px){
    .cd_contmappeo__posicion_03 {
        width: 17%;
        height: 6%;
        top: 63%;
    }
} 

.cd_contmappeo__posicion_04{
    width: 16%;
    height: 6%;
    position: absolute;
    top: 72%;
    left: 6%;
    z-index: 2;;
}


@media (max-width: 767px){
    .cd_contmappeo__posicion_04 {
        width: 16%;
        height: 7%;
        top: 71%;
    }
} 

.cd_contmappeo__posicion_05{
    width: 15%;
    height: 7%;
    position: absolute;
    top: 80%;
    left: 8%;
    z-index: 2;
}


@media (max-width: 767px){
    .cd_contmappeo__posicion_05 {
        width: 14%;
        height: 7%;
        top: 81%;
    }
} 

.cd_contmappeo__posicion_06{
    width: 16%;
    height: 7%;
    position: absolute;
    top: 49%;
    left: 76%;
    z-index: 2;
}


@media (max-width: 767px){
    .cd_contmappeo__posicion_06 {
        width: 15%;
        height: 5%;
        top: 50%;
    }
} 

.cd_contmappeo__posicion_07{
    width: 18%;
    height: 5%;
    position: absolute;
    top: 91%;
    left: 4%;
    z-index: 2;
}


@media (max-width: 767px){
    .cd_contmappeo__posicion_07 {
        width: 18%;
        height: 5%;
        top: 91%;
    }
} 

.cd_contmappeo__posicion_08{
    width: 16%;
    height: 7%;
    position: absolute;
    top: 64%;
    left: 76%;
    z-index: 2;
}


@media (max-width: 767px){
    .cd_contmappeo__posicion_08 {
        width: 15%;
        height: 7%;
        top: 64%;
    }
} 

.cd_logo{
    width: 200px;
    box-sizing: border-box;
}

.cd_logo a{
    width: 100%;
    padding: 5px !important;
}
.cd_logo figure {
    margin: auto 0;
}



.cd_logo img{
    display: block;
    height: auto;
    object-fit: contain;
    position: relative;
    width: 100%;
}

.cd_cont_logo_responsive{
    display: none;
}

@media ( max-width: 1000px ){
    .cd_cont_logo_responsive{
        display: flex;
        height: auto;
        width: 33%;
    }

    .cd_cont_logo_responsive figure{
        display: flex;
        align-content: center;
        align-items: center;
        height: 100%;
    }

    .cd_cont_logo_responsive img{
        height: 85%;
    }
}





@media ( max-width: 1000px ){
    .cd-nav-responsive{
        height: 74px;
    }
}

.cc_redsocial_img{
    width: 20px !important;
    height: 20px;
}

.cd_cc_cont_personal{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cd_cc_fund {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cd_cc_fund_img{
    border: 1px solid #666666;
    margin-bottom: 14px;
    width: 300px;
    padding: 15px;
    box-sizing: border-box;
    margin-left: 14px;
}

.cd_cc_fund_img:first-of-type,
.cd_cc_fund_img:nth-child(4n),
.cd_cc_fund_img:last-of-type{
    margin-left: 0;
}

@media (max-width: 991px){
    .cd_cc_fund_img:first-of-type,
    .cd_cc_fund_img:nth-child(4n){
        margin-left: 14px;
    }
}

@media (max-width: 661px){
    .cd_cc_fund_img,
    .cd_cc_fund_img:first-of-type,
    .cd_cc_fund_img:nth-child(4n){
        margin-left: 0px;
    }
}

@media (max-width: 661px){
    .tp-bgimg{
        background-position: -290px center !important;
    }
}

.cd_cc_banner_texto_cont{    
    position: relative;
    top: 35%;
    left: 10%;
    width: 650px;
    z-index: 100;
}

@media (max-width: 830px){
    .cd_cc_banner_texto_cont{ 
        top: 25%;
        left: 0;
        width: 100%;
        padding: 0 10px
    }
}


.cd_cc_banner_texto_cont_titulo{
    color: #ffffff;
    display: block;
    font-size: 51px;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 63px;
    margin: 0px;
    margin-bottom: 50px;
    padding: 0px;
    text-align: inherit;
    white-space: normal;
    width: 100%;

}

@media (max-width: 600px){
    .cd_cc_banner_texto_cont_titulo{
        font-size: 37px;
        margin-bottom: 30px;
        line-height: 38px;
    }
}
.cd_cc_banner_texto_cont_parrafo{
    color: #ffffff;
    display: block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    position: relative;
    white-space: normal;
    width: 100%;
}  

@media (max-width: 600px){
    .cd_cc_banner_texto_cont_parrafo{
        font-size: 14px;
    }
}

.bg-deep {
    background-color: #ffffff !important;
}

#contact .icon-box.left a {
    margin-left: 0px;
}


/* .modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
    background: #ffffff;
} */


@media (max-width: 1000px ){
    header .pb-30 {
        padding-bottom: 0px !important; 
    }
}

.cd-cont-footer-menus{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px 10px;
    width: 100%;
}

@media ( max-width: 600px ){
    .cd-cont-footer-menus{
        padding: 20px 10px;
    }

    .cd-cont-footer-menus .widget{
        margin-bottom: 0;
    }
}

.cd-widget-nav-footer ul{
    list-style: disc;
    padding-left: 40px;
}

.cd-widget-nav-footer a{
    color: #2a3b55;
}

.cd_cuadro_titulo .elementor-widget-container{
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 56px !important;
}

.cd_cuadro_titulo .elementor-widget-container p{
    margin: 0;
    line-height: 25px !important;
}


.wpcf7 .form-control{
    background-color: #8193a9;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
}
.wpcf7 .form-control::placeholder{
    color: #ffffff;
}

.wpcf7 .buttons  {
    text-align: center;
}

.wpcf7 .buttons .wpcf7-submit {
    background: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 6px 46px;
}

.cd_mc_be_contNumeroPasos .elementor-widget-container p{
    width: 100px;
    height: 100px;
    border: 10px solid #3C546C;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width:766px){
	.cd_mc_be_contNumeroPasosImpar{
    flex-direction: column-reverse;
}
}

.cd_mc_be_contNumeroPasos--textos ul li::before{
	content: "\2022";  
    font-weight: bold; 
	margin-left: 1px;
	color: #2a3b55;
	padding-right:5px;
}

.cd_mc_pagina_error{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.cont-error-img{
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.cont-error-img img{
    width: 100%;
    height: 100%;
}

.cd_mc_pagina_error p{
    font-size: 18px;
}
.cd_mc_pagina_error .btn{
    margin-top: 20px
}

