* {
    outline: none
}

html {
    font-size: 14px
}

body {
    font-family: Montserrat, sans-serif;
    overflow-x: hidden
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important
    }
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.font-weight-semibold {
    font-weight: 600
}

.text-sm {
    font-size: .9rem
}

.img-responsive {
    max-width: 100%;
    max-height: 100%
}

#main-bar .dropdown-item.active, #main-bar .dropdown-item:active, #main-bar .dropdown-item:focus, #main-bar .dropdown-item:hover {
    background-color: #ffcf2a;
    font-weight: 600
}

#main-bar .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px
}

#main-bar .dropdown-menu {
    padding: 0;
    border-bottom: none;
    border-left: none;
    border-right: none
}

#main-bar .dropdown-divider {
    margin: 0
}

.navbar-light .navbar-toggler {
    border: none
}

@media (max-width: 992px) {
    .main-menu .nav-item {
        border-bottom: 1px solid #d1d3d3;
        padding-top: 6px;
        padding-bottom: 6px
    }
}

.form-label {
    font-size: .8rem
}

.btn-outline-black {
    border: 1px solid #000
}

.btn-green {
    background-color: #5a7e4b;
    color: #fff
}

.btn-outline-black:hover {
    background-color: #000;
    color: #fff
}

.text-black {
    color: #000
}

.top-bar {
    background-color: #ffcf2a
}

.top-bar a {
    display: block;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none
}

.top-bar a.active {
    background-color: #d44d4d
}

.main--header {
    background-image: url(/images/home-banner.png?e6362a4a700b3ea918672e5affc89807);
    min-height: 700px
}

.main-climate-header {
    background-image: url(/images/climate-header.png?e6362a4a700b3ea918672e5affc89807);
    min-height: 700px
}

.home--banner {
    background-image: url(/images/home-center-banner.jpg?a5fb115499a299c07c212b1fafe309ea);
    min-height: 400px
}

.home--banner .heading {
    font-size: 3rem;
    color: #fff
}

.home--banner, .main--header {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative
}

.home--banner .overlay, .main--header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.main--header .content {
    width: 100%;
    max-width: 650px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    color: #fff
}

.main--header .content .title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 36px
}

.main--header .content .description {
    font-size: 1.5rem
}

.donors-logo-title {
    margin-bottom: 30px
}
.section {
    margin-bottom: 100px
}

.section.has-topbar {
    position: relative;
    min-height: calc(100vh - 91px);
    margin-bottom: 0;
    padding-bottom: 100px
}

.section.has-topbar .container {
    position: relative;
    z-index: 10
}

.section.has-topbar .img-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.section .title {
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center
}

section.section.mb-5.plant-tree-home-section {
    background: #eee;
    margin-top: -42px;
    padding-top: 10px;
}

.principle--item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 70px
}

.principle--img, .principle--item {
    margin-top: 15px;
    height: 350px
}

.principle--item.sm {
    padding: 25px
}

.principle--img.sm, .principle--item.sm {
    margin-top: 15px;
    height: 300px
}

.principle--img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.principle--item.bg-grey {
    background-color: #ddd
}

.principle--item.bg-green {
    background-color: #5a7e4b;
    color: #fff
}

.principle--item.bg-black {
    background-color: #000;
    color: #fff
}

.principle--item .heading {
    font-weight: 600;
    margin-bottom: 25px
}

.principle--item .heading.number-lg {
    font-size: 3rem;
    font-weight: 900
}

.footer {
    background: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

.social--icons {
    display: flex
}

.social--icon {
    display: inline-block
}

.social--icon:not(:last-of-type) {
    margin-right: 15px
}

.footer--title {
    font-size: 1rem;
    font-weight: 600
}

.btn-newsletter {
    background-color: #329e72
}

.contact-us-title {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.contact--form {
    max-width: 600px;
    margin: 50px auto
}

.form-input-lg {
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto
}

.btn-submit {
    padding-left: 50px;
    padding-right: 50px
}

.faq-accordian .card {
    border: 0
}

.faq-accordian .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-accordian .card-header button {
    color: #000;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    flex: 1;
    display: flex;
    justify-content: space-between
}

.accordian-btn .arrow-down {
    display: none
}

.accordian-btn.collapsed .arrow-down {
    display: inline
}

.accordian-btn.collapsed .arrow-up {
    display: none
}

.how-it-works {
    background-color: #ffcf2a;
    padding: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.how-it-works:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/nosotros-footer.jpg?6cb71b24d94d5d41fe6b83de717ad75c)
}

.how-it-works-title {
    position: relative;
    z-index: 10;
    padding: 10px 30px;
    background-color: #ffcf2a
}

.slick-next, .slick-next:before, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:before, .slick-prev:focus, .slick-prev:hover {
    color: #000
}

.custom-card {
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, .1);
    border: 1px solid #d1d3d3;
    background-color: #fff;
}
.custom-card-header {
    padding: 15px;
    background-color: #fff;
    border-radius: 15px 15px 0px 0px;
}
.custom-card-content {
    padding: 15px;
    background-color: #fff;
}
.custom-card-bottom {
    padding: 26px 0px;
    border-radius: 0px 0px 14px 14px;
    background-color: #f5f5f5;
}

textarea#mensaje {
    height: 125px;
}

.custom-card .custom-card-title {
    text-align: center;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px
}

.box-content, .custom-card, .donor-box, .donor-box:after {
    border-radius: 15px
}

.donor-box {
    margin-top: 50px;
    position: relative
}

.donor-box:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #5a7e4b;
    width: 100%;
    height: 100%
}

.donor-box .box-content {
    position: relative;
    z-index: 10;
    background-color: #ffcf2a;
    padding: 15px
}

.donor-box .donor-award {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.donor-award svg {
    width: 70px;
    height: 70px
}

.donor-box-item {
    padding: 30px 0;
    text-align: center
}

.donor-box-item.has-border-bottom {
    border-bottom: 2px solid #000
}

a.btn.btn-donation.btn-submit {
    padding: 13px 60px;
}
.donation-badge {
    display: inline-block;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 10px;
}
@media  screen and (max-width:768px){
    .donation-date-cont{
        margin-top: 0px!important;
    }
}
.donation-date {
    font-size: .8rem;
    font-weight: 300
}

.section--item {
    padding-bottom: 100px;
    padding-top: 100px
}

.section--item:not(:last-of-type) {
    border-bottom: 1px solid #000
}

.pollution--img {
    position: relative
}

.pollution--img:before {
    content: "";
    position: absolute;
    top: -10px;
    background-color: #ffcf2a;
    width: 100%;
    height: 100%
}

.pollution--img.right:before {
    left: -10px
}

.pollution--img.left:before {
    right: -10px
}

.pollution--img img {
    position: relative;
    z-index: 10
}

.footer--banner {
    background-color: #ffcf2a;
    position: relative;
    height: 380px;
    margin-bottom: 10px;
}

.text--box {
    width: 50%;
    padding-left: 10%
}

@media (max-width: 768px) {
    .text--box {
        padding-left: 25px;
        padding-right: 25px;
        flex: 3
    }
}

.image--box {
    position: relative;
    height: 100%;
    width: 50%;
    background-image: url(/images/huella_imagen.png?72a87629329f9e356aba6905a6c34e18);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.image--box.impact {
    background-image: url(/images/impact_imagen.png?ae2eb289a0c3060f6804efbce2030f1f)
}

.image--box:after {
    border-top: 190px solid #ffcf2a;
    border-bottom: 190px solid #ffcf2a;
    border-right: 85px solid transparent
}

.image--box:after, .image--box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.image--box:before {
    border-color: #ffe499 transparent #ffe499 #ffe499;
    border-style: solid;
    border-width: 190px 85px 190px 35px
}

@media (max-width: 786px) {
    .image--box {
        display: none
    }
}

.flex-1 {
    flex: 1
}

@media (min-width: 992px) {
    .grid--column-space {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.home--footer-img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.benefit--item, .why-plant .item-icon {
    width: 100px;
    height: 100px
}

.benefit--item img, .why-plant .item-icon img {
    max-width: 150%;
    max-height: 150%
}

.donor--item, .ranking--container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto
}

.search-box {
    position: relative
}

.search-box .search-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%)
}

.search-input {
    padding: 15px 15px 15px 45px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #f7f7f7;
    border-radius: 50px;
    box-shadow: 8px 13px 20px 2px rgba(0, 0, 0, .1)
}

.donor--item {
    display: flex;
    align-items: top;
    padding: 20px 0;
    border-bottom: 1px solid #b7b7b7
}

.donor--item .donor-info {
    flex: 1;
    padding-left: 10px
}

.donor--item .donation-info .donation-badge {
    background-color: #fff;
    color: rgb(0, 0, 0);
    width: 130px;
}

button.btn.btn-donation-cb.btn-lg.btn-submit {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    border: solid 1px #dfdfdf;
}

button.btn.btn-donation-cb.btn-lg.btn-submit img {
    max-width: 110px;
}

.donor-info .name {
    font-weight: 900;
    font-size: 18px
}

.donation-info-cont {
    display: flex;
    flex: 60%;
    align-items: flex-start;
}

h3.name {
    margin-top: 6px;
}

.donor-info .message {
    font-size: 1rem;
    margin-bottom: 0;
    /*word-break: break-all*/
}

.ranking--nav .nav-link.collapsed {
    pointer-events: all;
    border-bottom: 1px solid #d7d7d7
}

.ranking--nav .nav-link {
    border-bottom: 2px solid #569383;
    pointer-events: none
}

.leader--border-item {
    display: flex
}

.price--input {
    width: 100%
}

.price--input, .radio-option {
    border: 1px solid #b7b7b7;
    border-radius: 6px;
    background-color: #edf2f6;
    padding: 10px;
    margin-top: 15px
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer
}

.price--input.active, .radio-option.active {
    background-color: #ffcf2a
}

.radio-option label {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 600
}

.btn-donation {
    background-color: #ffcf2a;
    height: 50px;
    font-weight: 600;
}

.price--input.active, .radio-option.active label {
    color: #212529!important;
}

.radio-option input[type=radio] {
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.radio-option .radio-circle {
    position: relative;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #b7b7b7
}

.radio-option input[type=radio]:checked + .radio-circle:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffcf2a
}

.tree-footer-bg {
    max-height: 800px;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.tree-footer-container {
    position: relative;
    z-index: 1
}

.tree-footer-bg img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width: 786px) {
    .tree-footer-bg {
        background-size: auto 300px
    }
}

.sponsor--img {
    max-height: 70px
}

.partner--list img {
    max-width: 250px
}

.partner--list a {
    font-weight: 600;
    color: #000;
    text-decoration: underline
}

.why-plant .item {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #000
}

.why-plant .item-title {
    font-size: 1.5rem;
    font-weight: 600
}

.why-plant p {
    font-size: 1rem
}

.why-plant .item-icon {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center
}

.partner--footer, .partner--header {
    background-color: #94a98c;
    padding: 70px 0;
    overflow: hidden
}

.partner--header-title {
    font-size: 3.5rem
}

.partner--header-content {
    font-size: 1.5rem
}

.icon-layer {
    position: relative;
    max-width: 250px;
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center
}

.icon.icon-globe {
    position: absolute;
    top: 0;
    left: 0
}

.icon.icon-globe path {
    fill: #00949c
}

.icon.icon-recycle {
    position: relative;
    z-index: 1;
    color: #fff;
    width: 80%
}

.partner--footer .art {
    max-height: 350px
}

.main--header .content .title.trees-count {
    font-size: 7rem
}

@media (max-width: 786px) {
    .main--header .content .title.trees-count {
        font-size: 4rem
    }
}

.gift-link {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    color: #000
}

.million-tree-heading {
    font-size: 24px
}

.plant-tree-item {
    text-align: center
}

.plant-tree-item-img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    max-width: 100px
}

.plant-customer-item-img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    max-width: 150px
}

.million-tree-card .heading {
    padding-bottom: 10px;
    margin-top: 45px;
    margin-bottom: 10px;
    border-bottom: 5.5px solid #ffcf2a;
    font-size: 1.35rem
}

@media (min-width: 993px) {
    #main-bar .nav-item {
        margin-right: 15px
    }
}

@media (max-width: 992px) {
    #main-bar .dropdown-toggle:after {
        position: absolute;
        right: 0;
        top: 20px;
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid #000
    }
}

.instagram_gallery {
    text-align: center
}

@media (max-width: 992px) {
    .instagram_gallery .instagram-image {
        width: 31.5% !important
    }
}

.flag-icon {
    width: 32px;
    height: 32px
}

.language-name {
    display: inline-block;
    margin-top: 5px
}

.partner--bannner {
    max-height: 100%;
    max-width: 100%
}

@media (max-width: 991px) {
    .partner--header {
        padding-bottom: 0
    }

    .model--item .model--item-img, .pollution--item .pollution--item-img, .why-plant--item .why-plant--item-content {
        order: 1
    }

    .model--item, .pollution--item, .why-plant--item, .why-plant .item {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .model--item {
        text-align: center
    }

    .model--item-content, .pollution--item-content, .why-plant--item-img {
        margin-bottom: 30px
    }

    .model--item-title, .pollution--item-title {
        margin-bottom: 20px
    }

    .partner--bannner {
        transform: translateX(50%)
    }
}

.volunteer--banner {
    background-image: url(/images/voluntrees-banner.jpg?d95ae017a4451ab5bd5a4b787f48f419)
}

@media (max-width: 768px) {
    .volunteer--banner {
        background-image: url(/images/voluntrees-banner-sm.jpg?e9aaab013c55c0b0d336b98035e1d582)
    }

    .our-models--section {
        margin-bottom: 25px
    }
}

.modal--close__icon {
    position: absolute;
    top: 0;
    right: 0
}

.btn-close {
    border: none;
    border-radius: 50%;
    font-size: 36px;
    background-color: transparent;
    right: 25px
}

.climate-section{
    padding: 40px 20px;
    max-width: 1100px;
    margin: auto;
}
.climate-content-wrap{
    padding: 50px 0;
}

.climate-heading, .where-heading {
    display: grid;
    grid-template-columns: auto 1fr;
}
.heading-arrow{
    background: #ffcf2a;
    height: 50px;
    width: 50px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid black;
    font-size: 20px;
    padding: 10px 18px;
    margin-right: 30px;
}

.climate-heading h2{
    font-weight: 600;
    width: 95%;
    margin-bottom: 0;
}

.climate-content{
    max-width: 900px;
    margin: auto;
}
.climate-text{
    padding: 25px 0;
}
.climate-content b{
    font-weight: 400;
}
.climate-img img{
    width: 100%;
}
.climate-last{
    background: #ffcf2a;
    padding: 40px 20px 80px;
}
.img-last{
    max-width: 900px;
    margin: -100px auto 40px;
}
.m-view{
    display: none;
}
.where-section{
    max-width: 1100px;
    margin: auto;
}

.where-top{
    font-weight: 600;
    padding: 50px 10px;
}
.where-container, .nosotros-text{
    padding: 20px 0;
}
.where-heading{
    font-weight: 800;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.where-heading h3{
    font-weight: 500;
}
.where-heading .h-icon{
    margin-right: 20px;
    font-weight: 400;
    font-size: 1.75rem;
}
.where-title-img{
    padding: 25px 0;
}
.where-title-img img{
    width: 100%;
}
.donde-img img{
    width: 97%;
    margin: auto;
}
.donde-wrap{
    padding: 25px 0;
}
.where-container a{
    font-weight: 600;
    color: black !important;
    text-decoration: none !important;
}
.nosotros-section{
    max-width: 1100px;
    margin: auto;
}

.not-container{
    padding: 20px;
}
.nosotros-heading{
    padding-bottom: 10px;
    border-bottom: 2px solid #ffcf2a;
}
.nosotros-heading h2{
    font-weight: 600;
    margin-top: 20px;
}
.nosotros-img img{
    width: 100%;
}

.not-bg{
    padding: 50px 0;
    background-image: url(/images/NotorousImages/images/img3.png);
    background-size: cover;
    text-align: center;
}
.not-text-wrap{
    width: 95%;
}

.not-circle-img{
    margin-top: -65px;
}
.not-circle-img img{
    width: 100px;
}
.class-vision-wrap{
    background: rgba(255,255,255,0.9);
    padding: 30px 40px;
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    margin: 20px;
    text-align: center;
    border-radius: 10px;
    height: 340px;
}
.vision-text{
    margin-top: 20px;
}
.class-vision-wrap h4{
    font-weight: 600;
}
.equipo-section h1{
    font-weight: 600;
}
.equipo-card{
    border: 2px solid #ffcf2a;
    text-align: center;
    padding: 20px 50px;
    margin-bottom: 30px;
}
.equipo-img{
    width: 150px;
    margin: auto;
}
.equipo-img img{
    width: 100%;
}
.equipo-heading{
    height: 70px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipo-card p{
    height: 150px;
    font-weight: 600;
}
.equipo-linked img{
    width: 40px;
}
.socios-row{
    align-items: center;
}
.socios-img img{
    width: 100%;
}
.socios-text a{
    font-weight: 600;
    color: black !important;
}
.home-heading{
    font-size: 600;
}
.insta-img img{
    width: 100%;
}

@media screen and (max-width:768px){
    .climate-heading, .where-heading {
        display: grid;
        grid-template-columns: auto;
    }
    .climate-text{
        padding: 25px 5px;
    }
    .climate-heading h2{
        font-size: 1.3rem;
        width: 100%;
        margin-top: 25px;
    }
    .d-view{
        display: none;
    }
    .m-view{
        display: block;
    }
    .not-text-wrap{
        width: 100%;
    }
    .class-vision-wrap{
        height: auto;
    }
    .where-section .where-heading{
        margin: 10px;
    }
    .where-text{
        padding: 0 10px;
    }
    .donde-img{
        margin: 10px;
    }
    .donde-img img{
        width: 100%;
    }
	body, html { overflow-x:hidden!important; }
}

button.mercadopago-button {
    width: 100%;
    height: 42px;
    text-transform: uppercase;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
