* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

:root {
    --body-font: 'Noto Sans JP', sans-serif;
}

body {
    background-attachment: scroll;
    background-color: #1C2230;
}

.menu__up {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #1C2230;
    margin: 0 auto;
}

.logo {
    position: absolute;
    left: 75px;
    top: 50%;
}

.logo__icon-box {
    display: block;
    margin: -57px 0px -11px -36px;
}

.logo__icon {
    font-size: 3rem;
    margin-top: 0;
    color: white;
}

.logo__text {
    text-decoration: none;
    font-family: 'Petit Formal Script', cursive;
    font-size: 2rem;
    color: white;
}

.menu {
    position: absolute;
    right: 75px;
    margin: 0;
    top: 35%;
}

.menu__ul {
    position: absolute;
    display: inline-flex;
    align-items: baseline;
    right: 0;
    
}
.menu__li {
    padding: 15px;
    right: 0;
    font-size: 1.123rem;
    text-transform: uppercase;
}

.menu__link {
    display: inline;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.menu__link:hover {
    color: #4EC3D4;
    transition: 1s;
}

.main {
    margin-bottom: -130px;
}

.principal {
    background-color: #1C2230;
}

.img__principal-one {
    display: grid;
    justify-content: center;
    margin-top: 80px;
}

.img__principal {
    width: 400px;
    height: 400px;
}

.text__main-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.text__main-one {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 25px;
    color: white;
    max-width: 650px;
}

.paragrafo__main-one {
    font-family: 'Noto Sans JP', sans-serif;
    color: #D0D4DF;
    max-width: 650px;
}

.button__main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}
.button__main-link {
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    background-color: #4EC3D4;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .9rem;
    text-decoration: none;
    font-weight: bold;
}

.button__main-link:hover {
    background-color: #59688c;
    transition: 1s;
}

.back__section {
    background-color: #181E2A;
}

.box__container {
    display: grid;
    grid-template-columns: repeat(2, 330px);
    gap: 6rem;
    row-gap: 2rem;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 60px;
}

.box__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 230px;
}

.img__box {  
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.text__box {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #D0D4DF;
}

.paragrafo__box {
    text-align: center;
    font-size: .8rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #D0D4DF;
}

.section__two {
    background-color: #181E2A;
    position: relative;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px;
}

.img__section-two {
    width: 650px;
    margin: 0;
}

.section__text-area {
    position: absolute;
    display: inline-block;
    width: 500px;
    text-align: left;
    margin-top: 110px;
}

.section__two-h2 {
    width: 300px;
    margin-bottom: 15px;
    word-break: normal;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    color: white;
}

.section__two-p {
    margin-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #D0D4DF;
}

.section__two-link {
    font-family: 'Noto Sans JP', sans-serif;
    color: #7ADDDD;
    font-weight: bold;
    text-decoration: none;
}

.section__two-link::after {
    content: " ➭ ";
}

.section__testimonials {
    position: relative;
    margin-bottom: 350px;
    margin-left: 15%;
    margin-right: 15%;
}

.card__testimonials {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 3rem;
    column-gap: 4rem;
    text-align: center;
}

.box__testimonials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #21293C;
    box-shadow: 8px 8px #1E2736;
    width: 330px;
    height: 180px;
}

.text__testimonials {
    margin: 0px 20px 12px 20px;
    word-break: break-all;
    line-height: 1.3em;
    font-family: var(--body-font);
    font-size: .8rem;
    text-align: justify;
    color: #D0D4DF;
}

.profile__testimonials {
    display: grid;
    grid-template-columns: repeat(2, .80px);
    column-gap: 0rem;
    align-items: start;
    justify-content: flex-start;
    margin-top: 30px;
}

.img__testimonials {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 20px;
}

.area__profile-text {
    text-align: initial;
}

.name__testimonials {
    width: 96px;
    margin-left: 60px;
    color: white;
    font-family: var(--body-font);
    font-size: .8rem;
}

.office__testimonials {
    width: 167px;
    margin-left: 60px;
    color: #D0D4DF;
    font-size: .7rem;
}

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

.box__form {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around;
    align-items: baseline;
    width: 880px;
    height: 280px;
    box-shadow: 8px 8px #121824;
    border-radius: 10px;
    background-color: #1C2230;
}

.text__form {
    font-family: var(--body-font);
    color: white;
    font-size: 1.6rem;
    margin-top: 20px;
}

.paragrafo__form {
    font-size: 1rem;
    font-family: var(--body-font);
    color: #D0D4DF;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

.input__form {
    margin-bottom: 20px;
}

.email__form {
    padding: 10px 130px 10px 130px;
    border-radius: 50px;
    margin-right: 30px;
    border: none;
}

.enviar {
    padding: 10px 40px 10px 40px;
    border-radius: 50px;
    background-color: #4EC3D4;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.enviar:hover {
    background-color: #59688c;
    transition: 1s;
}

.footer {
    padding-top: 250px;
    background-color: #0C1524;
}

.footer__section {
    display: grid;
    grid-template-columns: repeat(5, 100px);
    column-gap: 14rem;
    justify-content: center;
    margin-left: 10%;
}

.mapa__footer {
    display: inline;
    vertical-align: baseline;
    margin-bottom: 50px;
}

.mapa {
    margin-top: 20px;
}

nav {
    display: grid;
    grid-template-columns: repeat(4, 250px);
    flex-direction: column;
    justify-items: baseline;
    margin-left: 20px;
    column-gap: 72px;
    align-items: baseline;
    margin-top: 70px;
}

.footer__ul-contact {
    display: block;
    color: #D0D4DF;
    font-family: var(--body-font);
    font-size: .9rem;
    text-decoration: none;
    list-style-type: none;
    line-height: 1.8rem;
}

nav ul li,
nav ul li a {
    color: #D0D4DF;
    font-family: var(--body-font);
    font-size: .9rem;
    text-decoration: none;
    list-style-type: none;
    line-height: 1.8rem;
}

.icon__footer {
    font-size: 1.1rem;
    letter-spacing: 15px;
}

.footer__ul-uteis-one {
    margin-left: 50px;
}

.footer__ul-uteis-two {
    margin-left: -65px;
}

.redes__sociais ul {
    margin-left: -170px;
}

.redes__sociais li {
    display: inline;
    margin: 0px 10px 0px 0px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 5px;
}

.links__uteis-one:hover,
.links__uteis-two:hover,
.redes__sociais-a:hover {
    color: #4EC3D4;
    transition: 1s;
}

.copyright {
    padding: 50px 0 40px;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    background-color: #0C1524;
}