@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}
.banner {
    background-image: url("./Overlay.png");
    height: 700px;
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
}

.nav-custom {
    margin-bottom: 370px;
    background: linear-gradient(93.24deg, #F27405 1.48%, #D93D04 97.87%);
    z-index: 99999;
}

@media (max-width: 600px) {
    .nav-custom {
        margin-bottom: 0;
        background: linear-gradient(93.24deg, #F27405 1.48%, #D93D04 97.87%);
        z-index: 99999;
    }

    #valores {
        display: flex;
        flex-direction: column;


    }

    .left {
        min-width: 100%;
        width: 100%;
    }

    .right {
        min-width: 100%;
        width: 100%;
    }

    .card {
        margin: 20px 0px !important;
        padding: 20px !important;
        width: 372px !important;
    }

    .text-mobile {
        width: 100% !important;
        min-width: 100% !important;
        margin-top: 5px;
    }

    #atendimento {
        flex-direction: column;
    }

    .banner {
        height: 281px;
    }

    #header-video {
        display: none;
    }

}


#header-video {
    position: absolute;
    left: 114px;
}

.article-footer .modal-demo {
    width: 500px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;

    color: #FFFFFF;
}

.article-footer img {
    width: 90px;
    margin-bottom: 10px;
    height: 90px;;
}

.photo-dono {
    width: 550px;
    height: 375.34px;
}

.sobre h2:before {
    content: '';
    border-left: 3px solid #5a5959;
    margin-right: 7px;
}

.sobre h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #000000;
}


.sobre p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    border-left: 3px solid #5a5959;
    color: #000000;
    padding-left: 7px;
}


.btn-custom {
    width: 270px;
    padding: 10px;
    text-align: center;
    color: white;
    background: linear-gradient(93.24deg, #F27405 1.48%, #D93D04 97.87%);
    border-radius: 10px;
}

.produtos {
    background-position: center;
    background-size: cover !important;
    background: url("./banner.png") no-repeat;
}

.efeito-img:hover {
    transform: scale3d(1.5, 1.5, 1.5);
    z-index: 99999999;
    transition: 1s;
    left: 71px;
    position: relative;
}

.efeito {
    transition: 1s;
}

.efeito:hover {
    transform: scale3d(1.05, 1.2, 1.5);
    color: white;
    text-decoration: none;
    transition: 1s;
}

.card-options {
    width: 440px;
    text-align: center;
    margin: 35px 15px;
}

.card-options h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 24px;
    color: #F27405;
}

.card-options h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.card-options p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.print-product img {
    margin: 10px 0px;
}

.sobre-product h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 63px;
    color: #000000;
}

.sobre-product ul, li {
    list-style: none;
}

.sobre-product li {
    display: flex;
}

.sobre-product li i {
    margin-right: 10px;
    color: #D93D04;
    font-size: 25px;
}

.sobre-product li p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;

}

.footer-site {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(93.24deg, #F27405 1.48%, #D93D04 97.87%);
    height: 55px;
}

.footer-site p {
    margin: 0px 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #FFFFFF;

}

.footer-site p span {
    color: #e00e0e;
}


@media (max-width: 900px) {
    #info-master {
        flex-direction: column-reverse;
    }

    .produtos {
        background-attachment: fixed;
        background-position: center;
    }

    .photo-dono {
        margin-top: 10px;
        width: 400px;
    }

    #projeto {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .photo-dono {
        margin-top: 10px;
        width: 100%;
    }

    .article-footer {
        width: 100%;
    }

    .card-options {
        width: 100%;
    }

    .sobre-product h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .print-product {
        display: flex;
        overflow-x: scroll;
    }

    .print-product img {
        margin: 10px 36px;
    }

    .footer-site {
        display: flex;
        flex-direction: column;
    }

    .footer-site p {
        font-size: 12px;
    }
}


.main-container {
    padding: 30px;
}

/* HEADING */

.heading {
    text-align: center;
}

.heading__title {
    font-weight: 600;
}

.heading__credits {
    margin: 10px 0px;
    color: #888888;
    font-size: 25px;
    transition: all 0.5s;
}

.heading__link {
    text-decoration: none;
}

.heading__credits .heading__link {
    color: inherit;
}

/* CARDS */

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    margin: 20px;
    padding: 20px;
    width: 479px;
    min-height: 200px;
    display: grid;
    grid-template-rows: 20px 50px 1fr 50px;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
}

.card:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
}

.card__link,
.card__exit,
.card__icon {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}

.card__link::after {
    position: absolute;
    top: 25px;
    left: 0;
    content: "";
    width: 0%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
}

.card__link:hover::after {
    width: 100%;
}

.card__exit {
    grid-row: 1/2;
    justify-self: end;
}

.card__icon {
    grid-row: 2/3;
    font-size: 30px;
}

.card__title {
    grid-row: 3/4;
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
}

.card__apply {
    grid-row: 4/5;
    align-self: center;
}

/* CARD BACKGROUNDS */

.card-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#f5311f, #fa6800);
}


/* RESPONSIVE */

@media (max-width: 1600px) {
    .cards {
        justify-content: center;
    }
}


.list-valotes {
    padding: 18px 7px;
    border: 0px solid;
    border-radius: 4px;
    background: #fdfdfd;
    box-shadow: 0px 2px 4px 0px #e14f04;
    margin: 10px 0;
    transition: 1s;
}

.list-valotes:hover {
    color: white;
    transition: 1s;
    background: linear-gradient(93.24deg, #F27405 1.48%, #D93D04 97.87%);
    cursor: pointer;
}

.link-whastapp {
    cursor: pointer;
    background: #e45504;
    height: 65px;
    width: 65px;
    position: fixed;
    top: 234px;
    z-index: 9999999999;
    right: 8px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.img-atendente {
    width: 395px !important;
    height: 450px;
    border-radius: 5px;
}

.link-demo:hover {
    cursor: pointer;
}

.btn-demo {
    text-align: center;
    color: white;
    background: linear-gradient(93.24deg, #F27405 1.48%, #D93D04 97.87%);
    /*border-radius: 10px;*/
}

.input-form {
    background: #FFFFFF;
    border: 1px solid #F27405;
    border-radius: 15px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    width: 460px;
    height: 50px;
    color: rgba(0, 0, 0, 0.54);
    margin: 10px 0;
    box-sizing: border-box;
    padding: 0px 10px;
}

.input-form::-moz-placeholder {
    margin-left: 15px;
}

.input-form:-ms-input-placeholder {
    margin-left: 15px;
}

.input-form::placeholder {
    margin-left: 15px;
}

.alert{
    margin: 0 auto;
}

input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: white;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: gray;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em orangered;
    /* Windows High Contrast Mode */
    background-color: grey;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}


