/** GLOBAL **/

.no-desktop {
        display: none;
}

h1.entry-title {
    color: var(--base);
    font-size: 6em;
    font-weight: 600;
    position: absolute;
    top: 120px;
    left: 0;
    
}

.type-post h1.entry-title {
    color: var(--accent);
    font-size: 2.5em;
    font-weight: 600;
    position: unset;
    margin-top: 60px;
}

.entry-title:after {
    content: "❯";
    font-size: 75%;
    margin-left: 30px;
    font-weight: 900;
}
	
.type-post .entry-title:after {
    display: none;
}


.mad_btn-primary a {
    border: 1px solid var(--accent-3) !important;
    background-color: var(--accent-3) !important;
    border-radius: 5px !important;
    color: #fff !important;
    text-decoration: none!important;
    padding: 10px 25px !important;
    transition: all 0.3s;
}

.mad_btn-primary a:hover {
    background-color: #fff !important;
    color: var(--accent-3) !important;
}

.mad_btn-primary.btn-green a {
    border: 1px solid var(--accent) !important;
    background-color: var(--accent) !important;
}

.mad_btn-primary.btn-green a:hover {
    background-color: #fff !important;
    color: var(--accent) !important;
}


/**  HEADER - Menu  **/

.site-header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.logo-built {
    width: 108px;
    vertical-align: middle;
    margin-left: 20px;
    
}

.inside-header {
    border-bottom: 1px solid #eee;
}


.main-navigation .main-nav ul li a, .menu-toggle {
    color: black;
}
.main-navigation .main-nav ul li a {
    border-bottom: solid 2px;
    border-bottom-color: #fff;
    transition: all 0.4s ;
}
.main-navigation .main-nav ul li[class*="current-menu-"]:not(.wpml-ls-item) > a {
    /*color: black;*/
    /*background-color: inherit;*/
    border-bottom: solid 2px;
    border-bottom-color:  var(--accent);
}
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
    color: var(--accent);
    /*background-color: inherit;*/
    border-bottom: solid 2px;
}

.main-navigation .main-nav ul li[class*="current-menu-"]:not(.wpml-ls-item):hover > a {
    /*color: #df4aba8ea72a;*/
    /*background-color: inherit;*/
    border-bottom: solid 2px;
}
.main-navigation .main-nav ul:not(.sub-menu) li:not(.wpml-ls-item):hover > a {
    /*color: var(--accent);*/
    /*background-color: inherit;*/
    border-bottom: solid 2px;
}
.main-navigation .main-nav ul li.sfHover:not(.wpml-ls-item) > a {
    /*color: var(--accent);*/
    /*background-color: inherit;*/
    border-bottom: solid 2px;
}

.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: unset !important;
}

/* HOME */

.inside-article #rev_slider_1_1_wrapper {
    left: 0px !important;
}

.fila-logos {
    margin-top: -100px;
    z-index: 3;
}

.fila-logos .wpb_wrapper {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
}

.fila-logos .wpb_content_element {
    margin-bottom: 0 !important;
}

.fila-logos img {
    max-height: 50px;
    width: auto !important;
    margin: 5px 15px;
}



/** PÁGINAS **/



.bg-section {
    background-color: #f5f5f5;
}


h2 {
    padding-top: 60px !important;
    line-height: 1.5em !important;
    margin-bottom: 50px !important;
    /*display: inline-block;*/
}

.underline {
    text-decoration: underline;
}

.bg-text {
    background-repeat: no-repeat;
    background-size: 100% 0.65em;
    background-position: 0 100%;
}

.contexto .bg-text {
    background-image: linear-gradient(0, #ABBA3233, #ABBA3233);
}

.vision .bg-text, .mision .bg-text {
    background-image: linear-gradient(0, #90502433, #90502433);
}

/*.contexto h2:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 20px;*/
/*    background-color: var(--accent);*/
/*    position: relative;*/
/*    top: 52px;*/
/*    opacity: 0.2;*/
/*    z-index: -1;*/
/*}*/

.contexto p, .vision p, .mision p {
    font-size: 1.5em;
    font-weight: 200;
}

.contexto img {
box-shadow: 3px 3px 8px 0px #90502488;
}

.vision img {
box-shadow: 3px 3px 8px 0px #8A8E3E88;
}

.wpb_single_image .vc_figure-caption {
    margin-top: 0.6em !important;
}

.contexto ul {
    list-style: none;
    margin-left: 2em !important;
}

.contexto ul li {
    margin-bottom: 12px;
    position: relative;
}

.contexto ul li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2022/06/list-marker.png');
    background-size: contain;
    top: 4px;
    position: absolute;
    left: -30px;
}

.target .ult-content-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto !important;
    justify-content: space-between;
}

.target .ult-content-box:after {
    display: none;
}

.target div[class*="target-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    max-width: 300px;
    height: 200px;
    padding: 20px 35px;
    border-radius: 5px;
    box-shadow: 3px 3px 8px 0px #90502488;
}

.target div[class*="target-"] h4 {
    text-align: center;
    font-weight: 500;
}

div.target-1 {
    background-color: #ABBA3233;
}

div.target-2 {
    background-color: var(--accent);
}

div.target-3 {
    background-color: var(--accent-2);
}

.entidades .wpb_single_image {
    /*text-align: center !important;*/
    margin-bottom: 10px !important;
}

.entidades .wpb_single_image .vc_figure {
    padding: 20px;
    box-shadow: 1px 1px 5px -2px #999;
}


.entidades img {
    max-height: 70px;
    width: auto;
}


.entidades h4 a {
    color: var(--contrast);
}

.entidades h4:hover a {
    color: var(--accent-3);
}



/**  CONTACT  **/

/*.wpcf7 label {*/
/*    font-size: 0.9em;*/
/*    color: var(--contrast-3);*/
/*}*/

/*.wpcf7 input[type="text"], .wpcf7 input[type="email"] {*/
/*    margin-top: 10px;*/
/*    width: 100%;*/
/*}*/

/*.wpcf7 textarea {*/
/*    margin-top: 10px;*/
/*}*/

/*.wpcf7 input[type="submit"] {*/
/*    background-color: var(--accent);*/
/*    border-radius: 5px;*/
/*    padding: 4px 20px !important;*/
/*}*/

/*.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:focus-visible, .wpcf7 input[type="submit"]:active {*/
/*    color: var(--accent);*/
/*    background-color: #fff;*/
/*}*/


/* CASOS SINGLE */

.caso .featured-image, caso .entry-header {
    display: none;
}

.pod-title {
    margin-top: 40px;
    text-align: center;
    font-weight: 600;
    color: var(--accent);
}

.pod-description, .pod-description+p {
    text-align: center;
    color: var(--accent);
    font-size: 1.5em;
}

.fila-ficha {
    margin-top: 30px;
}

.fila-ficha .vc_row {
    padding-top: 20px;
}

.fila-ficha h4 {
    font-size: 1em;
}

.pod-author {
    text-align: center;
}

.pod-link {
    text-align: center;
}

.pod-link a {
    color: var(--contrast);
    text-decoration: none;
}

.pod-address {
    text-align: center;
}

.pod-year {
    text-align: center;
}

.icono_caso {
    margin-bottom: 15px !important;
}

.galeria-caso {
    
}

.grilla_pod {
    margin-top: 50px;
}

.grilla_pod h5 {
    font-weight: 600;
    color: var(--accent);
}

.grilla_pod h5, .grilla_pod .vc_custom_heading {
    margin-bottom: 10px !important;
    font-size: 18px;
    height: 48px;
    overflow: hidden;
}

.grilla_pod .vc_gitem-post-meta-field-autores_caso {
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grilla_pod .vc_grid-item-mini {
    box-shadow: 2px 2px 9px 0 #bbb;
}

.grilla_pioneros .vc_gitem-zone-a {
    background-size: contain;
}

.grilla_pioneros .vc_gitem-animated-block {
    padding: 15px;
}

/* PIONERO SINGLE */

.pionero .entry-header {
    display: none;
}

.pionero .featured-image {
    margin: 120px auto 40px !important;
    max-width: 700px;
}

.pionero .featured-image img {
    box-shadow: 2px 2px 9px 0 #bbb;
}
    

.pionero .entry-content>section {
/*     display: none; */
}

.pionero .fila-ficha {
    background-color: var(--base-2);
}

.contenido-pionero {
    margin-top: 60px;
}

.contenido-pionero ul li {
    margin-bottom: 10px;
}

/* NOVEDADES */

#novedades .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    width: 30%;
	margin-right: 3%;
	box-shadow: 3px 3px 8px 0px #90502488;
	transition: all 0.2s;
	border-radius: 5px;
    overflow: hidden;
}

#novedades .vc_grid-item-zone-c-right .vc_gitem-animated-block:hover {
    box-shadow: 3px 3px 8px 0px #8a8e3e88;
}

#novedades .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    width: 67%;
}

#novedades .vc_gitem-post-category-name {
    background-color: var(--base);
	font-size: 0.9em;
}

#novedades .vc_gitem-post-meta-field-evento_fecha {
	position: relative;
    top: -20px;
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--accent-3);
    color: #fff;
    border-radius: 5px;
}

#novedades .vc_gitem-post-data-source-post_title h3  {
    font-weight: 600;
	color: var(--accent);
}

#novedades .vc_gitem-post-data-source-post_title h3:hover  {
    text-shadow: 0px 0px 2px #90502488;
	
}

#novedades .vc_gitem-post-data-source-post_excerpt p {
	margin-bottom: 10px;
	text-align: justify;
}

#novedades .btn_read-more .vc_btn3  {
    background: linear-gradient(rgb(171, 186, 50) 0%, rgb(138, 142, 62) 100%);
	border: 2px solid transparent;
	color: #fff !important;
	font-weight: 500;
	margin-top: 15px;
}

#novedades .btn_read-more .vc_btn3:hover  {
    background: #fff;
	border: 2px solid var(--accent);
	color: var(--accent) !important;
}

#novedades .vc_gitem-post-data-source-post_excerpt span {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

#novedades .vc_gitem-post-data-source-post_excerpt br {
    display: none;
}

#novedades .icon-map-marker:before {
    content: "";
	background-image: url('/wp-content/uploads/2022/09/icon-map-marker.png');
	display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	position: relative;
    top: 5px;
    margin-right: 10px;
    opacity: 0.7;
}

#novedades .icon-building:before {
    content: "";
	background-image: url('/wp-content/uploads/2022/09/icon-building.png');
	display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	position: relative;
    top: 5px;
    margin-right: 10px;
    opacity: 0.7;
}

/* EVENTO SINGLE PAGE */
.single-evento article.evento {
		padding-top: 130px;
		padding-bottom: 30px;
	}


.single-evento .inside-article .evento-subtitulo {
	color: var(--accent);
    font-weight: 400;
}

.single-evento .inside-article .fila-ficha a {
	color: var(--contrast);
	text-decoration: none;
}

.single-evento .inside-article .fila-ficha a:hover {
	color: var(--contrast-3);
}

.single-evento .inside-article h5, .inside-article .single-evento h4 {
	margin-bottom: 40px;
}

.single-evento .inside-article h5{
	font-weight: 500;
}

.single-evento .inside-article h5 strong {
	color: var(--accent);
    display: block;
    float: left;
    width: 75px;
    border-right: 3px solid;
    margin-right: 15px;
    letter-spacing: 1px;
}

.single-evento .inside-article ul {
	margin-left: 60px;
	margin-bottom: 40px;
	list-style: none;
}

.single-evento .inside-article li {
	margin-bottom: 20px;
	position: relative;
}

.single-evento .inside-article li:before {
	content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2022/06/list-marker.png');
    background-size: contain;
    top: 4px;
    position: absolute;
    left: -30px;
}

/*  FORMS  */
.form-informe p {
    float: left;
    margin-right: 20px;
}

.form-informe .form-row input {
	max-width: 330px;
}

.col-left {
	float: left;
}

.form-row {
    clear: both;
}

.clear-fix {
	clear: both;
}

@media screen and (min-width: 1100px) {
    
    .site-header .header-image {
        width: 175px !important;
    }
	
	.logo-built {
		width: 220px;

	}
    
    .inside-header {
        padding: 20px 50px 20px 50px !important;
    }
    
}
  

@media screen and (min-width: 769px) {
    
    
    section {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
	
	.single-evento section {
		padding-top: 10px !important;
	}
	
	#novedades .vc_grid-item {
		margin-bottom: 60px;
	}
	
}
    

@media screen and (max-width: 768px) {
    
     .no-desktop {
        display: block;
    }

   
    .no-mobile {
        display: none;
    }
    
    h1.entry-title {
        font-size: 3.5em;
    }
	
	.type-post h1.entry-title {
    	font-size: 1.5em;
		margin-top: 30px;
	}
	
	.single-evento h1.entry-title {
        font-size: 2.3em;
   		line-height: 1em;
    }
    
    h2 {
        padding-top: 30px !important;
    }

    .pod-description, .pod-description+p {
        font-size: 1em;
    }
	
	.contexto p, .vision p, .mision p {
		font-size: 1.2em;
	}
	
	.single-evento .vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top: 10px;
	}
	
	.single-evento h4 {
		margin-top: 40px;
	}
	
	.single-evento h4.evento-subtitulo {
		margin-bottom: -20px !important;
		font-size: 18px;
	}
	
	#novedades .vc_grid-item {
		margin-bottom: 30px;
	}
	
	#novedades .vc_grid-item-zone-c-right .vc_gitem-animated-block {
		width: 350px;
		margin: auto;
		float: none;	
	}
	
	#novedades .vc_grid-item-zone-c-right .vc_gitem-zone-c {
		margin-top: 40px;
		width: 95%;
		float: none;
	}
	
}

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

}

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

}
