* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', serif;
    box-sizing: border-box;
}

:root {
    --primary-color: #C1D536;
    --secondary-color: rgb(56 181 203);
}

body {
    background: rgb(255, 255, 255);
    background: linear-gradient(315deg, rgba(255, 255, 255, 0) 58%, rgba(56, 181, 203, 0.22875087535014005) 89%, rgba(193, 213, 54, 0.24555759803921573) 97%);
    margin: auto;
}

hr {
    background: #ededed;
    padding: 1px;
    border: none;
    width: 50%;
    margin: 20px auto;
}

/* Header */
header {
    padding: 20px 0px;
    width: 95%;
    margin: auto;
}

input {
    border: none;
    padding: 10px 60px 10px 20px;
    display: flex;
    border-radius: 115px;
    background-color: #C1D536;
}

.container-input {
    position: relative;
}

.container-search-icon {
    position: absolute;
    right: 0;
    display: flex;
    border-radius: 115px;
    justify-content: flex-end;
    padding: 10px;
    background-color: #fff;
    top: -5px;
}

header ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

header ul li:first-child {
    border: 1px solid var(--primary-color);
    padding: 10px;
    border-radius: 115px;
}

header ul li {
    list-style: none;
}

h1 {
    font-weight: 400;
}

/* Main */
.container-father {
    margin: auto;
    width: 95%;
}

.container-social-media {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    align-items: center;
    gap: 20px;
}

.container-social-media img {
    background-color: #C1D536;
    padding: 5px;
    width: 40px;
    border-radius: 50px;
}

.container-description {
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 10px;
}

.section-banner {
    padding: 0px 50px;
    gap: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-image-main {
    width: 50%;
}

.container-image-main img {
    width: 100%;
    height: 100%;
}

.title-banner {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 80px;
    color: var(--secondary-color);
    font-size: 70px;
}

.subtitle {
    color: #020202;
    line-height: 27px;
    width: 100%;
    margin-top: 2rem;
    font-weight: 200;
    font-size: 17px;
}

.section-main {
    padding: 30px;
}

.description-main {
    color: var(--secondary-color);
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.container-description-main {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-main {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}

.subtitle-main {
    color: #888888;
}

.grid-about {
    margin: 3rem auto;
    width: 85%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.card-about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px -4px #979797;
}

.subtitle-grid-about {
    width: 90%;
}

.section-what-diferent {
    display: grid;
    margin: 3rem 0;
    align-items: center;
}

.card-description-diferent {
    border: 1px solid #eeeeee;
    padding: 15px;
    border-radius: 15px;
}

.card-description {
    padding: 10px;
}

.container-image-description {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.section-image-description {
    display: flex;
    justify-content: center;
}

.image-description {
    width: 400px;
    margin: auto;
    filter: drop-shadow(0px 0px 13px #888);
}

.container-list-descriptions {
    display: grid;
    width: 85%;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
}

.subtitle-diferent {
    margin-top: 15px;
    font-size: 15px;
    color: #9b9b9b;
}

.title-diferent {
    font-size: 17px;
    font-weight: 400;
    margin: 5px 0;
}

/* Section Carousel */
.slider-wrapper {
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.slides-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
    margin: auto;
    gap: 10px;
    margin: auto;
    padding-bottom: 30px;
}

.list-services {
    margin-top: 20px;
    margin: 0px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
}

.list-services li {
    color: #888888;
    margin: 0 10px;
}

.slide {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    gap: 10px;
    background-color: #f7f7f7;
    background: rgb(56, 181, 203);
    background: linear-gradient(90deg, rgba(56, 181, 203, 0.1419161414565826) 0%, rgba(193, 213, 54, 0.1643251050420168) 100%);
    flex: 1 0 30%;
}

.title-category-carrousel {
    font-size: 20px;
    font-weight: 500;
}

.subtitle-services {
    width: 60%;
    margin: auto;
    text-align: center;
    line-height: 24px;
    color: #888888;
    margin: 8px 0;
}

.hr-card {
    border: .5px solid #dddddd87;
    width: 100%;
    padding: 0;
}

.section-why-choose-us {
    width: 90%;
    box-shadow: 0px 0px 26px -5px #d8d8d8e8;
    margin: 3rem auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.container-description-why-choose {
    z-index: 1000;
}

.title-why-choose {
    font-size: 35px;
    margin: 15px 0;
}

.description-why-choose {
    font-size: 17px;
    line-height: 28px;
    color: #888888;
}

.container-grid-choose {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

/* Footer */
footer {
    height: 100%;
    background-color: var(--primary-color);
    padding: 30px;
}

footer ul {
    display: flex;
    width: 100%;
    gap: 35px;
}

footer ul li {
    list-style: none;
}

/* Mediaquery */
@media (max-width: 680px),
screen and (orientation: portrait) {
    .container-father {
        width: 90%;
        margin: auto;
    }

    header {
        width: 100%;
    }

    .hr-card {
        margin: 7px 0;
    }

    header ul li:nth-child(1),
    header ul li:nth-child(2),
    header ul li:nth-child(3),
    header ul li:nth-child(4),
    header ul li:nth-child(5),
    header ul li:nth-child(6),
    container-input,
    input {
        display: none;
    }

    header ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo {
        width: 100px;
    }

    .container-description {
        margin: 2rem 0;
        width: 100%;
    }

    .container-description-main {
        margin: 10px 0px;
    }

    .section-banner {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .subtitle {
        width: 100%;
        margin-top: 0;
        font-weight: 300;
    }

    .container-image-main {
        width: 100%;
    }

    .container-image-main img {
        width: 100%;
    }

    .title-banner {
        line-height: 39px;
        font-size: 30px;
    }

    .container-search-icon {
        display: none;
    }

    .section-main {
        padding: 0;
    }

    .title-main {
        font-size: 25px;
    }

    .description-main {
        font-size: 14px;
    }

    .grid-about {
        margin: 20px 0;
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .subtitle-grid-about {
        font-size: 15px;
        width: 100%;
        color: #888888;
    }

    .container-image-description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .title-category-carrousel {
        font-weight: 400;
        font-size: 16px;
        margin: 10px 0;
    }

    .image-description {
        width: 65%;
    }

    .container-list-descriptions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .section-what-diferent {
        margin: 0;
    }

    .title-diferent {
        margin: 10px 0;
    }

    .subtitle-diferent {
        margin: 8px 0;
    }

    .subtitle-services {
        width: 100%;
    }

    .subtitle-card-carrousel {
        font-size: 16px;
    }

    .slide {
        flex: 1 0 85%;
    }

    .container-info-services {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .list-services li {
        font-size: 14px;
    }

    .slides-container {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .title-card-carrousel {
        font-size: 20px;
    }

    .section-why-choose-us {
        padding: 10px;
        width: 100%;
    }

    .title-why-choose {
        font-size: 18px;
    }

    .container-grid-choose {
        display: flex;
        flex-direction: column;
    }

    .image-choose {
        width: 50px !important;
    }

    .image-icon-choose {
        width: 70px;
    }

    .description-why-choose {
        font-size: 14px;
        line-height: 24px;
    }

    footer {
        background-color: var(--secondary-color);
        padding: 10px;
    }

    footer ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    footer ul li:nth-child(2) {
        display: none;
    }

    footer ul li {
        color: white;
        font-size: 14px;
    }
}