@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #eecece;
    font-family: "Montserrat", sans-serif;
}

/* HEADER */

header{
    background-color: #fff;
    /* position: fixed; */
    width: 100%;
    z-index: 1;
}

.topo{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.logo img{
    width: 80px;
}

.btn-sacola img{
    width: 30px;
    cursor: pointer;
    object-fit: cover;
    transition: all .3s ease;
}

.nav{
    display: flex;
    gap: 40px;
}

.nav a{
    text-decoration: none;
    color: #000;
}

.nav a:hover{
    color: #1ac16f;
    transition: .2s;
}

/* MAIN */

.banner{
    background-image: url(./assets/banner-4.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-info{
    background-color: #ffffff79;
    max-width: 800px;
    padding: 30px 20px;
    border-radius: 15px;
}

.banner-info h1{
    font-size: 36px;
    margin: 10px 0;
    color: #1ac16f;
}

.span p span{
    font-size: 18px;
    font-style: italic;
}

.info p{
    font-size: 15px;
    /* margin: 25px 0; */
}
.btn-links{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0 auto;
}

.btn-1{
    width: 150px;
    text-align: center;
    margin-right: 20px;
}

.btn-1 a{
    text-decoration: none;
    border: 1px solid #f54370;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 20px;
    background-color: #f5436f4f;
    color: #fff; 
    font-weight: bold;
    cursor: pointer;
}

.btn-1 a:hover{
    background-color: #f54370;
    transition: .3s;
    padding: 10px 16px;
    font-size: 16px;
}

.nome input, .data input, .endereco input, .cidade input, .telefone input, .email input, .senha input{
    width: 350px;
    height: 40px;
    font-size: 16px;
    border-radius: 0 10px 10px 0;
    border: 1px solid #a3a2a2;
    padding-left: 10px;
    /* color: #757575; */
}

.nome label, .data label, .endereco label, .cidade label, .telefone label, .email label, .sexo p, .senha label{
    width: 100px;
    height: 40px;
    padding: 10px 8px;
    border-radius: 10px 0 0 10px;
    background-color: #f5436f8e;
    font-size: 16px;
    color: #fff;
}

.nome, .data, .endereco, .cidade, .telefone, .email, .senha{
    display: flex;
}

.sexo1{
    width: 350px;
    border: 1px solid #a3a2a2;
    height: 40px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-left: 10px;
}

.sexo{
    display: flex;
    align-items: center;
}

.info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
    max-width: 100%;
}

/* FOOTER */

footer{
    background-color: #fff;
}

.rodape{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 300px;
    max-width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.rodape h4{
    color: #1ac16f;
    font-size: 18px;
    margin: 20px 0;
}

.rodape p{
    font-size: 16px;
    line-height: 22px;
}

.sobre, .links-rapidos, .contato, .newsletter{
    padding: 0 20px;
}

.sobre{
    padding-right: 20px;
    border-left: 1px solid #f5436f8e;
}

.links-rapidos{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.links-rapidos a{
    text-decoration: none;
    color: #000;
}

.links-rapidos a:hover{
    color: #1ac16f;
}

.newsletter p{
    margin-bottom: 20px;
}

.sobre, .contato, .links-rapidos, .newsletter{
    /* border: 1px solid red; */
    height: 280px;
    width: 25%;
    border-right: 1px solid #f5436f8e;
}

.creditos{
    text-align: center;
    font-size: 15px;
    padding: 20px 0;
    line-height: 22px;
}

.contato img{
    width: 20px;
}

.display{
    display: flex;
    align-items: center;
    gap: 5px;
}

.display-1{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.flex{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.check-email{
    display: flex;
}

.check-email input{
    width: 250px;
    height: 40px;
    padding: 0 5px;
    font-size: 16px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #a3a2a2;
}

.check-email button{
    height: 40px;
    padding: 0 10px;
    border-radius: 0 10px 10px 0;
    background-color: #f5436f8e;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.check-email button:hover{
    background-color: #f54370;
}

/* RESPONSIVO */

@media screen and (max-width: 1024px){
    /* FOOTER */

    .rodape{
        height: 280px;
        max-width: 98%;
        margin: 0 auto;
    }

    .sobre p, .contato p, .links-rapidos a, .newsletter p{
        font-size: 13px;
    }

    .sobre, .contato, .links-rapidos, .newsletter{
        width: 25%;
        padding: 0 10px;
        height: 240px;
    }

    .check-email input{
        width: 180px;
        font-size: 15px;
    }
    .check-email button{
        font-size: 14px;
        padding: 0 8px;
    }
}

@media screen and (max-width: 768px){
    /* FOOTER */

    .sobre{
        display: none;
    }

    .contato, .links-rapidos, .newsletter{
        width: 31%;
        padding: 0 10px;
        height: 240px;
    }

    .contato p, .links-rapidos a, .newsletter p{
        font-size: 12px;
    }

    .contato{
        border-left: 1px solid #f5436f8e;;
    }

    .rodape{
        height: 280px;
        max-width: 100%;
        margin: 0 auto;
    }

    .check-email input{
        width: 160px;
        font-size: 15px;
    }
    .check-email button{
        font-size: 14px;
        padding: 0 8px;
    }

    .contato img{
        width: 18px;
    }
}

@media screen and (max-width: 480px){
    /* HEADER */

    .nav{
        gap: 15px;
    }

    .nav a{
        font-size: 14px;
    }

    .logo img{
        width: 70px;
    }

    .btn-sacola img{
        width: 20px;
    }

    /* MAIN */

    .banner-info{
        max-width: 350px;
        padding: 15px 0 15px 20px;
        margin: 0 auto;
    }

    .banner{
        padding-bottom: 120px;
        background-position: 40%;
    }

    .banner-info h1{
        font-size: 26px;
    }

    .span p span{
        font-size: 15px;
    }

    .btn-1{
        width: 140px;
        margin-right: 20px;
    }

    .btn-1 a{
        padding: 8px 12px;
        font-size: 14px;
    }

    .btn-1 a:hover{
        padding: 10px 14px;
        font-size: 15px;
    }

    .nome input, .data input, .endereco input, .cidade input, .telefone input, .email input, .senha input{
        width: 230px;
        height: 35px;
        font-size: 15px;
    }

    .nome label, .data label, .endereco label, .cidade label, .telefone label, .email label, .sexo p, .senha label{
        width: 80px;
        height: 35px;
        font-size: 14px;
    }

    .info{
        gap: 10px;
    }

    .sexo1{
        width: 230px;
        height: 35px;
        gap: 20px;
    }

    .sexo1 label{
        font-size: 12px;
    }

    .masc input, .fem input{
        width: 12px;
    }

    .masc, .fem{
        display: flex;
        gap: 3px;
    }

    /* FOOTER */

    .sobre, .links-rapidos{
        display: none;
    }

    .contato, .newsletter{
        width: 50%;
        padding-left: 10px;
        height: 240px;
    }


    .contato p, .newsletter p{
        font-size: 12px;
    }

    .contato{
        border-left: 1px solid #f5436f8e;
        border-right: none;
    }

    .newsletter{
        border-right: 1px solid #f5436f8e;
    }

    .rodape{
        justify-content: center;
        max-width: 95%;
        height: 260px;
    }

    .creditos{
        font-size: 13px;
    }

    .contato img{
        width: 16px;
    }

    .check-email input{
        width: 110px;
        font-size: 15px;
    }
    .check-email button{
        font-size: 14px;
        padding: 0 8px;
    }

    .newsletter p{
        margin-bottom: 10px;
    }
}