@import url("https://fonts.googleapis.com/css2?family=Arimo&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@700&family=Roboto:wght@400;500;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Arimo&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@700&family=Roboto&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } .container-h1-input { padding: 40px 130px; } .page-titulo__tourist { font-family: "Poppins", sans-serif; font-style: normal; font-weight: 700; font-size: 32px; line-height: 120%; } .container-input { display: flex; margin: 40px 0 60px; } .wrapper-input__img label { display: flex; align-items: center; justify-content: center; color: #858585; font-family: "Roboto", sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; letter-spacing: 0.15px; width: 343px; height: 212px; margin-right: 20px; border: 2px solid #e5e5e5; border-radius: 8px; cursor: pointer; } .wrapper-input__img input { display: none; margin-right: 20px; } .img-result { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; } .wrapper-input__text { display: flex; flex-direction: column; } .input-text__titulo { display: flex; width: 328px; height: 56px; margin-bottom: 20px; padding: 16px 0 16px 16px; border: 2px solid #d6d6d6; border-radius: 8px; color: #858585; font-family: "Roboto", sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; letter-spacing: 0.15px; } .input-text__descricao { display: flex; width: 417px; height: 136px; margin-bottom: 16px; padding: 40px 0px 72px 20px; color: #858585; font-family: "Roboto", sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; letter-spacing: 0.15px; border: 2px solid #d6d6d6; border-radius: 8px; } .wrapper-button-submit { display: flex; justify-content: end; } .button-submit__input { display: flex; align-items: center; justify-content: center; width: 121px; height: 56px; background: #ff5a5f; color: #ffffff; font-family: "Poppins", sans-serif; font-style: normal; font-weight: 700; font-size: 16px; border: 1px solid #ff5a5f; border-radius: 8px; cursor: pointer; } .button-submit__input:hover { background: #e93137; } .page-titulo__img__spot { font-family: "Poppins", sans-serif; font-style: normal; font-weight: 700; font-size: 32px; line-height: 120%; }