* {
    margin: 0;
}

html {
    scroll-behavior: smooth;
  }

@font-face {
    font-family: 'UniversLight';
    src: url('../fonts/UniversLight.ttf') format('truetype'); 
}

@font-face {
    font-family: 'UniversLightOblique';
    src: url('../fonts/UniversLightOblique.ttf') format('truetype'); 
}

@font-face {
    font-family: 'UniversBold';
    src: url('../fonts/UniversBold.ttf') format('truetype'); 
}

@font-face {
    font-family: 'UniversExtended';
    src: url('../fonts/UniversExtended.ttf') format('truetype'); 
}

@font-face {
    font-family: 'UniversRoman';
    src: url('../fonts/UniversRoman.ttf') format('truetype'); 
}

@font-face {
    font-family: 'UniversBlackExtended';
    src: url('../fonts/UniversBlackExtended.ttf') format('truetype'); 
}


h2 {
    font-family: UniversBlackExtended;
}

h3 {
    font-family: UniversBold;
    
}

p {
    font-family: UniversLight;
}

.desktop {
    display: flex!important;
}

.mobile {
    display: none!important;
}


.icone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
}

.box-form {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    padding: 100px 0;
    justify-content: space-around;
}

.text-box {
    width: 40%;
}

.text-box h2 {
    color: #58D88A;
    font-size: 54px;
    margin-bottom: 40px;
}

.text-box p {
    font-size: 18px;
    width: 65%;
    margin-bottom: 40px;
}

.form {
    width: 30%;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30%;
    align-items: flex-end;
}


.form input {
    padding: 10px 20px;
    border: 1px solid #707070;
    border-radius: 35px;
    width: 100%;
}

.form .submit {
    border: none;
    font-family: UniversRoman;
    background-color: #58d88a;
    color: white;
    margin-top: 40px;
    width: 60%;
}

.background {
    background-image: url('../imgs/background.png');
    background-position: center;
    padding: 60px;
    background-size: cover;
}

.produtos h2 {
    color: white;
    padding: 80px 0;
}

.grid-quatro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.grid-dois {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 80px;
}

.grid-apas {
    position: sticky;
    width: 85%;
}

.grid-apas img {
    width: 100%;
    height: 100%;
}

.logo-apas-1 {
    position: absolute;
    right: 42%;
    width: 16% !important;
}

.logo-apas-2 {
    position: absolute;
    right: 42%;
    top: 10%;
    width: 16% !important;
}

.logo-conjunto-setas {
    position: absolute;
    height: 140px !important;
    width: fit-content !important;
    top: -10%;
    right: -100px;
}

.centralizar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-quem {
    padding: 80px;
    margin: 120px 0;
    border: 1px solid #14233A;
    border-radius: 80px;
    display: flex;
    flex-direction: column;
}

.box-quem h2 {
    margin-bottom: 60px;
    color: #14233A;
}

.textos {
    display: flex;
    gap: 60px;
    width: 85%;
}

.textos p {
    font-size: 18px;
    width: 45%;
}

.escolher h2 {
    padding: 80px 0;
    color: #58d88a;
}

.escolher h3 {
    color: #58d88a;
    font-size: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.escolher .esquerda h3 {
    justify-content: right;
}

.escolher p {
    color: white;
    font-size: 21px;
    line-height: 36px;
}

.escolher .esquerda p {
    text-align: right;
}

.motivos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 200px 0;
}

.text-motivo {
    width: 40%;
}

.escolher a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.escolher a button {
    border: none;
    font-family: UniversRoman;
    background-color: #58d88a;
    color: white;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 35px;
    margin: 80px 0;
}

.escolher {
    position: sticky;
}

.logo-conjunto-setas-1 {
    position: absolute;
    height: 140px !important;
    left: 96%;
    width: fit-content !important;
    top: 36%;
}

.logo-conjunto-setas-2 {
    position: absolute;
    height: 140px !important;
    left: 0%;
    width: fit-content !important;
    top: 60%;
}