.section1-home .container-infos.text-center {
    color: #fff;
}
.section1-home {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section1-home .container-infos.text-center h1 {
    font-size: 45px;
    font-weight: bold;
}
.section1-home .container-infos.text-center p {
    font-size: 20px;
}
.section1-home .scroll-down {
    width: 25px;
    height: 40px;
    margin: 50px auto 0px;
    background: url(../icons/scroll-down.svg) no-repeat center;
    -webkit-animation: slide-bottom 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
	        animation: slide-bottom 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}
.section2-home {
    padding: 75px 0px;
}
.section2-home .container-infos h2 {
    font-size: 45px;
}
.section2-home .container-infos p {
    font-size: 18px;
    margin-top: 20px;
}

.section2-home .container-card {
    background: rgba(255, 255, 255, 0.002);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 30px 20px;
    height: 370px;
    margin: 50px 0px;
}
.section2-home .container-card img {
    width: 25%;
    height: auto;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.section2-home .container-card.one img {
    background: #5C882E;
}
.section2-home .container-card.two img {
    background: #9BBB3F;
}
.section2-home .container-card.three img {
    background: #ED7225;
}
.section2-home .container-card.four img {
    background: #DDE100;
}
.section2-home .container-card.five img {
    background: #5C882E;
}
.section2-home .container-card .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.section2-home .container-card .text {
    margin-bottom: 0px;
}
.section3-home {
    padding: 75px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section3-home .container-infos {
    color: #fff;
    margin-bottom: 30px;
}
.section3-home .container-infos h3 {
    font-size: 45px;
}
.section3-home .owl-item {
    width: 100%;
}
.section3-home .container-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    text-align: center;
    color: #fff;
    padding: 25px;
}
.section3-home .container-card img {
    width: 25%;
    height: auto;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px;
}
.section3-home .container-card .number {
    font-family: "Archivo Black", sans-serif;
    font-size: 30px;
    margin: 15px 0px 0px;
}
.section3-home .container-card .title {
    font-size: 20px;
    font-weight: 600;
}
.section4-home{
    background: rgba(92, 136, 46, 0.1);
    padding: 100px 0px;
}
.section4-home .container-infos h4 {
    font-size: 45px;
}
.section4-home .container-infos p {
    font-size: 18px;
    margin-bottom: 30px;
}
.section4-home thead th {
    background: rgba(155, 187, 63, 0.1);
}
.section4-home tbody tr{
    background: linear-gradient(90deg, #5C882E 0%, rgba(92, 136, 46, 0.79) 100%);
    border: 2px solid #5C882E;
}
.section4-home tbody tr td {
    background: transparent;
    font-size: 25px;
    color: #fff;
    font-family: "Archivo Black", sans-serif;
}
.section4-home tbody tr td:nth-child(1) {
    font-family: "Poppins", serif;
    font-size: 16px;
}
.section5-home{
    padding: 75px 0px;
}
.section5-home .container-infos h5{
    font-size: 45px;
}
.section5-home .container-infos p{
    font-size: 18px;
    margin-bottom: 30px;
}
.section5-home .container-card {
    padding: 32px;
    background: #F9FAFB;
    border-radius: 12px;
    margin: 25px 0px 0px;
    height: 227px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section5-home .container-card img {
    width: 53%;
    height: auto;
    margin-bottom: 15px;
}
.section6-home{
    background: #F9FAFB;
    padding: 75px 0px;
}
.section6-home .container-infos h6{
    font-size: 45px;
}
.section6-home .container-infos p{
    font-size: 18px;
    margin-bottom: 25px;
}
.section6-home .container-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px 20px;
    margin-top: 25px;
}
.section7-home{
    padding: 75px 0px;
}
.section7-home .container-infos div{
    font-size: 45px;
    font-family: "Archivo Black", sans-serif;
}
.section7-home .container-infos p{
    font-size: 18px;
    margin-bottom: 50px;
}
.section7-home .etn-event-item{
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    padding: 0px;
    border-radius: 10px;
    height: 445px;
}
.section7-home .etn-event-item .etn-event-thumb{
    height: 200px;
    border-radius: 0px;
}
.section7-home .etn-event-item .etn-event-thumb>a, .section7-home .etn-event-item .etn-event-thumb img{
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}
.section7-home .etn-event-content {
    padding: 0px 20px 20px;
}
.section7-home .etn-event-item .etn-title {
    font-size: 20px;
    line-height: 1.2;
    font-family: "Poppins", serif !important;
}
.section7-home .etn-event-item .etn-event-location, .section7-home .etn-event-item .etn-event-date {
    color: #000;
}
.section8-home{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}
.section8-home .container-infos{
    color: #fff;
}
.section8-home .container-infos div{
    font-size: 45px;
    font-family: "Archivo Black", sans-serif;
    line-height: 1;
    margin-bottom: 20px;
}
.section8-home .container-contact {
    color: #fff;
}
.section8-home .container-contact .list-contact {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.section8-home .container-contact .list-contact .item-contact {
    margin-bottom: 20px;
}
@media (min-width:991px) {
    .section8-home .container-contact .list-contact .item-contact:nth-child(3) .text {
        width: 50%;
    }
}
.section8-home .container-contact .list-contact .item-contact .icon {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.section8-home .container-contact .list-contact .item-contact .icon.phone{
    background-image: url(../icons/phone.svg);
}
.section8-home .container-contact .list-contact .item-contact .icon.email{
    background-image: url(../icons/email.svg);
}
.section8-home .container-contact .list-contact .item-contact .icon.address{
    background-image: url(../icons/address.svg);
}
.section8-home .container-form{
    padding: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}
.section8-home .container-form .title {
    font-family: "Archivo Black", sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section8-home .evf-field-container {
    padding: 0px;
}
.section8-home .evf-field-container .evf-field-label {
    margin-bottom: 5px;
}
.section8-home .evf-field-container .evf-field-label .required{
    display: none;
}
.section8-home .evf-field-container .input-text {
    background: rgba(92, 136, 46, 0.1);
    border: 1px solid #5C882E;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section8-home .everest-forms-submit-button {
    background: #9BBB3F !important;
    width: 100%;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}
@media (max-width:991px) {
    .section1-home {
        padding: 50px 0px;
        background-position: 75% 100%;
    }
    .section1-home .container-infos.text-center h1, .section2-home .container-infos h2, .section3-home .container-infos h3, .section4-home .container-infos h4, .section5-home .container-infos h5, .section6-home .container-infos h6, .section7-home .container-infos div, .section8-home .container-infos div {
        font-size: 30px;
    }
    .section1-home .container-infos.text-center h1 .texto-verde {
        display: inline !important;
    }
    .section1-home .container-infos.text-center p, .section2-home .container-infos p, .section4-home .container-infos p {
        font-size: 16px;
    }
    .section1-home .scroll-down {
        margin: 15px auto 0px;
    }
    .section2-home .container-card {
        height: 275px;
    }
    .section2-home .container-card img {
        width: 15%;
    }
    .owl-theme .owl-nav [class*='owl-'] {
        font-size: 0px !important;
        width: 30px !important;
        height: 30px !important;
        background: url(../icons/angle-left.svg) no-repeat center / cover !important;
        position: absolute;
        top: 50%;
        left: -15px;
    }
    .owl-theme .owl-nav .owl-next {
        left: auto;
        right: -15px;
        transform: rotate(180deg);
    }
    .section3-home, .section4-home, .section5-home, .section6-home, .section7-home {
        padding: 50px 0px;
    }
    .section3-home .owl-theme .owl-nav [class*='owl-'] {
        background: url(../icons/angle-left-white.svg) no-repeat center / cover !important;
    }
    .section3-home .container-card img {
        width: 15%;
    }
    .section3-home .container-card .number {
        font-size: 25px;
    }
    .section3-home .container-card .title {
        font-size: 18px;
        font-weight: 700;
    }
    .section3-home .container-card .text {
        margin-bottom: 0px;
    }
    .section4-home thead th {
        font-size: 14px;
    }
    .section4-home tbody tr td {
        font-size: 20px;
    }
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    }
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }
    .section7-home .swiper-pagination {
        bottom: 0px !important;
    }
    .section7-home .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        background: #5C882E;
    }
}