rgb(255 255 255 / 20%) 100%)header#grve-header {
	display: none;
}
#grve-main-content .grve-container {
    padding: 0;
}
div#grve-main-content {
    top: -110px;
}
div#grve-inner-header {
    background-color: rgba(255,255,255,0.3) !important;
}
header#grve-header {
    background: transparent !important;
}
:root {
    --azul-fundap: #005B94;
    --azul-texto: #003774;
    --educa: #92C9F0;
    --salud: #009E9B;
    --micro: #ED8500;
    --artes: #713C7A;
    --agrop: #CAAA11;
    --fores: #38A33F;
    --educa-l: #73BDE726;
    --salud-l: #009E9B26;
    --micro-l: #ED850026;
    --artes-l: #713C7A26;
    --agrop-l: #E8C52126;
    --fores-l: #38A33F26;
	--becas: #EE7A82;
}
.slider-navigation button.inactive {
    opacity: 0.3;
}
.video-wrapper {
  	position: relative;
	height: 100%;
}

.video-poster {
  position: relative;
  cursor: pointer;
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
	border-radius: 22px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 24px;
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
}
.play-button span {
    font-size: 80px;
}

/*=====TIPOGRAFÍAS=====*/

h1 {
    font: normal 500 66px/74px new-hero, sans-serif !important;
    color: #fff !important;
}
.texto-portada p {
    font: normal 500 32px/41px new-hero, sans-serif !important;
}
h2 {
    font: normal 500 36px/44px new-hero, sans-serif !important;
    color: var(--azul-texto) !important;
    margin-bottom: 35px;
}
h3.style-1 {
    font: normal 500 48px/44px new-hero, sans-serif !important;
    margin-bottom: 25px;
}
h3.style-2 {
    font: normal 500 44px/56px new-hero, sans-serif !important;
    color: var(--azul-texto) !important;
    margin-bottom: 15px;
}
h3.style-3 {
    font: normal 500 44px/44px new-hero, sans-serif !important;
    color: var(--azul-fundap) !important;
    margin-bottom: 10px;
}
h3.style-4 {
    font: normal 500 30px/42px new-hero, sans-serif !important;
    margin-bottom: 25px;
}
h3.style-5 {
    font: normal 500 22px/29px new-hero, sans-serif !important;
    margin-bottom: 25px;
}
p {
    font: normal 400 18px/26px new-hero, sans-serif !important;
    color: var(--azul-texto) !important;
}
.texto-blanco * {
    color: #fff !important;
}

/*=====PORTADA=====*/

.grve-section.portada-row {
    min-height: 810px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*=====CARTAS=====*/
.bloque-carta {
    display: flex;
    align-items: center;
}
.texto-carta p {
    font-weight: 500 !important;
    max-width: 430px;
}
.img-carta img {
    width: 250px;
    height: 250px;
    border-radius: 8px;
    object-fit: cover;
}
.texto-carta h3 {
    border-bottom: 1.5px solid rgb(0 55 116 / 10%);
    padding-bottom: 12px;
    margin-bottom: 12px !important;
	color: var(--azul-texto) !important;
}
button.btn-carta, button.close-carta {
    background: #fff;
    color: var(--azul-texto);
    font: normal 500 16px 'new-hero', sans-serif !important;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.btn-carta span, .close-carta span {
    font-size: 18px;
    position: relative;
    top: 1px;
	transition: all linear .3s;
}

#dropdown-carta p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 20px;
}
#dropdown-carta h3 {
    font: normal 500 20px/24px 'new-hero', sans-serif !important;
    color: var(--azul-texto) !important;
    opacity: 0.4;
    margin-bottom: 25px;
    margin-top: 40px;
}
#dropdown-carta.open .grve-row {
    border-bottom: 1.5px solid rgb(0 55 116 / 10%);
}
.texto-carta-presidente, .texto-carta-director, .close-carta {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
}
.texto-carta-presidente.show, .texto-carta-director.show, .close-carta.show {
    height: 100%;
    visibility: visible;
    opacity: 1;
}
button.btn-carta.active {
    opacity: 0.4;
}

button.btn-carta.active span {
    transform: rotate(90deg);
}
button.close-carta {
    float: right;
    margin-top: -65px;
}
.texto-carta-director p:last-child, .texto-carta-presidente p:last-child {
    margin-top: 50px;
}
/*=====MAPA=====*/

.datos-mapa:not(.mobile) {
    position: absolute;
    padding: 75px 0 50px 70px !important;
}
.datos-mapa > .grve-element:first-child {
    max-width: 320px;
    margin-bottom: 75px;
}

p.presencia, p.resto {
    font: normal 500 18px/29px new-hero, sans-serif !important;
	margin-bottom: 10px;
}

p.presencia:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 20px;
    display: block;
    background-color: #FDCE8A;
    border: 1.5px solid var(--azul-texto);
    position: absolute;
    left: -25px;
    top: calc(50% - 7px);
}
p.resto:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 20px;
    display: block;
    background-color: #FFF;
    border: 1.5px solid var(--azul-texto);
    position: absolute;
    left: -25px;
    top: calc(50% - 7px);
}

.col-leyenda {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*=====PROGRAMAS=====*/

.prog-row.educacion {
    background: linear-gradient(136deg, var(--educa) 26.56%, rgb(255 255 255 / 20%) 115%);
}
.prog-row.salud {
    background: linear-gradient(136deg, var(--salud) 26.56%, rgb(255 255 255 / 20%) 115%);
}
.prog-row.microcredito {
    background: linear-gradient(136deg, var(--micro) 26.56%, rgb(255 255 255 / 20%) 115%);
}
.prog-row.artesania {
    background: linear-gradient(136deg, var(--artes) 26.56%, rgb(255 255 255 / 20%) 115%);
}
.prog-row.agropecuario {
    background: linear-gradient(136deg, var(--agrop) 26.56%, rgb(255 255 255 / 20%) 115%);
}
.prog-row.forestal-ambiental {
    background: linear-gradient(136deg, var(--fores) 26.56%, rgb(255 255 255 / 20%) 115%);
}
.title-prog {
	margin-bottom: 80px;
}
ul#program-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-left: 0;
    margin-bottom: 140px;
}
ul#program-menu li {
    font: normal 500 22px 'new-hero', sans-serif !important;
    color: var(--azul-texto);
	cursor: pointer;
}
ul#program-menu li.active {
    border-bottom: 1.5px solid #fff;
    padding-bottom: 5px;
}
.slider-acciones > h3 {
    color: var(--azul-texto) !important;
    font-size: 20px !important;
    text-transform: uppercase;
    border-bottom: 1.5px solid;
    width: fit-content;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.prog-row.educacion .slider-wrapper > h3 {border-color: var(--educa);}
.prog-row.salud .slider-wrapper > h3 {border-color: var(--salud);}
.prog-row.microcredito .slider-wrapper > h3 {border-color: var(--micro);}
.prog-row.artesania .slider-wrapper > h3 {border-color: var(--artes);}
.prog-row.agropecuario .slider-wrapper > h3 {border-color: var(--agrop);}
.prog-row.forestal-ambiental .slider-wrapper > h3 {border-color: var(--fores);}
.slider-acciones {
    padding: 35px 60px;
    background-color: #fff;
    border-radius: 22px;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slides {
  display: flex;
  transition: transform 0.5s ease;
}
.slide {
  flex: 0 0 100%;
}
.slider-navigation {
  	display: flex;
    gap: 30px;
	margin-top: 30px;
}
.prog-row.educacion .slider-navigation button, .prog-row.educacion a.btn-testimonio {
  	background: var(--educa);
}
.prog-row.salud .slider-navigation button, .prog-row.salud a.btn-testimonio {
  	background: var(--salud);
}
.prog-row.microcredito .slider-navigation button, .prog-row.microcredito a.btn-testimonio {
  	background: var(--micro);
}
.prog-row.artesania .slider-navigation button, .prog-row.artesania a.btn-testimonio {
  	background: var(--artes);
}
.prog-row.agropecuario .slider-navigation button, .prog-row.agropecuario a.btn-testimonio {
  	background: var(--agrop);
}
.prog-row.forestal-ambiental .slider-navigation button, .prog-row.forestal-ambiental a.btn-testimonio {
  	background: var(--fores);
}
.prev-button,
.next-button {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.prev-button span, .next-button span {
    font-size: 30px !important;
}
.grafica-dep {
    display: flex;
    color: #fff;
    max-width: 840px;
	font-family: 'new-hero', sans-serif;
    font-weight: 500;
}
.col-graph {
    display: flex;
    flex-direction: column;
    flex:1;
}
.col-graph:first-child {
    height: 100px;
    justify-content: space-between;
    flex:0;
}
span.num-y {
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    margin-right: 10px;
}
span.num-y:nth-child(1) {
    position: relative;
    top: -15px;
}
span.num-y:nth-child(3) {
	position: relative;
	bottom: -15px;
}
.row-graph {
    height: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.line {
    height: 1.5px;
    width: 100%;
    background-color: #fff;
}
.row-axis {
    display: flex;
}
.departamento {
    display: flex;
    flex-direction: column-reverse;
    flex: 1;
    align-items: center;
    margin-top:-100px;
}
.bar {
    width: 1.5px;
    height: 100px;
    background-color: var(--azul-texto);
    margin-bottom: 1.5px;
}
.departamento span {
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: flex-end;
	align-items: center;
    white-space: nowrap;
}
.graph-wrapper {
    min-height: 100px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 10px;
}
.tooltip-wrapper {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--azul-texto);
    display: flex;
    justify-content: center;
}
.tooltip {
    background: #fff;
    color: var(--azul-texto);
    width: fit-content;
    height: 30px;
    font-size: 16px;
    position: relative;
    display: flex;
    padding: 0 5px;
    border-radius: 9px;
    top: -35px;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
}
.departamento:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.prog-row, .prog-row p {
    color: #fff !important;
    font-family: 'new-hero', sans-serif !important;
    font-weight: 500 !important;
}
.prog-title {
	color: #fff !important;
}
.prog-row p {
    font-size:24px !important;
    line-height:1.4em !important;
    
}
.content-programas .programa-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 90px;
	padding-bottom: 100px;
}
.programa-container.hide {
    visibility: hidden;
    display: none;
}

@media (min-width:768px) {
	.column.col-1-2 {
		width: 50%;
	}
	.column.col-5-12 {
		width: 41.6667%;
	}
	.column.col-1-4 {
		width: 25%;
	}
	.column.col-3-4 {
		width: 75%;
		padding-top: 15px;
	}
}

.ben-tot {
    display: flex;
    flex-direction: column;
    max-width: 160px;
}

.programa-info + div {
    display: flex;
    gap: 30px;
    margin-top: 55px;
}
p.regiones {
	max-width: 250px;
}

/*.prog-row h3 {
    white-space: nowrap;
}*/

.ben-gen div {
    display: flex;
    align-items: flex-end;
    gap: 7px;
}
.ben-tot span {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 5px;
}
.ben-tot p {
    font-size: 22px !important;
    line-height: 1.2em !important;
}
.ben-gen span {
    font-size: 28px;
    line-height: 44px;
    min-width: 90px;
}
.ben-gen p {
    font-size: 20px !important;
    line-height: 36px !important;
}
.slide h3, .slide p, .slide h4 {
    color: var(--azul-texto) !important;
}
.slide h4 {
    color: var(--azul-texto) !important;
    font: normal 500 22px/28px 'new-hero', sans-serif !important;
	margin-bottom: 20px;
}
.slide strong {
    font-size: 20px;
    font-weight: 600 !important;
}
.slide p {
	font-size: 18px !important;
    font-weight: 400 !important;
}
.testimonio-prog {
    display: flex;
    gap: 60px;
    align-items: stretch;
    padding: 42px;
    background-color: #fff;
    border-radius: 30px;
	margin-top: 90px;
}
.testimonio-prog > div {
    flex: 1;
}
.video-container > div {
    height: 100%;
}
.info-testimonio h3 {
    font: normal 500 36px/44px 'new-hero', sans-serif !important;
    color: var(--azul-texto) !important;
    max-width: 400px;
    white-space: normal;
}
.info-testimonio p {
    font-size: 18px !important;
    line-height: 28px !important;
    color: var(--azul-texto) !important;
    font-weight: 400 !important;
}
button.next-prog {
    font: normal 400 22px/34px 'new-hero', sans-serif !important;
    letter-spacing: -0.04em;
    text-transform: none;
    padding: 10px 0;
    background: transparent !important;
    color: var(--azul-texto);
    display: flex;
    align-items: center;
    gap: 15px;
	float: right;
}

/*=====TESTIMONIOS=====*/

.img-colaborador, .img-colaborador img {
    height: 380px;
    object-fit: cover;
    border-radius: 22px;
}
#slider-colab .slide {
    display: flex;
}
#slider-colab .col-slide:nth-child(2) {
    flex: 2 1 33.3333%;
    padding: 25px 60px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#slider-colab .col-slide:first-child {
    flex: 0 0 33.3333%;
}
#slider-colab h3 {
    font-size: 44px;
    line-height: 44px;
}
#slider-colab h4 {
    font: normal 500 25px/44px 'new-hero', sans-serif !important;
    opacity: 0.5;
}
#slider-colab p {
    font-size: 22px !important;
    line-height: 1.4em !important;
    max-width: 500px;
}
a.btn-colaborador, a.btn-testimonio {
    padding: 13px 30px;
    width: fit-content;
    font: normal 500 16px/26px 'new-hero', sans-serif !important;
    text-transform: uppercase;
    border-radius: 12px;
    color: #fff;
	margin-top: 25px !important;
    display: block;
}
a.btn-colaborador:hover, a.btn-testimonio:hover {
    background-color: var(--azul-texto) !important;
    color: #fff !important;
}
#slider-colab .slider-navigation {
    justify-content: flex-end;
    margin-top: -50px;
    z-index: 10;
    position: relative;
}

.slide.educacion a.btn-colaborador {
    background-color: var(--educa) !important;
}
.slide.educacion h3, .slide.educacion h4 {
    color: var(--educa) !important;
}
.slide.salud a.btn-colaborador {
    background-color: var(--salud) !important;
}
.slide.salud h3, .slide.salud h4 {
    color: var(--salud) !important;
}
.slide.microcredito a.btn-colaborador {
    background-color: var(--micro) !important;
}
.slide.microcredito h3, .slide.microcredito h4 {
    color: var(--micro) !important;
}
.slide.artesania a.btn-colaborador {
    background-color: var(--artes) !important;
}
.slide.artesania h3, .slide.artesania h4 {
    color: var(--artes) !important;
}
.slide.agropecuario a.btn-colaborador {
    background-color: var(--agrop) !important;
}
.slide.agropecuario h3, .slide.agropecuario h4 {
    color: var(--agrop) !important;
}
.slide.forestal-ambiental a.btn-colaborador {
    background-color: var(--fores) !important;
}
.slide.forestal-ambiental h3, .slide.forestal-ambiental h4 {
    color: var(--fores) !important;
}


/*=====ACCIONES=====*/

div#acciones {
    background: linear-gradient(143deg, #4C6BBC 0%, #87A3ED 100%);
}
.img-acciones img {
    object-fit: contain;
    object-position: left;
    margin-bottom: 25px;
}
.block-acciones * {
	color: #fff !important;
}
.acc-btn {
    padding: 0 !important;
    text-align: left;
    text-transform: none !important;
	background: transparent !important;
    border: none !important;
    color: #fff !important;
}
a.grve-btn.acc-btn span {
    font-size: 22px !important;
    text-transform: none !important;
}
a.grve-btn.acc-btn span:after {
    content: '\e5c8';
    font-family: 'Material Symbols Rounded';
    font-size: 20px !important;
    margin-left: 4px;
    top: 5px;
    position: relative;
}
a.grve-btn.acc-btn:hover {
    background-color: #fff;
    color: var(--azul-fundap);
}

/*=====CROWDFUNDING=====*/

@media all and (min-width:768px) {
    .crowdfunding-row .grve-row {
        display: flex;
    }
}
.col-espe {
    background: linear-gradient(141deg, rgba(194, 224, 252, 0.80) 0%, rgba(220, 240, 255, 0.70) 100%);
    padding-left: calc(50% - 600px) !important;
    padding-top: 120px;
    padding-bottom: 90px;
    padding-right: 100px !important;
}

.col-crowdfunding {
    background: linear-gradient(144deg, #DC6069 0%, #EE7A82 100%);
    padding-right: calc(50% - 600px) !important;
    padding-top: 120px;
    padding-bottom: 90px;
    padding-left: 100px !important;
}
#slider-espe h2, #slider-crowd h2 {
    margin-bottom: 25px;
}
#slider-crowd h2 {
    color: #fff !important;
}
#slider-espe p, #slider-crowd p {
    font-size: 24px !important;
    line-height: 1.4em !important;
    font-weight: 500 !important;
}
#slider-crowd p {
    margin-bottom: 60px;
    color: #fff !important;
}
#slider-espe p.datos-espe {
    font-size: 22px !important;
    margin-bottom: 20px;
}
#slider-espe p.datos-espe strong {
    font-size: 28px !important;
    font-weight: 600 !important;
}

img.graph-espe {
    max-width: 390px;
}
img.ilust-espe {
    max-width: 300px;
    float: right;
}
#slider-espe .slider-navigation {
    position: relative;
    top: -150px;
}
img.ilust-crowd {
    float: right;
}
#slider-crowd .slide:nth-child(1) .ilust-crowd {
    max-width: 300px;
    margin-top: -130px;
}
#slider-crowd .slide:nth-child(2) .ilust-crowd {
    max-width: 300px;
    margin-top: -40px;
}
#slider-crowd .slide:nth-child(3) .ilust-crowd {
    max-width: 200px;
    margin-top: -40px;
    margin-right: 60px;
}
#slider-crowd .slider-navigation {
    position: relative;
    top: -100px;
}
#slider-crowd .slider-navigation button {
    background-color: #fff;
    color: var(--becas);
}
a.boton-gg {
    background-color: #fff;
    padding: 9px 18px;
    border-radius: 7px;
    font: normal 500 16px/22px 'new-hero', sans-serif !important;
    text-transform: uppercase;
}
a.boton-gg:hover {
    background: var(--azul-fundap);
    color: #fff;
}
/*=====LOGOS-SOCIOS=====*/

#grve-main-content .tabs-socios .vc_tta-tab > a {
    background-color: transparent !important;
    color: var(--azul-texto) !important;
    padding: 0 !important;
    margin: 0 30px;
    text-transform: none;
    line-height: 2em !important;
}
#grve-main-content .tabs-socios .vc_tta-tab.vc_active > a {
    border-bottom: 1.5px solid rgb(0 55 116 / 10%);
}
#grve-main-content .tabs-socios .vc_tta-tab:not(.vc_active) > a:hover {
    background-color: transparent;
    color: var(--azul-texto);
    opacity: 0.7;
}
.tabs-socios .vc_tta-title-text {
    font: normal 500 26px/44px new-hero, sans-serif !important;
}
.tabs-socios .vc_tta-tabs-container {
    margin-bottom: 65px !important;
	margin-top: 65px !important;
}

/*=====FOOTER=====*/
#otros .grve-row {
    border-top: 1.5px solid rgb(0 55 116 / 10%);
    padding-top: 50px;
}

.otros-enlaces .wpb_column {
    display: flex;
}
.btn-otros {
    margin-right: 35px;
	border-radius: 12px !important;
}
a.grve-btn.btn-otros span {
    padding: 13px 30px;
    font: normal 500 16px/26px 'new-hero', sans-serif !important;
    text-transform: uppercase;
    border-radius: 12px;
}
.footer-elements p {
    font: normal 500 24px/36px new-hero, sans-serif !important;
    margin-bottom: 25px;
	color: #fff !important;
}
.footer-elements a {
	color: #fff !important;
}
.footer-elements ul {
    margin-left: 0 !important;
    padding: 0;
}
.footer-elements li {
    list-style: none;
    font: normal 400 18px/26px new-hero, sans-serif !important;
    color: #fff !important;
    margin-bottom: 10px;
}
.footer p {
    font-weight: 500 !important;
	color: #fff !important;
}
.footer a {
    font-weight: 400 !important;
	color: #fff !important;
}
.footer {
    padding-bottom: 60px !important;
}
.grecaptcha-badge {
    display: none !important;
}

/*=====RESPONSIVE=====*/
@media all and (min-width:768px) {
	.grve-dark-overlay {
		/*display: none;*/
	}
	.bloque-carta .wpb_column:first-child {
		width: 40%;
	}
	.bloque-carta .wpb_column:nth-child(2) {
		width: 60%;
	}
}
@media all and (max-width:767px) {
	.grve-section.portada-row {
	    min-height: 750px;
	    display: flex;
	    align-items: flex-end;
	}
	.grve-section.portada-row .grve-bg-image {
		background-position: 65% 50%;
	}
    .bloque-carta {
        flex-direction: column;
    }
	.img-carta img {
		width: 100% !important;
		height: auto;
	}
	.mapsvg svg path {
		stroke-width: 3px !important;
	}
	.mapsvg svg {
		margin-top: -1px;
	}
	.row-mapa .grve-row {
		flex-direction:
		column;
		justify-content:
		center;
		align-items: center;
		justify-items: center;
	}
	ul#program-menu {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    ul#program-menu li {
        flex: 1 1 33%;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        font-size: 16px !important;
        width: fit-content;
        padding: 15px 0 !important;
    }
    #grve-main-content h3.style-1.prog-title,
    #grve-main-content .info-testimonio h3,
    #slider-colab h3 {
        font-size: 30px !important;
    }
    .prog-row p {
        font-size: 18px !important;
    }
    
    .column.col-5-12 {
        width: 100%;
    }
    p.regiones {
        max-width: 280px;
    }
    .grafica-dep {
        width: 100%;
    }
    .column.col-3-4 {
        width: 100%;
    }
    .programa-container.educacion {
        padding-bottom: 60px;
    }
    .testimonio-prog {
        flex-direction: column;
    }
    .info-testimonio p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    div#programas {
        padding-bottom: 100px !important;
    }
    
    .row-colaboradores {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    #slider-colab .slide {
        flex-direction: column;
    }
    
    #slider-colab .col-slide:nth-child(2) {
        padding: 25px !important;
    }
    
    #slider-colab .slider-navigation {
        justify-content: flex-start;
        margin-top: 0;
        left: 25px;
    }
    div#acciones {
        padding: 80px 15px !important;
    }
    
    h3 {}
    
    #slider-colab h4 {
        font-size: 22px !important;
        line-height: 1.4em !important;
    }
    
    #slider-colab p {
        font-size: 18px !important;
        line-height: 1.4em !important;
        margin-bottom: 0;
    }
    #grve-main-content h3.style-4 {
        font-size:26px !important;
        line-height: 1.4em !important;
        max-width: 260px;
    }
    .col-espe, .col-crowdfunding {
        padding: 80px 15px !important;
    }
    
    #slider-espe p, #slider-crowd p {
        font-size: 18px !important;
    }
    
    img.ilust-espe {
        max-width: 230px;
    }
    
    #slider-espe .slider-navigation {
        top: -30px;
    }
    
    #slider-crowd .slide:nth-child(1) .ilust-crowd {
        max-width: 180px;
    }
    
    #slider-crowd .slide:nth-child(2) .ilust-crowd {
        max-width: 180px;
    }
    
    #slider-crowd .slide:nth-child(3) .ilust-crowd {
        max-width: 120px;
        margin-top: -20px;
    }
    
    #slider-crowd .slider-navigation {
        top: -70px;
    }
	.vc_tta.vc_general.tabs-socios .vc_tta-panel-title>a {
		padding: 15px 0;
		text-transform: none;
	}
	#grve-main-content .tabs-socios .vc_tta-panel .vc_tta-panel-title {
		background-color: transparent !important;
		color: var(--azul-fundap) !important;
	}
	.vc_tta.vc_general.tabs-socios .vc_tta-panel:not(.vc_active) .vc_tta-panel-title>a {
		opacity: 0.5;
	}
	.tabs-socios .vc_tta-panel.vc_active {
		padding-bottom: 15px;
		border-bottom: 1.5px solid var(--azul-fundap);
	}
	.tabs-socios .vc_tta-panel .vc_tta-panel-title a {
		border-bottom: 1.5px solid !important;
	}
}
@media all and (max-width:559px) {
    .prog-row > .grve-row {
        flex-wrap: wrap;
    }
    .col-prog {
        flex: 1 1 100%;
        margin: 15px;
    }
	.col-crowdfunding-text h2 {
		white-space: normal;
		margin-bottom: 25px;
	}
}
@media all and (min-width: 560px) and (max-width:959px) {
    .prog-row > .grve-row {
        width: 100% !important;
        justify-content: flex-start;
    }
    .col-prog {
        flex: 0 0 calc(50% - 20px);
        width: 250px !important;
        margin: 10px;
    }
    .prog-row.tablet {
        display: flex;
    }
    .col-prog.desktop {
        display: none;
    }
}
@media all and (min-width: 960px) and (max-width:1200px) {
    .prog-row > .grve-row {
        width: 100% !important;
    }
    .col-prog {
        flex: 0 1 30%;
    }
    .prog-row.tablet {
        display: none;
    }
}
@media all and (max-width:959px) {
    .row-colaboradores .wpb_column {
        width: 100%;
    }
    .img-colaborador.responsive {
        display: block;
        margin-bottom: 25px
    }
    .img-colaborador.desktop {
        display: none;
    }
}
@media all and (min-width:960px) {
    .img-colaborador.responsive {
        display: none;
    }
    .img-colaborador.desktop {
        display: block;
    }
}
@media only screen and (max-width: 1200px) {
	#grve-main-content h1 {
		font-size: 40px !important;
		line-height: 50px !important;
	}
}