@import url(reset.css);

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap');

html {
	overflow-y: scroll;
}

body{
    font-size: 15px;
    font-family: 'Titillium Web';
    cursor: default;
}

.container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/*header*/

header{
    background-color: white;
}

.header__bar{
    background-color: #324F9F;
    width: 100%;
    height: 0.5vh;
}

header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo{
    background-image: url(../img/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25vh;
    height: 10vh;
}

.header__whatsapp{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 10vh;
    padding: 0.5vh 2vh 0.5vh 0.5vh;
    cursor: pointer;
}

.header__whatsapp:hover{
    background-color: green;
}

.header__whatsapp__logo{
    color: white;
    background-color: green;
    text-align: center;
    line-height: 5vh;
    height: 5vh;
    width: 5vh;
    border-radius: 100%;
    font-size: 3vh;
}

.header__whatsapp:hover .header__whatsapp__logo{
    color: green;
    background-color: white;
}

.header__whatsapp__texto{
    font-size: 2vh;
    margin-left: 1vh;
}

.header__whatsapp__texto div:last-child{
    font-weight: bold;
    font-size: 1.5vh;
    margin-top: 0.5vh;
}

.header__whatsapp:hover .header__whatsapp__texto{
    color: white;
}

.header__tel{
    font-size: 2.5vh;
    font-weight: bold;
    color: #324F9F;
}

/*main*/

main{
    position: relative;
}

main .container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.main__banner{
    background-image: url(../img/banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main__banner__texto{
    font-size: 5vh;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 0.5vh 0;
    color: white;
}

.main__form{
    position: relative;
    background-color: #eeeeee;
    width: 40%;
    padding: 3vh;
    box-sizing: border-box;
    margin-bottom: 5vh;
    margin-top: 5vh;
}

.main__titulo{
    text-align: center;
    font-size: 3vh;
    font-weight: bold;
    margin-bottom: 3vh;
    color: #324F9F;
    text-transform: uppercase;
    padding-bottom: 3vh;
    border-bottom: 1px solid #dddddd;
}

.main__div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main__div>div{
    width: calc(50% - 1.5vh);
}

.main__texto{
    font-size: 2vh;
    margin-bottom: 1vh;
    transition: all 0.5s ease;
}

.main__input{
    transition: all 0.5s ease;
}

.main__input input{
    width: 100%;
    border: 1px solid #dddddd;
    background-color: white;
    color: black;
    padding: 1vh 2vh;
    box-sizing: border-box;
    font-size: 1.5vh;
    margin-bottom: 2vh;
    transition: all 0.5s ease;
}

.main__input textarea{
    width: 100%;
    border: 1px solid #dddddd;
    background-color: white;
    color: black;
    padding: 1.5vh 2vh;
    box-sizing: border-box;
    font-size: 1.5vh;
    margin-bottom: 2vh;
    height: 20vh;
    font-family: 'Titillium Web';
    transition: all 0.5s ease;
}

.main__botao{
    text-align: center;
    height: 5vh;
}

.main__botao button{
    background-color: #324F9F;
    color: white;
    padding: 1.5vh 2vh;
    box-sizing: border-box;
    font-size: 2vh;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.main__botao button:hover{
    background-color: white;
    color: #324F9F;
}

.main__alert{
    display: none;
    background-color: #324F9F;
    color: white;
    width: 80%;
    left: 10%;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    font-size: 2vh;
    text-transform: uppercase;
    position: absolute;
    top: calc(50% - 2vh);
}

/*produtos*/

.produtos{
    width: 35%;
    margin-top: 3vh;
    margin-bottom: 5vh;
    margin-left: 5vh;
}

.produtos__titulo{
    text-align: center;
    font-size: 3.5vh;
    font-weight: bold;
    margin-bottom: 1vh;
    color: #324F9F;
    text-transform: uppercase;
}

.produtos__subtitulo{
    text-align: center;
    font-size: 2vh;
    color: #999999;
}

.produtos__lista{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.produtos__item{
    width: 100%;
    background-color: #eeeeee;
    margin-top: 2vh;
    border: 1vh solid #eeeeee;
    box-sizing: border-box;
    position: relative;
}

.produtos__imagens{
    width: 100%;
    height: 25vh;
}

.produtos__img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 25vh;
}

.produtos__nome{
    font-size: 1.5vh;
    text-align: center;
    margin-top: 1.5vh;
    margin-bottom: 0.5vh;
}

.produtos__left{
    background-color: #eeeeee;
    border-radius: 100%;
    width: 4vh;
    height: 4vh;
    line-height: 4vh;
    text-align: center;
    position: absolute;
    top: 11vh;
    left: -1vh;
    cursor: pointer;
    color: #999999;
}

.produtos__left:hover{
    color: black;
}

.produtos__right{
    background-color: #eeeeee;
    border-radius: 100%;
    width: 4vh;
    height: 4vh;
    line-height: 4vh;
    text-align: center;
    position: absolute;
    top: 11vh;
    right: -1vh;
    cursor: pointer;
    color: #999999;
}

.produtos__right:hover{
    color: black;
}

.produtos__cores{
    position: absolute;
    top: 20.5vh;
    background-color: #eeeeee;
    right: 1vh;
    padding: 1vh;
    font-size: 1.5vh;
    border-radius: 5vh;
    color: #999999;
}

.produtos__cores i{
    margin-right: 1vh;
}

/*footer*/

footer{
    background-color: #324F9F;
    padding: 3vh 0 3vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer__logo{
    background-image: url(../img/footer_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20vh;
    height: 6vh;
}

.footer__texto{
    text-align: center;
    font-size: 2vh;
    font-weight: bold;
    color: white;
    margin-left: 2vh;
    line-height: 120%;
}

.footer__div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__texto2{
    text-align: center;
    font-size: 1.2vh;
    color: white;
    margin-top: 1vh;
}