/*
@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_pg_fuente{
    font-family: 'Open Sans', sans-serif;
}

.cd_letra3{
    color: #666666;
    font-size: 24px; 
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

@media ( max-width: 600px){
    .cd_letra3{
        text-align: center;
    }
} 

@media only screen and (max-width: 1000px){
    .header-nav .container{
        width: 100%;
    }
    .cd_nemu_header{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;
    }

} 

.current_menu_item,
.current_page_item{
    background-color: #666666;
}

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

.size_logo_menu_responsive{
    display: none;
}

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

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

.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;
}

.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;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.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: flex-start;
    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%;*/
    width:365px;
    padding: 15px;
    box-sizing: border-box;
    height: 410px;
}

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

@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-bottom: 150px;
}

.padding-equipo{
    padding-top: 100px;
    padding-bottom: 100px;
}

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

@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 img{
    display: block;
    height: auto;
    object-fit: contain;
    position: relative;
    width: 100%;
}


@media (max-width: 1000px){
    .cd_logo{
        display: none !important;
    }
}

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

@media (max-width: 1000px){
    .cd_nemu_header{
        flex-direction: column;
    }
}

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

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

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

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

.cd_pg_fund_img img{    
	height: 120px;
    width: auto;
    object-fit: contain;
}

/*.cd_pg_fund_img:first-of-type,*/
/*.cd_pg_fund_img:nth-child(3n),*/
/*.cd_pg_fund_img:last-of-type{
    margin-right: 0;
}*/

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

@media (max-width: 661px){
    .cd_pg_fund_img,
    .cd_pg_fund_img:first-of-type,
    .cd_pg_fund_img:nth-child(4n){
        margin-left: 0px;
    }
}
/*
@media (max-width: 661px){
    .tp-bgimg{
        background-position: -290px center !important;
    }
}*/

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

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


.cd_pg_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_pg_banner_texto_cont_titulo{
        font-size: 37px;
        margin-bottom: 30px;
        line-height: 38px;
    }
}
.cd_pg_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_pg_banner_texto_cont_parrafo{
        font-size: 14px;
    }
}

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

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


.slider{

	height: 422px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: 100%;
}

.slider::before,
	.slider::after {
		
		content: "";
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 2;
	}
	
	.slider::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	.slider::before {
		left: 0;
		top: 0;
	}
	

    .slide-track {
		animation: scroll 40000ms linear infinite;
		display: flex;
		width: fit-content;
        flex-direction: row;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: no-wrap;
	}

    @media (max-width:770px){
        .slide-track {
            gap: 15px;
        }
    }

    @keyframes scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-400px * 7))}
    }

    .owl-item{
        width: 365px !important;
    }

  @media (max-width: 600px){
        .owl-item,
        .owl-item .caja-project{
            width: 300px !important;
        }  
        .caja-project:last-of-type {
            margin-right: 0;
            margin-left: 14%;
        }   
    } 
   






    .ins-page-banner-img{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
      }
      
      .ins-blog_cont{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
        margin: 0 auto;
        max-width: 1140px;
        position: relative;
        padding: 80px 10px;
        width: 100%;
      }
      
      @media (max-width: 600px){
        .ins-blog_cont{
          padding: 40px 10px;
        }
      }
      
      .ins-blog_box{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        position: relative;
        width: 300px;
      }
      
      @media (max-width: 600px){
        .ins-blog_box{
          width: 100%;
        }
      }
      
      .ins-blog_box-link{
        display: block;
        text-decoration: none;
        padding: 0;
        margin: 0;
        width: 100%;
      }
      
      .ins-blog-img{
        height: 300px;
        overflow: hidden;
        position: relative;
        width: 100%;
      }
      
      @media (max-width: 600px){
        .ins-blog-img{
          width: 100%;
          height: auto;
        }
      }
      
      .ins-blog-img img{
        aspect-ratio: 1 / 1;
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        width: 100%;
      }
      
      
      
      .ins-blog_box:hover .ins-blog-img img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
      }
      
      .ins-blog_box-titulo{
        color: #666666;
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-size: 27px;
        font-weight: 600;
        line-height: 29px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
      }
      
      .ins-blog-parrafo{
        color: #666666;
        font-size: 18px;
        font-weight: 100;
        line-height: 23px;
        margin: 0;
        padding: 0;
      }
      
      .ins-blog-parrafo p{
        margin: 0;
        padding: 0;
      }
      
      .ins-blog-boton{
      
      }
      
      .ins-blog-boton a{
        color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    background-color: #5cb85c;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
      }

      .ins-blog-boton a:hover{
        color: #ffffff;
      }
      
      .ps_pagination_cont{
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding: 20px;
      }
      
      .ps_pagination_cont a {
        height: 40px;
        width: 40px;
        color: #666666;
        border: 2px solid #666666;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 25px;
      }
      
      
      .ps_pagination_cont a:hover {
        background-color: #666666;
        border: 2px solid #666666;
        color:#FFFFFF
      }
      
      .ins-ancho-page{
        width: 100%;
        max-width: 1140px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0 auto;
      }
      
      
      .ps-single-post-title{
        color: #666666;
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-size: 35px;
        font-weight: 700;
        line-height: 40px;
      }
      
      .ps-single-post-info-cont{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 3px;
          padding-bottom: 40px;
      }
      
      .ps-single-post-info-cont-text{
        color: #666666;
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-size: 14px;
        font-weight: 100;
        line-height: 14px;
      }
      
      .ps-single-post{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        margin: 0 auto;
          padding-bottom: 40px;
        position: relative;
        max-width: 1140px;
      }
      
      .ps-single-post-cont{
        padding:10px 40px 10px 10px;
        width: 70%;
        border-right: 1px solid #abb8c3;
      }
      
      @media (max-width:991px){
        .ps-single-post-cont{
          width: 100%;
          padding:10px 10px 40px 10px;
          border-right: unset;
          border-bottom: 1px solid #abb8c3;
        }
      }
      
      .ps-single-post-cont-sidebar{
        width: 25%;
        padding:10px;
        height: 100%
      }
      
      @media (max-width:991px){
        .ps-single-post-cont-sidebar{
          width: 100%;
        }
      }
      
      .ps-single-post-cont-sidebar .wp-block-heading{
        color: #666666;
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
      }
      
      .ps-single-post-cont-sidebar ul{
        margin: 0;
        padding: 0;
        list-style: none;
      }
      
      .ps-single-post-cont-sidebar  ul li a{
        color: #666666;
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        text-decoration: none;
        cursor: pointer;
      }





      .pg-submenu-fondo,
      .cd_submenu_header{
          background-color: #EBEBEB;
      }

    @media (max-width: 992px){
        .pg-submenu-fondo{
            display: none;
        }
    }

    .pg-submenu-fondo-movil{
        display: none;
    }

    @media (max-width: 992px){
        .pg-submenu-fondo-movil{
            display: flex;
            width: 100%;
        }
    }
      
      .modern-header .header-nav .header-nav-wrapper 
      .cd_submenu_header li{
        height: 60px;
        max-width: calc(100% / 7); 
      }

      .cd_submenu_header{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        gap: 25px;
      }
      
      .header .pg_submenu a{
        color: #2271b1 !important;
        display: block;
        font-size: 12px;
        font-weight: 400 !important;
        height: 100%;
        line-height: 1.1;
        text-align: left;
        padding: 10px !important;
      }
      
      .header .pg_submenu li:hover,
      .header .pg_submenu li a:hover,
	   .header .pg_submenu li.current_page_parent a{
          color: #ffffff !important;
          background-color: #2271b1 !important;
      } 
      
      .cd_submenu_header .current_page_item{
          color: #ffffff !important;
          background-color: #2271b1 !important;
      } 

.cd_submenu_header .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}


.cd_submenu_header .sub-menu{
background: rgba(38, 87, 140, 0.8);
    position: relative;
    top: 0;
    left: -14px;
    list-style: none;
    padding: 10px;
    width: 250px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    height: 0;
}



.cd_submenu_header .sub-menu li{
	height: auto !important;
	max-width: 100% !important;
	width: 100%;
}

.cd_submenu_header .sub-menu li a{
	color: #ffffff !important;
	padding:  10px important;
}

.cd_submenu_header .sub-menu li.active  a, 
.cd_submenu_header .sub-menu li:hover  a{
	background: #2271b1 !important;
}

.cd_submenu_header .sub-menu li:hover,
.cd_submenu_header .sub-menu li a:hover{
	background: transparent !important;
	border-bottom: 1px solid #ffffff;
}

@media (max-width: 992px){
	.cc_menu1 .sub-menu{
		margin: 0 !important;
	}
.cc_menu1 .sub-menu li{
		padding: 10px 0;
	border-bottom: solid 1px #f0f0f0;
	}
	
	.cc_menu1 .sub-menu li:hover{
	background: #666666;
		color: #ffffff;
	
	}
}

.pg_padding-top{
    padding-top: 100px;

}

