body{
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
a {
    text-decoration: none;
}
*{
    box-sizing: border-box;
}
.nav{
    height: 15vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.logo{
    user-select: none;
    width: 10vw;
    display: flex;
}
.logo img{
    max-width: 100%;
    line-height: 0;
    user-select: none;
}
.hero{
    display: flex;
    user-select: none;
    justify-content: center;
    width: 100%;
    height: 18vh;
    background-color: #ededed;
}
.flex-items{
    display: flex;
    user-select: none;
    gap: 2rem;
    flex-direction: column;
    width: 70%;
    justify-content: center;
    align-items: center;
}
.wpp-arrow-up{
    display: flex;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: center;
}
.btn-contactar{
    width: 60px;
    transition: .5s ease;
}
.btn-contactar svg{
    width: 100%;
}
.seta{
    cursor: pointer;
    user-select: none;
    display: none;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    width: 60px;
    background-color: #525252;
    height: 60px;
}
.seta i{
    font-size: 1.5rem;
    color: #fff;
}
.btn-contactar:hover{
    filter: drop-shadow(0 0 1rem #25D366);
}
.titles-flex{
    display: flex;
    text-align: center;
    font-size: clamp(0.8rem, 1vw, 1rem);
    font-family: Montserrat;
    line-height: 0;
    flex-direction: column;
}
.titles-flex h3{
    font-weight: 500;
}
.titles-flex h4 {
    font-weight: 500;
}
.desc{
    display: flex;
    align-items: center;
    padding-top: 5rem;
    flex-direction: column;
    width: 100%;
}
.desc svg{
    width: 100%;
    height: auto;
    display: block;
    align-self: stretch;
}
.cliente{
    display: flex;
    width: 50%;
    font-size: clamp(0.7rem, 1vw, 1rem);
    text-align: center;
    justify-content: center;
}
.cliente h2{
    font-family: Montserrat;
    font-weight: 500;
}
.landing-body{
    display: flex;
    flex-direction: column;
}
.landing{
    display: flex;
    justify-content: center;
    height: 100%;
    background-color: #f5f5f5;
}
.title-landing{
    display: flex;
    flex-direction: column;
    line-height: 1px;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000;
    background-color: transparent;
    height: 10vh;
    width: 25vw;
}
.title-landing h2{
    font-family: Montserrat;
    font-weight: 400;
}
.title-landing h3{
    font-family: Montserrat;
    font-weight: 300;
}
.item-box{
    display: flex;
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90vw;
    height: 30vh;
    background-color: #ffffff;
}
.box-icon1{
    display: flex;
    user-select: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 100%;
    line-height: 0px;
    background-color: transparent;
}
.box-icon2{
    display: flex;
    user-select: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 100%;
    line-height: 0px;
    background-color: transparent;
}
.box-icon1 img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.box-icon2 img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.item-title{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-box{
    display: flex;
    font-size: clamp(0.4rem, 1vw, 1rem);
    line-height: 1rem;
    flex-direction: column;
    align-items: center;
}
.title-box h2{
    font-family: Julius Sans One;
    font-weight: 500;
}
.item-explain{
    width: 70%;
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
}
.landing-flex{
    gap: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#margin1{
    margin-top: 2rem;
}
#margin2{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.formulario{
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90vw;
    height: 100%;
    padding: 2rem;
    border-radius: 30px;
    background-color: #fff;
}
.title-form{
    display: flex;
    font-size: clamp(0.7rem, 1rem);
    flex-direction: column;
    font-family: Montserrat;
    line-height: 1.2;
}
.title-form h3{
    font-weight: 400;
}
.icon-flex{
    display: flex;
    align-items: center;
}
.icon-flex i{
    padding-left: 1rem;
    font-size: 1.2rem;
}
.formulario form{
    display: flex;
    gap: 2rem;
}
.container-grupo{
    display: flex;
    gap: 2rem;
    height: 100%;
    flex-direction: column;
}
.grupo{
    display: flex;
    height: 100%;
    gap: 1rem;
    flex-direction: column;
}
.inputs-flex{
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.inputs-flex-radio{
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.upload{
    display: none;
}
.load{
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20vw;
    height: 4vh;
    border: 1px solid #000;
    border-radius: 30px;
    transition: .8s ease;
}
.url-image{
    display: none;
    font-size: 0.7rem;
}
.load:hover{
    background-color: #f1f1f1;
}
.icon-span{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.icon-span i{
    font-size: 1.5rem;
}
.icon-span p{
    font-weight: 400;
}
.inputs{
    user-select: none;
    border: 1px solid #898989;
    border-radius: 30px;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
}
#espacamento{
    margin-top: 1rem;
}
.inputs i{
    font-size: 1rem;
}
.grupo label{
    font-family: Montserrat;
    font-weight: 500;
}
.grupo span{
    width: 20vw;
    user-select: none;
    font-family: Montserrat;
    font-weight: 300;
}
.grupo-flex{
    font-family: Montserrat;
}
.grupo-checkbox{
    user-select: none;
    display: flex;
    flex-direction: column;
}
#gap_radio span{
    font-weight: 400;
}
.grupo input[type='text']{
    background-color: transparent;
    font-family: Montserrat;
    padding-left: 0.3rem;
    flex: 1;
    color: #000;
    outline: none;
    border: none;
    width: 100%;
    height: 5vh;
}
#input_none1,
#input_none2,
#input_none3
{
    margin-top: 1rem;
    visibility: hidden
}

#input1,
#input2,
#input3,
#input4,
#input5
{
    margin-top: 1rem;
    visibility: hidden
}

#i1,
#i2,
#i3{
    display: none;
}
#icon_1,
#icon_2,
#icon_3,
#icon_4,
#icon_5{
    display: none;
}
input[type=radio]{
    accent-color: black;
}
input[type=checkbox]{
    accent-color: black;
}
.btn-form{
    border-radius: 30px;
    font-family: Julius Sans One;
    width: 15vw;
    height: 3.5vh;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: .4s ease;
}
.btn-form:hover{
    box-shadow: 0 0 1rem #3b4952;
}
footer{
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background-color: #222222;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.NAV{
    display: flex;
    justify-content: space-evenly;
}
.nav_1{
    width: 80%;
    display: flex;
    align-items: center;
    user-select: none;
    justify-content: space-evenly;
}
.nav_1 hr{
    width: inherit;
    border-bottom: 0px solid #48525e;
}
.container-logo-marca{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.logo-marca img{
    width: 5.5vw;
}
.UL{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
}
.email{
    font-weight: 400;
}
.UL i{
    user-select: none;
    font-size: 1.2rem;
    line-height: 1;
    color: #e3e3e3;
}
.agrupamento-icones1{
    user-select: none;
    display: flex;
    cursor: pointer;
    gap: 0.5rem;
}
.icones1{
    background-color: #273a4f;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transition: .5s ease;
}
.icones1:hover{
    user-select: none;
    background-color: #3a516c;
}
.icones2{
    background-color: #273a4f;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.agrupamento-icones2{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
@media (max-width: 553px) and (orientation: portrait){
    .logo{
        width: 30vw;
    }
    .flex-items{
        width: 100%;
    }
    .cliente{
        width: 90%;
    }
    .formulario form{
        width: 100%;
    }
    .item-box{
        height: 87vh;
    }
    .item-title{
        flex-direction: column;
        justify-content: center;
    }
    .item-explain{
        font-size: 1rem;
    }
    .box-icon1,
    .box-icon2{
        height: 50%;
        width: 100%;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0;
    }
    .box-icon1 svg,
    .box-icon2 svg{
        width: 10vw;
    }
    .title-box{
        line-height: 2;
    }
    .btn-form{
        width: 100%;
        height: 7vh;
    }
    .titles-flex{
        width: 90%;
    }
    footer{
        text-align: center;
    }
    .NAV{
        flex-direction: column;
    }
    .nav_1{
        display: flex;
        flex-direction: column;
    }
    .logo-marca img{
        width: 15vw;
    }
    .UL{
        padding: 0;
        align-items: center;
    }
    .formulario form{
        flex-direction: column;
        width: 100%;
    }
    .title-box{
        font-size: 0.7rem;
    }
    .grupo span{
        width: 100%;
    }
}
@media (min-width: 554px) and (max-width: 1031px){
    .nav{
        height: 20vh;
    }
    .hero{
        height: 20vh;
    }
    .logo{
        width: 20vw;
    }
    .flex-items{
       width: 100%;
       gap: 1rem;
    }
    .item-box{
        height: 100%;
    }
    .item-explain{
        height: 100%;
    }
    .item-title{
       
        flex-direction: column;
    }
    .box-icon1,
    .box-icon2{
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0;
        width: 100%;
    }
    .title-box{
        font-size: 0.7rem;
    }
    .item-explain{
        font-size: 0.8rem;
        width: 90%;
        padding: 1rem;
    }
    .formulario form{
        flex-direction: column;
        width: 70%;
    }
    .btn-form{
        width: 100%;
        height: 8vh;
    }
    .load{
        width: 100%;
    }
    .grupo span{
        width: 100%;
    }
    .grupo input[type="text"]{
        height: 8vh;
    }
    .nav_1{
        flex-direction: column;
    }
    .logo-marca img{
        width: 10vw;
    }
}
@media (min-width: 1032px) and (max-width: 1650px){
    .formulario form{
        flex-direction: column;
        width: 75%;
    }
    .btn-form{
        width: 75%;
    }
    .item-explain{
        width: 65%;
        padding: 1rem;
    }
}
