/* topo */
._1000 section.topo {
    background: url('../img/bgRevista.png') no-repeat top center #E1D7D1;
}

section.topo .centro {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    padding: 20px 20px 80px;
}

section.topo .centro h1 {
    width: max-content;
    margin: 0 auto 50px;
    user-select: none;
}

section.topo .centro h1 img {
}

section.topo .centro h1 img {
}

section.topo .centro .conteudo {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

section.topo .centro .conteudo .texto {
    width: 100%;
    max-width: 613px;
    min-width: 510px;
}

section.topo .centro .conteudo figure {
    width: max-content;
    max-width: 627px;
    margin-bottom: 110px;
    margin-left: -80px;
}

section.topo .centro .conteudo .texto h2 {
    color: #172E40;
    font-family: Urbanist;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 44px */
    margin-bottom: 24px;
}

section.topo .centro .conteudo .texto p {
}

section.topo .centro .conteudo .texto p i {
    color: #172E40;
    font-family: "TT Hoves";
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
}

section.topo .centro .conteudo .form {
    background: #112230;
    width: 100%;
    max-width: 527px;
    padding: 64px;
    position: sticky;
    top: 20px;
    height: max-content;
}

section.topo .centro .conteudo .form h3 {
    color: #FFF;
    font-family: Urbanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 39.6px */
    margin-bottom: 21px;
}

section.topo .centro .conteudo .form p {
    color: #FFF;
    font-family: "TT Hoves";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 17.6px */
    margin-bottom: 21px;
}

section.topo .centro .conteudo .form form {
    display: block;
}

section.topo .centro .conteudo .form select, section.topo .centro .conteudo .form input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    margin-bottom: 8px;
    padding: 12px 24px 11px;
    color: #646464;
    font-family: "TT Hoves";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
}

section.topo .centro .conteudo .form select {
    background-image: linear-gradient(45deg, transparent 50%, #BDBDBD 50%), linear-gradient(135deg, #BDBDBD 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px),calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px,1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 14px 24px 13px;
}

section.topo .centro .conteudo .form input {
}

section.topo .centro .conteudo .form input:hover {
}

section.topo .centro .conteudo .form input::placeholder {
}

section.topo .centro .conteudo .form button {
    border-radius: 4px;
    background: #E88533;
    box-shadow: 0px 9px 10px -6px rgba(14, 14, 14, 0.10);
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 18px 20px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 20px */
    text-transform: uppercase;
    transition: all ease 0.5s;
}

section.topo .centro .conteudo .form button:hover {
    background: #ffa961;
}

section.topo .centro .conteudo .form h3 em {
    font-family: 'TT Hoves';
}

@media screen and (max-width: 1300px) {
    ._1000 section.topo .centro .conteudo .form {
        padding: 20px 30px;
    }

    ._1000 section.topo .centro .conteudo .form h3 {
        font-size: 27px;
        margin-bottom: 15px;
    }

    ._1000 section.topo .centro .conteudo .form p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    ._1000 section.topo .centro .conteudo .form select, ._1000 section.topo .centro .conteudo .form input {
        padding: 10px 24px;
    }

    ._1000 section.topo .centro .conteudo .form button {
        padding: 14px 20px;
    }
}

/* mobile */
/* topo */
._320 section.topo {
    background: #E1D7D1;
}

._320 section.topo .centro {
    max-width: 440px;
    padding: 0;
    position: relative;
}

._320 section.topo .centro h1 {
    position: absolute;
    z-index: 2;
    right: 80px;
    max-width: 125px;
    top: 30px;
    margin: 0;
}

._320 section.topo .centro .conteudo {
    flex-direction: column-reverse;
    gap: 0;
}

._320 section.topo .centro .conteudo .texto {
    padding: 40px 20px;
    min-width: initial;
}

._320 section.topo .centro .conteudo figure {
    position: absolute;
    max-width: 170px;
    z-index: 3;
    top: 20px;
    margin: 0;
    left: 13px;
    width: 100%;
}

._320 section.topo .centro .conteudo .texto h2 {
    color: #172E40;
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 26.4px */
    margin-bottom: 16px;
}

._320 section.topo .centro .conteudo .texto p i {
    font-size: 18px;
}

._320 section.topo .centro .conteudo .form {
    position: relative;
    top: 0;
    padding: 96px 20px 40px;
    background: #13273F;
}

._320 section.topo .centro .conteudo .form h3 {
    color: #FFF;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 19.8px */
    max-width: 180px;
    margin-left: auto;
    margin-bottom: 38px;
}
