body {
    line-height: 150%;
}

p {
    line-height: 150%;
}

.service-two__card:hover p {
    color: #1e4d3c;
}

.img-lugar {
    padding: 24px;
    margin: 40px;
    background: #49a160;
    border-radius: 5px;
    display: inline-block;
    margin-top: 0;
}

.border-right-white {
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 1px;
    padding: 0px 20px;
}

textarea {
    resize: none;
  }

.contact-two__content .block-title p {
color: #6e7673;
}

html {
    scroll-behavior: smooth; /*Comenta esta l�nea (o dale el valor 'auto' a scroll behavior ) para probar la diferencia con y sin scroll suavizado*/
}

.scroll-animation {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
}


.main-menu .main-menu__list > li > a, 
.stricky-header .main-menu__list > li > a {
    padding-bottom: 10px;
}
.main-menu .main-menu__list > li > a, 
.stricky-header .main-menu__list > li > a {
    font-weight: 300;
}
.main-menu .main-menu__list > li.current > a, 
.stricky-header .main-menu__list > li.current > a {
    font-weight: 500;
}


.main-menu__list li {
    text-transform: uppercase;
    color: #fff;
}

.page-wrapper {
    margin-top: 0;
}
.main-header {
    background-color: #1F4E3D;
}
.main-menu .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-header__info .idioma{
    font-size: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 1px;
    margin: 2px;
}

#economia {
    background: #fff;
}

.bg-header {
    background-image: url(../images/home/bg-home.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.stricky-header.stricky-fixed {
    background-color: #1f4e3c;
    margin-top: 0;
}
.stricky-header.stricky-fixed .logo-box {
    position: absolute;
    left: 15px;
    top: 0;
}
.main-menu .main-menu__list > li::after, 
.stricky-header .main-menu__list > li::after {
    left: 50%;
    margin-left: 8px;
}
.main-menu .main-menu__list > li::before, 
.stricky-header .main-menu__list > li::before {
    right: 50%;
    left: auto;
    margin-right: 8px;
}


.about-one .about-one__summery ul .verde {
    list-style: none;
    padding: 0px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 50px;
    }
    
.about-one .about-one__summery ul .verde::before {
    content: "\2022";  
    color: #91c554; 
    display: inline-block; 
    padding-right: 10px;
    font-size: 60px;
    line-height: 25px;
    vertical-align: -11px;
    width: 15px;
    margin-right: 10px;
    }

.about-one {
    overflow: hidden;
}
@media (max-width: 1480px) and (min-width: 1200px) {
    .about-one {
        padding-left: 150px;
    }
}
.about-one li {
    color: #255946;
}

.about-one__content {
    text-align: left;
}
@media (max-width: 767px) {
    .about-one__content {
        text-align: center;
        margin-top: 0px;
    }
    .about-one__content .block-title.text-left {
        text-align: center !important;
    }
}
.about-one__content ul {
    padding-left: 0;
}
.service-one__box {
    cursor: pointer;
}

.service-one__box-content {
    padding: 0px;
}
.service-one__box-content h3 {
    padding-top: 29px;
    padding-bottom: 29px;
}
.swiper-slide-thumb-active .service-one__box h3,
.service-one__box:hover h3 {
    color: #fff;
}

@media (min-width: 1200px) {
    .service-one {
        padding-top: 0px;
    }
    #service-one__thumb {
        position: relative;
        top: 120px;
    }
}
@media (min-width: 992px) {
    .service-one__box {
        margin-bottom: 60px;
    }
}

.swiper-slide-thumb-active .service-one__box .bt-ambiente,
.service-one__box:hover .bt-ambiente {
    background: #91c554;
}
.swiper-slide-thumb-active .service-one__box .bt-economia,
.service-one__box:hover .bt-economia {
    background-color: #f2956b;
}
.swiper-slide-thumb-active .service-one__box .bt-comunidad,
.service-one__box:hover .bt-comunidad {
    background-color: #4cc0e0;
}


@media (max-width: 991px) {
    .service-one__box-content.bt-ambiente {
        background-color: #91c554;
    }
    .service-one__box-content.bt-ambiente h3 {
        color: #fff;
    }
    .service-one__box-content.bt-economia {
        background-color: #f2956b;
    }
    .service-one__box-content.bt-economia h3 {
        color: #fff;
    }
    .service-one__box-content.bt-comunidad {
        background-color: #4cc0e0;
    }
    .service-one__box-content.bt-comunidad h3 {
        color: #fff;
    }
}

.video-one__summery p {
    line-height: 150%;
    font-size: 24px;
}

.block-title {
    margin-bottom: 20px;
}
.block-title h3 {
    font-weight: 600;
}

.service-two__card .service-two__card-content {
    border-top: solid 3px #fff;
}
.service-two__card:hover .service-two__card-content {
    border-top: solid 3px #f7c35f;
}

.service-two::before {
    display: none;
}

#economia {
    margin-bottom: 0;
    position: relative;
}
#economia::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: 10;
    background-size: auto;
}

#marcas .service-two__bottom-curv {
    height: 200px;
}

#marcas p.marcas-p {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #1F4E3D;
    margin-bottom: 30px;
}

#marcas .service-two__bottom-curv::before {
    top: -16px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
}

.about-one__content .block-title p {
    color: #91c554;
}

.video-one__summery {
    margin-top: 0px;
}

/* Header */

.main-slider .swiper-slide .tagline {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 500;
}

.main-slider .swiper-slide h2 {
    text-shadow: 1px 1px 3px #000;
    font-size: 71px;
}
.main-slider .swiper-slide p {
    font-weight: 500;
    font-size: 32px;
}

/* service two */

.service-two::after {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 10;
    transform: none;
    background-size: auto;
}

/* Testimonials */
#about-one h3,
.video-one__content h3,
#comunidad h3,
#economia h3,
#marcas h3,
.testimonials-one h3 {
    font-weight: 700;
}

.testimonials-one::after {
    display: none;
}

.testimonials-one::before {
    display: none;
}

.te .video-one {
    margin-top: 0;
}

/* Blog  */
.blog-home-two {
    padding-top: 90px;
    padding-bottom: 80px;
}

.gray-boxed-wrapper {
    background-color: rgb(246 245 242 / 70%);
}

.gray-boxed-wrapper p {
    font-weight: 600;
}

/* Contacto  */

/* Footer  */
.site-footer::before {
    display: none;
}
.footer-widget__contact li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-widget__contact li .agrikon-icon-pin {
    top: 25px;
}
.footer-widget__contact li a {
    line-height: 1.4;
}
.footer-widget a {
    color: #b5c3be;
}
.footer-widget a:hover {
    color: #f7c35f;
}
.footer-widget__links-widget {
    margin-left: 0;
}
.buttons-footer .footer-widget {
    margin-bottom: 0px;
}


/* Header */
.main-slider .swiper-slide .container {
    padding-top: 62.5px;
}


@media (max-width: 767px) {
    .main-slider .swiper-slide .tagline {
        font-size: 20px;
        line-height: 150%;
    }
    .main-slider .swiper-slide h2 {
        font-size: 38px;
    }
    .main-slider .swiper-slide p {
        font-size: 22px;
        text-align: center;
        max-width: inherit;
    }
    .block-title h3 {
        font-size: 28px;
    }
    .about-one .about-one__summery ul {
        font-size: 20px;
        line-height: 140%;
    }
    .about-one .about-one__summery ul li {
        padding: 15px 0;
    }
    .footer-widget p {
        max-width: initial;
        margin-top: 10px;
    }
    .main-menu .mobile-nav__toggler {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .footer-widget__contact li > i {
        position: static;
        vertical-align: middle;
        margin-right: 10px;
    }
}

.site-footer {
    margin-top: 0px;
    overflow: hidden;
}

/* https://www.gloomaps.com/3ZXpvximeD  */

/* About 1*/

.about-one__count_01 {
    width: 225px;
    height: 225px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #DEEECC;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: -30px;
    right: -20px;
    padding: 0px;
    border-radius: 50%;
  }
  .about-one__count_01 h4 {
    font-family: 'Klee One', cursive;
  }
  @media (max-width: 767px) {
    .about-one__count_01 {
        right: 50%;
        transform: translate(-50%);
    }
  }
  
  @media (min-width: 1200px) {
    .about-one__count_01 {
      left: -109.5px;
    }
  }
  
  .about-one__count_01 span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #92C655;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 800;
  }
  
  .about-one__count_01 h4 {
    margin: 0;
    font-size: 40px;
    color: #92C655;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
  }

  /* About 2 */

  .about-one__count_02 {
    width: 225px;
    height: 225px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #CAECF6;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: -30px;
    right: -20px;
    padding: 0px;
    border-radius: 50%;
  }
  .about-one__count_02 h4 {
    font-family: 'Klee One', cursive;
  }
  
  @media (min-width: 1200px) {
    .about-one__count_02 {
      left: -109.5px;
    }
  }
  
  .about-one__count_02 span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #4EC0E0;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 800;
  }
  
  .about-one__count_02 h4 {
    margin: 0;
    font-size: 40px;
    color: #4EC0E0;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
  }


  /* About 3 */

  .about-one__count_03 {
    width: 225px;
    height: 225px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FBD1BF;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: -30px;
    right: -20px;
    border-radius: 50%;
    padding: 0px;
  }
  
  .about-one__count_03 h4 {
    font-family: 'Klee One', cursive;
  }
  @media (min-width: 1200px) {
    .about-one__count_03 {
      left: -109.5px;
    }
  }
  
  .about-one__count_03 span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #F1672A;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 800;

  }
  
  .about-one__count_03 h4 {
    margin: 0;
    font-size: 40px;
    color: #F1672A;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
  }

  .about-one .thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #92C655;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 16.5px 39.5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: #fff;
    border: solid 2px #92C655;
    text-transform: uppercase;
    margin-top: 10px;
}

.about-one .thm-btn:hover {
    background-color: #92C655;
    border: 2px solid #92C655;
    color: #fff;
}

.abt-2 .about-one__content .block-title p {
    color: #4EC0E0;
  }

  .abt-3 .about-one .about-one__content .about-one__summery ul .naranja li::before {
    color: #4EC0E0;
    }
    
    .about-one .thm-btn-2 {
            display: inline-block;
            vertical-align: middle;
            -webkit-appearance: none;
            border: none;
            outline: none !important;
            color: #4EC0E0;
            font-size: 16px;
            border-radius: 5px;
            font-weight: 700;
            font-family: var(--thm-font);
            padding: 16.5px 39.5px;
            -webkit-transition: 500ms;
            transition: 500ms;
            background-color: #fff;
            border: solid 2px #4EC0E0;
            margin-bottom: 70px;
            text-transform: uppercase;
    }
    
    .thm-btn-2:hover {
        background-color: #4EC0E0;
        border: 2px solid #4EC0E0;
        color: #fff;
    }
    
    .about-one .about-one__summery ul .azul {
        list-style: none;
        padding: 0px;
        margin-left: 10px;
        font-size: 25px;
        line-height: 50px;
        }
        
    .about-one .about-one__summery ul .azul::before {
        content: "\2022";  
        color: #297a91;
        display: inline-block; 
        padding-right: 10px;
        font-size: 60px;
        line-height: 25px;
        vertical-align: -11px;
        width: 15px;
        margin-right: 10px;
        }


/* 3 */

.abt-3 .about-one__content .block-title p {
    color: #F1672A;
  }

.abt-3 .about-one .about-one__content .about-one__summery ul .naranja li::before {
color: #f1672a;
}

.about-one .thm-btn-3 {
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        border: none;
        outline: none !important;
        font-size: 16px;
        border-radius: 5px;
        font-weight: 700;
        font-family: var(--thm-font);
        padding: 16.5px 39.5px;
        -webkit-transition: 500ms;
        transition: 500ms;
        color:#f1672a;
        background-color: #fff;
        border: solid 2px #f1672a;
        text-transform: uppercase;
}

.thm-btn-3:hover {
    background-color: #f1672a;
    border: 2px solid #f1672a;
    color: #fff;
}


.about-one .about-one__summery ul .naranja {
    list-style: none;
    padding: 0px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 50px;
    }
    
.about-one .about-one__summery ul .naranja::before {
    content: "\2022";  
    color: #f1672a;
    display: inline-block; 
    padding-right: 10px;
    font-size: 60px;
    line-height: 25px;
    vertical-align: -11px;
    width: 15px;
    margin-right: 10px;
    }

h4 .odometer.odometer-auto-theme, 
h4 .odometer.odometer-theme-default {    
    font-family: 'Klee One', cursive;
}

.team-card__social {
    display: none !important;
}

/* ECONOMIA */

.economia section {
    padding: 50px 0;
}

.bg-header-economia {
background-color: #1F4E3D;
padding-top: 20px;
}

.economia .page-header {
    background-color: #fff;
}

.economia .page-header h2 {
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 100px;
font-weight: 600;
text-shadow: 1px 1px 3px #000;
}

.economia .page-header h4 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

#economia p {
font-size: 26px;
color: #1F4E3D;
font-weight: 400;
}

.economia #economia .subtitulo-verde {
    font-size: 35px;
    color: #1F4E3D;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}

#marcas .subtitulo-verde {
    font-size: 35px;
    color: #1F4E3D;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}

.economia .contact-two {
    background-color: #ffffff;
    padding-bottom: 100px;
}

.economia .contact-two .video-one__summery p {
font-size: 35px;
font-weight: 500;
color: #255946;
line-height: 150%;
}

@media (min-width: 1200px) {
    .economia .video-one__content {
        padding-left: 70px;
        padding-top: 0px;
    }
}

.economia .video-one__count-wrap {
    border-top: 1px solid #C42311;
}

.economia .bg-certificaciones {
    background-color: #f6f5f2;
    padding-bottom: 100px;
}

.economia .feature-one p {
    color: #255946;
    font-size: 35px;
    font-weight: 500;
    line-height: 150%;
}

.bullets-economia {
    margin-top: 50px;
}

.economia .feature-one .bullets-economia p {
    font-size: 30px;
    font-weight: 600;
}

.economia .feature-one .block-title h3 {
    font-size: 46px;
}

/* COMUNIDAD */

.comunidad section {
    padding: 50px 0;
}

.bg-header-comunidad {
background-color: #1F4E3D;
padding-top: 20px;
}

.comunidad .page-header {
    background-color: #fff;
}

.comunidad .page-header h2 {
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 100px;
font-weight: 600;
text-shadow: 1px 1px 3px #000;
}

.comunidad .page-header h4 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

.projects-one {
    background: #ffffff;
}

.comunidad .contact-two {
    background-color: #f6f5f2;
    padding-bottom: 100px;
}

.comunidad .feature-one .contact-two {
    background-color: #ffffff;
    padding: 0px;
}

.economia .contact-two .video-one__summery p {
font-size: 35px;
font-weight: 500;
color: #255946;
line-height: 150%;
}

.comunidad .bg-certificaciones {
    background-color: #fff;
    padding-bottom: 100px;
}

.comunidad .feature-one p {
    color: #255946;
    font-size: 35px;
    font-weight: 500;
    line-height: 150%;
}

.bullets-comunidad {
    margin-top: 50px;
}

.comunidad .feature-one .bullets-comunidad p {
    font-size: 30px;
    font-weight: 600;
}

.comunidad .feature-one .block-title h3 {
    font-size: 46px;
}

.comunidad .contact-two .video-one__summery p {
    font-size: 35px;
    font-weight: 500;
    color: #255946;
    line-height: 150%;
    }

.comunidad .video-one__count-wrap {
    border-top: 1px solid #C42311;
}

@media (min-width: 1200px) {
    .comunidad .video-one__content {
        padding-left: 70px;
        padding-top: 0px;
    }
}

.projects-one .block-title h3 {
font-weight: 600;
font-size: 60px;
}

.projects-one p {
font-size: 30px;
font-weight: 500;
color: #255946;
line-height: 150%;
margin-bottom: 40px;
}

.comunidad .projects-one__content h4 {
color: #fff;
font-size: 30px;
font-weight: 700;
text-align: center;
}

.comunidad .projects-one__content p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    }

/* AMBIENTE */

.ambiente section {
    padding: 50px 0;
}

.bg-header-ambiente {
background-color: #1F4E3D;
padding-top: 20px;
}

.ambiente .page-header {
    background-color: #fff;
}

.ambiente .page-header h2 {
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 100px;
font-weight: 600;
text-shadow: 1px 1px 3px #000;
}


.ambiente .page-header h4 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

.ambiente .contact-two {
    background-color: #ffffff;
    padding-bottom: 100px;
}

.ambiente .feature-one .contact-two {
    background-color: #fff;
    padding: 0px;
}

.ambiente .bg-certificaciones2 .contact-two {
    background-color: #EEF2E3;
    padding: 0px;
}


.economia .contact-two .video-one__summery p {
font-size: 35px;
font-weight: 500;
color: #255946;
line-height: 150%;
}

.ambiente .bg-certificaciones {
    background-color: #fff;
}

.ambiente .bg-certificaciones2 {
    background-color: #EEF2E3;
}

.ambiente .feature-one p {
    color: #255946;
    font-size: 35px;
    font-weight: 500;
    line-height: 150%;
}

.bullets-ambiente {
    margin-top: 50px;
}

.ambiente .feature-one .bullets-ambiente p {
    font-size: 30px;
    font-weight: 600;
}

.ambiente .feature-one .block-title h3 {
    font-size: 46px;
}

.ambiente .contact-two .video-one__summery p {
    font-size: 35px;
    font-weight: 500;
    color: #255946;
    line-height: 150%;
    }

.ambiente .video-one__count-wrap {
    border-top: 1px solid #C42311;
}

@media (min-width: 1200px) {
    .ambiente .video-one__content {
        padding-left: 0px;
        padding-top: 0px;
    }
}


@media (min-width: 1200px) {
    .ambiente .video-one__count-wrap {
        margin-top: 40px;
        padding-top: 25px;
    }
}

.main-header .main-menu .logo-box {
    position: absolute;
    left: 15px;
    top: 0px;
}
@media (max-width: 767px) {
    .main-header .main-menu .logo-box img {
        width: 95px;
    }
}
.ambiente .page-header .container,
.economia .page-header .container,
.comunidad .page-header .container {
    padding-top: 0;
    padding-bottom: 0;
}

.float_rounded_img {
    position: relative;
}
.float_rounded_img .img-circle {
    height: 180px;
    width: 180px;
    position: absolute;
    top: -40px;
    z-index: 2;
}
.float_rounded_img .img-circle.img-circle-left-side {
    left: -25px;
}
.float_rounded_img .img-circle.img-circle-right-side {
    right: -25px;
}
.float_rounded_img .img-circle img {
    height: 100%;
    width: 100%;
}


.economia .service-two p {
text-align: center;
font-size: 18px;
line-height: 150%;
font-weight: 500;
color: #6E7673;
}

/* header */

@media (max-width: 767px) {
    .swiper-wrapper .swiper-slide .bg-headtext p {
        background-color: rgba(31, 78, 61, 66%);
        padding: 20px;
        font-size: 25px;
        font-weight: 600;
        line-height: 150%;
    }
    
    .ejes img {
        margin: auto;    
    } 

}
@media (min-width: 768px) and (max-width: 991px) {
    .swiper-wrapper .swiper-slide .bg-headtext p {
        padding-right: 46%;
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .swiper-wrapper .swiper-slide .bg-headtext p {
        background-color: rgba(31, 78, 61, 66%);
        padding: 25px 0px;
        border-radius: 5px;
        padding-right: 380px;
        padding-left: 30px;
        font-size: 30px;
        font-weight: 600;
        line-height: 150%;
        }
}
@media (min-width: 768px) and (max-width: 991px) {
    .swiper-wrapper .swiper-slide .bg-headtext p {
        padding-right: 46%;
        font-size: 26px;
    }
}


/* MARCAS */

body.marcas {
    background-color: #fff;
}

body.marcas section {
    background-color: #fff;
}

.bg-header-marcas {
    background-color: #1F4E3D;
}

.marcas .about-one__count_03 span {
    font-size: 32px;
}

.marcas .red .about-one__content p {
    font-size: 30px;
    line-height: 150%;
    color: #231F20;
    font-weight: 500;
    padding-left: 80px;
}

.marcas .red .about-one__content h2 {
    color: #C42311;
}

.marcas .green .about-one__content p {
    font-size: 30px;
    line-height: 150%;
    color: #231F20;
    font-weight: 500;
    padding-left: 80px;
}

.marcas .red .about-one__content .thm-btn-3 {
    background-color: #C42311;
    border: solid 3px #C42311;
}

.marcas .red .about-one__content .thm-btn-3:hover {
    background-color: #ffffff;
    border: solid 3px #C42311;
    color: #C42311;
}

.marcas .green .about-one__content .thm-btn-3 {
    background-color: #027437;
    border: solid 3px #027437;
}

.marcas .green .about-one__content .thm-btn-3:hover {
    background-color: #ffffff;
    border: solid 3px #027437;
    color: #027437;
}

.marcas .about-one__count_03 span {
    margin-bottom: 0px;
}

.marcas .about-one .about-one__content img {
    width: 40px;
    margin: 0px 10px;
}

.marcas .about-one .about-one__content .youtube {
    display: inline;
}

.marcas .about-one .about-one__content .youtube img {
    width: 64px;
}

.socialmedia {
    margin-top: 150px;
}

.marcas section {
    padding-bottom: 200px;
}

.marcas #mananita {
    margin-bottom: 50px;
}

.marcas .thm-btn-3 {
    color: #fff;
}

.marcas .red .about-one__count_03 {
    background-color: #C42311;
}

.marcas .green .about-one__count_03 {
    background-color: #027437;
}

.marcas .about-one__count_03 span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
}

.marcas .about-one__count_03 {
    padding: 0px;
}

@media (min-width: 1200px) {
    .marcas .about-one a {
        margin-left: 0px;
    }

    .marcas .socialmedia a.thm-btn-3 {
        margin-left: 80px;
    }

    .marcas .socialmedia a img {
        margin-left: 20px;
    }

    .marcas .socialmedia {
        padding-bottom: 70px;
    }
    
    .padding-green {
        padding-left: 80px;
    }
}


/* YERBA */

.yerba {
    background-color: #ffffff;
}

.bg-header-yerba {
    background-color: #1F4E3D;
    }
    
.yerba section{
    padding: 50px 0px;
    background-color: #fff;
}

.yerba-mate h3 {
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 700;
}

.yerba-mate p {
    font-size: 30px;
    font-weight: 500;
    color: #255946;
    line-height: 150%;
}

.yerba .testimonials-one {
    padding-top: 150px;
    padding-bottom: 200px;
}

.yerba .testimonials-one .block-title h2 {
    margin-bottom: 50px;
    text-shadow: 1px 1px 3px #000;
}

.yerba .gray-boxed-wrapper .img-yerba {
    margin: 10px;
    background: #F1672A;
    border-radius: 5px;
    display: inline-block;
    margin-top: 30px;
}

.yerba .gray-boxed-wrapper .content-box {
    text-align: center;
}


.yerba .gray-boxed-wrapper .content-box h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1F4E3D;
    margin: 10px 0px;
}

.yerba .gray-boxed-wrapper .content-box p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #1F4E3D;
}

.yerba .testimonials-one {
    background: url(../images/yerba/recurso_06.png);
}

@media (min-width: 1200px) {
.yerba .video-one__text {
        -webkit-transform: rotate(
            -90deg
            ) translateX(-100%);
                transform: rotate(
            -90deg
            ) translateX(-100%);
            top: 0;
    }
}

@media (min-width: 1200px) {
.yerba .video-one .video-popup {
    right: 0;
}

}

.yerba .video-one__text {
    background-color: #F1672A;
}

.yerba .video-one {
    background-color: #fff;
}

.yerba .video-one::before {
display: none;
}

.yerba .video-one::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/yerba/bannercrema.png) no-repeat;
    position: absolute;
    bottom: -30%;
    left: 0;
    z-index: 10;
    background-size: cover;
}

.yerba .video-one__image {
    left: 0px;
    top: 0px;
}

.yerba .gray-boxed-wrapper {
    background-color: rgb(239 233 222 / 30%);
}

.yerba .service-two__card .service-two__card-content {
    border-top: solid 2px #fff;
}
.yerba .service-two__card:hover .service-two__card-content {
    border-top: solid 2px #1F4E3D;
}

.yerba .service-two__card:hover {
    -webkit-box-shadow: 0 4px 0 0 #1F4E3D;
    box-shadow: 0 4px 0 0 #1F4E3D;
    border: solid 1px #1F4E3D;
}

.service-two__card .service-two__card-content p {
    font-size: 16px;
    font-weight: 400;
    color: #1F4E3D;
    text-align: center;
    margin-bottom: 50px;
}
.service-two__card:hover .service-two__card-content p {
    font-weight: 700;
}

.service-two__card .service-two__card-image img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}

.service-two__card:hover .service-two__card-image img {
    transform: scale(1.1);
}

.yerba .service-two__card .service-two__card-content img {
    position: absolute;
    top: 70%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50%;
}

.yerba .service-two__card:hover .service-two__card-content img {
    width: 55%;
}

.yerba .service-two__card:hover .service-two__card-content p {
    font-weight: 600;
}

.yerba .service-two__home-two .service-two__card-content {
    padding: 20px 30px;
}

.yerba .service-two__card-content img {
    opacity: 1;
}

.yerba .service-two__card .service-two__card-image img {
    opacity: 0.5;
}


.yerba .service-two__card:hover .service-two__card-image img {
    opacity: 1;
    width: 105%;
}

.yerba .service-two::after {
display: none;
}

.yerba .service-two::before {
    display: none;
}

.yerba footer {
    margin-top: 50px;
}

.yerba .service-two__home-two .service-two__card-content {
    margin-bottom: 0px;
}

.yerba .service-two {
    background-color: #fff;
}

@media (min-width: 1700px) {
.video-one::after {
    bottom: -16px;
}
}

@media (min-width: 1700px) {
    .video-one::after {
        background-size: auto;
    }
    .video-one::before {
        background-size: auto;
    }
    .service-one::before {
        background-size: auto;
    }
    #marcas .service-two__bottom-curv::before {
        background-size: auto;
    }
}

/* TESTIMONIOS */

.project-details {
    background-color: #fff;
}

@media (min-width: 1200px) {
    .project-details__list {
        justify-content:space-between;
    }
    .project-details__list li {
        font-size: 26px;
    }
}

.project-details p {
    font-size: 20px;
    font-weight: 500;
    color: #6E7673;
    margin: 30px 0px;
}

.testimonios-proyect {
    background: #1F4E3D;
    padding:0px 0px;
}

.testimonios-proyect::before {
    content: "";
    width: 100%;
    height: 100px;
    display: block;
    background: #fff url(../images/testimonios/recurso_03.png) repeat-x center;
    background-size: auto;
}

.testimonios-proyect::after {
    content: "";
    width: 100%;
    height: 100px;
    display: block;
    background: #fff url(../images/testimonios/recurso_03.png) repeat-x center;
    background-size: auto;
    -webkit-transform: rotate(
180deg
);
    transform: rotate(
180deg
)
}

.testimonios-proyect h4 {
font-size: 46px;
color: #fff;
}

.testimonios .projects-one .block-title h3 {
    font-size: 45px;
    font-weight: 500;
}

@media (min-width: 1200px) {
.testimonios .project-details {
    padding-top: 30px;
    padding-bottom: 30px;
}
}

.testimonios .projects-one__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -50px;
    left: 0;
    background: url(../images/comunidad/efecto-hover.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    opacity: 0;
}

.testimonios .projects-one__content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.testimonios .projects-one__content p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.bg-header-testimonios {
    background-color: #1F4E3D;
    }

    .testimonios .page-header h2 {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-size: 100px;
        font-weight: 600;
        text-shadow: 1px 1px 3px #000;
    }

    .testimonios .page-header {
        background-color: #fff;
    }

/* MENU */

.main-menu .main-menu__list li ul, .stricky-header .main-menu__list li ul {
    background-color: #255946;
}

.main-menu .main-menu__list li ul li a, .stricky-header .main-menu__list li ul li a{
    color: #fff;
    white-space: nowrap;
    text-transform: initial;
}

.main-menu .main-menu__list li ul li a:hover, .stricky-header .main-menu__list li ul li a:hover{
    color: #255946;
}

.service-one {
    margin-bottom: 0px;
    padding-top: 50px;
    background-color: transparent;
}
.service-one::before {
    background-image: url(../images/shapes/ripped-paper-white-up.png);
}
.service-one #service-one__thumb {
    top: 0px;
}
.service-one #service-one__thumb .swiper-wrapper {
    justify-content: center;
    padding: 5px 0;
}
.service-one #service-one__thumb .swiper-slide {
    width:30px !important;
    margin-left: 10px;
    margin-right: 10px !important;
}
.swiper-ball {
    width:30px;
    height:30px;
    border-radius: 100%;
    border: solid 2px #EFE9DE;
    margin: 0 auto;
    cursor: pointer;
}
.swiper-ball.swiper-ball-ambiente {
    background-color: #91c554;
}
.swiper-ball.swiper-ball-comunidad {
    background-color: #4cc0e0;
}
.swiper-ball.swiper-ball-economia {
    background-color: #f2956b;
}
@media (min-width: 992px) {
    .about-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
.about-one__content {
    margin-top: 30px;
    margin-left: 30px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0;
    padding-right: 0;
}
.about-one__content-padding h3{
        padding-left: 80px;
        padding-top: 50px;
    }
.about-one a {
        margin-left: 80px;
    }

.abt-3 .block-title h3 {
    padding-left: 80px;
    padding-top: 50px;
}

.abt-1 .block-title h3 {
    padding-left: 80px;
    padding-top: 50px;
}

}

.about-one__summery {
    margin-top: 35px;
    margin-bottom: 35px;
}

.about-one .about-one__summery ul .verde {
   text-align: left;
}

.about-one .about-one__summery ul .azul {
    text-align: left;
}

.about-one .about-one__summery ul .naranja {
    text-align: left;
}

.abt-1 .block-title h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    background-color: #92C655;
    padding: 10px 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.abt-2 .block-title h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    background-color: #4EC0E0;
    padding: 10px 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.abt-3 .block-title h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    background-color: #F1672A;
    padding: 10px 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {

    .about-one .about-one__summery ul .verde {
        padding-left: 80px;
    }
    
    .about-one .about-one__summery ul .azul {
        padding-left: 80px;
    }
    
    .about-one .about-one__summery ul .naranja {
        padding-left: 80px;
    }

    .abt-1 .block-title h4 {
        font-size: 40px;
        font-weight: 600;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        background-color: #92C655;
        padding: 10px 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        padding-left: 80px;
        text-align: left;
    }
    
    .abt-2 .block-title h4 {
        font-size: 40px;
        font-weight: 600;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        background-color: #4EC0E0;
        padding: 10px 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        padding-left: 80px;
        text-align: left;
    }
    
    .abt-3 .block-title h4 {
        font-size: 40px;
        font-weight: 600;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        background-color: #F1672A;
        padding: 10px 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        padding-left: 80px;
        text-align: left;
    }

    .btn-video {
        margin-top: 40px;
    }
}

.btn-video {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 25px;
    border-radius: 5px;
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 25px 40px;
    -webkit-transition: 500ms;
    transition: 500ms;
    color:#fff;
    background-color: #C42311;
    border: solid 2px #C42311;
    text-transform: uppercase;
}

.btn-video:hover {
background-color: #FFCF6F;
border: 2px solid #C42311;
color: #C42311;
}

@media (min-width: 1200px) {
    .video-one__text {
        width: 76%;
    }
}

.testimonials-one {
    background-image: url(../images/home/bg-ambiente.jpg);
}

.home .team-one::after {
    display: none;
}

.swiper-slide-thumb-active .swiper-ball {
    transform: scale(1.1);
}

.about-one .about-one__summery ul li {
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .team-one__carousel-wrap {
        padding-left: 0;
        padding-right: 0;
        max-width: inherit;
        position: inherit;
        top: 0;
        right: 0;
        margin-top: 0;
    }
    .team-one__summery {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    .team-one__carousel-wrap {
        position: relative; 
    }
    .main-menu .main-header__info {
        margin-left: 0;
        align-self: end;
    }
    .main-menu .mobile-nav__toggler {
        margin-left: 20px;
        color: #fff;
    }
    .mobile-nav__container .mobile-nav__toggler {
        display: none;
    }
}

.team-one__carousel-wrap {
    margin-top: 40px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
    left: -30px;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    right: -30px;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next,
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    color: #49A760;
    border: solid 1px #49A760; 
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-top: -51px;
}
.swiper-button-prev:hover, 
.swiper-container-rtl .swiper-button-next:hover,
.swiper-button-next:hover, 
.swiper-container-rtl .swiper-button-prev:hover {
    background-color: #255946;
}
.swiper-button-prev:after, 
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, 
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

@media (max-width: 991px) {
    .team-one__carousel-wrap .swiper-button-prev,
    .team-one__carousel-wrap .swiper-button-next {
      display: none;
    }
}

.home .video-one__content {
    padding-top: 94px;
}

.home .service-two::after {
    display: none;
}

.main-header__info a:nth-child(2) {
}

@media (min-width: 992px) {
    .home .gray-boxed-wrapper.home-one__boxed {
        margin-top: -150px;
    }
}

@media (max-width: 992px) {
    .home .video-one .video-one__image img {
        width: 100%;
    }
    .home .video-one__content {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .testimonials-one {
        padding: 200px 0px;}

    .home .team-one {
        padding-bottom:80px;
    }
}

.home .client-carousel img {
    opacity: 1;
}

.home .logos-client .logos-border {
    border: solid 3px #EFE9DE;
    border-radius: 5px;
    padding: 27px 0px;
}

.logos-client img.las-marias {
    background: #EFE9DE;
    padding: 60px 30px;
    border-radius: 5px;
    }

.site-footer a.ambiente {
    font-size: 18px;
    font-weight: 700;
    color: #1F4E3D;
    text-transform: uppercase;
    text-align: center;
    background-color: #92C655;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-right: 10px;
    display: block;
}

.site-footer a.ambiente:hover {
    background-color: #1F4E3D;;
    color: #fff;
}

.site-footer a.comunidad {
    font-size: 18px;
    font-weight: 700;
    color: #1F4E3D;
    text-transform: uppercase;
    text-align: center;
    background-color: #F1BD5F;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-right: 0px;
    display: block;
}

.site-footer a.comunidad:hover {
    background-color: #1F4E3D;;
    color: #fff;
}

.site-footer a.economia {
    font-size: 18px;
    font-weight: 700;
    color: #1F4E3D;
    text-transform: uppercase;
    text-align: center;
    background-color: #4EC0E0;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-right: 10px;
    display: block;
}

.site-footer a.economia:hover {
    background-color: #1F4E3D;;
    color: #fff;
}

@media (min-width: 1200px) {
    .footer-widget__title {
        margin-bottom: 0px;
    }
    .team-one {
        padding: 60px 0;
    }
    .team-one .block-title {
        margin-bottom: 0px;
    }
    .team-one .block-title h3 {
        margin-bottom: 0px;
    }
}

.ambiente .page-header .headinfo {
position: absolute;
left: 0;
top: 105%;
right: 0;
bottom: 0;
}

.economia .page-header .headinfo {
position: absolute;
left: 0;
top: 105%;
right: 0;
bottom: 0;
}

.comunidad .page-header .headinfo {
position: absolute;
left: 0;
top: 105%;
right: 0;
bottom: 0;
}

.page-header .headinfo img {
    margin: auto 5px;
}

.home #marcas {
background: #fff;
}

@media (min-width: 1200px) {
    .client-carousel {
    padding: 0px;
    padding-bottom: 50px;
    }
}

#marcas .service-two__bottom-curv::before {
    top: 100%;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
        -webkit-transform: rotate(
    0deg
    );
        transform: rotate(
    0deg
    );
}

.gray-boxed-wrapper h4 span {
    font-family: 'Klee One', cursive;
}

.float_rounded_img .img-circle img {
    height: 115%;
    width: 115%;
}

.team-card__image::before {
    background: #1f4e3c77;}

.ambiente .float_rounded_img .img-circle.img-circle-right-side {
    right: -70px;
    top: 50px;
}

.ambiente .float_rounded_img .img-circle.img-circle-left-side {
    left: -70px;
    top: 50px;
}

.comunidad .float_rounded_img .img-circle.img-circle-right-side {
    right: -70px;
    top: 50px;
}

.comunidad .float_rounded_img .img-circle.img-circle-left-side {
    left: -70px;
    top: 50px;
}

.economia .float_rounded_img .img-circle.img-circle-right-side {
    right: -45px;
    top: -30px;
}

.economia .float_rounded_img .img-circle.img-circle-left-side {
    left: -45px;
    top: -30px;
}

.bullets-economia {
    margin-top: 50px;
}

.economia .contact-two .video-one__summery .bullets-economia p {
    font-size: 24px;
    font-weight: 600;
    color: #255946;
    margin-bottom: 20px;
}

#servicio-de-distribucion {
    background: #fff;
    padding: 50px 0;
}

#servicio-de-distribucion .block-title h3 {
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
}

#servicio-de-distribucion p {
    font-size: 35px;
    font-weight: 500;
    color: #255946;
    line-height: 150%;
    text-align: center;
}

#cabana-las-marias {
    padding: 90px 0;
}

.comunidad .projects-one__content {
    background: #1f4e3c77;
}

@media (max-width: 1500px) {
    .home .video-one__image {
        left: 0px;
    }
    .home .video-one__image img {
        max-width: 100%;
    }
    .home .video-one__text {
        bottom: 133px;
        top: auto;
    }
}
@media (max-width: 1340px) {
    .home .video-one-text {
        left: 0;
    }
} 

@media (min-width: 1200px) {
    .yerba .video-one__text {
        max-width: 40%;
    }
}
@media (max-width: 1199px) {
    .home .video-one__text {
        bottom: 0;
    }
}

@media (min-width: 768px) {
    .ejes {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 390px;
        width: 390px;
        margin-right: -60px;
    }
    .ejes a.bt-comunidad-svg {
        position: absolute;
        width: 50%;
        height: 70%;
        display: block;
        left: 0;
        top: 0;
        z-index: 1;
    }    
    
    .ejes a.bt-economia-svg {
        position: absolute;
        width: 50%;
        height: 70%;
        display: block;
        right: 0;
        top: 0;
        z-index: 1;
    }    
    
    .ejes a.bt-ambiente-svg {
        position: absolute;
        width: 100%;
        height: 30%;
        display: block;
        left: 0;
        bottom: 0;
        z-index: 1;
    }    
}
@media (max-width: 767px) {
    .ejes {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .video-one__text {
        font-size: 16px;
    }
}

.video-one__count h3 {
    font-family: 'Klee One', cursive;
}

.video-one__count h3 span {
    font-family: 'Klee One', cursive !important; 
}

.yerba #marcas {
    padding-bottom: 100px;
}

.topbar__social {
    margin: 0px;
}

.topbar__social a {
    font-size: 18px;
    color: #fff;    
}

.testimonials-one p {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.testimonials-one .block-title h3 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.marcas #taragui {
    margin-top: 100px;
}

.produccion-y-consumo h4 {
    font-family: 'Klee One', cursive;
}

.produccion-y-consumo .gray-boxed-wrapper {
    display: inline-block;
    width: auto;
}

.produccion-y-consumo .blog-home-two {
    padding: 50px 0;
}

.produccion-y-consumo .img-lugar {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .produccion-y-consumo .cards {
        width: 350px;
    }
    .produccion-y-consumo .border-right-white {
        border-right-color: #fff;
        border-right-style: solid;
        border-right-width: 2px;
        padding: 0px 20px;
    }
    .produccion-y-consumo .bg-img img {
        width: 100%;
        }
}

.bg-img {
    position: relative;
}
.produccion-y-consumo .content h2 {
    font-size: 46px;
    margin-bottom: 30px;
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.produccion-y-consumo .content h1 {
    font-size: 46px;
    margin-bottom: 30px;
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    transition: none;
    text-shadow: none;
}

.produccion-y-consumo .content p {
    font-size: 20px;
    font-weight: 500;
    color: #6E7673;
    margin: 30px 0px;
}
.produccion-y-consumo.preguntas-frecuentes .content p {
    margin-top: 0;
    font-size: 18px;
}
.produccion-y-consumo.preguntas-frecuentes .broken-effect-brown-to-white {
    top: auto;
    bottom: 0;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    background-color: #265946;
}
.nav-pills .nav-link,
.produccion-y-consumo.preguntas-frecuentes .content p a {
    color: #265946;
}
.produccion-y-consumo.preguntas-frecuentes .content p a:hover {
    color: #f7c35f;
}
#v-pills-tab {
    @media (max-width: 767px) {
        margin-bottom: 50px;
    }
}
#accordion .card {
    border: 0;
}
#accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
#accordion .btn-link {
    color: #265946;
    width: 100%;
    text-align: left;
    padding: 10px;
    outline: none;
    font-size: 20px;
    background-color: #214e3c1c;
    border-radius: 10px;
    margin-bottom: 10px;
}
#accordion .btn-link:focus {
    outline: none;
    box-shadow: inherit;
    text-decoration: none;
}
#accordion .card-header.active .btn-link {
    font-weight: 700;
}
#accordion .btn-link:hover {
    color: #f7c35f;
    text-decoration: none;
}
*:focus {
    outline: 0 !important;
    box-shadow: inherit;
}

.produccion-y-consumo .content {
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .produccion-y-consumo .bg-img img {
        width: 150%;
        }
}

.agua-y-biodiversidad h4 {
    font-family: 'Klee One', cursive;
}

.agua-y-biodiversidad .gray-boxed-wrapper {
    display: inline-block;
    width: auto;
}

.agua-y-biodiversidad .blog-home-two {
    padding: 50px 0;
}

.agua-y-biodiversidad .img-lugar {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .agua-y-biodiversidad .cards {
        width: 350px;
    }
    .agua-y-biodiversidad .border-right-white {
        border-right-color: #fff;
        border-right-style: solid;
        border-right-width: 2px;
        padding: 0px 20px;
    }
    .agua-y-biodiversidad .bg-img img {
        width: 100%;
        }
}

.agua-y-biodiversidad .content h2 {
    font-size: 46px;
    margin-bottom: 30px;
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.agua-y-biodiversidad .content p {
    font-size: 28px;
    font-weight: 500;
    color: #6E7673;
    margin: 10px 0px;
}

.agua-y-biodiversidad .content .sub-content h2 {
    margin-top: 30px;
    font-size: 32px;
}

.agua-y-biodiversidad .content .sub-content p {
    font-size: 20px;
    margin: 0;
}

.agua-y-biodiversidad .content {
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .agua-y-biodiversidad .bg-img img {
        width: 150%;
        }
}

.te .testimonials-one {
    background: url(../images/te/bg-propiedades.jpg);
}

.te .service-two__card:hover .service-two__card-content .fix-hover p {
    font-size: 15px;
}

.te .yerba-mate p {
    font-size: 30px;
}
@media (max-width: 991px) {
    .te .yerba-mate p {
        font-size: 24px;
    }
}

.certificaciones .content h2 {
    font-size: 46px;
    margin-bottom: 10px;
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.certificaciones .content p {
    font-size: 28px;
    font-weight: 500;
    color: #6E7673;
    margin: 10px 0px;
}

.certificaciones .content {
    padding: 50px 0;
}

.certificaciones .content .bloque-certificaciones h2 {
    font-size: 32px;
    color: #F0672A;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.certificaciones .content .bloque-certificaciones p {
    font-size: 25px;
    font-weight: 500;
    color: #6E7673;
}

.certificaciones .bloque-certificaciones {
    margin: 60px 0;
}

@media (min-width: 777px) {
    .tapa {
        background-color: #EFE9DE;
        border-radius: 0px 70px 0px 0px;
        height: 70px;
    }
    
    .contratapa {
        background-color: #EFE9DE;
        border-radius: 0px 0px 70px 0px;
        height: 70px;
    }

    .certificaciones .v-align {
        height: 100%;
        display: flex;
        background-color: #EFE9DE;
    }
}

@media (max-width: 777px) {
    .certificaciones .content .bloque-certificaciones p {
        margin-bottom: 50px;
        text-align: center;
    }
    .certificaciones .content .bloque-certificaciones h2 {
        margin-top: 30px;
        text-align: center;
    }
}

.certificaciones .bloque-certificaciones img {
    display: block;
    margin: auto;
}

.logos-client .las-marias-logo  {
    background: #EFE9DE;
    padding: 60px 0;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .swiper-wrapper .swiper-slide .bg-headtext p {
        margin: 20px 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .about-one__images img {
        margin-bottom: 5px;
    }
    .abt-1 .block-title h4 {
        border-radius: 3px;
    }
    .abt-2 .block-title h4 {
        border-radius: 3px;
    }
    .abt-3 .block-title h4 {
        border-radius: 3px;
    }
    #marcas p.marcas-p {
        font-size: 20px;
    }
    .block-title {
        margin-bottom: 0px;
    }
    .team-one__content p {
        font-size: 20px;
    }
    .team-one {
        padding-top: 50px;
        padding-bottom: 1px;
    }
    .video-one__image {
        position: relative;
        margin-bottom: 10px;
        z-index: 20;
    }
    .testimonials-one p {
        font-size: 20px;
    }
    .testimonials-one {
        padding: 60px 0;
    }
    .img-lugar {
        padding: 24px;
        margin: 0px;
    }
    .gray-boxed-wrapper p {
        margin-bottom: 40px;
    }
    .contact-two .contact-one__form textarea {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .home .client-carousel img {
        opacity: 1;
        display: inline-block;
        margin: 15px 0;
    }

    .home .logos-client .logos-border {
        text-align: center;
        border-radius: 0px 0px 5px 5px;
    }
    .logos-client .las-marias-logo  {
        background: #EFE9DE;
        padding: 25px 0;
        border-radius: 5px 5px 0px 0px;
        width: 100%;
        text-align: center;
    }
    .client-carousel {
        padding-top: 0px;
        padding-bottom: 80px;
    }
    .about-one__count_01 {
        right: 45%;
    }
    .about-one__count_02 {
        right: 45%;
    }
    .about-one__count_03 {
        right: 45%;
    }
    .topbar__social {
        align-self: end;
        margin-left: auto;
    }
    .main-header .main-menu .logo-box {
        position: absolute;
        left: 15px;
        top: 0px;
        width: auto;
    }
}

.img-lugar {
    width: 128px;
}

@media (min-width: 1200px) {
    .video-one__count-wrap {
        margin-top: 45px;
    }
}

.btn-cta-01 a {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 16.5px 39.5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: #92C655;
    border: solid 2px #92C655;
    margin-top: 30px;
    text-transform: uppercase;
}

.btn-cta-01:hover a {
    background-color: #49a160;
    border: solid 2px #49a160;
    color: #fff;
    }

.btn-cta-02 a {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 16.5px 39.5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: #4EC0E0;
    border: solid 2px #4EC0E0;
    margin-top: 30px;
    text-transform: uppercase;
}

.btn-cta-02:hover a {
    background-color: #2790ad;
    border: solid 2px #2790ad;
    color: #fff;
    }

.btn-cta-03 a {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 16.5px 39.5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: #f1672a;
    border: solid 2px #f1672a;
    margin-top: 30px;
    text-transform: uppercase;
}

.btn-cta-03:hover a {
    background-color: #c04c1b;
    border: solid 2px #c04c1b;
    color: #fff;
    }

.innovacion .content p {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

.innovacion .content {
    padding: 60px 0;
}

.innovacion .content h2 {
    font-size: 46px;
    margin-bottom: 15px;
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.innovacion .content .block-title h4 {
    font-size: 46px;
    font-weight: 600;
    color: #EE7601;
    font-family: 'Raleway', sans-serif;
}

.innovacion .bg-gris {
    background-color: #f6f5f2;
    padding:50px 0;
    margin: 50px 0;
}

.innovacion .feature-one {
    padding: 90px 0;
    margin: 0px;
    padding-top: 0px;
}

@media (min-width: 1200px) {
    .innovacion .bg-img img {
        width: 100%;
        }
    .innovacion .contact-two {
            padding: 0px;
        }
    }

.trabajo-responsable .content p {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
}

.trabajo-responsable .content h2 {
    font-size: 46px;
    margin-bottom: 15px;
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.trabajo-responsable .content {
    margin-bottom: 0px;
}

.trabajo-responsable .feature-one {
    padding-bottom: 0px;
}

.trabajo-responsable .content .bullets-economia p {
color: #EE672A;
font-weight: 600;
}

.trabajo-responsable .bg-gris {
    background-color: #f6f5f2;
    padding-top: 30px;
}

.trabajo-responsable .contact-two__image-bubble-3 {
    background-color:#255946;
}

.trabajo-responsable .content {
    padding: 60px 0;
}

@media (min-width: 1200px){
    .trabajo-responsable .contact-two {
        padding:0px;
}
}

.marcas .socialmedia {
    padding-bottom: 80px;
}

.trabajo-responsable .feature-one {
 padding-bottom: 0px;
}

.trabajo-responsable .bullets-economia {
    margin-top: 0px;
}

.trabajo-responsable .bg-img img {
    width: 100%;
}

.produccion-y-consumo .content .sub-content h2 {
    margin-top: 30px;
    font-size: 32px;
}


.cabanas .content p {
    font-size: 24px;
    font-weight: 500;
    color: #6E7673;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
}

.cabanas .content h2 {
    font-size: 46px;
    margin-bottom: 15px;
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.cabanas .content {
    margin-bottom: 0px;
}

.cabanas .contact-two__image-bubble-3 {
    background-color: #EA672A;
}

@media (min-width: 1200px) {
    .cabanas .contact-two {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.relative {
    position: relative;
}
.broken-effect-white-to-brown {
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.broken-effect-white-to-brown::before {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    z-index: 10;
    background-size: auto;
    top: 100%;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.broken-effect-brown-to-white {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.broken-effect-brown-to-white::before {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    z-index: 10;
    background-size: auto;
    top: -16px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.agua-y-biodiversidad .feature-one h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.agua-y-biodiversidad .feature-one p {
    font-size: 20px;
}

.agua-y-biodiversidad .contact-two__image-bubble-3 {
    background-color: #EA672A;
}

.promocion-y-cuidado-de-la-ninez .content p {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

.promocion-y-cuidado-de-la-ninez .content {
    padding: 60px 0;
}

.promocion-y-cuidado-de-la-ninez .content h2 {
    font-size: 46px;
    margin-bottom: 15px;
    color: #255946;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.promocion-y-cuidado-de-la-ninez .content .block-title h4 {
    font-size: 46px;
    font-weight: 600;
    color: #EE7601;
    font-family: 'Raleway', sans-serif;
}

.promocion-y-cuidado-de-la-ninez .bg-gris {
    background-color: #f6f5f2;
    padding:0;
    margin:0;
}

.promocion-y-cuidado-de-la-ninez .video-one::before, .promocion-y-cuidado-de-la-ninez .video-one::after {
    display: none;
}

.promocion-y-cuidado-de-la-ninez .video-one__image {
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .promocion-y-cuidado-de-la-ninez .content p.mb-100 {
        margin-bottom: 100px;
    }
    .promocion-y-cuidado-de-la-ninez .video-one__content {
        padding-top: 70px;
    }
}

.promocion-y-cuidado-de-la-ninez .cubo-verde {
    background-color: #255946;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .promocion-y-cuidado-de-la-ninez .cubo-verde {
        min-width: 225px;
    }
    
}

.promocion-y-cuidado-de-la-ninez .cubo-verde h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom:0px;
    font-family: 'Klee One', cursive;
}

.promocion-y-cuidado-de-la-ninez .content .cubo-verde p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.video-one .block-title h3 {
    font-size: 46px;
    font-weight: 600;
    color: #EE7601;
    font-family: 'Raleway', sans-serif;
}

.promocion-y-cuidado-de-la-ninez .content p.mb-100 {
    color: #6E7673;
}
  
.promocion-y-cuidado-de-la-ninez  .flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
.promocion-y-cuidado-de-la-ninez .input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  
.promocion-y-cuidado-de-la-ninez .input {
    width: 25px;
    height: 25px;
    background-color: #1F4E3D;
    position: relative;
    border-radius: 50%;
  }
  .promocion-y-cuidado-de-la-ninez .input:hover {
    cursor: pointer;
  }
  .promocion-y-cuidado-de-la-ninez .input::before, .input::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1F4E3D;
    width: 4vw;
    height: 5px;
    max-width: 50px;
  }
  .promocion-y-cuidado-de-la-ninez .input::before {
    left: calc(-4vw + 5.5px);
  }
  .promocion-y-cuidado-de-la-ninez .input::after {
    right: calc(-4vw + 5.5px);
  }
  .promocion-y-cuidado-de-la-ninez  .input.active {
    background-color: #1F4E3D;
  }
  .promocion-y-cuidado-de-la-ninez .input.active::before {
    background-color: #1F4E3D;
  }
  .promocion-y-cuidado-de-la-ninez .input.active::after {
    background-color: #F1672A;
  }
  .promocion-y-cuidado-de-la-ninez .input.active span {
    font-weight: 700;
  }
  .promocion-y-cuidado-de-la-ninez .input.active span::before {
    font-size: 13px;
  }
  .promocion-y-cuidado-de-la-ninez .input.active span::after {
    font-size: 15px;
  }
  .promocion-y-cuidado-de-la-ninez .input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
    background-color: #F1672A;
  }
  .promocion-y-cuidado-de-la-ninez .input span {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
  }
  .promocion-y-cuidado-de-la-ninez .input span::before, .input span::after {
    visibility: visible;
    position: absolute;
    left: 50%;
  }
  .promocion-y-cuidado-de-la-ninez .input span::after {
    content: attr(data-year);
    top: 25px;
    transform: translateX(-50%);
    font-size: 20px;
    color: #F1672A;
    font-weight: 600;
    text-align: center;
  }
  .promocion-y-cuidado-de-la-ninez .input span::before {
    content: attr(data-info);
    transform: translateX(-50%);
    top: 65px;
    font-size: 20px;
    color: #F1672A;
    font-weight: 500;
    text-align: center;
  }

  @media (min-width: 768px) {
    .promocion-y-cuidado-de-la-ninez .input:nth-child(even) span::before {
        bottom: 50px;
        top: auto;
    }
    .promocion-y-cuidado-de-la-ninez .input:nth-child(even) span::after {
        bottom: 25px;
        top: auto;
    }
  }
  
  .promocion-y-cuidado-de-la-ninez .description-flex-container {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 1200px;
    position: relative;
  }
  .promocion-y-cuidado-de-la-ninez .description-flex-container .history-container {
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: auto;
    top: 150px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; 
  }
  .promocion-y-cuidado-de-la-ninez .description-flex-container .history-container.active {
    opacity: 1;
    top: 0;
    pointer-events: all;
    position: relative;
  }
  
  @media (min-width: 1200px) {
    .promocion-y-cuidado-de-la-ninez .input::before {
      left: -41px;
    }
  
    .promocion-y-cuidado-de-la-ninez .input::after {
      right: -41px;
    }
  }
  @media (max-width: 850px) {
    .promocion-y-cuidado-de-la-ninez .input {
      width: 17px;
      height: 17px;
    }
    .promocion-y-cuidado-de-la-ninez .input::before, .input::after {
      height: 3px;
    }
    .promocion-y-cuidado-de-la-ninez .input::before {
      left: calc(-4vw + 8.5px);
    }
    .promocion-y-cuidado-de-la-ninez .input::after {
      right: calc(-4vw + 8.5px);
    }
  }
  @media (max-width: 767px) {
    .promocion-y-cuidado-de-la-ninez .flex-parent {
      justify-content: initial;
    }
  
    .promocion-y-cuidado-de-la-ninez .input-flex-container {
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      height: auto;
      margin-top: 0;
    }
  
    .promocion-y-cuidado-de-la-ninez .input {
      width: 60px;
      height: 60px;
      margin: 0 10px 50px;
      background-color: #1F4E3D;
    }
    .promocion-y-cuidado-de-la-ninez .input::before, .input::after {
      content: none;
    }
    .promocion-y-cuidado-de-la-ninez .input span {
      width: 100%;
      height: 100%;
      display: block;
    }
    .promocion-y-cuidado-de-la-ninez .input span::before {
      top: calc(100% + 5px);
      transform: translateX(-50%);
      text-indent: 0;
      text-align: center;
    }
    .promocion-y-cuidado-de-la-ninez .input span::after {
      top: 50%;
      transform: translate(-50%, -50%);
      color: #ECF0F1;
    }
  
    .promocion-y-cuidado-de-la-ninez .description-flex-container {
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: center;
    }
  }

  @media (min-width: 768px) {
      .promocion-y-cuidado-de-la-ninez .margin-top-100 {
          margin-top: 100px;
      }
  }

  .promocion-y-cuidado-de-la-ninez .history-container p {
      font-weight: 500;
      color: #000;
      font-size: 20px;
      margin-bottom: 20px;
  }

  .promocion-y-cuidado-de-la-ninez .history-container h5 {
    font-weight: 500;
    color: #EE7601;
    font-size: 20px;
}

  .promocion-y-cuidado-de-la-ninez .bloque-verde {
    background-color: #1F4E3D;
    border-radius:10px;
}

  .promocion-y-cuidado-de-la-ninez .bloque-verde p {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    padding: 20px 80px;
    text-align: center;
    }

    .promocion-y-cuidado-de-la-ninez .block-title h3 {
        color: #EE7601;
    }

    .promocion-y-cuidado-de-la-ninez .contact-two__image img {
        border: solid 3px #1F4E3D;
    }

    .promocion-y-cuidado-de-la-ninez .contact-two__image-bubble-3 {
        background-color:#E7672A;
    }

    @media (min-width: 1200px) {
        .promocion-y-cuidado-de-la-ninez  .bg-img img {
            width: 100%;
        }
        .promocion-y-cuidado-de-la-ninez .contact-two__image {
            margin-top: 0px; }
    }

    .promocion-y-cuidado-de-la-ninez .history-section {
        background-color: #f6f5f2;
    }

.promocion-y-cuidado-de-la-ninez .timeline {
    
}

@media (min-width: 992px) {
    .promocion-y-cuidado-de-la-ninez .input span::before {
        width:180px;
    }
}
@media (min-width: 768px) {
    .promocion-y-cuidado-de-la-ninez .timeline {
        padding-bottom:200px;
        padding-top: 100px;
    }
}

.promocion-y-cuidado-de-la-ninez .input span::after {
    content: attr(data-year);
    font-size: 20px;
    color: #1F4E3D;
    font-weight: 600;
    text-align: center;
}

.promocion-y-cuidado-de-la-ninez .input span::before {
    content: attr(data-info);
    font-size: 20px;
    color: #1F4E3D;
    font-weight: 500;
    text-align: center;
  }
  
.promocion-y-cuidado-de-la-ninez .input.active span::before {
    color: #1F4E3D;
    font-size: 20px;
  }

@media (max-width: 1199px) {
    .promocion-y-cuidado-de-la-ninez .input span::before,
    .promocion-y-cuidado-de-la-ninez .input.active span::before {
        font-size: 16px;
    }
}

.promocion-y-cuidado-de-la-ninez .input.active span::after {
    content: attr(data-year);
    font-size: 20px;
    color: #1F4E3D;
    font-weight: 600;
    text-align: center;
}

@media (min-width: 768px) {
    .promocion-y-cuidado-de-la-ninez .input-flex-container .input.active ~ .input span::after {
        color: #F1672A;
    }
    
    .promocion-y-cuidado-de-la-ninez .input-flex-container .input.active ~ .input span::before {
        color: #F1672A;
    }
}
  @media (max-width: 767px) {
    .promocion-y-cuidado-de-la-ninez .input span::before {
        display: none;
        }
    .promocion-y-cuidado-de-la-ninez .input span::after {
        color: #fff;
    }
    .promocion-y-cuidado-de-la-ninez .input.active span::after {
        color:#fff;
    }
    .video-one .block-title h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .promocion-y-cuidado-de-la-ninez .video-one__image {
        margin-bottom: 30px;
    }
    .promocion-y-cuidado-de-la-ninez .bloque-verde p {
        padding: 10px;
        font-size: 25px;
    }
    .promocion-y-cuidado-de-la-ninez .bg-gris {
        margin:10px 0px;
    }
    .promocion-y-cuidado-de-la-ninez .bg-img img {
        width: 100%;
    }
    .promocion-y-cuidado-de-la-ninez .cubo-verde {
        margin-bottom: 20px;
    }
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width:auto;
}

.pop-up-image {
    cursor: pointer;
    width: auto;
}
.pop-up-image img {
    max-width:100%;
    display:block;
    margin:auto;
}

/* visitas */

.visitas h4 {
    font-family: 'Klee One', cursive;
}

.visitas .gray-boxed-wrapper {
    display: inline-block;
    width: auto;
}

.visitas .blog-home-two {
    padding: 50px 0;
}

.visitas .img-lugar {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .visitas .cards {
        width: 350px;
    }
    .visitas .border-right-white {
        border-right-color: #fff;
        border-right-style: solid;
        border-right-width: 2px;
        padding: 0px 20px;
    }
    .visitas .bg-img img {
        width: 100%;
        }
}

.bg-img {
    position: relative;
}

.visitas .content h2 {
    font-size: 46px;
    margin-bottom: 30px;
    color: #1f4e3d;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.visitas .content p {
    font-size: 20px;
    font-weight: 500;
    color: #1f4e3d;
    margin: 30px 0px;
}

.visitas .content a {
    font-size: 20px;
    font-weight: bold;
    color: #1f4e3d;
    margin: 30px 0px;
}

.visitas .content a:hover {
    color: #1f4e3d;
    text-decoration:revert;
}

.visitas h4 span {
    font-size:36px;
}

.visitas .barra-blanca {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.visitas .barra-blanca::after {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    z-index: 10;
    background-size: auto;
    top: 434px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.visitas .button-visitas a {
    padding:15px;
    background:#f1672a;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.visitas .button-visitas a:hover {
    background:#d35620;
    color: #fff;
}

.forestaciones .content p.texto-gris {
    color:#6e7673;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

@media (max-width: 414px) {
    .ambiente .page-header h2 {
        font-size: 60px;
    }
    .ambiente .page-header h4 {
        font-size: 22px;
    }
    .comunidad .page-header h2 {
        font-size: 60px;
    }
    .comunidad .page-header h4 {
        font-size: 22px;
    }
    .economia .page-header h2 {
        font-size: 60px;
    }
    .economia .page-header h4 {
        font-size: 22px;
    }

    .testimonios .page-header h2 {
        font-size: 60px;
    }

    .block-title h3 {
        font-size: 46px;
    }

    .marcas .green .about-one__content p,
    .marcas .red .about-one__content p {
        padding-left:0px;
    }

    .marcas .socialmedia {
        margin-top:0px;
        padding-bottom: 0px;
    }
    
    .marcas .red .about-one__content .thm-btn-3 {
        display:block;
        margin-bottom:30px;
    }

    .marcas .green .about-one__content .thm-btn-3 {
        display:block;
        margin-bottom:30px;
    }

    .marcas section {
        padding-bottom:50px;
    }

    .innovacion .content {
        padding:30px 0;
    }

}

.linea-del-tiempo-historia {
    background:#efe9de;
    padding:30px 0;
    padding-top:46px;
}

@media (max-width: 767px) {
    .linea-del-tiempo-historia {
        padding:80px 0;
    }
}

.linea-del-tiempo-historia .slider-wrapper .slider-thumb {
    overflow: hidden;
}


.linea-del-tiempo-historia .slider-wrapper h2 {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    color: #f1672a;
    font-size: 36px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .linea-del-tiempo-historia .slider-wrapper h2 {
        transform: rotate(0deg);
        writing-mode: horizontal-tb;
        text-align: center;
        margin-bottom: 50px;
    }
}

.linea-del-tiempo-historia .slider-wrapper p {
    color: #1f4e3d;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin:0;
    padding-bottom: 30px;
}

.linea-del-tiempo-historia .slider-wrapper .hitos {
    border-left: solid 3px #F1672A;
    padding-left: 30px;
}

.linea-del-tiempo-historia .slider-wrapper .hitos::before {
    content: '';
    display: inline-block;
    left: 9px;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #F1672A;
    border-radius: 50%;
}

.linea-del-tiempo-historia .slider-wrapper p.bold-num {
    color: #1f4e3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin:0;
    width: 40px;
}
  
  .slick-prev {
    position: absolute;
    top: -50px;
    display: block;
    background: none;
    border: none;
    font-size: 41px;
    padding: 0;
    outline: none;
  }
  
  .slick-next {
    position: absolute;
    bottom: -50px;
    display: block;
    background: none;
    border: none;
    font-size: 41px;
    padding: 0;
    outline: none;
  }
  
  .slick-next img {
    transform: rotate(-180deg);
    width: 41px;
  }

  .slick-prev img {
    width: 41px;
  }

  #fix-nav {
    display: flex;
}

@media (max-width: 1199px) {
#fix-nav {
    justify-content: end;
    width: 100%;
    display: flex;
}

}

.plantin-icon {
    background: #3aab68;
    border-radius: 5px;
    width: 100px;
}

.plantines-header {
    background: #ebf1d0;
    padding: 20px 0px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.plantines-seccion h1 {
font-size: 70px;
font-weight: 600;
color: #1f4e3d;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
margin-bottom: -5px;
}

.plantines-seccion h2 {
font-size: 40px;
font-weight: 600;
color: #1f4e3d;
font-family: 'Raleway', sans-serif;
}

.plantines-seccion h4 {
font-size: 26px;
font-weight: 600;
color: #1f4e3d;
margin-bottom: 10px;
font-family: 'Raleway', sans-serif;
}

.plantines-seccion h5 {
font-size: 20px;
font-weight: 400;
color: #687928;
margin-bottom: 50px;
font-family: 'Raleway', sans-serif;
text-align: center;
line-height: 130%;
}

.plantines-seccion p {
font-size: 20px;
font-weight: 400;
color: #6e7673;
padding: 0;
margin: 0;
margin-bottom: 20px;
font-family: 'Raleway', sans-serif;
line-height: 130%;
}

.plantines-seccion li {
    font-size: 18px;
    font-weight: 400;
    color: #739e1e;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    line-height: 130%;
}

.plantines-seccion .bg-img img {
    width: 100%;
}

.dos-botones {
    padding: 30px 0;
    padding-bottom: 50px;
}

.dos-botones a {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    padding:15px 20px;
    background-color: #fe703e;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.dos-botones a:hover {
    background-color: #739e1e 
}

.nav-plantin {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .plantin-icon {
        margin-bottom:20px;
    }
    .plantines-seccion p {
        margin-bottom:30px;
    }
    .plantines-seccion h1 {
        font-size: 50px;
    }    
    .plantines-seccion h2 {
        font-size: 24px;
    }    
    .plantines-seccion li {
        text-align: left;
        }
}

.main-slider .swiper-slide h1 {
    margin: 0;
    color: #fff;
    font-family: Raleway,sans-serif;
    line-height: 1.1;
    font-weight: 600;
    transition: transform 2s ease,opacity 2s ease;
    text-shadow: 1px 1px 3px #000;
    font-size: 71px;
  }

  .block-title h2 {
    font-size: 55px;
    font-weight: 700;
    color: #255946;
    font-family: Raleway,sans-serif;
  }

  @media (min-width: 1440px) {
    .block-title h2 {
        font-size: 46px;
    }
  }

  .video-one .block-title h2 {
    font-size: 46px;
    font-weight: 600;
    color: #EE7601;
    font-family: 'Raleway', sans-serif;
}

.testimonials-one .block-title h2 {
    text-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
}

.testimonials-one h2 {
    color: #fff;
}

h3.taglogo {
    margin: 0;
    padding: 0;
    max-width: none;
}

.clear-styles {
    margin: 0;
    padding: 0;
    max-width: none;
    font-size: initial;
}

h1 {
    margin: 0;
    color: #fff;
    font-family: Raleway,sans-serif;
    line-height: 1.1;
    font-weight: 600;
    transition: transform 2s ease,opacity 2s ease;
    text-shadow: 1px 1px 3px #000;
    font-size: 48px;
}

.bg-img {
    position: relative;
}

.bg-img .top-h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visitas .gray-boxed-wrapper .clear-styles p {
    margin: 0;
    font-size: 50px;
    font-family: var(--special-font);
    color: #255946;
    line-height: 1;
    font-family: 'Klee One', cursive;
}

.gray-boxed-wrapper .clear-styles p span {
    font-size: 36px;
}

.gray-boxed-wrapper span.h4-text {
    margin: 0;
    font-size: 50px;
    font-family: var(--special-font);
    color: #255946;
    line-height: 1;
}

.gray-boxed-wrapper span {}span {
    font-family: 'Klee One', cursive;
}

.abt-3 .block-title h2 {
    padding-left: 80px;
    padding-top: 50px;
}

.abt-1 .block-title h2 {
    padding-left: 80px;
    padding-top: 50px;
}

.marcas .block-title h2 {
    font-size: 55px;
    font-weight: 600;
    color: #255946;
    font-family: Raleway,sans-serif;
}

.visitas .content .box-p p {
    font-size: 20px;
    font-weight: 500;
    color: #1f4e3d;
    display: inline;
}

.visitas .content .box-p h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1f4e3d;
    display: inline;
}

.visitas .content .box-p {
    display: block;
    margin: 30px 0px;
}
