.front-header {
}

.front-header__top {
    min-height: 32px;
}

.front-header__utils {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.front-header__util-link {
    color: #6c757d;
    font-size: 0.75rem;
    text-decoration: none;
}

.front-header__util-link:hover {
    color: #212529;
}

.front-header__menu {
    
}

.front-header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
}

@media (min-width: 992px) {
    .front-header__menu ul {
        flex-direction: row;
    }
}

.front-header__menu-link {
    display: block;
    padding: 5px 0;
    color: var(--gray-color-1);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 0.15rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.front-header__menu-link:hover,
.front-header__menu-link.is-active {
    color: var(--green-color-1);
    border-bottom-color: var(--green-color-1);
}

.header .logo-link {
    display: block;
    width: 200px;
    max-width: 100%;
    height: auto;
}

.logo-link img.logo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}


.header .navbar-toggler{ 
    margin-left: 10px;
}

.header .navbar-toggler-icon {
    width: 32px;    
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23258540' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
.header .collapsed .navbar-toggler-icon { 
    color: var(--gray-color-1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
 
.header .toggle-search{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    opacity: 1;
}

.show-search .header .toggle-search{
    opacity: 0.25;
}

@media (max-width: 991.98px) {

    .header .form-search {
       width: 100%;
       height: 0;
       overflow: hidden;
       transition: all 0.3s ease;
       padding: 0;
       margin: 0;
       border: none;
       outline: none;
       box-shadow: none;
       background: transparent;
       border-radius: 0; 
       opacity: 0;
    }

    .show-search .header .form-search{
        height: auto;
        padding-bottom: 10px;
        opacity: 1;
    }

    .front-header__top {
        justify-content: center !important;
    }

    .header .navbar-collapse {
        justify-content: center;
        position: absolute;
        top: 100%;
        right: 0;
        max-width: 80vw;
        min-width: 200px;
        background: var(--white);
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        z-index: 1000;
        margin-top: 10px;
    }

    .header .navbar-menu{
        position: relative;
        padding: 0;
    }


    .header .col-menu{
        justify-content: flex-end;
        display: flex;
    }
    

}

@media (min-width: 992px) {
    .header .navbar-toggler{
        display: none;
    }

    .header .form-search{
        width: 100%;
        max-width: 300px; 
    }
}

.dropdown-language .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 1rem;
    padding: 0 5px;
    color: var(--gray-color-1);
}

.dropdown-language .dropdown-toggle .ico {
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.dropdown-language .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.dropdown-language .dropdown-menu {
    width: 100px;
    min-width: 100px;
    right: 0 !important;
    left: auto !important;
}

.dropdown-language .dropdown-item span {
    display: block;
}

.dropdown-language .dropdown-item img {
    display: block;
    width: 20px !important;
    height: 20px !important;
}

.form-search .input-group {
    padding: 0;
    border-bottom: 1px solid var(--gray-color-1);
}

.form-search .input-group input {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-color-1);
    background: transparent;
}

.section-hero {
    padding-top: 5vh;
    padding-bottom: 5vh;
    position: relative;
    overflow: hidden;
}

.section-hero:before,
.section-hero.section-hero:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    content: "";
    z-index: 1;
    transition: all 0.6s ease;
}

.section-hero:before {
    left: -50vw;
    background: url("/img/home/bg-hero-left.webp") no-repeat left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.section-hero:after {
    right: -50vw;
    background: url("/img/home/bg-hero-right.webp") no-repeat right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-hero.in-view:before {
    left: 0;
}
.section-hero.in-view:after {
    right: 0;
}

.section-hero .container {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .section-hero {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
}

.section-services {
    background: var(--gray-color-2);
}

.section-services .col-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.section-services .col-item .service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}
@media (min-width: 992px) {
    .section-services.in-view .col-item .service-card {
        width: calc(100% + 40px);
        margin-right: -40px;
        margin-left: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    .section-services.in-view .col-item:nth-child(4n) .service-card,
    .section-services.in-view .col-item:nth-child(5n) .service-card,
    .section-services.in-view .col-item:nth-child(6n) .service-card {
        margin-right: 0;
        margin-left: -40px;
    }
}
.section-services.in-view .col-item .service-card:hover,
.section-services.in-view .col-item .service-card.active {
    z-index: 10;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    /* opacity: 1; */
}

.section-services .col-item .service-card.active .actions a:after {
    opacity: 0;
}

.section-services .col-item .service-card .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.section-services .col-item .service-card .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%;
    object-fit: contain;
    object-position: center;
}
.section-services .col-item .service-card .text {
    padding: 12px;
    text-align: center;
}
.section-services .col-item .service-card .text h4 {
    font-size: 18px;
    color: var(--green-color-3);
    font-weight: 600;
}

.section-services .col-item .service-card .text p {
    font-size: 14px;
    color: var(--gray-color-1);
}

.section-services .col-item .service-card .actions {
    margin-top: auto;
}

.section-services .col-item .service-card .actions a {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 12px 6px;
    font-size: 14px;
    transform: none !important;
}

.section-services .logos .img {
    opacity: 0.5;
    transition: all 0.3s ease;
}
.section-services .logos .img:hover {
    opacity: 1;
}

@media (min-width: 992px) {
    .section-services .col-item .service-card .actions a {
        font-size: 16px;
    }

    .section-services .col-item .service-card .actions a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--white);
        opacity: 0.25;
        transition: all 0.3s ease;
    }
    .section-services .col-item .service-card .actions a:hover:after {
        opacity: 0;
    }
}
@media (min-width: 992px) {
    .section-reviews .h1 {
        font-size: 48px;
    }
}

.reviews .col-reviews {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.reviews .review-card {
    background: var(--gray-color-2);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: var(--blue-color-1);
    transition: all 0.3s ease;
}

.reviews .review-card:hover,
.reviews .review-card.active {
    background: var(--green-color-1);
    color: var(--white);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.reviews .review-card h4 {
    font-size: 16px;
}
.reviews .review-card p {
    font-style: italic;
    font-size: 14px;
}

.reviews .review-card h6 {
}

.reviews .review-card .stars {
    display: flex;
    gap: 2px;
    margin-bottom: 10px;
}
.reviews .review-card .stars .star {
    display: block;
    color: var(--green-color-1);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    font-family: "MADE Tommy Soft", sans-serif;
}
.reviews .review-card:hover .stars .star,
.reviews .review-card.active .stars .star {
    color: var(--white);
}

.section-give {
    background: var(--gray-color-2);
}

.section-change {
    padding-top: 5vh;
    padding-bottom: 5vh;
    position: relative;
    overflow: hidden;
}

.section-change:before,
.section-change.section-change:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    content: "";
    z-index: 1;
    transition: all 0.6s ease;
}

.section-change:before {
    left: -50vw;
    background: url("/img/footer/bg-footer-left.webp") no-repeat left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.section-change:after {
    right: -50vw;
    background: url("/img/footer/bg-footer-right.webp") no-repeat right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-change.in-view:before {
    left: 0;
}
.section-change.in-view:after {
    right: 0;
}

.section-change .container {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .section-change {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
}

.footer {
    background: var(--gray-color-3);
    padding: 50px 0;
    color: var(--white);
}

@media (min-width: 992px) {
    .footer {
        padding: 100px 0;
    }
}

.footer a,
.footer p {
    font-size: 14px;
    color: var(--gray-color-4);
}
.footer a:hover {
    color: var(--white);
}

.footer h4 {
    margin-bottom: 10px;
}
.footer h4,
.footer h4 a {
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: block;
    transition: all 300ms ease;
}

.footer .sal-sol {
    max-width: 40vw;
}

.footer .sal-sol a {
    display: block;
}

.footer .sal-sol a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer ul.list-anpc {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.footer ul li.sal-sol a {
    background: #fff;
    border-radius: 15px;
    display: block;
    overflow: hidden;
    max-width: 220px;
    padding: 3px;
}
