body {
    font-family: 'Open Sans', sans-serif;
}
.styleFundacion .top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.styleFundacion .language {
    position: relative;
    top: -3px;
}

.styleFundacion .language a {
    color: #3AAA35;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.styleFundacion .language a.active {
    font-weight: 900;
}

.styleFundacion .separate-lenguaje {
    display: inline-block;
    height: 12px;
    width: 1px;
    background: #3AAA35;
    margin: 0 5px;
    margin-bottom: -2px;
}

.styleFundacion .menu-header {
    display: flex;
    padding: 15px 15px 20px 15px;
    align-items: flex-end;
}

.styleFundacion .content-menu-header {
    margin-left: auto;
}

.styleFundacion .content-menu-header ul{
        list-style: none;
    display: flex;

}

.styleFundacion .content-menu-header a:last-child {
    margin-right: 0;
}

.styleFundacion .link-header {
    color: #3AAA35 !important;
    font-size: 12px;
    padding: 10px 7px;
    margin: 0 13px;
    display: inline-block;
    text-decoration: none !important;
    transition: all .3s ease;
}

.styleFundacion .link-header.active {
    font-weight: 700;
}

.styleFundacion .separate-header {
    display: block;
    width: 100%;
    height: 2px;
    background: #f2f2f2;
}

.styleFundacion #banner {
    display: flex;
    position: relative;
    height: 470px;
    align-items: center;
    border-bottom-left-radius: 150px;
    z-index: 2;
}

.styleFundacion #banner.banner-noticias {
    height: 400px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
}

.styleFundacion #banner.banner-small {
    height: 350px;
}

.styleFundacion .points-banner {
    position: absolute;
    left: -8%;
    top: 50%;
    margin: auto;
    height: 50%;
    z-index: 2;
}

.styleFundacion .img-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-bottom-left-radius: 150px;
}

.styleFundacion .content-text-banner {
    color: #fff;
}

.styleFundacion .content-text-banner img {
    margin: auto;
    display: block;
}

.styleFundacion .title-banner {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.styleFundacion .btn-menu-mobile {
    border: 0;
    background: none;
    outline: none !important;
    margin-left: auto;
    display: none;
}

.styleFundacion .btn-menu-mobile span {
    width: 30px;
    display: block;
    height: 2px;
    background: #5ea353;
    margin: 4px 0;
}

.styleFundacion .btn-menu-mobile span:nth-child(2) {
    margin: 0;
    transition: all .5s ease;
    background: #93d500;
    margin-left: -10px;
}

.styleFundacion .btn-menu-mobile.active span:nth-child(2) {
    background: #5ea353;
    transition: all .5s ease;
    margin: 0;
}

.styleFundacion .overlay-banner {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom-left-radius: 150px;
    bottom: 0;
    top: 0;
    background: rgba(104, 194, 0, 0.6);
    background: -moz-linear-gradient(-45deg, rgba(104, 194, 0, 0.6) 0%, rgba(104, 194, 0, 0.6) 24%, rgba(58, 170, 53, 0.6) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(104, 194, 0, 0.6)), color-stop(24%, rgba(104, 194, 0, 0.6)), color-stop(100%, rgba(58, 170, 53, 0.6)));
    background: -webkit-linear-gradient(-45deg, rgba(104, 194, 0, 0.6) 0%, rgba(104, 194, 0, 0.6) 24%, rgba(58, 170, 53, 0.6) 100%);
    background: -o-linear-gradient(-45deg, rgba(104, 194, 0, 0.6) 0%, rgba(104, 194, 0, 0.6) 24%, rgba(58, 170, 53, 0.6) 100%);
    background: -ms-linear-gradient(-45deg, rgba(104, 194, 0, 0.6) 0%, rgba(104, 194, 0, 0.6) 24%, rgba(58, 170, 53, 0.6) 100%);
    background: linear-gradient(135deg, rgba(104, 194, 0, 0.6) 0%, rgba(104, 194, 0, 0.6) 24%, rgba(58, 170, 53, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68c200', endColorstr='#3aaa35', GradientType=1);
}

.styleFundacion .centerx-cols {
    justify-content: center;
}

.styleFundacion .centery-cols {
    align-items: center;
}

.styleFundacion .center-cols {
    justify-content: center;
    align-items: center;
}

.styleFundacion .btn-mouse {
    display: block;
    margin: auto;
    width: 30px;
    text-align: center;
    margin-top: 30px;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 1200ms infinite;
    -o-animation: bounce 1200ms infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0% {
        100% {
      transform: translateY(7px);
    }
}

50% {
    transform: translateY(-7px);
} }

@-webkit-keyframes bounce {
    0% {
        100% {
      transform: translateY(7px);
    }
}

50% {
    transform: translateY(-7px);
} }

.styleFundacion .logo-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    margin: auto;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.styleFundacion #text-carousel-home {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.styleFundacion .bg-figuras:after,
.styleFundacion .bg-figuras:before {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url(img/bg-figuras.png);
}

.styleFundacion .bg-figuras:after {
    right: 5%;
}

.styleFundacion .bg-figuras:before {
    left: 5%;
}

.styleFundacion .bg-figuras p {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #333333;
}

.styleFundacion #carousel-text-home {
    z-index: 2;
    position: relative;
    background: #fff;
}

.styleFundacion .d-dots .owl-dots {
    display: flex !important;
    justify-content: center;
}

.styleFundacion .d-dots .owl-dot {
    width: 9px;
    height: 9px;
    background: transparent;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #3AAA35;
    transition: all .5s ease;
}

.styleFundacion .d-dots .owl-dot.active {
    background: #3AAA35;
}

.styleFundacion .card-design1 {
    position: relative;
    display: block;
}

.styleFundacion .card-design1 .card-img {
    height: 320px;
    object-fit: cover;
}

.styleFundacion .card-design1 .content-text-card {
    min-height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
    background: #3AAA35;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.styleFundacion .card-design1 .content-text-card .card-title {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

.styleFundacion .card-design1 .icon-play {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}

.styleFundacion #programs-home {
    padding: 40px 0;
    background: #F9F9F9;
}

.styleFundacion #programs-home > div {
    position: relative;
    z-index: 2;
}

.styleFundacion .points-sides {
    position: relative;
    overflow: hidden;
}

.styleFundacion .points-sides:after {
    right: -120px;
}

.styleFundacion .points-sides:before {
    left: -120px;
}

.styleFundacion .points-sides > div {
    position: relative;
    z-index: 2;
    background: #fff;
}

.styleFundacion .points-sides:after,
.styleFundacion .points-sides:before {
    content: "";
    background-image: url(img/puntos-verdes.png);
    width: 175px;
    height: 55%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.styleFundacion .card-design2 {
    height: 290px;
    position: relative;
    display: block;
    text-decoration: none !important;
}

.styleFundacion .card-design2 .card-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.styleFundacion .card-design2 .card-content {
    height: 100%;
    width: 100%;
    padding: 50px 20px 40px 20px;
    position: relative;
    background: rgba(51, 51, 51, 0.5);
    color: #fff;
    overflow: hidden;
}

.styleFundacion .card-design2 .card-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E5F7E4;
    color: #fff;
    opacity: 0;
    z-index: 0;
    transition: opacity .5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.styleFundacion .card-design2 .card-hover-content .card-text {
    padding: 0 20px 20px 20px;
    font-size: 22px;
    text-align: center;
    color: #333333;
}

.styleFundacion .card-design2:hover .card-hover-content {
    z-index: 2;
    opacity: 1;
}

.styleFundacion .card-design2 .card-date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    background: #98C200;
    margin: 0;
    padding: 5px 10px;
    font-weight: 400;
}

.styleFundacion .card-design2 .card-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color:#fff;
}

.styleFundacion .card-design2 .card-text {
    font-size: 16px;
}

.styleFundacion .card-design2 .card-text .cita {
    text-align: center;
    margin-bottom: 0;
    color: #3AAA35;
    margin-top: 20px;
    font-size: 15px;
}

.styleFundacion .card-design2 .icon-card-header {
    font-size: 135px;
    text-align: center;
    height: 80px;
    margin-bottom: 15px;
}

.styleFundacion .card-design2 .icon-card-header span {
    position: relative;
    top: -20px;
    color: #3AAA35;
}

.styleFundacion #news-home {
    padding-top: 60px;
    padding-bottom: 60px;
}

.styleFundacion #carousel-news .owl-dots {
    margin-top: 30px;
}

.styleFundacion footer {
    background: #3AAA35;
    padding: 40px 0 60px 0;
}

.styleFundacion footer .address {
    text-align: right;
}

.styleFundacion .content-menu-footer {
    margin: 0 -13px;
}

.styleFundacion .content-menu-footer a {
    color: #fff !important;
}

.styleFundacion .rd {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    padding: 0;
}

.styleFundacion .rd a {
    padding: 5px 5px;
    display: block;
}

.styleFundacion .text-footer p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.styleFundacion .hippy-login {
    position: fixed;
    top: 20%;
    z-index: 9999;
    right: -20px;
    background: #fff;
    padding: 7px 30px;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .5s ease;
}

.styleFundacion .hippy-login:hover {
    right: 0;
}

.styleFundacion .banner-noticias .content-banner {
    height: 55%;
    width: 798px;
    background: #fff;
    padding: 35px 50px 30px 30px;
    border-top-left-radius: 50px;
    z-index: 4;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: auto;
    padding-bottom: 0;
    box-sizing: border-box!important;

}

.styleFundacion .banner-noticias .content-banner .fecha {
    color: #98C200;
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
}

.styleFundacion .banner-noticias .content-banner .title {
    font-size: 34px;
    margin: 0;
    font-weight: 300;
    color: #3AAA35;
    position: relative;
}

.styleFundacion .banner-noticias .content-banner .content-footer-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.styleFundacion .banner-noticias .content-banner .content-footer-banner .escrito-por p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
}

.styleFundacion .banner-noticias .content-banner .content-footer-banner .escrito-por p .title-escrito {
    color: #98C200;
}

.styleFundacion .banner-noticias .content-banner .content-footer-banner .btn-design2 {
    margin-bottom: 0px;
}

.styleFundacion .banner-noticias .content-banner:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 100%;
    top: 0;
    background: #fff;
}

.styleFundacion .banner-noticias .img-banner {
    transform: rotateY(180deg);
    object-position: bottom;
    border-radius: 0;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.styleFundacion .banner-noticias .content-single-banner:before {
    left: -155px;
    width: 155px;
}

.styleFundacion .btn-design2 {
    background: #3AAA35;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    display: block;
    border-radius: 30px;
    width: 130px;
    border: 0;
    font-size: 13px;
    text-align: center;
    outline: none !important;
}

.styleFundacion .title-noticias {
    text-transform: uppercase;
    font-size: 15px;
    color: #3aaa35;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.styleFundacion .item-noticias {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 29px;
    border-bottom: 1px solid #1B8B46;
}

.styleFundacion .item-noticias .content-item-img {
    width: 40%;
    flex: 0 0 auto;
    position: relative;
    height: 200px;
}

.styleFundacion .item-noticias .content-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.styleFundacion .item-noticias .content-item-img .item-fecha {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #fff;
    margin: 0;
    background: #98C200;
    padding: 8px 10px;
    border-top-left-radius: 20px;
}

.styleFundacion .item-noticias .content-item-text {
    padding: 0 20px;
}

.styleFundacion .item-noticias .content-item-text .btn-design2 {
    margin-left: auto;
}

.styleFundacion .item-noticias .item-title.title {
    font-size: 24px;
    font-weight: 300;
}

.styleFundacion .list-items-noticias .item-noticias:last-child {
    border: 0;
}

.styleFundacion .btn-design3 {
    cursor: pointer;
    background: #fff;
    color: #3aaa35 !important;
    border: 2px solid #3aaa35;
    font-family: "Chewy";
    font-size: 16px;
    padding: 8px;
    border-radius: 23px;
    width: 150px;
    display: block;
    outline: none !important;
    text-decoration: none !important;
    text-align: center;
    margin: 30px auto;
}

.styleFundacion .sidebar-noticias {
    background: #EAF5F2;
    border-radius: 20px;
    padding: 25px 20px;
    width: 30%;
    flex: 0 0 30%;
    margin-left: 3.333333333%;
}

.styleFundacion .title-sidebar-noticias {
    border-bottom: 1px solid #1B8B46;
    color: #3AAA35;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 23px;
}

.styleFundacion .item-noticia-sidebar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.styleFundacion .item-noticia-sidebar .item-img {
    width: 35%;
}

.styleFundacion .item-noticia-sidebar .item-title {
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    letter-spacing: 1px;
}

.styleFundacion #noticias {
    padding: 50px 15px;
}

.styleFundacion .content-single-banner {
    position: relative;
    z-index: 3;
    color: #fff;
    padding-right: 30%;
    margin-bottom: 20px;
}

.styleFundacion .content-single-banner .fecha {
    font-size: 16px;
    margin: 0;
}

.styleFundacion .content-single-banner .title {
    color: #fff;
    font-size: 40px;
    margin: 0;
}

.styleFundacion .content-single-banner .escrito-por p {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    margin-top: 10px;
}

.styleFundacion .content-single-banner .escrito-por p .title-escrito {
    font-weight: 400;
}

.styleFundacion .content-single-banner .title-contacto {
    font-size: 42px;
    margin-bottom: 60px;
}

.styleFundacion .banner-noticias .content-banner:before,
.styleFundacion .banner-noticias .content-single-banner:before {
    background-image: url(img/puntos.png);
    content: "";
    width: 150px;
    top: 0;
    height: 100%;
    left: -100px;
    display: block;
    position: absolute;
}

.styleFundacion .info-img {
    font-size: 12px !important;
    font-weight: 300;
    font-style: italic;
    padding: 0 10px;
    color: #3AAA35;
}

.styleFundacion .img-100-noticias {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.styleFundacion .content-info img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.styleFundacion .content-info p {
    font-size: 16px;
    font-weight: 300;
}

.styleFundacion .list-share {
    padding: 0;
    list-style: none;
    margin: -12px 0;
}

.styleFundacion .list-share li {
    margin: 12px 0px;
}

.styleFundacion .list-share li a {
    filter: grayscale(1);
    transition: all .3s ease;
}

.styleFundacion .list-share li a:hover {
    filter: grayscale(0);
}

.styleFundacion .text-cita {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    margin: 30px 0;
}

.styleFundacion .text-destaqued {
    font-size: 21px !important;
    padding: 20px 30px;
    background: #EAF5F2;
    border-radius: 20px;
    color: #3AAA35;
}

.styleFundacion .points-content:before,
.styleFundacion .points-content:after {
    background-image: url(img/puntos-verdes.png);
    position: absolute;
    width: 195px;
    height: 295px;
    display: block;
    content: "";
}

.styleFundacion .points-content {
    position: relative;
    overflow: hidden;
}

.styleFundacion .points-content:before {
    left: -150px;
    top: 10%;
}

.styleFundacion .points-content > div {
    position: relative;
    z-index: 9;
    background: #fff;
}

.styleFundacion .points-content:after {
    right: -150px;
    top: 40%;
}

.styleFundacion .content-input input,
.styleFundacion .content-input select,
.styleFundacion .content-input textarea {
    display: block;
    border: 1px solid #C1C1C1;
    padding: 15px 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    color: #C1C1C1;
    height: 59px;
    outline: none !important;
}

.styleFundacion .content-input label {
    font-size: 14px;
    background: #fff;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: -10px;
    padding: 0 10px;
    color: #C1C1C1;
}

.styleFundacion .content-input textarea {
    height: 155px;
    resize: none;
}

.styleFundacion .btn-submit.btn-design2 {
    margin-top: 25px;
    margin-left: auto;
    padding: 13px 10px;
}

.styleFundacion #contacto {
    padding: 100px 0;
}

.styleFundacion .content-img-about-us {
    position: relative;
    padding: 30px 0;
}

.styleFundacion .content-img-about-us img:nth-child(1) {
    position: absolute;
    right: 11%;
    width: 190px;
    top: 16%;
}

.styleFundacion .content-img-about-us img:nth-child(2) {
    position: relative;
    width: 60%;
    height: 330px;
    object-fit: cover;
}

.styleFundacion .content-img-about-us img:nth-child(3) {
    position: relative;
    width: 60%;
    margin-left: 40%;
    margin-top: -25%;
    height: 230px;
    object-fit: cover;
}

.styleFundacion .content-img-about-us img:nth-child(4) {
    position: absolute;
    left: 18%;
    bottom: 2%;
    width: 170px;
}

.styleFundacion .title {
    font-size: 34px;
    font-weight: 300;
    color: #3AAA35;
    margin-bottom: 20px;
}

.styleFundacion .title span {
    color: #FF862F;
}

.styleFundacion .title.title-programs {
    margin-bottom: 40px;
}

.styleFundacion .b-green b {
    color: #3aaa35;
}

.styleFundacion .content-text-about-us {
    margin: auto;
    padding: 0 60px;
}

.styleFundacion .content-text-about-us.b-green b {
    font-weight: 300;
}

.styleFundacion .content-text-about-us p {
    margin-bottom: 20px;
}

.styleFundacion p {
    font-weight: 300;
}

.styleFundacion #content-about-us {
    background: #F9F9F9;
    padding: 50px 0;
}

.styleFundacion .card-design3 {
    display: flex;
    background: #E5F8E4;
    padding: 30px 70px;
    border-radius: 70px;
    align-items: center;
    margin: 50px 0;
}

.styleFundacion .card-design3 .card-img {
    max-width: 70px;
    height: auto;
    object-fit: contain;
    margin-right: 20px;
}

.styleFundacion .card-design3 .title {
    margin-bottom: 0;
    margin-right: 45px;
    flex: 1 0 auto;
}

.styleFundacion .card-design3 .card-text p {
    margin-bottom: 0;
}

.styleFundacion .card-design3 .card-icon {
    display: flex;
    width: 75px;
    margin-right: 20px;
    height: 75px;
    align-items: center;
    justify-content: center;
    flex: 0 0 75px;
    background: #3AAA35;
    border-radius: 50%;
}

.styleFundacion .card-design3 .card-icon img {
    width: 65%;
}

.styleFundacion .separate-text-design1 {
    display: flex;
    font-size: 73px;
    color: #3AAA35;
    font-weight: 300;
    height: 70px;
    line-height: 55px;
    margin-right: 15px;
}

.styleFundacion .img-principles-action {
    display: block;
    margin: 40px auto;
}

.styleFundacion #principles-action {
    padding: 50px 0;
}

.styleFundacion #principles-action.points-sides:after,
.styleFundacion #principles-action.points-sides:before {
    height: 230px;
    width: 170px;
}

.styleFundacion #counsel {
    background: #f9f9f9;
    padding: 50px 0;
}

.styleFundacion .card-design4 {
    background: #fff;
    padding: 0px 70px;
    border-top-left-radius: 50px;
    text-align: center;
    border-bottom-right-radius: 50px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.styleFundacion .card-design4 .card-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    max-width: 120px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    margin-bottom: 20px;
}

.styleFundacion .card-design4 .card-cargo {
    color: #3aaa35;
    font-size: 11px;
    font-weight: 400;
}

.styleFundacion .card-design4 .card-name {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    margin-bottom: 0;
}

.styleFundacion .card-design4 .card-name:after {
    content: "";
    width: 40%;
    display: block;
    height: 2px;
    background: #3aaa35;
    margin: 10px auto 13px auto;
}

.styleFundacion .title2 {
    font-size: 24px;
    font-weight: 300;
    color: #3aaa35;
    margin-bottom: 30px;
}

.styleFundacion .card-design5 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.styleFundacion .card-design5 .card-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px !important;
    max-width: 50px !important;
    object-fit: cover;
    object-position: top;
    margin-right: 15px;
}

.styleFundacion .card-design5 .card-name {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.styleFundacion .card-design5 .card-cargo {
    font-size: 16px;
    font-weight: 300;
    color: #3aaa35;
    margin-bottom: 0;
}

.styleFundacion .content-counsel {
    padding-top: 50px;
}

.styleFundacion .no-padding {
    padding: 0;
}

.styleFundacion #carousel-our-team .item img {
    height: 300px;
    object-fit: cover;
}

.styleFundacion #our-team {
    background: #f9f9f9;
    margin-bottom: 50px;
}

.styleFundacion #our-team .title {
    color: #333333;
}

.styleFundacion #our-team .title b {
    color: #3AAA35;
    font-weight: 300;
}

.styleFundacion #banner-descarga {
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.styleFundacion #banner-descarga .img-banner {
    border-radius: 0;
}

.styleFundacion #banner-descarga .card-design6 {
    position: relative;
    width: 700px;
    margin-left: auto;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}

.styleFundacion #banner-descarga .card-design6 p {
    max-width: 450px;
}

.styleFundacion #banner-descarga .card-design6:after {
    right: -10%;
    top: 0;
}

.styleFundacion #banner-descarga .card-design6:before {
    left: -20%;
    top: 0;
    background-position: bottom;
}

.styleFundacion #banner-descarga .card-design6 > * {
    position: relative;
}

.styleFundacion #banner-descarga .card-design6 .btn-design2 {
    margin-left: 0;
}

.styleFundacion #banner-descarga .card-design6:after,
.styleFundacion #banner-descarga .card-design6:before {
    content: "";
    background-image: url(img/bg-figuras.png);
    width: 300px;
    position: absolute;
    height: 100%;
    background-size: 200px;
}

.styleFundacion .card-design6 {
    background: #fff;
    padding: 30px 40px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.styleFundacion .card-design6 .btn-design2 {
    margin: auto;
    display: inline-block;
    width: 180px;
}

.styleFundacion .card-design6 .btn-design2.btn-design2-2 {
    width: 130px;
}

.styleFundacion .card-design6 .card-title {
    margin-bottom: 10px;
}

.styleFundacion .card-design6 .card-img {
    max-width: 60%;
    height: 135px;
    width: 100%;
    margin-bottom: 30px;
    object-fit: contain;
}

.styleFundacion .card-design6 .card-icon {
    background: #6ED197;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.styleFundacion .card-design6 .card-icon img {
    max-width: 90%;
    max-height: 90%;
}

.styleFundacion .card-design6 .card-title2 {
    font-weight: 400;
}

.styleFundacion #documents {
    position: relative;
}

.styleFundacion #documents:after {
    content: "";
    background-image: url(img/puntos-verdes.png);
    width: 60px;
    height: 295px;
    display: block;
    position: absolute;
    right: 0;
    top: 35%;
}

.styleFundacion #documents > div {
    position: relative;
    z-index: 2;
}

.styleFundacion .btn-design4 {
    color: #3aaa35 !important;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
    width: 120px;
    display: inline-block;
}

.styleFundacion .img-fundacion {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 20px;
}

.styleFundacion .text-fundation p {
    margin-bottom: 20px;
}

.styleFundacion .text-fundation .cita {
    border-left: .5px solid;
    padding-left: 35px;
}

.styleFundacion #fundation2 {
    padding: 50px 0;
}

.styleFundacion .content-img-downloadable-material {
    max-width: 570px;
    margin-left: auto;
    padding-right: 0;
    position: relative;
}

.styleFundacion .content-img-downloadable-material img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.styleFundacion .content-img-downloadable-material:before {
    content: "";
    background-image: url(img/puntos-verdes.png);
    display: block;
    left: -230px;
    position: absolute;
    height: 100%;
    width: 195px;
}

.styleFundacion .content-text-downloadable-material {
    background: #E5F8E4;
    display: flex;
    align-items: center;
    padding: 50px;
}

.styleFundacion .content-text-downloadable-material .content-text {
    max-width: 505px;
    width: 100%;
}

.styleFundacion .content-text-downloadable-material .btn-design2 {
    margin-left: auto;
}

.styleFundacion .downloadable-material {
    padding: 50px 0 100px 0;
    background: #f9f9f9;
    overflow: hidden;
}

.styleFundacion #carousel-programs .owl-dots {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 10px;
}

.styleFundacion #carousel-programs .owl-dot {
    border: 1px solid #fff;
    background: transparent;
}

.styleFundacion #carousel-programs .owl-dot.active {
    background: #fff;
}

.styleFundacion #carousel-programs .item .title {
    font-size: 33px;
    font-weight: 400;
    max-width: 80%;
}

.styleFundacion #programs {
    background: #F9F9F9;
    padding: 50px 0;
    position: relative;
}

.styleFundacion #programs .card-design6 {
    min-height: 400px;
}

.styleFundacion #programs:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    left: 0;
    background-image: url(img/puntos-verdes.png);
    height: 155px;
    bottom: 100px;
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    left: 0;
    background-image: url(img/puntos-verdes.png);
    height: 185px;
    top: 55%;
}

.styleFundacion #programs.v2:before {
    top: 15%;
    bottom: 0;
    margin: auto;
}

.styleFundacion .img-text-carousel-home {
    display: block;
    margin: 20px auto;
}

.styleFundacion #programs-top {
    padding-top: 200px;
    margin-top: -150px;
    background: #F9F9F9;
    padding-top: 200px;
    margin-top: -150px;
    background: #F9F9F9;
}

.styleFundacion #programs-top .card-design6 p {
    min-height: 95px;
}

.styleFundacion .list-capacity {
    list-style: none;
    padding: 0;
    color: #3aaa35;
    font-size: 16px;
    font-weight: 300;
}

.styleFundacion .list-capacity li {
    line-height: 1.3;
}

.styleFundacion .content-img-materials-deliver img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.styleFundacion .content-text-materials-deliver {
    margin: auto;
}

.styleFundacion .row-item-materials-deliver {
    margin-bottom: 40px;
}

.styleFundacion #text-acompanamiento {
    position: relative;
    padding-top: 250px;
    margin-top: -150px;
    padding-bottom: 40px;
    background: #F9F9F9;
}

.styleFundacion #text-acompanamiento .content-text {
    background: #f9f9f9;
    position: relative;
    z-index: 2;
}

.styleFundacion #results-learning {
    background: #E5F8E4;
    padding: 50px 0;
}

.styleFundacion .img-results {
    width: 100%;
    margin-bottom: 15px;
}

.styleFundacion .results-legend {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.styleFundacion .results-legend span {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 5px;
    background: #000;
    border-radius: 50%;
}

.styleFundacion .results-legend.results-color1 {
    color: #6ED1CD;
}

.styleFundacion .results-legend.results-color1 span {
    background: #6ED1CD;
}

.styleFundacion .results-legend.results-color2 {
    color: #6ED197;
}

.styleFundacion .results-legend.results-color2 span {
    background: #6ED197;
}

.styleFundacion .results-legend.results-color3 {
    color: #98C200;
}

.styleFundacion .results-legend.results-color3 span {
    background: #98C200;
}

.styleFundacion .results-legend.results-color4 {
    color: #FF862F;
}

.styleFundacion .results-legend.results-color4 span {
    background: #FF862F;
}

.styleFundacion .results-legend.results-color5 {
    color: #6ED1CD;
}

.styleFundacion .results-legend.results-color5 span {
    background: #6ED1CD;
}

.styleFundacion .bg-dark {
    background: #f9f9f9 !important;
    padding: 50px 0;
}

.styleFundacion .bg-white {
    background: #fff !important;
    padding: 50px 0;
}

.styleFundacion .content-text-downloadable-material-invert {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
}

.styleFundacion .content-text-downloadable-material-invert .content-text {
    margin-left: auto;
}

.styleFundacion .content-text-downloadable-material-invert .content-text:before {
    content: "";
    background-image: url(img/puntos-verdes.png);
    width: 40px;
    display: block;
    height: 220px;
    position: absolute;
    left: 0;
}

.styleFundacion .content-text-downloadable-material-invert .content-text > * {
    background: #e5f8e4;
    position: relative;
}

.styleFundacion .content-img-downloadable-material-invert {
    margin-right: auto;
    padding-right: 15px;
    padding-left: 30px;
    display: flex;
    margin-left: 0;
    align-items: flex-end;
}

.styleFundacion .content-img-downloadable-material-invert img {
    height: 80%;
    margin: auto;
}

.styleFundacion #carousel-material-download .owl-dots {
    justify-content: flex-start;
}

.styleFundacion .col-activities {
    width: 20%;
    flex: 1 1 20%;
    padding: 0 15px;
}

.styleFundacion .card-design7 .card-icon {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.styleFundacion .card-design7 p {
    padding: 10px;
    text-align: center;
}

.styleFundacion #activities-develop .title {
    color: #98C200;
    text-align: center;
    margin-bottom: 40px;
}

.styleFundacion #looking-for {
    position: relative;
    padding-top: 170px;
    margin-top: -150px;
    background: #F9F9F9;
}

.styleFundacion .content-participants {
    background: #3AAA35;
    padding: 40px;
    margin-right: -15px;
    max-width: 1200px;
    margin-left: auto;
    border-bottom-left-radius: 70px;
}

.styleFundacion .content-participants .content-body {
    display: flex;
    justify-content: space-between;
}

.styleFundacion .content-participants .content-header {
    display: flex;
    max-width: 650px;
    margin-bottom: 20px;
    width: 100%;
}

.styleFundacion .content-participants .content-header .content-text-header {
    display: flex;
    align-items: center;
    color: #fff;
}

.styleFundacion .content-participants .content-header .content-text-header p {
    margin: 0;
}

.styleFundacion .content-participants .content-header .title {
    color: #fff;
    margin: 0;
    margin-right: 20px;
    line-height: 1;
}

.styleFundacion .card-design8 {
    display: flex;
    align-items: center;
    width: 240px;
}

.styleFundacion .card-design8 .card-icon {
    height: 75px;
    position: relative;
    width: 75px;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    background: #98C200;
    border-radius: 50%;
    margin: 5px;
    margin-right: 15px;
}

.styleFundacion .card-design8 .card-icon:before {
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -4px;
    top: -4px;
    display: block;
    content: '';
    border-radius: 50%;
    border: 1px solid #fff;
}

.styleFundacion .card-design8 .card-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.styleFundacion .card-design8 p {
    margin: 0;
    line-height: 1.2;
}

.styleFundacion .card-design8 .content-text {
    color: #fff;
}

.styleFundacion .separate-text-design2 {
    font-size: 40px;
    margin-right: 15px;
    height: 37px;
    line-height: 30px;
}

.styleFundacion .card-design9 {
    display: flex;
    align-items: center;
    padding: 40px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background: #fff;
}

.styleFundacion .card-design9 .card-img {
    width: 380px;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

.styleFundacion .card-design9 p {
    font-size: 22px;
}

.styleFundacion .card-design9 .btn-design2 {
    width: 150px;
    margin-left: auto;
}

.styleFundacion .card-design9.bg-figuras:before {
    left: -10%;
}

.styleFundacion .card-design9.bg-figuras:after {
    right: -10%;
}

.styleFundacion .card-design9 .content-text {
    position: relative;
}

.styleFundacion #hippy-program {
    background: #f9f9f9;
    padding: 50px 0;
    padding-top: 250px;
    margin-top: -180px;
    overflow: hidden;
}

.styleFundacion .card-design9.bg-figuras:after,
.styleFundacion .card-design9.bg-figuras:before {
    top: -40px;
}

.styleFundacion #carousel-during-2018 .owl-prev {
    position: absolute;
    left: 40%;
    margin-top: 6px;
}

.styleFundacion #carousel-during-2018 .owl-next {
    right: 40%;
    position: absolute;
    margin-top: 6px;
}

.styleFundacion #carousel-during-2018 .owl-dots {
    margin-top: 15px;
}

.styleFundacion #carousel-during-2018 .owl-dot {
    border-color: #98C200;
}

.styleFundacion #carousel-during-2018 .owl-dot.active {
    background: #98C200;
}

.styleFundacion .content-text-during-2018 {
    margin: auto;
}

.styleFundacion .content-text-during-2018 .title {
    color: #98c200;
}

.styleFundacion .list-during-2018 {
    list-style: none;
    padding-left: 25px;
}

.styleFundacion .list-during-2018 li {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-bottom: 10px;
}

.styleFundacion .list-during-2018 li b {
    color: #98c200;
    font-weight: 700;
}

.styleFundacion .list-during-2018 li:before {
    display: block;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: -15px;
    background: #98c200;
    top: 10px;
    border-radius: 50%;
}

.styleFundacion .list-links-map {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 100px;
}

.styleFundacion .list-links-map li {
    margin-bottom: 10px;
}

.styleFundacion .list-links-map li:before {
    background-image: url(fundacion-cmpc/assets/img/long-arrow-right.svg);
    content: "";
    width: 40px;
    height: 15px;
    display: inline-block;
    position: relative;
    bottom: -3px;
    margin-right: 10px;
}

.styleFundacion .list-links-map li a {
    color: #3aaa35;
    text-decoration: none;
    transition: background .5s ease;
    display: inline-block;
}

.styleFundacion .list-links-map li a.active {
    font-weight: 700;
}

.styleFundacion .card-mapa {
    background: #E5F8E4;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    padding-top: 60px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    display: none;
}

.styleFundacion .logo-sitio-mapa {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 87px;
    height: 87px;
    top: -44px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.styleFundacion .item-card-mapa {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.styleFundacion .item-card-mapa .icon-item {
    height: 57px;
    width: 57px;
    margin-right: 15px;
}

.styleFundacion .item-card-mapa p {
    margin: 0;
}

.styleFundacion .title-item-map {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    color: #238F21;
    text-transform: uppercase;
}

.styleFundacion .presence {
    padding: 100px 0;
}

.styleFundacion .img-zoom-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: none;
}

.styleFundacion .content-map-presence {
    position: relative;
}

.styleFundacion .principal-map {
    opacity: 1;
    transition: all .5s ease;
}

.styleFundacion .principal-map.active {
    opacity: .5;
}

.styleFundacion .content-programs .content-img-programs {
    text-align: center;
}

.styleFundacion .content-programs .content-img-programs img {
    width: 90%;
    max-width: 340px;
}

.styleFundacion .content-programs .content-text-programs .btn-design2 {
    margin-left: auto;
    margin-top: 35px;
}

.styleFundacion .content-programs:not(.content-programs-invert) {
    padding: 50px 0;
    padding: 50px 0;
}

.styleFundacion #programs2 {
    padding: 50px 0;
    position: relative;
}

.styleFundacion #programs2:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    right: 0;
    background-image: url(img/puntos-verdes.png);
    height: 185px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.styleFundacion #programs2 > div {
    position: relative;
}

.styleFundacion .row-programs-home {
    background: #f9f9f9;
}

.styleFundacion .content-img-our-team {
    padding: 30px 50px;
    margin-top: -30px;
    position: relative;
}

.styleFundacion .content-img-our-team img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.styleFundacion .content-img-our-team:before {
    bottom: 90px;
    background-image: url(img/puntos-verdes.png);
    content: "";
    display: block;
    height: 195px;
    width: 195px;
    position: absolute;
    left: 0;
}

.styleFundacion .content-img-our-team:after {
    bottom: 90px;
    background-image: url(img/puntos-verdes.png);
    content: "";
    display: block;
    height: 195px;
    width: 231px;
    position: absolute;
    right: 0;
    top: 0;
}

.styleFundacion .info-img-our-team {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    background: #fff;
    position: relative;
}

.styleFundacion #carousel-our-team-v2 .owl-next {
    position: absolute;
    bottom: -7px;
    left: 110px;
}

.styleFundacion #carousel-our-team-v2 .owl-prev {
    position: absolute;
    bottom: -7px;
}

.styleFundacion #carousel-our-team-v2 .owl-dots {
    width: 100px;
    margin-left: 10px;
    margin-top: 0;
}

.styleFundacion section#training-model {
    background-color: #fff !important;
}

.styleFundacion .full-width {
    max-width: 100%;
}

.styleFundacion .video-play .icon-play {
    transition: 250ms ease-in-out all;
}

.styleFundacion .video-play:hover .icon-play {
    transform: scale(1.2);
}

.styleFundacion .owl-carousel#carousel-equipo .owl-item img {
    width: auto !important;
}


.admin_actions{
        position: relative;
    z-index: 99999;
}



/*REDISEÑO PÁGINA DOCUMENTOS*/
#documentos-descargables #menu-documentos .nav{
    display: flex;
}
#documentos-descargables #menu-documentos {
    background-color: white;
    border-radius: 20px;
    height: fit-content;
    padding: 30px 20px;
}
#documentos-descargables #menu-documentos h3 {
    color: #3AAA35;
    font-size: 22px;
    font-weight: 600;
    margin-left: 2%;
}

#documentos-descargables #menu-documentos .nav .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 46%;
    margin: 2%;
    padding: 25px 20px;
    color: #000000;
    background-color: #f9f9f9;
    font-size: 12px;
}
#documentos-descargables #menu-documentos .nav .nav-link img{
    width: 50%;
    height: auto;
    margin-bottom: 10px;
    max-width: 40px;
}
#documentos-descargables #menu-documentos .nav .nav-link.active{
    background-color: #E5F8E4;
    color: #3BAA34;
    font-weight: 700;
}

#documentos-descargables #carrusel-documentos .docs{
    display: flex;
    flex-wrap: wrap;
}
#documentos-descargables #carrusel-documentos .docs >*{
    width: 50%;
    display: flex;
    padding: 10px;
}
#documentos-descargables #carrusel-documentos .docs figure >*{
    width: 50%;
}
#documentos-descargables #carrusel-documentos .docs figure img{
    border-radius: 12px;
}
#documentos-descargables #carrusel-documentos .docs figure figcaption{
    padding: 20px;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#documentos-descargables #carrusel-documentos .docs figure figcaption a{
    padding: 8px 10px;
    border: 1px solid #3AAA35;
    background-color: #3AAA35;
    border-radius: 50px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
#documentos-descargables #carrusel-documentos .docs figure figcaption h4{
    padding: 10px 0;
    color: #727A72;
    font-weight: 600;
    font-size: 20px;
}
#documentos-descargables #carrusel-documentos .docs figure .memoria{
    padding: 2px 10px;
    border: 1px solid #3AAA35;
    border-radius: 50px;
    text-align: center;
    width: fit-content;
    font-size: 15px;
    margin: 0;
}

/*item estudios*/
#documentos-descargables #carrusel-documentos #v-pills-estudios .docs figure{
    flex-direction: column;
}

#documentos-descargables #carrusel-documentos #v-pills-estudios .docs figure >* {
    width: 100%;
}

#documentos-descargables #carrusel-documentos #v-pills-estudios .docs figure figcaption a {
    width: max-content;
    padding: 8px 30px;
}

#documentos-descargables #carrusel-documentos .owl-nav{
    position: absolute;
    width: 50%;
    max-width: 200px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%);
    pointer-events: none;
}
#documentos-descargables #carrusel-documentos .owl-nav .owl-prev, #documentos-descargables #carrusel-documentos .owl-nav .owl-next{
    pointer-events: visible;
}
#documentos-descargables #carrusel-documentos .owl-dots{
    display: flex;
    justify-content: center;
}
#documentos-descargables #carrusel-documentos .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    margin: 5px;
}

#documentos-descargables #carrusel-documentos .owl-dots .owl-dot.active span{
    width: 15px;
    height: 15px;
    background-color: #8AB526;
}
#documentos-descargables #carrusel-documentos .owl-dots .owl-dot span{
    width: 100%;
    height: 100%;
    border: 1px solid #8AB526;
    display: block;
    border-radius: 50%;
}
@media (max-width: 992px){
    #documentos-descargables{
        padding: 30px 20px;
    }
    #documentos-descargables #carrusel-documentos .docs >* {
        width: 100%;
    }
    #documentos-descargables #carrusel-documentos {
        padding: 50px 0;
    }
}
/*FIN REDISEÑO PÁGINA DOCUMENTOS*/