@font-face {
    font-family: 'Quicksand-Bold';
    src: url('vendor/fonts/Quicksand-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Quicksand-Light';
    src: url('vendor/fonts/Quicksand-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Quicksand-Medium';
    src: url('vendor/fonts/Quicksand-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Quicksand-Regular';
    src: url('vendor/fonts/Quicksand-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Quicksand-SemiBold';
    src: url('vendor/fonts/Quicksand-SemiBold.ttf') format('truetype');
}

body, html {
scroll-behavior: smooth;

}
body {
overflow-x: hidden;
}
.navbar-expand-lg img {
max-width: 200px;
width: 100%;
}
.navbar-expand-lg a {
color: #F1F1F1;
}
header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}
header .navbar-expand-lg {
    background: #5659a3;
    position: fixed;
    width: 100%;
    z-index: 99;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    flex-wrap: nowrap;
}
header .toggler {
position: relative;    
height: 40px;
}
header .toggler {
width: 100%;
}
header .hamburger {
-webkit-transform-origin: center;
-webkit-transition: .5s ease-in-out;
background: #F1F1F1;
height: 2px;
left: auto;
right: 0;
transform-origin: center;
transition: .3s ease-in-out;
width: 30px;
position: absolute;
top: 35%;
}
header .collapsed .hamburger:before {
top: -10px;
}
header .collapsed .hamburger:after {
bottom: -10px;
}
header .hamburger:after, header .hamburger:before {
-webkit-transition: .5s ease-in-out;
background: #F1F1F1;
content: "";
display: block;
height: 100%;
position: absolute;
transition: .5s ease-in-out;
width: 100%;
}
header .toggler:not(.collapsed) .hamburger {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

header .toggler:not(.collapsed) .hamburger:after {
-webkit-transform: rotate(90deg);
bottom: 0;
transform: rotate(90deg);
}

header .toggler:not(.collapsed) .hamburger:before {
-webkit-transform: rotate(90deg);
top: 0;
transform: rotate(90deg);
}
header .list-wrapper {
background: #5659a3;
position: absolute;
padding: 40px;
transition: all 0.5s ease-in-out;
top: 86px;
height: 100vh;
width: 100vw;
border-top: 1px solid #F1F1F1;
}
header .list-wrapper.show {
left: 0;  
}
.list-wrapper .navbar-nav {
text-align: center;
font-size: 40px;
flex-direction: column;
}
.list-wrapper:not(.show) {
left: -100vw;
}
a.nav-link {
width: fit-content;
margin: 0 auto;
font-family: 'Quicksand-Light';
}
a.nav-link:after {
content: "";
width: 0;
height: 1px;
background-color: #F1F1F1;
display: block;
transition: width 0.3s ease-in-out;
}
.nav-item.active a.nav-link:after,
.nav-item:hover a.nav-link:after {
width: 100%;
}
.section-01 {
    background-image: url("img/background.webp");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 625px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-01 p {
    color: #F1F1F1;
    font-family: 'Quicksand-Light', sans-serif;
    font-size: 52px;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    padding: 16px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    letter-spacing: 3px;
}
.section-01 span {
    font-family: 'Quicksand-Bold', sans-serif;
}
.section-02 {
    background-color: #e6e6f1;
    padding-top: 150px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}
.section-02 img {
    position: absolute;
    left: -12%;
    bottom: -69px;
}
.section-02 p {
    color: #6e6a6a;
    font-size: 32px;
    text-align: center;
    font-family: 'Quicksand-Medium', sans-serif;
    max-width: 720px;
    margin: 0 auto;
    line-height: 56px;
}
.section-02 p span {
    font-family: 'Quicksand-Bold', sans-serif;
}
.section-03 {
    padding-top: 125px;
}
.section-07 {
    padding-top: 125px;
    padding-bottom: 125px;
}
.section-03 .img-container {
    background-color: #5659a3;
    border-radius: 50%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: 0 auto;
}
.section-03 .img-container img.img-fluid {
    max-width: 84px;
}
.section-03 p, .section-03 ul {
    font-family: 'Quicksand-Medium', sans-serif;
    text-align: center;
    color: #323232;
    list-style: none;
    padding: 0;
    max-width: 280px;
    margin: 0 auto;
}
.section-03 span {
    font-family: 'Quicksand-Bold', sans-serif;
    text-transform: uppercase;
    color: #323232;
    margin-top: 16px;
    margin-bottom: 8px;
    text-align: center;
}
.section-03 .col-lg-4 {
    margin-bottom: 24px;
}
.section-04 {
    margin-top: 125px;
    margin-bottom: 125px;
}
.section-04 img.img-fluid {
    max-width: 75px;
}
.section-04 .img-container {
    width: 150px;
    background-color: #F1F1F1;
    border-radius: 50%;
    border: 1px solid #adadad;
    margin-right: 0;
    margin-left: auto;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-04 .title {
    font-size: 40px;
    text-align: center;
    font-family: 'Quicksand-Medium', sans-serif;
    color: #F1F1F1;
    margin-bottom: 40px;
    background: #5659a3;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 33px;
}
.section-04 .title span {
    font-family: 'Quicksand-Bold';
    position: relative;
    display: inline-block;
}
.title span:before {
    content: "";
    display: block;
    width: 100%;
    height: 136px;
    background-repeat: no-repeat;
    background-image: url("img/white_logo.png");
    position: absolute;
    background-size: contain;
    background-position: right;
    opacity: 0.2;
    top: -69px;
    right: -58px;
}
.section-04 p {
    max-width: 576px;
    font-family: 'Quicksand-Medium', sans-serif;
    color: #323232;
    margin: 0;
}
.section-04 .row {
    margin-bottom: 24px;
}
.section-04 .col-lg-8 {
    display: flex;
    align-items: center;
}
.section-05 {
    background: #e6e6f1;
    padding-top: 80px;
    padding-bottom: 125px;
}
.section-05 .col-lg-4 {
    margin-bottom: 40px;
}
.section-05 .title {
    border-top: 2px solid #5659a3;
    border-bottom: 2px solid #5659a3;
}
.section-05 .title, .section-07 .title, .section-08 .title {
    font-size: 40px;
    text-align: center;
    font-family: 'Quicksand-Bold', sans-serif;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    
    text-transform: uppercase;
}
.section-05 .title {
    color: #323232;
}
.section-07-link-container {
    margin-top: 72px;
    text-align: center;
    display: inline-block;
}
.section-07-link-container a {
    background-color: #5659a3;
    border-radius: 32px;
    padding: 20px 16px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-family: 'Quicksand-Bold', sans-serif !important;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 420px;
    justify-content: center;
    margin: 0 auto;
}
.section-07-link-container a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 8px;
}
.section-07-link-container a:not(:hover):not(:focus):before {
    background-image: url(https://huellasdeproposito.com.ar/img/download.png);
}
.section-07-link-container a:hover:before, .section-07-link-container a:focus:before {
    background-image: url(https://huellasdeproposito.com.ar/img/hover.png);
}
.section-07-link-container a:hover, .section-07-link-container a:focus {
    text-decoration: none;
    color: #5659a3 !important;
    background-color: #F1F1F1;
}
.section-07 ul {
    list-style-position: inside;
    padding-left: 0;
}
.section-07 a, .section-07 a:hover, .section-07 a:focus {
    color: #F1F1F1;
}
.section-07 .content-container {
    background-color: #F1F1F1;
    padding: 16px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-top: 16px;
    border-left: 7px solid #9E9E9E;
    min-height: 113px;
}
.section-07 .title {
    color: #F1F1F1;
    padding-top: 0;
}
.section-07 {
    background-image: url("https://huellasdeproposito.com.ar/img/brain.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-08 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(86, 89, 163, 1);
}
.section-07 .title {
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-07 .col-lg-4 * {
    color: #323232;
}
.section-07 p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.section-07 .col-lg-12 p {
    color: #F1F1F1;
    text-align: center;
}
.section-07 *:not(.title) {
    font-family: 'Quicksand-Bold', sans-serif;
    font-size: 18px;
}
.section-05 .col-lg-6 {
    position: relative;
}
.section-05 .col-lg-6:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/huellas_de_proposito_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 0;
    opacity: 0.1;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.section-05 .project-title {
    color: #5659a3;
    font-family: 'Quicksand-SemiBold', sans-serif;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 12px;
    font-size: 24px;
    position: relative;
    border-bottom: 2px solid #5659a3;
    margin-bottom: 16px;
}
.section-05 .project-detail {
    font-family: 'Quicksand-Medium', sans-serif;
    color: #323232;
    padding-bottom: 16px;
}
.section-05 .cta {
    color: #F1F1F1;
    background: #5659a3;
    text-align: center;
    padding: 11px;
    font-size: 20px;
    border-radius: 34px;
    margin: 0 auto;
    font-family: 'Quicksand-SemiBold', sans-serif;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}
.section-05 .cta:hover, .section-05 .cta:focus {
    text-decoration: none;
    background-color: #323232;
}
.section-05 .img-container {
    width: 250px;
    margin: 0 auto;   
}
.section-06 {
    background: #323232;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
div#contact:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('img/logo_white_big.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 23%;
    right: -47%;
    opacity: 0.2;
}
.section-06 .title {
    font-size: 40px;
    font-family: 'Quicksand-Bold';
    margin-bottom: 0;
}
.section-06 p, .section-06 a, 
.section-06 a:hover, .section-06 a:focus,
.section-06 ul {
    color: #F1F1F1;
    font-family: 'Quicksand-Medium';
}
.section-06 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.section-06 a {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-family: 'Quicksand-Medium', sans-serif;
}
.section-06 img.img-fluid {
    max-width: 21px;
    margin-right: 8px;
}
.swiper-button-next, .swiper-button-prev {
    top: 25%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #FFFFFF;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #5659a3;
}
.swiper-pagination2 {
    text-align: center;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
    background: #FFFFFF;
}
.community {
    transform: rotate(180deg);
    height: 333.33px;
    object-fit: cover;
    object-position: right;
}
.newsletter-container {
    position: relative;
    margin-bottom: 16px;
}
.newsletter-container .img-container {
    height: 249px;
    overflow: hidden;
    position: relative;
}
.newsletter-container .img-container > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}
.newsletter-container:hover .img-container > img {
    transform: scale(1.2);
}
.newsletter-container .project-title {
    display: flex;
    align-items: center;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #FFFFFF;
    position: absolute;
}
.newsletter-container .project-title img {
    max-width: 18px;
    margin-left: 4px;
}
#newsletter .title {
    margin-bottom: 24px;
}
#newsletter a {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
}
.section-08 .title {
    color: #FFFFFF;
}
div#program:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}
div#program {
    position: relative;
}
.grid {
    margin: 1rem 0;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.element-item {
    margin: 0 0 1.125rem;
    width: 100%;
    display: none;
}

@media only screen and (max-width: 576px) {
    .section-01 {
        background-position: center;
        margin-top: 72px;
    }
    .section-01 p {
        font-size: 40px;
    }
    .section-02 img {
        left: -42%;
    }
    .section-04 .img-container {
       margin: 0 auto;
    }  
    .section-04 .col-lg-8 {
        text-align: center;
        margin-top: 16px;
    }
    .section-04 .title, .section-05 .title, .section-06 .title {
        font-size: 24px;
    }
    header .navbar-expand-lg {
        height: 72px;
    }
    header .list-wrapper {
        top: 72px;
    }
    header a.nav-link {
        font-size: 24px;
    }
    .section-02 p {
        line-height: 45px;
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .desktop {
        display: none !important;
    }
    .grid {
        -webkit-column-count: 3; 
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33.3333%;
        -moz-column-width: 33.3333%;
        column-width: 33.3333%;
    }
}
@media only screen and (min-width: 992px) {
    .mobile {
        display: none !important;
    }
    header .desktop {
        justify-content: space-between;
    }
    .grid {
        -webkit-column-count: 4; 
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-width: 25%;
        -moz-column-width: 25%;
        column-width: 25%;
    }
}
.gallery-main .swiper-button-prev, .gallery-main .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    height: 75px;
    width: 40px;
    color: #e9e9e9;
    background: #5659a3;
}
.gallery-main .swiper-button-prev::after, .gallery-main .swiper-button-next::after {
    font-size: 12px;
}
.gallery-main .swiper-button-prev {
    right: 40px;
    border-right: 1px solid #e9e9e9;
}
.gallery-title {
    position: absolute;
    top: 15px;
    right: 120px;
    font-family: 'Quicksand-Bold', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 1;
}
.swiper-slide-active .gallery-title {
    animation: slide-in 0.3s ease-in both;
    -webkit-animation: slide-in 0.3s ease-in both;
}
.gallery-thumbs .swiper-slide {
    width: 85px;
    margin-bottom: 4px;
}
.gallery-thumbs {
    order: -1;
    width: 100px;
    height: 362px;
    margin-right: 4px;
    padding-left: 15px;
}
.gallery-thumbs .swiper-slide img {
    transition: 0.3s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 0.9;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active img {
    margin-left: -4px;
}
@keyframes slide-in {
    from {
      opacity: 0;
      right: -50%;
    }
  }

  @media only screen and (max-width: 767px) {
    .gallery-thumbs {
        display: none;
    }
    .gallery-container {
        width: 100%;
    }
    .gallery-main .swiper-slide {
        position: relative;
    }
    .gallery-title {
        left: 16px;
        right: auto; 
        text-align: left;
        font-size: 32px;
    }
  }
  @media only screen and (min-width: 768px) {    
    
    
.gallery-container {
    position: relative;
   max-width: 600px;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    max-height: 522px;
}
  }
  .gallery-main {
    box-shadow: 0 50px 75px 50px rgba(30, 30, 30, 0.18);
    border: 1px solid #e9e9e9;
    height: 100%;
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
}
