@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Mobile (Portrait) */
@media only screen and (max-width: 600px) {
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-250px, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideOutLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-250px, 0, 0);
      visibility: hidden;
    }
  }
  * {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 110px 0 0 0;
  }
  html body:after {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: all 0.3s linear;
    content: "";
    opacity: 0;
  }
  html body.open {
    overflow: hidden;
  }
  html body.open:after {
    opacity: 0.9;
    visibility: visible;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 100%;
    padding: 0 25px;
  }
  html body .alignment.medium {
    width: 100%;
    padding: 0 25px;
  }
  html body .alignment.small {
    width: 100%;
    padding: 0 25px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 100%;
  }
  html body .right {
    position: relative;
    float: left;
    width: 100%;
  }
  html body .center-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body nav.eca {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 9;
  }
  html body nav.eca .b-nav {
    visibility: hidden;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -5000px;
    z-index: 11;
    transition: all 0.3s ease;
  }
  html body nav.eca .b-nav.open {
    visibility: visible;
    left: 0;
  }
  html body nav.eca .b-nav.open.eca-1 {
    background-image: url("../img/layout/bg-nav-1.jpg");
    background-repeat: no-repeat;
    background-position: bottom -80px center;
    background-size: 120%;
    background-color: #00C36E;
  }
  html body nav.eca .b-nav.open.eca-2 {
    background-image: url("../img/layout/bg-nav-2.jpg");
    background-repeat: no-repeat;
    background-position: bottom -80px center;
    background-size: 120%;
    background-color: #750AEF;
  }
  html body nav.eca .b-nav.open.eca-3 {
    background-image: url("../img/layout/bg-nav-3.jpg");
    background-repeat: no-repeat;
    background-position: bottom -80px center;
    background-size: 120%;
    background-color: #FE615D;
  }
  html body nav.eca .b-nav ul {
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 100px 0 0 35px;
    list-style-type: none;
  }
  html body nav.eca .b-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2.5px 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 400;
    color: #000000;
  }
  html body nav.eca .b-nav ul li:last-child {
    margin: 0;
  }
  html body nav.eca .b-nav ul li a {
    text-decoration: none;
    color: #000000;
  }
  html body nav.eca .b-nav ul li a.on {
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body nav.eca .b-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  html body nav.eca .b-container .b-menu {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 40px 0 0 35px;
    z-index: 12;
    transition: all 0.3s linear;
    user-select: none;
    cursor: pointer;
  }
  html body nav.eca .b-container .b-menu .b-bun {
    position: relative;
    background: #00C36E;
    transition: all 0.3s linear;
  }
  html body nav.eca .b-container .b-menu .b-bun--top {
    width: 30px;
    height: 2px;
    top: 0;
  }
  html body nav.eca .b-container .b-menu .b-bun--mid {
    width: 30px;
    height: 2px;
    top: 5px;
  }
  html body nav.eca .b-container .b-menu .b-bun--bottom {
    width: 30px;
    height: 2px;
    top: 10px;
  }
  html body nav.eca .b-container.open .b-menu .b-bun--top {
    top: 8px;
    background: #FFFFFF;
    transform: rotate(45deg);
  }
  html body nav.eca .b-container.open .b-menu .b-bun--mid {
    opacity: 0;
  }
  html body nav.eca .b-container.open .b-menu .b-bun--bottom {
    top: 4px;
    background: #FFFFFF;
    transform: rotate(-45deg);
  }
  html body .top {
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 25px 0;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  html body .top::after {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-image: url("../img/layout/bg-gradient.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
  html body .top h1.logo {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/eca-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body .top h1.logo.big {
    height: 60px;
    transition: all 0.3s ease;
  }
  html body .top h1.logo.small {
    height: 40px;
    transition: all 0.3s ease;
  }
  html body .top .bt-donate {
    position: fixed;
    top: 35px;
    right: 20px;
  }
  html body .top .bt-donate a {
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body .top .bt-donate a i {
    font-size: 24px;
    color: #FE615D;
  }
  html body .banner {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
  }
  html body .banner .slider {
    position: relative;
    float: left;
    width: 100%;
    height: 650px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  html body .banner .slider .box {
    position: absolute;
    width: 85%;
    bottom: 25px;
    right: 7.5%;
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  html body .banner .slider .box h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body .banner .slider .box p {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body .banner .slider .box a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-radius: 5px;
    padding: 15px 0;
    background-color: #00C36E;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body .banner .slider .box a.bt i {
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #FFFFFF;
  }
  html body .banner .slick-list .slick-track .slider {
    width: 100%;
    outline: 0;
  }
  html body .banner button.slick-arrow {
    display: none !important;
  }
  html body .banner ul.slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body .banner ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body .banner ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body .banner ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body .banner ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main.home {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0 0 0;
  }
  html body main.home .projects {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
  }
  html body main.home .projects .slider {
    position: relative;
    float: left;
    padding: 0 15px;
  }
  html body main.home .projects .slider .thumb {
    position: relative;
    float: left;
    width: 100%;
    min-height: 160px;
    cursor: pointer;
  }
  html body main.home .projects .slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  html body main.home .projects .slider .title {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 600;
    color: #000000;
  }
  html body main.home .projects .slider .lead {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main.home .projects .slider a.bt {
    position: relative;
    float: left;
    margin: 30px 0 0 0;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #FE615D;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home .projects .slick-list .slick-track .slider {
    width: 100%;
    outline: 0;
  }
  html body main.home .projects button.slick-arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    margin: 0;
    border: 0;
    padding: 20px;
    top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: 0;
    opacity: 0.3;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home .projects button.slick-arrow.slick-prev {
    left: -24px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main.home .projects button.slick-arrow.slick-next {
    right: -24px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main.home .projects ul.slick-dots {
    display: none !important;
  }
  html body main.home .eca {
    position: relative;
    float: left;
    width: 96%;
    margin: 0 2%;
    border-radius: 10px;
    padding: 50px 0 80px 0;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top 50px left -160px;
  }
  html body main.home .eca.cor-1 {
    background-image: url("../img/layout/bg-nav-1.jpg");
    background-color: #00C36E;
  }
  html body main.home .eca.cor-1 a.bt {
    background-color: #750AEF;
    color: #FFFFFF;
  }
  html body main.home .eca.cor-1 a.bt i {
    color: #000000;
  }
  html body main.home .eca.cor-2 {
    background-image: url("../img/layout/bg-nav-2.jpg");
    background-color: #750AEF;
  }
  html body main.home .eca.cor-2 a.bt {
    background-color: #FE615D;
    color: #FFFFFF;
  }
  html body main.home .eca.cor-2 a.bt i {
    color: #000000;
  }
  html body main.home .eca.cor-3 {
    background-image: url("../img/layout/bg-nav-3.jpg");
    background-color: #FE615D;
  }
  html body main.home .eca.cor-3 a.bt {
    background-color: #00C36E;
    color: #FFFFFF;
  }
  html body main.home .eca.cor-3 a.bt i {
    color: #000000;
  }
  html body main.home .eca h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 50px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home .eca p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.home .eca p:last-child {
    margin: 0;
  }
  html body main.home .eca a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0;
    border-radius: 10px;
    padding: 20px;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
  }
  html body main.home .eca a.bt i {
    margin: 0 0 0 5px;
    font-size: 14px;
  }
  html body main.home .eca .testimonials {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0 30px 0;
  }
  html body main.home .eca .testimonials .slider {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home .eca .testimonials .slider .thumb {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home .eca .testimonials .slider .thumb img {
    width: 50%;
    margin: 0 25%;
    height: auto;
    border: 5px solid #FFFFFF;
    border-radius: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  html body main.home .eca .testimonials .slider .quote {
    position: relative;
    float: right;
    width: 100%;
    margin: 20px 0 0 0;
  }
  html body main.home .eca .testimonials .slider .quote q {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: "Inter";
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    color: #000000;
  }
  html body main.home .eca .testimonials .slider .quote .credentials {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home .eca .testimonials .slider .quote .credentials span {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
  }
  html body main.home .eca .testimonials .slick-list .slick-track .slider {
    width: 100%;
    outline: 0;
  }
  html body main.home .eca .testimonials button.slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 0;
    padding: 20px;
    top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: 0;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-prev {
    left: 30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-next {
    right: 30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main.home .eca .testimonials ul.slick-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.home .eca .testimonials ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.home .eca .testimonials ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home .eca .testimonials ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main.home .eca .testimonials ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main.intern {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1000px;
  }
  html body main.intern section.eca {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.eca .header {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    background-image: url("../img/layout/header-eca.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.eca .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
  }
  html body main.intern section.eca .content .img-left {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
  }
  html body main.intern section.eca .content .img-left img {
    width: 100%;
    height: auto;
  }
  html body main.intern section.eca .content .text-right {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.eca .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    line-height: 70px;
    font-family: "Barlow Condensed";
    font-size: 80px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.eca .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.eca .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.eca .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.eca .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.eca .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.eca .content ul.sectores {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  html body main.intern section.eca .content ul.sectores li {
    position: relative;
    float: left;
    width: 50%;
    padding: 5px;
  }
  html body main.intern section.eca .content ul.sectores li img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.intern section.eca .content ul.crew {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  html body main.intern section.eca .content ul.crew li {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 40px;
  }
  html body main.intern section.eca .content ul.crew li .img {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.eca .content ul.crew li .img img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.intern section.eca .content ul.crew li .employee {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.eca .content ul.crew li .job {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #333333;
  }
  html body main.intern section.eca .content ul.crew li ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.intern section.eca .content ul.crew li ul.social li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 5px;
    padding: 0;
  }
  html body main.intern section.eca .content ul.crew li ul.social li i {
    vertical-align: middle;
    font-size: 30px;
    color: #000000;
  }
  html body main.intern section.eca .content ul.crew li ul.social li i.fa-facebook-f {
    font-size: 25px;
  }
  html body main.intern section.projects {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.projects .header {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    background-image: url("../img/layout/header-projects.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.projects .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
  }
  html body main.intern section.projects .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    line-height: 70px;
    font-family: "Barlow Condensed";
    font-size: 80px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.projects .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.projects .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.projects .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.projects .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.projects .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.projects .content .category {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
  }
  html body main.intern section.projects .content .category .name {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #00C36E;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.projects .content .category .projects-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0;
  }
  html body main.intern section.projects .content .category .projects-list .project {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }
  html body main.intern section.projects .content .category .projects-list .project:last-child {
    margin: 0;
  }
  html body main.intern section.projects .content .category .projects-list .project .left {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.projects .content .category .projects-list .project .left .thumb {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
  }
  html body main.intern section.projects .content .category .projects-list .project .left .thumb img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body main.intern section.projects .content .category .projects-list .project .right {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  html body main.intern section.projects .content .category .projects-list .project .right .title {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.projects .content .category .projects-list .project .right .subtitle {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.projects .content .category .projects-list .project .right a.bt {
    position: relative;
    float: left;
    margin: 20px 0 0 0;
    border-radius: 5px;
    padding: 15px;
    background-color: #FE615D;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.project {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.project .header {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.project .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
  }
  html body main.intern section.project .content .tag {
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #750AEF;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.project .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 65px;
    font-family: "Barlow Condensed";
    font-size: 70px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.project .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.project .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.project .content .html {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.project .content .html p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.project .content .html p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.project .content .html p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.project .content .html ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
    list-style-type: none;
  }
  html body main.intern section.project .content .html ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2.5px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main.intern section.project .content .html a {
    text-decoration: none;
    color: #00C36E;
  }
  html body main.intern section.project .content .video {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.project .content .video iframe {
    width: 100%;
    height: 180px;
    border-radius: 5px;
  }
  html body main.intern section.project .content ul.photos {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.intern section.project .content ul.photos li {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
  }
  html body main.intern section.project .content ul.photos li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  html body main.intern section.project .content .link {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.project .content .link a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    border-radius: 5px;
    padding: 20px 0;
    background-color: #FE615D;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.project .content .return {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
  }
  html body main.intern section.project .content .return i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 30px;
    color: #00C36E;
  }
  html body main.intern section.project .content .return a {
    text-decoration: none;
    color: #000000;
  }
  html body main.intern section.project .content .return a:hover {
    color: #00C36E;
  }
  html body main.intern section.transparency {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.transparency .header {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    background-image: url("../img/layout/header-services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.transparency .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
  }
  html body main.intern section.transparency .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    line-height: 50px;
    font-family: "Barlow Condensed";
    font-size: 50px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.transparency .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.transparency .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.transparency .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.transparency .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.transparency .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.transparency .content ul.transparency-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
    list-style-type: none;
  }
  html body main.intern section.transparency .content ul.transparency-list li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.transparency .content ul.transparency-list li:last-child {
    margin: 0;
  }
  html body main.intern section.transparency .content ul.transparency-list li .item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 26px;
    font-weight: 700;
    color: #000000;
  }
  html body main.intern section.transparency .content ul.transparency-list li .item i {
    margin: 0 5px 0 0;
    font-size: 26px;
    color: #000000;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description p:last-child {
    margin: 0;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description a {
    text-decoration: underline;
    color: #000000;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
    list-style-type: none;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2.5px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main.intern section.partners {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.partners .header {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    background-image: url("../img/layout/header-partners.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.partners .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
  }
  html body main.intern section.partners .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    line-height: 64px;
    font-family: "Barlow Condensed";
    font-size: 70px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.partners .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.partners .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.partners .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.partners .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.partners .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.partners .content ul.partners-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
    list-style-type: none;
  }
  html body main.intern section.partners .content ul.partners-list li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.partners .content ul.partners-list li:last-child {
    margin: 0;
  }
  html body main.intern section.partners .content ul.partners-list li .left {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.partners .content ul.partners-list li .left .thumb {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.partners .content ul.partners-list li .left .thumb img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  html body main.intern section.partners .content ul.partners-list li .right {
    position: relative;
    float: right;
    width: 100%;
    margin: 10px 0 0 0;
  }
  html body main.intern section.partners .content ul.partners-list li .right .partner {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.intern section.partners .content ul.partners-list li .right .description {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  html body main.intern section.partners .content ul.partners-list li .right .description p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.partners .content ul.partners-list li .right .description p:last-child {
    margin: 0;
  }
  html body main.intern section.partners .content ul.partners-list li .right a {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    color: #000000;
  }
  html body main.intern section.partners .content ul.partners-list li .right a i {
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #000000;
  }
  html body main.intern section.donate {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.donate .header {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.donate .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.donate .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    line-height: 64px;
    font-family: "Barlow Condensed";
    font-size: 70px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.donate .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.donate .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.donate .content p:last-child {
    margin: 0;
  }
  html body main.intern section.donate .content a.fundraiseup {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0;
    border-radius: 10px;
    padding: 15px 0;
    background-color: #FE615D;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.intern section.donate .content a.fundraiseup i {
    margin: 0 5px 0 0;
    font-size: 22px;
  }
  html body main.intern section.donate .content .pix {
    position: relative;
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    border-radius: 10px;
    padding: 30px;
    background-color: #00C36E;
  }
  html body main.intern section.donate .content .pix .text {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.donate .content .pix .text h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.donate .content .pix .text p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.intern section.donate .content .pix .text p:last-child {
    margin: 0;
  }
  html body main.intern section.donate .content .pix .text ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  html body main.intern section.donate .content .pix .text ul li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 18px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  html body main.intern section.donate .content .pix .qrcode {
    position: relative;
    float: right;
    width: 100%;
  }
  html body main.intern section.donate .content .pix .qrcode img {
    margin: 10%;
    width: 80%;
    height: auto;
  }
  html body main.intern section.donate .content .faq {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
  }
  html body main.intern section.donate .content .faq .question {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    color: #999999;
  }
  html body main.intern section.donate .content .faq .response {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #999999;
  }
  html body main.intern section.donate .content .faq .response:last-child {
    margin: 0;
  }
  html body main.intern section.privacy {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.privacy .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.privacy .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    line-height: 64px;
    font-family: "Barlow Condensed";
    font-size: 70px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.privacy .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.privacy .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.privacy .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.privacy .content p:last-child {
    margin: 0;
  }
  html body main.intern section.privacy .content p a {
    text-decoration: underline;
    color: #00C36E;
  }
  html body main.intern section.privacy .content ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
  }
  html body main.intern section.privacy .content ul:last-child {
    margin: 0;
  }
  html body main.intern section.privacy .content ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 30px;
    list-style-type: disc;
    line-height: 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.privacy .content .update {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 2px solid #EFEFEF;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.intern section.privacy .content .update strong {
    font-weight: 500;
    color: #000000;
  }
  html body main.intern section.use {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.use .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.use .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    line-height: 64px;
    font-family: "Barlow Condensed";
    font-size: 70px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.use .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.use .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.use .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.use .content p:last-child {
    margin: 0;
  }
  html body main.intern section.use .content p a {
    text-decoration: underline;
    color: #00C36E;
  }
  html body main.intern section.use .content ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
  }
  html body main.intern section.use .content ul:last-child {
    margin: 0;
  }
  html body main.intern section.use .content ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 30px;
    list-style-type: disc;
    line-height: 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.use .content ul li a {
    text-decoration: underline;
    color: #00C36E;
  }
  html body main.intern section.use .content .update {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 2px solid #EFEFEF;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.intern section.use .content .update strong {
    font-weight: 500;
    color: #000000;
  }
  html body .logos {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
    background-color: #FFFFFF;
  }
  html body .logos h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body .logos ul {
    position: relative;
    float: right;
    width: 100%;
    list-style-type: none;
    text-align: center;
  }
  html body .logos ul li {
    position: relative;
    float: left;
    width: 50%;
  }
  html body .logos ul li img {
    width: 100%;
    height: auto;
  }
  html body .logos ul li a {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer .copyright {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    font-famiLy: "Barlow Condensed";
    font-size: 20px;
    font-weight: 400;
    color: #000000;
  }
  html body footer .copyright p {
    position: relative;
    float: left;
    width: 100%;
    line-height: 26px;
    text-transform: uppercase;
  }
  html body footer .copyright ul.links {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  html body footer .copyright ul.links li {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    line-height: 28px;
    font-family: "Barlow Condensed";
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .copyright ul.links li a {
    text-decoration: none;
    font-family: "Barlow Condensed" !important;
    color: #FFFFFF;
  }
  html body footer.cor-1 {
    background-color: #FE615D;
  }
  html body footer.cor-1 .copyright {
    background-color: color-mix(in srgb, #FE615D, black 20%);
  }
  html body footer.cor-2 {
    background-color: #00C36E;
  }
  html body footer.cor-2 .copyright {
    background-color: color-mix(in srgb, #00C36E, black 20%);
  }
  html body footer.cor-3 {
    background-color: #750AEF;
  }
  html body footer.cor-3 .copyright {
    background-color: color-mix(in srgb, #750AEF, black 20%);
  }
  html body footer .columns {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
  }
  html body footer .columns .column {
    position: relative;
    float: left;
  }
  html body footer .columns .column.first {
    width: 100%;
  }
  html body footer .columns .column.first ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    list-style-type: none;
    text-align: center;
  }
  html body footer .columns .column.first ul.social li {
    display: inline-flex;
    margin: 0 7.5px;
  }
  html body footer .columns .column.first ul.social li i {
    vertical-align: middle;
    font-size: 40px;
    color: #FFFFFF;
  }
  html body footer .columns .column.first ul.social li i:hover {
    color: #000000;
  }
  html body footer .columns .column.first ul.social li i.fa-facebook-f {
    font-size: 35px;
  }
  html body footer .columns .column.first h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 22px;
    font-weight: 500;
    color: #000000;
  }
  html body footer .columns .column.first h3 i {
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #FFFFFF;
  }
  html body footer .columns .column.second {
    width: 100%;
    margin: 40px 0 0 0;
  }
  html body footer .columns .column.second #formNewsletter {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body footer .columns .column.second #formNewsletter input[type=email] {
    display: inline-flex;
    width: 85%;
    border: 0;
    border-radius: 100px;
    padding: 15px 15px 15px 55px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDcyIDcyIiB3aWR0aD0iNzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMzYsNzIgTDM2LDcyIEM1NS44ODIyNTEsNzIgNzIsNTUuODgyMjUxIDcyLDM2IEw3MiwzNiBDNzIsMTYuMTE3NzQ5IDU1Ljg4MjI1MSwtMy42NTIzMTAyNmUtMTUgMzYsMCBMMzYsMCBDMTYuMTE3NzQ5LDMuNjUyMzEwMjZlLTE1IC0yLjQzNDg3MzVlLTE1LDE2LjExNzc0OSAwLDM2IEwwLDM2IEMyLjQzNDg3MzVlLTE1LDU1Ljg4MjI1MSAxNi4xMTc3NDksNzIgMzYsNzIgWiIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0xOCwyNi4xNjIzMjI2IEwxOCw0Ni41NDc2MTI5IEMxOCw0Ny42NTY2NDUyIDE4LjgxMTc0MTksNDguNTU1NDgzOSAxOS45MzAwNjQ1LDQ4LjU1NTQ4MzkgTDUxLjc0NDc3NDIsNDguNTU1NDgzOSBDNTIuODYxOTM1NSw0OC41NTU0ODM5IDUzLjY3NDgzODcsNDcuNjQ2MTkzNSA1My42NzQ4Mzg3LDQ2LjU0NzYxMjkgTDUzLjY3NDgzODcsMjYuMTYyMzIyNiBDNTMuNjc0ODM4NywyNC45NDUyOTAzIDUyLjk0Nzg3MSwyNCA1MS43NDQ3NzQyLDI0IEwxOS45MzAwNjQ1LDI0IEMxOC42ODA1MTYxLDI0IDE4LDI0Ljk2ODUxNjEgMTgsMjYuMTYyMzIyNiBNMjAuOTMzNDE5NCwyNy45Mzc5MzU1IEMyMC45MzM0MTk0LDI3LjQ0NjcwOTcgMjEuMjMwNzA5NywyNy4xNjU2Nzc0IDIxLjcwNTY3NzQsMjcuMTY1Njc3NCBDMjEuOTk5NDgzOSwyNy4xNjU2Nzc0IDMzLjU2MDEyOSwzNC40OTEwOTY4IDM0LjI2MDM4NzEsMzQuOTIwNzc0MiBMMzYuMDY5Njc3NCwzNi4wNDYwNjQ1IEMzNi42NDMzNTQ4LDM1LjY2MTY3NzQgMzcuMjE5MzU0OCwzNS4zMzMwMzIzIDM3LjgxMzkzNTUsMzQuOTM0NzA5NyBDMzkuMDI3NDgzOSwzNC4xNTg5Njc3IDQ5LjgyNTE2MTMsMjcuMTY1Njc3NCA1MC4xMjI0NTE2LDI3LjE2NTY3NzQgQzUwLjU5ODU4MDYsMjcuMTY1Njc3NCA1MC44OTQ3MDk3LDI3LjQ0NjcwOTcgNTAuODk0NzA5NywyNy45Mzc5MzU1IEM1MC44OTQ3MDk3LDI4LjQ1ODE5MzUgNDkuODkyNTE2MSwyOC45NzQ5Njc3IDQ5LjIzOTg3MSwyOS4zNzMyOTAzIEM0NS4xMzkzNTQ4LDMxLjg3MjM4NzEgNDEuMDQsMzQuNTk2Nzc0MiAzNi45ODAxMjksMzcuMTg4Nzc0MiBDMzYuNzQzMjI1OCwzNy4zNDkwMzIzIDM2LjI4NDUxNjEsMzcuNjkxNjEyOSAzNS45NDA3NzQyLDM3LjYzOTM1NDggQzM1LjU1NzU0ODQsMzcuNTgwMTI5IDIzLjc5MzY3NzQsMzAuMDIyNDUxNiAyMS42NTM0MTk0LDI4Ljc2MzYxMjkgQzIxLjMzMTc0MTksMjguNTc0MzIyNiAyMC45MzM0MTk0LDI4LjQwMTI5MDMgMjAuOTMzNDE5NCwyNy45Mzc5MzU1IiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left 5px center;
    background-color: #FFFFFF;
    vertical-align: middle;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body footer .columns .column.second #formNewsletter input[type=email]::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
  }
  html body footer .columns .column.second #formNewsletter label.error {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #C10B0B;
  }
  html body footer .columns .column.second #formNewsletter i.submit {
    display: inline-flex;
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 40px;
    color: #FFFFFF;
  }
  html body footer .columns .column.second #formNewsletter i.submit:hover {
    color: #000000;
  }
  html body footer .columns .column.third {
    width: 100%;
    text-align: left;
    margin: 40px 0 0 0;
  }
  html body footer .columns .column.third h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .columns .column.third h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-weight: 500;
    color: #000000;
  }
  html body footer .columns .column.third h3 a {
    outline: 0;
    font-family: "Barlow Condensed";
    text-decoration: none;
    color: #000000;
  }
  html body footer .columns .column.third h3 a:hover {
    color: #FFFFFF;
  }
  html body footer .columns .column.third h3 a i {
    color: #FFFFFF;
  }
  html body footer .columns .column.third h3 a i.fa-envelope {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 24px;
  }
  html body footer .columns .column.third h3 a i i.fa-whatsapp {
    margin: 0 5px 0 0;
    font-size: 26px;
  }
}
/* Mobile (Landscape) and Tablet */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  * {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 130px 0 0 0;
  }
  html body:after {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: all 0.3s linear;
    content: "";
    opacity: 0;
  }
  html body.open {
    overflow: hidden;
  }
  html body.open:after {
    opacity: 0.9;
    visibility: visible;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 1280px;
    padding: 0 40px;
  }
  html body .alignment.medium {
    width: 960px;
  }
  html body .alignment.small {
    width: 720px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body .right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body .center-content {
    position: absolute;
    width: 1280px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body nav.eca {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 9;
  }
  html body nav.eca .b-nav {
    visibility: hidden;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -5000px;
    z-index: 11;
    transition: all 0.3s ease;
  }
  html body nav.eca .b-nav.open {
    visibility: visible;
    left: 0;
  }
  html body nav.eca .b-nav.open.eca-1 {
    background-image: url("../img/layout/bg-nav-1.jpg");
    background-repeat: no-repeat;
    background-position: right -180px bottom -100px;
    background-size: 45%;
    background-color: #00C36E;
  }
  html body nav.eca .b-nav.open.eca-2 {
    background-image: url("../img/layout/bg-nav-2.jpg");
    background-repeat: no-repeat;
    background-position: right -180px bottom -100px;
    background-size: 45%;
    background-color: #750AEF;
  }
  html body nav.eca .b-nav.open.eca-3 {
    background-image: url("../img/layout/bg-nav-3.jpg");
    background-repeat: no-repeat;
    background-position: right -180px bottom -100px;
    background-size: 45%;
    background-color: #FE615D;
  }
  html body nav.eca .b-nav ul {
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 100px 0 0 100px;
    list-style-type: none;
  }
  html body nav.eca .b-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2.5px 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 400;
    color: #000000;
  }
  html body nav.eca .b-nav ul li:last-child {
    margin: 0;
  }
  html body nav.eca .b-nav ul li a {
    text-decoration: none;
    color: #000000;
  }
  html body nav.eca .b-nav ul li a:hover {
    color: #FFFFFF;
  }
  html body nav.eca .b-nav ul li a.on {
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 70px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body nav.eca .b-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  html body nav.eca .b-container .b-menu {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 40px 0 0 35px;
    z-index: 12;
    transition: all 0.3s linear;
    user-select: none;
    cursor: pointer;
  }
  html body nav.eca .b-container .b-menu .b-bun {
    position: relative;
    background: #00C36E;
    transition: all 0.3s linear;
  }
  html body nav.eca .b-container .b-menu .b-bun--top {
    width: 30px;
    height: 2px;
    top: 0;
  }
  html body nav.eca .b-container .b-menu .b-bun--mid {
    width: 30px;
    height: 2px;
    top: 5px;
  }
  html body nav.eca .b-container .b-menu .b-bun--bottom {
    width: 30px;
    height: 2px;
    top: 10px;
  }
  html body nav.eca .b-container.open .b-menu .b-bun--top {
    top: 8px;
    background: #FFFFFF;
    transform: rotate(45deg);
  }
  html body nav.eca .b-container.open .b-menu .b-bun--mid {
    opacity: 0;
  }
  html body nav.eca .b-container.open .b-menu .b-bun--bottom {
    top: 4px;
    background: #FFFFFF;
    transform: rotate(-45deg);
  }
  html body .top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 25px 0;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  html body .top::after {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-image: url("../img/layout/bg-gradient.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
  html body .top h1.logo {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/eca-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body .top h1.logo.big {
    height: 80px;
    transition: all 0.3s ease;
  }
  html body .top h1.logo.small {
    height: 60px;
    transition: all 0.3s ease;
  }
  html body .top .bt-donate {
    position: fixed;
    top: 40px;
    right: 40px;
  }
  html body .top .bt-donate a {
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body .top .bt-donate a i {
    font-size: 24px;
    color: #FE615D;
  }
  html body .top .bt-donate a:hover {
    background-color: #FE615D;
  }
  html body .top .bt-donate a:hover i {
    color: #FFFFFF;
  }
  html body .banner {
    position: relative;
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
  }
  html body .banner .slider {
    position: relative;
    float: left;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  html body .banner .slider .box {
    position: absolute;
    width: 300px;
    top: 100px;
    right: 50px;
    border-radius: 10px;
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  html body .banner .slider .box h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 26px;
    font-weight: 700;
    color: #000000;
  }
  html body .banner .slider .box p {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  html body .banner .slider .box a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-radius: 5px;
    padding: 15px 0;
    background-color: #00C36E;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body .banner .slider .box a.bt i {
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #FFFFFF;
  }
  html body .banner .slider .box a.bt:hover {
    top: -5px;
  }
  html body .banner .slick-list .slick-track .slider {
    width: 100%;
    outline: 0;
  }
  html body .banner button.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    border: 0;
    padding: 20px;
    top: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: 0;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body .banner button.slick-arrow.slick-prev {
    left: -50px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body .banner button.slick-arrow.slick-prev:hover {
    left: -60px;
  }
  html body .banner button.slick-arrow.slick-next {
    right: -50px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body .banner button.slick-arrow.slick-next:hover {
    right: -60px;
  }
  html body .banner ul.slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body .banner ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body .banner ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body .banner ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body .banner ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main.home {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0 0 0;
  }
  html body main.home .projects {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
  }
  html body main.home .projects .slider {
    position: relative;
    float: left;
    padding: 0 15px;
  }
  html body main.home .projects .slider .thumb {
    position: relative;
    float: left;
    width: 100%;
    min-height: 160px;
    cursor: pointer;
  }
  html body main.home .projects .slider .thumb::after {
    position: absolute;
    width: 360px;
    height: 212px;
    top: 0;
    left: 0;
    border: 5px solid #FE615D;
    border-radius: 10px;
  }
  html body main.home .projects .slider .thumb:hover::after {
    content: "";
  }
  html body main.home .projects .slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  html body main.home .projects .slider .title {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    color: #000000;
  }
  html body main.home .projects .slider .lead {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body main.home .projects .slider a.bt {
    position: relative;
    float: left;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #FE615D;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home .projects .slider a.bt:hover {
    top: -5px;
  }
  html body main.home .projects .slick-list .slick-track .slider {
    width: 100%;
    outline: 0;
  }
  html body main.home .projects button.slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 0;
    padding: 20px;
    top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: 0;
    opacity: 0.3;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home .projects button.slick-arrow.slick-prev {
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main.home .projects button.slick-arrow.slick-prev:hover {
    left: -40px;
  }
  html body main.home .projects button.slick-arrow.slick-next {
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main.home .projects button.slick-arrow.slick-next:hover {
    right: -40px;
  }
  html body main.home .projects ul.slick-dots {
    display: none !important;
  }
  html body main.home .eca {
    position: relative;
    float: left;
    width: 96%;
    margin: 0 2%;
    border-radius: 10px;
    padding: 50px 0 80px 0;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top 50px left -160px;
  }
  html body main.home .eca.cor-1 {
    background-image: url("../img/layout/bg-nav-1.jpg");
    background-color: #00C36E;
  }
  html body main.home .eca.cor-1 a.bt {
    background-color: #750AEF;
    color: #FFFFFF;
  }
  html body main.home .eca.cor-1 a.bt i {
    color: #000000;
  }
  html body main.home .eca.cor-2 {
    background-image: url("../img/layout/bg-nav-2.jpg");
    background-color: #750AEF;
  }
  html body main.home .eca.cor-2 a.bt {
    background-color: #FE615D;
    color: #FFFFFF;
  }
  html body main.home .eca.cor-2 a.bt i {
    color: #000000;
  }
  html body main.home .eca.cor-3 {
    background-image: url("../img/layout/bg-nav-3.jpg");
    background-color: #FE615D;
  }
  html body main.home .eca.cor-3 a.bt {
    background-color: #00C36E;
    color: #FFFFFF;
  }
  html body main.home .eca.cor-3 a.bt i {
    color: #000000;
  }
  html body main.home .eca h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home .eca p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.home .eca p:last-child {
    margin: 0;
  }
  html body main.home .eca a.bt {
    position: relative;
    float: left;
    width: 40%;
    margin: 30px 30% 0 30%;
    border-radius: 10px;
    padding: 20px;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
  }
  html body main.home .eca a.bt:hover {
    top: -5px;
  }
  html body main.home .eca a.bt i {
    margin: 0 0 0 5px;
    font-size: 14px;
  }
  html body main.home .eca .testimonials {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0 30px 0;
  }
  html body main.home .eca .testimonials .slider {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home .eca .testimonials .slider .thumb {
    position: relative;
    float: left;
    width: 20%;
    padding: 10px;
  }
  html body main.home .eca .testimonials .slider .thumb img {
    width: 100%;
    height: auto;
    border: 5px solid #FFFFFF;
    border-radius: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  html body main.home .eca .testimonials .slider .quote {
    position: relative;
    float: right;
    width: 78%;
  }
  html body main.home .eca .testimonials .slider .quote q {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    color: #000000;
  }
  html body main.home .eca .testimonials .slider .quote .credentials {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home .eca .testimonials .slider .quote .credentials span {
    font-weight: 400;
    font-style: italic;
  }
  html body main.home .eca .testimonials .slick-list .slick-track .slider {
    width: 100%;
    outline: 0;
  }
  html body main.home .eca .testimonials button.slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 0;
    padding: 20px;
    top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: 0;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-prev {
    left: -50px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-prev:hover {
    left: -60px;
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-next {
    right: -50px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-next:hover {
    right: -60px;
  }
  html body main.home .eca .testimonials ul.slick-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.home .eca .testimonials ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.home .eca .testimonials ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home .eca .testimonials ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main.home .eca .testimonials ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main.intern {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1000px;
  }
  html body main.intern section.eca {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.eca .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/layout/header-eca.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.eca .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.eca .content .img-left {
    position: relative;
    float: left;
    width: 40%;
    margin: 0 0 20px 0;
  }
  html body main.intern section.eca .content .img-left img {
    width: 100%;
    height: auto;
  }
  html body main.intern section.eca .content .text-right {
    position: relative;
    float: right;
    width: 58%;
  }
  html body main.intern section.eca .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.eca .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.eca .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.eca .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.eca .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.eca .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.eca .content ul.sectores {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  html body main.intern section.eca .content ul.sectores li {
    display: inline-block;
    width: 270px;
    padding: 0 15px;
  }
  html body main.intern section.eca .content ul.sectores li img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.intern section.eca .content ul.crew {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  html body main.intern section.eca .content ul.crew li {
    display: inline-block;
    width: 350px;
    padding: 25px;
  }
  html body main.intern section.eca .content ul.crew li .img {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.eca .content ul.crew li .img img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.intern section.eca .content ul.crew li .employee {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.eca .content ul.crew li .job {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #333333;
  }
  html body main.intern section.eca .content ul.crew li ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    list-style-type: none;
  }
  html body main.intern section.eca .content ul.crew li ul.social li {
    display: inline-block;
    width: auto;
    margin: 0 2px;
    padding: 0;
  }
  html body main.intern section.eca .content ul.crew li ul.social li i {
    vertical-align: middle;
    font-size: 20px;
    color: #000000;
  }
  html body main.intern section.eca .content ul.crew li ul.social li i.fa-facebook-f {
    font-size: 17px;
  }
  html body main.intern section.eca .content ul.crew li ul.social li:hover {
    top: -5px;
  }
  html body main.intern section.projects {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.projects .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/layout/header-projects.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.projects .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.projects .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.projects .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.projects .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.projects .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.projects .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.projects .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.projects .content .category {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
  }
  html body main.intern section.projects .content .category .name {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #00C36E;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.projects .content .category .projects-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0;
  }
  html body main.intern section.projects .content .category .projects-list .project {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }
  html body main.intern section.projects .content .category .projects-list .project:last-child {
    margin: 0;
  }
  html body main.intern section.projects .content .category .projects-list .project .left {
    position: relative;
    float: left;
    width: 20%;
  }
  html body main.intern section.projects .content .category .projects-list .project .left .thumb {
    position: relative;
    float: left;
    width: 100%;
    height: 127px;
    overflow: hidden;
    border-radius: 5px;
  }
  html body main.intern section.projects .content .category .projects-list .project .left .thumb img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body main.intern section.projects .content .category .projects-list .project .right {
    position: relative;
    float: right;
    width: 78%;
  }
  html body main.intern section.projects .content .category .projects-list .project .right .title {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.projects .content .category .projects-list .project .right .subtitle {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.projects .content .category .projects-list .project .right a.bt {
    position: relative;
    float: left;
    margin: 20px 0 0 0;
    border-radius: 5px;
    padding: 15px;
    background-color: #FE615D;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.projects .content .category .projects-list .project .right a.bt:hover {
    top: -5px;
  }
  html body main.intern section.project {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.project .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.project .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.project .content .tag {
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #750AEF;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.project .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.project .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.project .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.project .content .html {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.project .content .html p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.project .content .html p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.project .content .html p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.project .content .html ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
    list-style-type: none;
  }
  html body main.intern section.project .content .html ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2.5px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main.intern section.project .content .html a {
    text-decoration: underline;
    color: #00C36E;
  }
  html body main.intern section.project .content .html a:hover {
    border-radius: 2px;
    padding: 5px;
    background-color: #00C36E;
    text-decoration: none;
    color: #FFFFFF;
  }
  html body main.intern section.project .content .video {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.project .content .video iframe {
    width: 100%;
    height: 420px;
    border-radius: 5px;
  }
  html body main.intern section.project .content ul.photos {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.intern section.project .content ul.photos li {
    position: relative;
    float: left;
    width: 300px;
    padding: 10px;
  }
  html body main.intern section.project .content ul.photos li::after {
    position: absolute;
    width: 280px;
    height: 186px;
    top: 5px;
    left: 5px;
    border: 5px solid #FE615D;
    border-radius: 10px;
    background-color: transparent;
  }
  html body main.intern section.project .content ul.photos li:hover {
    cursor: pointer;
  }
  html body main.intern section.project .content ul.photos li:hover::after {
    content: "";
  }
  html body main.intern section.project .content ul.photos li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  html body main.intern section.project .content .link {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.project .content .link a.bt {
    position: relative;
    float: left;
    margin: 0 0 50px 0;
    border-radius: 5px;
    padding: 20px 30px;
    background-color: #FE615D;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.project .content .link a.bt:hover {
    top: -5px;
  }
  html body main.intern section.project .content .return {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
  }
  html body main.intern section.project .content .return i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 30px;
    color: #00C36E;
  }
  html body main.intern section.project .content .return a {
    text-decoration: none;
    color: #000000;
  }
  html body main.intern section.project .content .return a:hover {
    color: #00C36E;
  }
  html body main.intern section.transparency {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.transparency .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/layout/header-services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.transparency .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.transparency .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.transparency .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.transparency .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.transparency .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.transparency .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.transparency .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.transparency .content ul.transparency-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
    list-style-type: none;
  }
  html body main.intern section.transparency .content ul.transparency-list li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.transparency .content ul.transparency-list li:last-child {
    margin: 0;
  }
  html body main.intern section.transparency .content ul.transparency-list li .item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.intern section.transparency .content ul.transparency-list li .item i {
    margin: 0 5px 0 0;
    font-size: 30px;
    color: #000000;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description p:last-child {
    margin: 0;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description a {
    text-decoration: underline;
    color: #000000;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description a:hover {
    color: #00C36E;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
    list-style-type: none;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2.5px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main.intern section.partners {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.partners .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/layout/header-partners.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.partners .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.partners .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.partners .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.partners .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.partners .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.partners .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.partners .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.partners .content ul.partners-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
    list-style-type: none;
  }
  html body main.intern section.partners .content ul.partners-list li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.partners .content ul.partners-list li:last-child {
    margin: 0;
  }
  html body main.intern section.partners .content ul.partners-list li .left {
    position: relative;
    float: left;
    width: 20%;
  }
  html body main.intern section.partners .content ul.partners-list li .left .thumb {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.partners .content ul.partners-list li .left .thumb img {
    width: 100%;
    height: auto;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
  }
  html body main.intern section.partners .content ul.partners-list li .right {
    position: relative;
    float: right;
    width: 78%;
  }
  html body main.intern section.partners .content ul.partners-list li .right .partner {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.intern section.partners .content ul.partners-list li .right .description {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  html body main.intern section.partners .content ul.partners-list li .right .description p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.partners .content ul.partners-list li .right .description p:last-child {
    margin: 0;
  }
  html body main.intern section.partners .content ul.partners-list li .right a {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    color: #000000;
  }
  html body main.intern section.partners .content ul.partners-list li .right a:hover {
    color: #FE615D;
  }
  html body main.intern section.partners .content ul.partners-list li .right a i {
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #000000;
  }
  html body main.intern section.donate {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.donate .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.donate .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.donate .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.donate .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 30px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.donate .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.donate .content p:last-child {
    margin: 0;
  }
  html body main.intern section.donate .content a.fundraiseup {
    position: relative;
    float: left;
    width: 50%;
    margin: 50px 25%;
    border-radius: 10px;
    padding: 15px 0;
    background-color: #FE615D;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.intern section.donate .content a.fundraiseup:hover {
    background-color: #750AEF;
  }
  html body main.intern section.donate .content a.fundraiseup i {
    margin: 0 5px 0 0;
    font-size: 22px;
  }
  html body main.intern section.donate .content .pix {
    position: relative;
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    border-radius: 10px;
    padding: 30px;
    background-color: #00C36E;
  }
  html body main.intern section.donate .content .pix .text {
    position: relative;
    float: left;
    width: 55%;
  }
  html body main.intern section.donate .content .pix .text h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.donate .content .pix .text p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.intern section.donate .content .pix .text p:last-child {
    margin: 0;
  }
  html body main.intern section.donate .content .pix .text ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  html body main.intern section.donate .content .pix .text ul li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 18px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }
  html body main.intern section.donate .content .pix .qrcode {
    position: relative;
    float: right;
    width: 35%;
  }
  html body main.intern section.donate .content .pix .qrcode img {
    width: 100%;
    height: auto;
  }
  html body main.intern section.donate .content .faq {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
  }
  html body main.intern section.donate .content .faq .question {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    color: #999999;
  }
  html body main.intern section.donate .content .faq .response {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #999999;
  }
  html body main.intern section.donate .content .faq .response:last-child {
    margin: 0;
  }
  html body main.intern section.privacy {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.privacy .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.privacy .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.privacy .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.privacy .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.privacy .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.privacy .content p:last-child {
    margin: 0;
  }
  html body main.intern section.privacy .content p a {
    text-decoration: none;
    color: #00C36E;
  }
  html body main.intern section.privacy .content p a:hover {
    text-decoration: underline;
  }
  html body main.intern section.privacy .content ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
  }
  html body main.intern section.privacy .content ul:last-child {
    margin: 0;
  }
  html body main.intern section.privacy .content ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 30px;
    list-style-type: disc;
    line-height: 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.privacy .content .update {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 2px solid #EFEFEF;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 28px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.intern section.privacy .content .update strong {
    font-weight: 500;
    color: #000000;
  }
  html body main.intern section.use {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.use .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.use .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.use .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.use .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.use .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.use .content p:last-child {
    margin: 0;
  }
  html body main.intern section.use .content p a {
    text-decoration: none;
    color: #00C36E;
  }
  html body main.intern section.use .content p a:hover {
    text-decoration: underline;
  }
  html body main.intern section.use .content ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
  }
  html body main.intern section.use .content ul:last-child {
    margin: 0;
  }
  html body main.intern section.use .content ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 30px;
    list-style-type: disc;
    line-height: 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.use .content ul li a {
    text-decoration: none;
    color: #00C36E;
  }
  html body main.intern section.use .content ul li a:hover {
    text-decoration: underline;
  }
  html body main.intern section.use .content .update {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 2px solid #EFEFEF;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 28px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.intern section.use .content .update strong {
    font-weight: 500;
    color: #000000;
  }
  html body main.intern section.report {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.report .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.report .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.report .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.report .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.report .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.report .content p:last-child {
    margin: 0;
  }
  html body main.intern section.report .content p a {
    text-decoration: none;
    color: #00C36E;
  }
  html body main.intern section.report .content p a:hover {
    text-decoration: underline;
  }
  html body main.intern section.report .content form {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
  }
  html body main.intern section.report .content form item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }
  html body main.intern section.report .content form item:last-child {
    margin: 0;
  }
  html body main.intern section.report .content form item p.title {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.report .content form item label {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.report .content form item label input[type=text], html body main.intern section.report .content form item label input[type=email] {
    position: relative;
    float: left;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 15px;
    outline: 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.report .content form item label input[type=text].large, html body main.intern section.report .content form item label input[type=email].large {
    width: 100%;
  }
  html body main.intern section.report .content form item label input[type=text].medium, html body main.intern section.report .content form item label input[type=email].medium {
    width: 50%;
  }
  html body main.intern section.report .content form item label input[type=text].small, html body main.intern section.report .content form item label input[type=email].small {
    width: 15%;
  }
  html body .logos {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
    background-color: #FFFFFF;
  }
  html body .logos h2 {
    position: relative;
    float: left;
    width: 9%;
    margin: 75px 0 0 0;
    text-transform: uppercase;
    text-align: right;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  html body .logos ul {
    position: relative;
    float: right;
    width: 91%;
    list-style-type: none;
    text-align: center;
  }
  html body .logos ul li {
    display: inline-block;
    margin: 0 5px;
  }
  html body .logos ul li img {
    width: 160px;
    height: 160px;
  }
  html body .logos ul li a {
    position: relative;
    float: left;
    width: 100%;
    opacity: 0.5;
  }
  html body .logos ul li a:hover {
    opacity: 1;
  }
  html body footer {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer .copyright {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-famiLy: "Barlow Condensed";
    font-size: 22px;
    font-weight: 400;
    color: #000000;
  }
  html body footer .copyright p {
    position: relative;
    float: left;
    width: 100%;
    line-height: 26px;
    text-transform: uppercase;
  }
  html body footer .copyright ul.links {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  html body footer .copyright ul.links li {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .copyright ul.links li::after {
    display: inline-block;
    content: "|";
    width: 20px;
    text-align: center;
    color: #000000;
  }
  html body footer .copyright ul.links li:last-child::after {
    display: none;
  }
  html body footer .copyright ul.links li a {
    text-decoration: none;
    font-family: "Barlow Condensed" !important;
    color: #FFFFFF;
  }
  html body footer .copyright ul.links li a:hover {
    text-decoration: underline;
  }
  html body footer.cor-1 {
    background-color: #FE615D;
  }
  html body footer.cor-1 .copyright {
    background-color: color-mix(in srgb, #FE615D, black 20%);
  }
  html body footer.cor-2 {
    background-color: #00C36E;
  }
  html body footer.cor-2 .copyright {
    background-color: color-mix(in srgb, #00C36E, black 20%);
  }
  html body footer.cor-3 {
    background-color: #750AEF;
  }
  html body footer.cor-3 .copyright {
    background-color: color-mix(in srgb, #750AEF, black 20%);
  }
  html body footer .columns {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px 0;
  }
  html body footer .columns .column {
    position: relative;
    float: left;
  }
  html body footer .columns .column.first {
    width: 30%;
    text-align: right;
  }
  html body footer .columns .column.first ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    list-style-type: none;
  }
  html body footer .columns .column.first ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body footer .columns .column.first ul.social li i {
    vertical-align: middle;
    font-size: 30px;
    color: #FFFFFF;
  }
  html body footer .columns .column.first ul.social li i:hover {
    color: #000000;
  }
  html body footer .columns .column.first ul.social li i.fa-facebook-f {
    font-size: 25px;
  }
  html body footer .columns .column.first h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  html body footer .columns .column.first h3 i {
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #FFFFFF;
  }
  html body footer .columns .column.second {
    width: 40%;
    padding: 15px 50px 0 50px;
  }
  html body footer .columns .column.second #formNewsletter {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body footer .columns .column.second #formNewsletter input[type=email] {
    display: inline-flex;
    width: 320px;
    border: 0;
    border-radius: 100px;
    padding: 15px 15px 15px 55px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDcyIDcyIiB3aWR0aD0iNzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMzYsNzIgTDM2LDcyIEM1NS44ODIyNTEsNzIgNzIsNTUuODgyMjUxIDcyLDM2IEw3MiwzNiBDNzIsMTYuMTE3NzQ5IDU1Ljg4MjI1MSwtMy42NTIzMTAyNmUtMTUgMzYsMCBMMzYsMCBDMTYuMTE3NzQ5LDMuNjUyMzEwMjZlLTE1IC0yLjQzNDg3MzVlLTE1LDE2LjExNzc0OSAwLDM2IEwwLDM2IEMyLjQzNDg3MzVlLTE1LDU1Ljg4MjI1MSAxNi4xMTc3NDksNzIgMzYsNzIgWiIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0xOCwyNi4xNjIzMjI2IEwxOCw0Ni41NDc2MTI5IEMxOCw0Ny42NTY2NDUyIDE4LjgxMTc0MTksNDguNTU1NDgzOSAxOS45MzAwNjQ1LDQ4LjU1NTQ4MzkgTDUxLjc0NDc3NDIsNDguNTU1NDgzOSBDNTIuODYxOTM1NSw0OC41NTU0ODM5IDUzLjY3NDgzODcsNDcuNjQ2MTkzNSA1My42NzQ4Mzg3LDQ2LjU0NzYxMjkgTDUzLjY3NDgzODcsMjYuMTYyMzIyNiBDNTMuNjc0ODM4NywyNC45NDUyOTAzIDUyLjk0Nzg3MSwyNCA1MS43NDQ3NzQyLDI0IEwxOS45MzAwNjQ1LDI0IEMxOC42ODA1MTYxLDI0IDE4LDI0Ljk2ODUxNjEgMTgsMjYuMTYyMzIyNiBNMjAuOTMzNDE5NCwyNy45Mzc5MzU1IEMyMC45MzM0MTk0LDI3LjQ0NjcwOTcgMjEuMjMwNzA5NywyNy4xNjU2Nzc0IDIxLjcwNTY3NzQsMjcuMTY1Njc3NCBDMjEuOTk5NDgzOSwyNy4xNjU2Nzc0IDMzLjU2MDEyOSwzNC40OTEwOTY4IDM0LjI2MDM4NzEsMzQuOTIwNzc0MiBMMzYuMDY5Njc3NCwzNi4wNDYwNjQ1IEMzNi42NDMzNTQ4LDM1LjY2MTY3NzQgMzcuMjE5MzU0OCwzNS4zMzMwMzIzIDM3LjgxMzkzNTUsMzQuOTM0NzA5NyBDMzkuMDI3NDgzOSwzNC4xNTg5Njc3IDQ5LjgyNTE2MTMsMjcuMTY1Njc3NCA1MC4xMjI0NTE2LDI3LjE2NTY3NzQgQzUwLjU5ODU4MDYsMjcuMTY1Njc3NCA1MC44OTQ3MDk3LDI3LjQ0NjcwOTcgNTAuODk0NzA5NywyNy45Mzc5MzU1IEM1MC44OTQ3MDk3LDI4LjQ1ODE5MzUgNDkuODkyNTE2MSwyOC45NzQ5Njc3IDQ5LjIzOTg3MSwyOS4zNzMyOTAzIEM0NS4xMzkzNTQ4LDMxLjg3MjM4NzEgNDEuMDQsMzQuNTk2Nzc0MiAzNi45ODAxMjksMzcuMTg4Nzc0MiBDMzYuNzQzMjI1OCwzNy4zNDkwMzIzIDM2LjI4NDUxNjEsMzcuNjkxNjEyOSAzNS45NDA3NzQyLDM3LjYzOTM1NDggQzM1LjU1NzU0ODQsMzcuNTgwMTI5IDIzLjc5MzY3NzQsMzAuMDIyNDUxNiAyMS42NTM0MTk0LDI4Ljc2MzYxMjkgQzIxLjMzMTc0MTksMjguNTc0MzIyNiAyMC45MzM0MTk0LDI4LjQwMTI5MDMgMjAuOTMzNDE5NCwyNy45Mzc5MzU1IiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left 5px center;
    background-color: #FFFFFF;
    vertical-align: middle;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body footer .columns .column.second #formNewsletter input[type=email]::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
  }
  html body footer .columns .column.second #formNewsletter label.error {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #C10B0B;
  }
  html body footer .columns .column.second #formNewsletter i.submit {
    display: inline-flex;
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 40px;
    color: #FFFFFF;
  }
  html body footer .columns .column.second #formNewsletter i.submit:hover {
    color: #000000;
  }
  html body footer .columns .column.third {
    width: 30%;
    text-align: left;
  }
  html body footer .columns .column.third h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .columns .column.third h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  html body footer .columns .column.third h3 a {
    outline: 0;
    font-family: "Barlow Condensed";
    text-decoration: none;
    color: #000000;
  }
  html body footer .columns .column.third h3 a:hover {
    color: #FFFFFF;
  }
  html body footer .columns .column.third h3 a i {
    color: #FFFFFF;
  }
  html body footer .columns .column.third h3 a i.fa-envelope {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 18px;
  }
  html body footer .columns .column.third h3 a i i.fa-whatsapp {
    margin: 0 5px 0 0;
    font-size: 18px;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  * {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 130px 0 0 0;
  }
  html body:after {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: all 0.3s linear;
    content: "";
    opacity: 0;
  }
  html body.open {
    overflow: hidden;
  }
  html body.open:after {
    opacity: 0.9;
    visibility: visible;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 1280px;
    padding: 0 40px;
  }
  html body .alignment.medium {
    width: 960px;
  }
  html body .alignment.small {
    width: 720px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body .right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body .center-content {
    position: absolute;
    width: 1280px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body nav.eca {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 9;
  }
  html body nav.eca .b-nav {
    visibility: hidden;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -5000px;
    z-index: 11;
    transition: all 0.3s ease;
  }
  html body nav.eca .b-nav.open {
    visibility: visible;
    left: 0;
  }
  html body nav.eca .b-nav.open.eca-1 {
    background-image: url("../img/layout/bg-nav-1.jpg");
    background-repeat: no-repeat;
    background-position: right -180px bottom -100px;
    background-size: 45%;
    background-color: #00C36E;
  }
  html body nav.eca .b-nav.open.eca-2 {
    background-image: url("../img/layout/bg-nav-2.jpg");
    background-repeat: no-repeat;
    background-position: right -180px bottom -100px;
    background-size: 45%;
    background-color: #750AEF;
  }
  html body nav.eca .b-nav.open.eca-3 {
    background-image: url("../img/layout/bg-nav-3.jpg");
    background-repeat: no-repeat;
    background-position: right -180px bottom -100px;
    background-size: 45%;
    background-color: #FE615D;
  }
  html body nav.eca .b-nav ul {
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 100px 0 0 100px;
    list-style-type: none;
  }
  html body nav.eca .b-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2.5px 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 400;
    color: #000000;
  }
  html body nav.eca .b-nav ul li:last-child {
    margin: 0;
  }
  html body nav.eca .b-nav ul li a {
    text-decoration: none;
    color: #000000;
  }
  html body nav.eca .b-nav ul li a:hover {
    color: #FFFFFF;
  }
  html body nav.eca .b-nav ul li a.on {
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 70px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body nav.eca .b-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  html body nav.eca .b-container .b-menu {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 40px 0 0 35px;
    z-index: 12;
    transition: all 0.3s linear;
    user-select: none;
    cursor: pointer;
  }
  html body nav.eca .b-container .b-menu .b-bun {
    position: relative;
    background: #00C36E;
    transition: all 0.3s linear;
  }
  html body nav.eca .b-container .b-menu .b-bun--top {
    width: 30px;
    height: 2px;
    top: 0;
  }
  html body nav.eca .b-container .b-menu .b-bun--mid {
    width: 30px;
    height: 2px;
    top: 5px;
  }
  html body nav.eca .b-container .b-menu .b-bun--bottom {
    width: 30px;
    height: 2px;
    top: 10px;
  }
  html body nav.eca .b-container.open .b-menu .b-bun--top {
    top: 8px;
    background: #FFFFFF;
    transform: rotate(45deg);
  }
  html body nav.eca .b-container.open .b-menu .b-bun--mid {
    opacity: 0;
  }
  html body nav.eca .b-container.open .b-menu .b-bun--bottom {
    top: 4px;
    background: #FFFFFF;
    transform: rotate(-45deg);
  }
  html body .top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 25px 0;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  html body .top::after {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-image: url("../img/layout/bg-gradient.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
  html body .top h1.logo {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/eca-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body .top h1.logo.big {
    height: 80px;
    transition: all 0.3s ease;
  }
  html body .top h1.logo.small {
    height: 60px;
    transition: all 0.3s ease;
  }
  html body .top .bt-donate {
    position: fixed;
    top: 40px;
    right: 40px;
  }
  html body .top .bt-donate a {
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body .top .bt-donate a i {
    font-size: 24px;
    color: #FE615D;
  }
  html body .top .bt-donate a:hover {
    background-color: #FE615D;
  }
  html body .top .bt-donate a:hover i {
    color: #FFFFFF;
  }
  html body .banner {
    position: relative;
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
  }
  html body .banner .slider {
    position: relative;
    float: left;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  html body .banner .slider .box {
    position: absolute;
    width: 300px;
    top: 100px;
    right: 50px;
    border-radius: 10px;
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  html body .banner .slider .box h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 26px;
    font-weight: 700;
    color: #000000;
  }
  html body .banner .slider .box p {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  html body .banner .slider .box a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-radius: 5px;
    padding: 15px 0;
    background-color: #00C36E;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body .banner .slider .box a.bt i {
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #FFFFFF;
  }
  html body .banner .slider .box a.bt:hover {
    top: -5px;
  }
  html body .banner .slick-list .slick-track .slider {
    width: 100%;
    outline: 0;
  }
  html body .banner button.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    border: 0;
    padding: 20px;
    top: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: 0;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body .banner button.slick-arrow.slick-prev {
    left: -50px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body .banner button.slick-arrow.slick-prev:hover {
    left: -60px;
  }
  html body .banner button.slick-arrow.slick-next {
    right: -50px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body .banner button.slick-arrow.slick-next:hover {
    right: -60px;
  }
  html body .banner ul.slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body .banner ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body .banner ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body .banner ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body .banner ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main.home {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0 0 0;
  }
  html body main.home .projects {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
  }
  html body main.home .projects .slider {
    position: relative;
    float: left;
    padding: 0 15px;
  }
  html body main.home .projects .slider .thumb {
    position: relative;
    float: left;
    width: 100%;
    min-height: 160px;
    cursor: pointer;
  }
  html body main.home .projects .slider .thumb::after {
    position: absolute;
    width: 360px;
    height: 212px;
    top: 0;
    left: 0;
    border: 5px solid #FE615D;
    border-radius: 10px;
  }
  html body main.home .projects .slider .thumb:hover::after {
    content: "";
  }
  html body main.home .projects .slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  html body main.home .projects .slider .title {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    color: #000000;
  }
  html body main.home .projects .slider .lead {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body main.home .projects .slider a.bt {
    position: relative;
    float: left;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #FE615D;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home .projects .slider a.bt:hover {
    top: -5px;
  }
  html body main.home .projects .slick-list .slick-track .slider {
    width: 100%;
    outline: 0;
  }
  html body main.home .projects button.slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 0;
    padding: 20px;
    top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: 0;
    opacity: 0.3;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home .projects button.slick-arrow.slick-prev {
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main.home .projects button.slick-arrow.slick-prev:hover {
    left: -40px;
  }
  html body main.home .projects button.slick-arrow.slick-next {
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main.home .projects button.slick-arrow.slick-next:hover {
    right: -40px;
  }
  html body main.home .projects ul.slick-dots {
    display: none !important;
  }
  html body main.home .eca {
    position: relative;
    float: left;
    width: 96%;
    margin: 0 2%;
    border-radius: 10px;
    padding: 50px 0 80px 0;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top 50px left -160px;
  }
  html body main.home .eca.cor-1 {
    background-image: url("../img/layout/bg-nav-1.jpg");
    background-color: #00C36E;
  }
  html body main.home .eca.cor-1 a.bt {
    background-color: #750AEF;
    color: #FFFFFF;
  }
  html body main.home .eca.cor-1 a.bt i {
    color: #000000;
  }
  html body main.home .eca.cor-2 {
    background-image: url("../img/layout/bg-nav-2.jpg");
    background-color: #750AEF;
  }
  html body main.home .eca.cor-2 a.bt {
    background-color: #FE615D;
    color: #FFFFFF;
  }
  html body main.home .eca.cor-2 a.bt i {
    color: #000000;
  }
  html body main.home .eca.cor-3 {
    background-image: url("../img/layout/bg-nav-3.jpg");
    background-color: #FE615D;
  }
  html body main.home .eca.cor-3 a.bt {
    background-color: #00C36E;
    color: #FFFFFF;
  }
  html body main.home .eca.cor-3 a.bt i {
    color: #000000;
  }
  html body main.home .eca h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home .eca p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.home .eca p:last-child {
    margin: 0;
  }
  html body main.home .eca a.bt {
    position: relative;
    float: left;
    width: 40%;
    margin: 30px 30% 0 30%;
    border-radius: 10px;
    padding: 20px;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
  }
  html body main.home .eca a.bt:hover {
    top: -5px;
  }
  html body main.home .eca a.bt i {
    margin: 0 0 0 5px;
    font-size: 14px;
  }
  html body main.home .eca .testimonials {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0 30px 0;
  }
  html body main.home .eca .testimonials .slider {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home .eca .testimonials .slider .thumb {
    position: relative;
    float: left;
    width: 20%;
    padding: 10px;
  }
  html body main.home .eca .testimonials .slider .thumb img {
    width: 100%;
    height: auto;
    border: 5px solid #FFFFFF;
    border-radius: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  html body main.home .eca .testimonials .slider .quote {
    position: relative;
    float: right;
    width: 78%;
  }
  html body main.home .eca .testimonials .slider .quote q {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    color: #000000;
  }
  html body main.home .eca .testimonials .slider .quote .credentials {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home .eca .testimonials .slider .quote .credentials span {
    font-weight: 400;
    font-style: italic;
  }
  html body main.home .eca .testimonials .slick-list .slick-track .slider {
    width: 100%;
    outline: 0;
  }
  html body main.home .eca .testimonials button.slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 0;
    padding: 20px;
    top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: 0;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-prev {
    left: -50px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-prev:hover {
    left: -60px;
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-next {
    right: -50px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main.home .eca .testimonials button.slick-arrow.slick-next:hover {
    right: -60px;
  }
  html body main.home .eca .testimonials ul.slick-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.home .eca .testimonials ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.home .eca .testimonials ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home .eca .testimonials ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main.home .eca .testimonials ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main.intern {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1000px;
  }
  html body main.intern section.eca {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.eca .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/layout/header-eca.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.eca .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.eca .content .img-left {
    position: relative;
    float: left;
    width: 40%;
    margin: 0 0 20px 0;
  }
  html body main.intern section.eca .content .img-left img {
    width: 100%;
    height: auto;
  }
  html body main.intern section.eca .content .text-right {
    position: relative;
    float: right;
    width: 58%;
  }
  html body main.intern section.eca .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.eca .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.eca .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.eca .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.eca .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.eca .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.eca .content ul.sectores {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  html body main.intern section.eca .content ul.sectores li {
    display: inline-block;
    width: 270px;
    padding: 0 15px;
  }
  html body main.intern section.eca .content ul.sectores li img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.intern section.eca .content ul.crew {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  html body main.intern section.eca .content ul.crew li {
    display: inline-block;
    width: 350px;
    padding: 25px;
  }
  html body main.intern section.eca .content ul.crew li .img {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.eca .content ul.crew li .img img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.intern section.eca .content ul.crew li .employee {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.eca .content ul.crew li .job {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #333333;
  }
  html body main.intern section.eca .content ul.crew li ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    list-style-type: none;
  }
  html body main.intern section.eca .content ul.crew li ul.social li {
    display: inline-block;
    width: auto;
    margin: 0 2px;
    padding: 0;
  }
  html body main.intern section.eca .content ul.crew li ul.social li i {
    vertical-align: middle;
    font-size: 20px;
    color: #000000;
  }
  html body main.intern section.eca .content ul.crew li ul.social li i.fa-facebook-f {
    font-size: 17px;
  }
  html body main.intern section.eca .content ul.crew li ul.social li:hover {
    top: -5px;
  }
  html body main.intern section.projects {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.projects .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/layout/header-projects.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.projects .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.projects .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.projects .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.projects .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.projects .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.projects .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.projects .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.projects .content .category {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
  }
  html body main.intern section.projects .content .category .name {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #00C36E;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.projects .content .category .projects-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0;
  }
  html body main.intern section.projects .content .category .projects-list .project {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }
  html body main.intern section.projects .content .category .projects-list .project:last-child {
    margin: 0;
  }
  html body main.intern section.projects .content .category .projects-list .project .left {
    position: relative;
    float: left;
    width: 20%;
  }
  html body main.intern section.projects .content .category .projects-list .project .left .thumb {
    position: relative;
    float: left;
    width: 100%;
    height: 127px;
    overflow: hidden;
    border-radius: 5px;
  }
  html body main.intern section.projects .content .category .projects-list .project .left .thumb img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body main.intern section.projects .content .category .projects-list .project .right {
    position: relative;
    float: right;
    width: 78%;
  }
  html body main.intern section.projects .content .category .projects-list .project .right .title {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.projects .content .category .projects-list .project .right .subtitle {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.projects .content .category .projects-list .project .right a.bt {
    position: relative;
    float: left;
    margin: 20px 0 0 0;
    border-radius: 5px;
    padding: 15px;
    background-color: #FE615D;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.projects .content .category .projects-list .project .right a.bt:hover {
    top: -5px;
  }
  html body main.intern section.project {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.project .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.project .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.project .content .tag {
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #750AEF;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.project .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.project .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.project .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.project .content .html {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.project .content .html p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.project .content .html p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.project .content .html p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.project .content .html ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
    list-style-type: none;
  }
  html body main.intern section.project .content .html ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2.5px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main.intern section.project .content .html a {
    text-decoration: underline;
    color: #00C36E;
  }
  html body main.intern section.project .content .html a:hover {
    border-radius: 2px;
    padding: 5px;
    background-color: #00C36E;
    text-decoration: none;
    color: #FFFFFF;
  }
  html body main.intern section.project .content .video {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.project .content .video iframe {
    width: 100%;
    height: 420px;
    border-radius: 5px;
  }
  html body main.intern section.project .content ul.photos {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.intern section.project .content ul.photos li {
    position: relative;
    float: left;
    width: 300px;
    padding: 10px;
  }
  html body main.intern section.project .content ul.photos li::after {
    position: absolute;
    width: 280px;
    height: 186px;
    top: 5px;
    left: 5px;
    border: 5px solid #FE615D;
    border-radius: 10px;
    background-color: transparent;
  }
  html body main.intern section.project .content ul.photos li:hover {
    cursor: pointer;
  }
  html body main.intern section.project .content ul.photos li:hover::after {
    content: "";
  }
  html body main.intern section.project .content ul.photos li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  html body main.intern section.project .content .link {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.project .content .link a.bt {
    position: relative;
    float: left;
    margin: 0 0 50px 0;
    border-radius: 5px;
    padding: 20px 30px;
    background-color: #FE615D;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.project .content .link a.bt:hover {
    top: -5px;
  }
  html body main.intern section.project .content .return {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
  }
  html body main.intern section.project .content .return i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 30px;
    color: #00C36E;
  }
  html body main.intern section.project .content .return a {
    text-decoration: none;
    color: #000000;
  }
  html body main.intern section.project .content .return a:hover {
    color: #00C36E;
  }
  html body main.intern section.transparency {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.transparency .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/layout/header-services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.transparency .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.transparency .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.transparency .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.transparency .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.transparency .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.transparency .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.transparency .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.transparency .content ul.transparency-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
    list-style-type: none;
  }
  html body main.intern section.transparency .content ul.transparency-list li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.transparency .content ul.transparency-list li:last-child {
    margin: 0;
  }
  html body main.intern section.transparency .content ul.transparency-list li .item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.intern section.transparency .content ul.transparency-list li .item i {
    margin: 0 5px 0 0;
    font-size: 30px;
    color: #000000;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description p:last-child {
    margin: 0;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description a {
    text-decoration: underline;
    color: #000000;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description a:hover {
    color: #00C36E;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
    list-style-type: none;
  }
  html body main.intern section.transparency .content ul.transparency-list li .description ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2.5px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main.intern section.partners {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.partners .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/layout/header-partners.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.partners .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.partners .content h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.partners .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 60px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.partners .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #FE615D;
  }
  html body main.intern section.partners .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.partners .content p:first-child {
    margin: 0 0 10px 0;
  }
  html body main.intern section.partners .content p:last-child {
    margin: 10px 0 0 0;
  }
  html body main.intern section.partners .content ul.partners-list {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
    list-style-type: none;
  }
  html body main.intern section.partners .content ul.partners-list li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.intern section.partners .content ul.partners-list li:last-child {
    margin: 0;
  }
  html body main.intern section.partners .content ul.partners-list li .left {
    position: relative;
    float: left;
    width: 20%;
  }
  html body main.intern section.partners .content ul.partners-list li .left .thumb {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.partners .content ul.partners-list li .left .thumb img {
    width: 100%;
    height: auto;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
  }
  html body main.intern section.partners .content ul.partners-list li .right {
    position: relative;
    float: right;
    width: 78%;
  }
  html body main.intern section.partners .content ul.partners-list li .right .partner {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.intern section.partners .content ul.partners-list li .right .description {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  html body main.intern section.partners .content ul.partners-list li .right .description p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.partners .content ul.partners-list li .right .description p:last-child {
    margin: 0;
  }
  html body main.intern section.partners .content ul.partners-list li .right a {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    color: #000000;
  }
  html body main.intern section.partners .content ul.partners-list li .right a:hover {
    color: #FE615D;
  }
  html body main.intern section.partners .content ul.partners-list li .right a i {
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #000000;
  }
  html body main.intern section.donate {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.donate .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EFEFEF;
  }
  html body main.intern section.donate .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.donate .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.donate .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 30px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.donate .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.donate .content p:last-child {
    margin: 0;
  }
  html body main.intern section.donate .content a.fundraiseup {
    position: relative;
    float: left;
    width: 50%;
    margin: 50px 25%;
    border-radius: 10px;
    padding: 15px 0;
    background-color: #FE615D;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.intern section.donate .content a.fundraiseup:hover {
    background-color: #750AEF;
  }
  html body main.intern section.donate .content a.fundraiseup i {
    margin: 0 5px 0 0;
    font-size: 22px;
  }
  html body main.intern section.donate .content .pix {
    position: relative;
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    border-radius: 10px;
    padding: 30px;
    background-color: #00C36E;
  }
  html body main.intern section.donate .content .pix .text {
    position: relative;
    float: left;
    width: 55%;
  }
  html body main.intern section.donate .content .pix .text h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.intern section.donate .content .pix .text p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.intern section.donate .content .pix .text p:last-child {
    margin: 0;
  }
  html body main.intern section.donate .content .pix .text ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  html body main.intern section.donate .content .pix .text ul li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 18px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }
  html body main.intern section.donate .content .pix .qrcode {
    position: relative;
    float: right;
    width: 35%;
  }
  html body main.intern section.donate .content .pix .qrcode img {
    width: 100%;
    height: auto;
  }
  html body main.intern section.donate .content .faq {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
  }
  html body main.intern section.donate .content .faq .question {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    color: #999999;
  }
  html body main.intern section.donate .content .faq .response {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #999999;
  }
  html body main.intern section.donate .content .faq .response:last-child {
    margin: 0;
  }
  html body main.intern section.privacy {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.privacy .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.privacy .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.privacy .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.privacy .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.privacy .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.privacy .content p:last-child {
    margin: 0;
  }
  html body main.intern section.privacy .content p a {
    text-decoration: none;
    color: #00C36E;
  }
  html body main.intern section.privacy .content p a:hover {
    text-decoration: underline;
  }
  html body main.intern section.privacy .content ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
  }
  html body main.intern section.privacy .content ul:last-child {
    margin: 0;
  }
  html body main.intern section.privacy .content ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 30px;
    list-style-type: disc;
    line-height: 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.privacy .content .update {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 2px solid #EFEFEF;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 28px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.intern section.privacy .content .update strong {
    font-weight: 500;
    color: #000000;
  }
  html body main.intern section.use {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.use .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.use .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.use .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.use .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.use .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.use .content p:last-child {
    margin: 0;
  }
  html body main.intern section.use .content p a {
    text-decoration: none;
    color: #00C36E;
  }
  html body main.intern section.use .content p a:hover {
    text-decoration: underline;
  }
  html body main.intern section.use .content ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
  }
  html body main.intern section.use .content ul:last-child {
    margin: 0;
  }
  html body main.intern section.use .content ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 30px;
    list-style-type: disc;
    line-height: 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.use .content ul li a {
    text-decoration: none;
    color: #00C36E;
  }
  html body main.intern section.use .content ul li a:hover {
    text-decoration: underline;
  }
  html body main.intern section.use .content .update {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 2px solid #EFEFEF;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 28px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.intern section.use .content .update strong {
    font-weight: 500;
    color: #000000;
  }
  html body main.intern section.report {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.intern section.report .content {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0;
  }
  html body main.intern section.report .content h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 100px;
    font-weight: 700;
    color: #00C36E;
  }
  html body main.intern section.report .content h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.report .content h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.report .content p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.report .content p:last-child {
    margin: 0;
  }
  html body main.intern section.report .content p a {
    text-decoration: none;
    color: #00C36E;
  }
  html body main.intern section.report .content p a:hover {
    text-decoration: underline;
  }
  html body main.intern section.report .content form {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
  }
  html body main.intern section.report .content form item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }
  html body main.intern section.report .content form item:last-child {
    margin: 0;
  }
  html body main.intern section.report .content form item p.title {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #000000;
  }
  html body main.intern section.report .content form item label {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.report .content form item label input[type=text], html body main.intern section.report .content form item label input[type=email] {
    position: relative;
    float: left;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 15px;
    outline: 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  html body main.intern section.report .content form item label input[type=text].large, html body main.intern section.report .content form item label input[type=email].large {
    width: 100%;
  }
  html body main.intern section.report .content form item label input[type=text].medium, html body main.intern section.report .content form item label input[type=email].medium {
    width: 50%;
  }
  html body main.intern section.report .content form item label input[type=text].small, html body main.intern section.report .content form item label input[type=email].small {
    width: 15%;
  }
  html body .logos {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
    background-color: #FFFFFF;
  }
  html body .logos h2 {
    position: relative;
    float: left;
    width: 9%;
    margin: 75px 0 0 0;
    text-transform: uppercase;
    text-align: right;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  html body .logos ul {
    position: relative;
    float: right;
    width: 91%;
    list-style-type: none;
    text-align: center;
  }
  html body .logos ul li {
    display: inline-block;
    margin: 0 5px;
  }
  html body .logos ul li img {
    width: 160px;
    height: 160px;
  }
  html body .logos ul li a {
    position: relative;
    float: left;
    width: 100%;
    opacity: 0.5;
  }
  html body .logos ul li a:hover {
    opacity: 1;
  }
  html body footer {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer .copyright {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-famiLy: "Barlow Condensed";
    font-size: 22px;
    font-weight: 400;
    color: #000000;
  }
  html body footer .copyright p {
    position: relative;
    float: left;
    width: 100%;
    line-height: 26px;
    text-transform: uppercase;
  }
  html body footer .copyright ul.links {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  html body footer .copyright ul.links li {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .copyright ul.links li::after {
    display: inline-block;
    content: "|";
    width: 20px;
    text-align: center;
    color: #000000;
  }
  html body footer .copyright ul.links li:last-child::after {
    display: none;
  }
  html body footer .copyright ul.links li a {
    text-decoration: none;
    font-family: "Barlow Condensed" !important;
    color: #FFFFFF;
  }
  html body footer .copyright ul.links li a:hover {
    text-decoration: underline;
  }
  html body footer.cor-1 {
    background-color: #FE615D;
  }
  html body footer.cor-1 .copyright {
    background-color: color-mix(in srgb, #FE615D, black 20%);
  }
  html body footer.cor-2 {
    background-color: #00C36E;
  }
  html body footer.cor-2 .copyright {
    background-color: color-mix(in srgb, #00C36E, black 20%);
  }
  html body footer.cor-3 {
    background-color: #750AEF;
  }
  html body footer.cor-3 .copyright {
    background-color: color-mix(in srgb, #750AEF, black 20%);
  }
  html body footer .columns {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px 0;
  }
  html body footer .columns .column {
    position: relative;
    float: left;
  }
  html body footer .columns .column.first {
    width: 30%;
    text-align: right;
  }
  html body footer .columns .column.first ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    list-style-type: none;
  }
  html body footer .columns .column.first ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body footer .columns .column.first ul.social li i {
    vertical-align: middle;
    font-size: 30px;
    color: #FFFFFF;
  }
  html body footer .columns .column.first ul.social li i:hover {
    color: #000000;
  }
  html body footer .columns .column.first ul.social li i.fa-facebook-f {
    font-size: 25px;
  }
  html body footer .columns .column.first h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  html body footer .columns .column.first h3 i {
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #FFFFFF;
  }
  html body footer .columns .column.second {
    width: 40%;
    padding: 15px 50px 0 50px;
  }
  html body footer .columns .column.second #formNewsletter {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body footer .columns .column.second #formNewsletter input[type=email] {
    display: inline-flex;
    width: 320px;
    border: 0;
    border-radius: 100px;
    padding: 15px 15px 15px 55px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDcyIDcyIiB3aWR0aD0iNzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMzYsNzIgTDM2LDcyIEM1NS44ODIyNTEsNzIgNzIsNTUuODgyMjUxIDcyLDM2IEw3MiwzNiBDNzIsMTYuMTE3NzQ5IDU1Ljg4MjI1MSwtMy42NTIzMTAyNmUtMTUgMzYsMCBMMzYsMCBDMTYuMTE3NzQ5LDMuNjUyMzEwMjZlLTE1IC0yLjQzNDg3MzVlLTE1LDE2LjExNzc0OSAwLDM2IEwwLDM2IEMyLjQzNDg3MzVlLTE1LDU1Ljg4MjI1MSAxNi4xMTc3NDksNzIgMzYsNzIgWiIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0xOCwyNi4xNjIzMjI2IEwxOCw0Ni41NDc2MTI5IEMxOCw0Ny42NTY2NDUyIDE4LjgxMTc0MTksNDguNTU1NDgzOSAxOS45MzAwNjQ1LDQ4LjU1NTQ4MzkgTDUxLjc0NDc3NDIsNDguNTU1NDgzOSBDNTIuODYxOTM1NSw0OC41NTU0ODM5IDUzLjY3NDgzODcsNDcuNjQ2MTkzNSA1My42NzQ4Mzg3LDQ2LjU0NzYxMjkgTDUzLjY3NDgzODcsMjYuMTYyMzIyNiBDNTMuNjc0ODM4NywyNC45NDUyOTAzIDUyLjk0Nzg3MSwyNCA1MS43NDQ3NzQyLDI0IEwxOS45MzAwNjQ1LDI0IEMxOC42ODA1MTYxLDI0IDE4LDI0Ljk2ODUxNjEgMTgsMjYuMTYyMzIyNiBNMjAuOTMzNDE5NCwyNy45Mzc5MzU1IEMyMC45MzM0MTk0LDI3LjQ0NjcwOTcgMjEuMjMwNzA5NywyNy4xNjU2Nzc0IDIxLjcwNTY3NzQsMjcuMTY1Njc3NCBDMjEuOTk5NDgzOSwyNy4xNjU2Nzc0IDMzLjU2MDEyOSwzNC40OTEwOTY4IDM0LjI2MDM4NzEsMzQuOTIwNzc0MiBMMzYuMDY5Njc3NCwzNi4wNDYwNjQ1IEMzNi42NDMzNTQ4LDM1LjY2MTY3NzQgMzcuMjE5MzU0OCwzNS4zMzMwMzIzIDM3LjgxMzkzNTUsMzQuOTM0NzA5NyBDMzkuMDI3NDgzOSwzNC4xNTg5Njc3IDQ5LjgyNTE2MTMsMjcuMTY1Njc3NCA1MC4xMjI0NTE2LDI3LjE2NTY3NzQgQzUwLjU5ODU4MDYsMjcuMTY1Njc3NCA1MC44OTQ3MDk3LDI3LjQ0NjcwOTcgNTAuODk0NzA5NywyNy45Mzc5MzU1IEM1MC44OTQ3MDk3LDI4LjQ1ODE5MzUgNDkuODkyNTE2MSwyOC45NzQ5Njc3IDQ5LjIzOTg3MSwyOS4zNzMyOTAzIEM0NS4xMzkzNTQ4LDMxLjg3MjM4NzEgNDEuMDQsMzQuNTk2Nzc0MiAzNi45ODAxMjksMzcuMTg4Nzc0MiBDMzYuNzQzMjI1OCwzNy4zNDkwMzIzIDM2LjI4NDUxNjEsMzcuNjkxNjEyOSAzNS45NDA3NzQyLDM3LjYzOTM1NDggQzM1LjU1NzU0ODQsMzcuNTgwMTI5IDIzLjc5MzY3NzQsMzAuMDIyNDUxNiAyMS42NTM0MTk0LDI4Ljc2MzYxMjkgQzIxLjMzMTc0MTksMjguNTc0MzIyNiAyMC45MzM0MTk0LDI4LjQwMTI5MDMgMjAuOTMzNDE5NCwyNy45Mzc5MzU1IiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left 5px center;
    background-color: #FFFFFF;
    vertical-align: middle;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body footer .columns .column.second #formNewsletter input[type=email]::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
  }
  html body footer .columns .column.second #formNewsletter label.error {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #C10B0B;
  }
  html body footer .columns .column.second #formNewsletter i.submit {
    display: inline-flex;
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 40px;
    color: #FFFFFF;
  }
  html body footer .columns .column.second #formNewsletter i.submit:hover {
    color: #000000;
  }
  html body footer .columns .column.third {
    width: 30%;
    text-align: left;
  }
  html body footer .columns .column.third h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .columns .column.third h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  html body footer .columns .column.third h3 a {
    outline: 0;
    font-family: "Barlow Condensed";
    text-decoration: none;
    color: #000000;
  }
  html body footer .columns .column.third h3 a:hover {
    color: #FFFFFF;
  }
  html body footer .columns .column.third h3 a i {
    color: #FFFFFF;
  }
  html body footer .columns .column.third h3 a i.fa-envelope {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 18px;
  }
  html body footer .columns .column.third h3 a i i.fa-whatsapp {
    margin: 0 5px 0 0;
    font-size: 18px;
  }
}

/*# sourceMappingURL=eca.css.map */
