#grve-inner-header {
    background-color: #336699 !important;
}
.menu-item:hover a {
    color: #fff !important;
    opacity: 0.5;
}
.grve-header-sticky #grve-inner-header {
    background-color: #fff !important;
}
@media all and (mix-width:426px) {
    #grve-main-content .grve-container {
        width: 975px;
    }
}

#grve-single-media .fluid-width-video-wrapper {
    padding: 0 !important;
    background: #000;
}
div#grve-single-media {
    /*max-height: 560px;
    overflow: hidden;*/
    /*display: grid;*/
    /*align-items: center;*/
}
#grve-single-media .grve-media {
    margin-bottom: 0 !important;
	height: 60vh;
    display: flex !important;
}

.grve-carousel-buttons > div {
    top: 280px !important;
}
#grve-post-content > .grve-section:nth-child(3) .grve-element {
    margin-bottom: 50px;
}

aside#grve-sidebar {
    display: none;
}
div#grve-portfolio-area {
    width: 100% !important;
    padding: 0 !important;
}
.grve-text > p:not(.nombre-testimonio) {
    font-size: 24px;
    color: #808080 !important;
}
.grve-text p strong {
    font-family: 'gotham-bold';
}
.grve-text li {
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 15px;
    font-family: 'gotham-regular' !important;
    font-weight: 700 !important;
    color: #808080 !important;
}
.gallery-wrpr {
    margin: 50px 0 !important;
}
/*=====ELEMENTO-CITA=====*/


blockquote {
    padding-left: 130px;
	margin-top: 50px;
    margin-bottom: 50px;
}
blockquote p {
    font-size: 35px !important;
    line-height: 55px !important;
    max-width: 680px;
    font-family: 'gotham-bold' !important;
    color: #005B94 !important;
}
blockquote:before {
    content: "\e244" !important;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 100px;
    display: inline-block;
    line-height: 1;
    color: #005B94;
    width: auto;
    background-color: transparent !important;
    height: auto;
}

/*=====BOTONES=====*/

.btn-wrapper a, .banner-final a.programa-btn {
    padding: 12px 35px 10px;
    border-radius: 50px;
    color: #fff;
    font: normal 700 18px/26px 'gotham-bold', sans-serif !important;
    text-transform: uppercase;
}
.btn-wrapper a:hover, .banner-final a.programa-btn:hover {
    background-color: #005f93 !important;
    color: #fff !important;
}

.testimonial-btn-1 {
    display:none;
}
.portfolio_category-educacion .testimonial-btn-1.educacion, .portfolio_category_educacion .testimonial-btn-1.educacion,
.portfolio_category-education .testimonial-btn-1.educacion, .portfolio_category_education .testimonial-btn-1.educacion {
    display: flex;
}
.portfolio_category-salud .testimonial-btn-1.salud, .portfolio_category_salud .testimonial-btn-1.salud,
.portfolio_category-healthcare .testimonial-btn-1.salud, .portfolio_category_healthcare .testimonial-btn-1.salud {
    display: flex;
}
.portfolio_category-microcredito .testimonial-btn-1.microcredito, .portfolio_category_microcredito .testimonial-btn-1.microcredito,
.portfolio_category-microcredit .testimonial-btn-1.microcredito, .portfolio_category_microcredit .testimonial-btn-1.microcredito {
    display: flex;
}
.portfolio_category-artesania .testimonial-btn-1.artesania, .portfolio_category_artesania .testimonial-btn-1.artesania,
.portfolio_category-handicraft .testimonial-btn-1.artesania, .portfolio_category_handicraft .testimonial-btn-1.artesania {
    display: flex;
}
.portfolio_category-agropecuario .testimonial-btn-1.agropecuario, .portfolio_category_agropecuario .testimonial-btn-1.agropecuario,
.portfolio_category-agricultural .testimonial-btn-1.agropecuario, .portfolio_category_agricultural .testimonial-btn-1.agropecuario {
    display: flex;
}
.portfolio_category-forestal-ambiental .testimonial-btn-1.forestal-ambiental, .portfolio_category_forestal-ambiental .testimonial-btn-1.forestal-ambiental,
.portfolio_category-environmental .testimonial-btn-1.forestal-ambiental, .portfolio_category_environmental .testimonial-btn-1.forestal-ambienttio{
    display: flex;
}

.btn-wrapper a.educacion {
    background-color: var(--educa-d);
}
.btn-wrapper a.salud {
    background-color: var(--salud-d);
}
.btn-wrapper a.microcredito {
    background-color: var(--micro-d);
}
.btn-wrapper a.agropecuario {
    background-color: var(--agrop-d);
}
.btn-wrapper a.artesania {
    background-color: var(--artes-d);
}
.btn-wrapper a.forestal-ambiental {
    background-color: var(--fores-d);
}

/*=====LEYENDA-IMAGEN=====*/

span.programa {
    text-transform: uppercase;
}
p.nombre-testimonio {
    margin-top: 15px;
    margin-bottom: 30px !important;
}
.portfolio_category-educacion .programa, .portfolio_category_educacion .programa,
.portfolio_category-educacion blockquote:before, .portfolio_category_educacion blockquote:before,
.portfolio_category-education .programa, .portfolio_category_education .programa,
.portfolio_category-education blockquote:before, .portfolio_category_education blockquote:before {
    color: var(--educa-d) !important;
}
.portfolio_category-salud .programa, .portfolio_category_salud .programa,
.portfolio_category-salud blockquote:before, .portfolio_category_salud blockquote:before,
.portfolio_category-healthcare .programa, .portfolio_category_healthcare .programa,
.portfolio_category-healthcare blockquote:before, .portfolio_category_healthcare blockquote:before {
    color: var(--salud-d) !important;
}
.portfolio_category-microcredito .programa, .portfolio_category_microcredito .programa,
.portfolio_category-microcredito blockquote:before, .portfolio_category_microcredito blockquote:before,
.portfolio_category-microcredit .programa, .portfolio_category_microcredit .programa,
.portfolio_category-microcredit blockquote:before, .portfolio_category_microcredit blockquote:before {
    color: var(--micro-d) !important;
}
.portfolio_category-agropecuario .programa, .portfolio_category_agropecuario .programa,
.portfolio_category-agropecuario blockquote:before, .portfolio_category_agropecuario blockquote:before,
.portfolio_category-agricultural .programa, .portfolio_category_agricultural .programa,
.portfolio_category-agricultural blockquote:before, .portfolio_category_agricultural blockquote:before {
    color: var(--agrop-d) !important;
}
.portfolio_category-artesania .programa, .portfolio_category_artesania .programa,
.portfolio_category-artesania blockquote:before, .portfolio_category_artesania blockquote:before,
.portfolio_category-handicraft .programa, .portfolio_category_handicraft .programa,
.portfolio_category-handicraft blockquote:before, .portfolio_category_handicraft blockquote:before {
    color: var(--artes-d) !important;
}
.portfolio_category-forestal-ambiental .programa, .portfolio_category_forestal-ambiental .programa,
.portfolio_category-forestal-ambiental blockquote:before, .portfolio_category_forestal-ambiental blockquote:before,
.portfolio_category-environmental .programa, .portfolio_category_environmental .programa,
.portfolio_category-environmental blockquote:before, .portfolio_category_environmental blockquote:before {
    color: var(--fores-d) !important;
}

/*=====BANNER-TITULO+BOTON=====*/

.banner-title-btn .grve-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-title-btn .grve-text h1 {
    flex-basis: 580px;
    font-size: 40px;
    color: #005B94 !important;
}
.grve-text h2 {
	color: #000 !important;
	margin-bottom: 25px !important;
} 
@media only screen and (max-width:540px) {
    blockquote {
        padding-left: 0
    }
    blockquote:before {
        position:relative;
    }
}

/*=====ARTICULOS-RELACIONADOS=====*/


.grve-related-post .grve-title, .grve-related-post .grve-related-title {
    font: normal 700 24px/32px 'gotham-bold', sans-serif !important;
}

.grve-related-post {
    max-width: 1170px;
    margin: auto;
    padding-top: 85px !important;
    padding-bottom: 100px;
    border-top: none;
	border-bottom: none;
}

/*=====BANNER-FINAL=====*/

.banner-final {
    padding: 75px 0;
    margin-top: 50px;
}
.banner-final.microcredito h2#micro-h2 {
    display: block;
}

.banner-final:not(.microcredito) h2#rest-h2 {
    display: block;
}

.banner-final h2 {
    display: none;
    color: #005f93;
    max-width: 540px;
    font-size: 40px;
}

span.programa-banner {
    text-transform: uppercase;
    font-size: 24px;
    width: fit-content;
    display: block;
    margin-bottom: 20px;
}
.banner-final a.programa-btn {
    display: block;
    margin: 25px auto 0;
    width: fit-content;
}

.banner-final > * {
    margin: auto;
    text-align: center;
}



.banner-final.educacion span.programa-banner,
.banner-final.education span.programa-banner {
    color: var(--educa-d);
}
.banner-final.salud span.programa-banner,
.banner-final.healthcare span.programa-banner {
    color: var(--salud-d);
}
.banner-final.microcredito span.programa-banner,
.banner-final.microcredit span.programa-banner {
    color: var(--micro-d);
}
.banner-final.artesania span.programa-banner,
.banner-final.handicraft span.programa-banner {
    color: var(--artes-d);
}
.banner-final.agropecuario span.programa-banner,
.banner-final.agricultural span.programa-banner {
    color: var(--agrop-d);
}
.banner-final.forestal-ambiental span.programa-banner,
.banner-final.environmental span.programa-banner {
    color: var(--fores-d);
}


.banner-final.educacion a.programa-btn,
.banner-final.education a.programa-btn {
    background-color: var(--educa-d);
}
.banner-final.salud a.programa-btn,
.banner-final.healthcare a.programa-btn {
    background-color: var(--salud-d);
}
.banner-final.microcredito a.programa-btn,
.banner-final.microcredit a.programa-btn {
    background-color: var(--micro-d);
}
.banner-final.artesania a.programa-btn,
.banner-final.handicraft a.programa-btn {
    background-color: var(--artes-d);
}
.banner-final.agropecuario a.programa-btn,
.banner-final.agricultural a.programa-btn {
    background-color: var(--agrop-d);
}
.banner-final.forestal-ambiental a.programa-btn,
.banner-final.environmental a.programa-btn {
    background-color: var(--fores-d);
}


.banner-final.educacion,
.banner-final.education {
    background-color: var(--educa-l);
}
.banner-final.salud,
.banner-final.healthcare {
    background-color: var(--salud-l);
}
.banner-final.microcredito,
.banner-final.microcredit {
    background-color: var(--micro-l);
}
.banner-final.artesania,
.banner-final.handicraft {
    background-color: var(--artes-l);
}
.banner-final.agropecuario,
.banner-final.agricultural {
    background-color: var(--agrop-l);
}
.banner-final.forestal-ambiental,
.banner-final.environmental {
    background-color: var(--fores-l);
}

/*=====RESPONSIVE=====*/

@media only screen and (max-width:768px) {
    .banner-title-btn .grve-text {
        flex-direction: column-reverse;
    }
    .grve-text h1 {
        flex-basis: auto !important;
        margin-top: 35px;
    }
    #grve-post-content > .grve-section:first-child {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width:1200px) {
	.grve-related-post {
    	max-width: 900px;
	}
}
@media only screen and (max-width:959px) {
	.grve-related-post {
    	max-width: 720px;
	}
}
@media only screen and (max-width:767px) {
	.grve-related-post {
    	width: 95%;
	}
}
@media only screen and (max-width: 1023px) {
	#grve-portfolio-info-responsive {
		display: none !important;
	}
}