.firstSection {
    background: url("/assets/bgHome.svg") no-repeat;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.firstSection .containerSection {
    margin-top: 10.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.firstSection .containerSection .left {
    width: 100%;
    max-width: 578px;
}

.firstSection .containerSection .left .textBox .titleHome {
    color: #fff;
    line-height: 1.1;
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.firstSection .containerSection .textHome {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 150%;
}

.firstSection .containerSection .left .formBox {
    background: #fff;
    width: 100%;
    max-width: 35.625rem;
    border-radius: 10px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.firstSection .containerSection .left .formBox .numberSelect {
    padding: 4px 12px 4px 24px;
    border-right: 1px solid #d1d1d7;
}

.firstSection .containerSection .left .formBox .numberSelect a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.firstSection .containerSection .left .formBox .numberSelect a .imgBandeira {
    border-radius: 4px;
    max-width: 1.875rem;
}

.firstSection .containerSection .left .formBox .numberSelect a span {
    color: #222;
}

.firstSection .containerSection .left .formBox .input {
    padding: 1rem 6px 1rem 52px;
    font-size: 1rem;
    outline: none;
    border: none;
    width: initial;
}

.firstSection .containerSection .left .formBox .input::placeholder {
    color: #d7d7dc;
}

.firstSection .containerSection .left .formBox .btnPrimary {
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(118, 145, 255, 0.4);
    position: absolute;
    right: 1.188rem;
}

.firstSection .containerSection .left .formBox .btnPrimary .arrowBtn {
    display: none;
}

.firstSection .containerSection .right {
    position: relative;
    max-width: 22.5rem;
    width: 100%;
}

.firstSection .containerSection .right .imgMockup {
    max-width: 22.5rem;
    height: 670px;
}

.firstSection .containerSection .right .imgPointer {
    max-width: 40px;
    height: 50px;
    object-fit: cover;
    position: absolute;
    top: 107px;
    right: 100px;
}

.firstSection .containerSection .right .boxInfo {
    position: absolute;
    width: 100%;
    max-width: 380px;
    background: #fff;
    padding: 1.2rem;
    border-radius: 16px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    top: 400px;
    right: 0;
}

.firstSection .containerSection .right .boxInfo .textLocation {
    color: #595959;
    line-height: 150%;
}

.firstSection .containerSection .right .boxInfo .textInfo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #689ff2;
}

.firstSection .containerSection .right .boxInfo .textInfo span {
    color: #689ff2;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.8px;
}

.firstSection .containerSection .right .boxInfo .textInfo img {
    max-width: 45px;
    height: 45px;
    margin-left: -13px;
}

.firstSection .containerInfo {
    margin-top: 8.125rem;
    padding: 4rem 0 8rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

.firstSection .info .containerImg {
    position: relative;
    max-width: 5.625rem;
    height: 5.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.firstSection .info .containerImg img{
    object-fit: initial;
}

.firstSection .info .containerImg::before {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: -6px;
    background-color: #689ff2;
    box-shadow: 0 5px 20px rgba(118, 145, 255, 0.4);
    border-radius: 1rem;
    z-index: -1;
}

.firstSection .info {
    width: 100%;
    max-width: 24rem;
}

.firstSection .info .titleInfo {
    margin: 24px 0 1rem 0;
    color: #222;
}

.firstSection .info .descriptionInfo {
    margin: 24px 0 1rem 0;
    color: #595959;
    line-height: 150%;
}

@media (max-width: 991px) {
    .firstSection .containerSection {
        gap: 1rem;
    }
    .firstSection .containerSection .left {
        max-width: 32.5rem;
    }
    .firstSection .containerSection .left .formBox .numberSelect {
        padding: 4px 11px 4px 9px;
    }
    .firstSection .containerSection .right {
        display: flex;
        justify-content: center;
    }
    .firstSection .containerSection .right .imgMockup {
        max-width: 19.5rem;
        height: 600px;
    }
    .firstSection .containerSection .right .boxInfo {
        max-width: 318px;
        padding: 0.8rem;
        right: 21px;
    }
    .firstSection .containerSection .right .boxInfo .textInfo span {
        font-size: 1rem;
    }
    .firstSection .containerSection .right .boxInfo .textInfo img {
        max-width: 38px;
        height: 38px;
    }
    .firstSection .containerSection .right .boxInfo .textLocation {
        font-size: 15px;
    }
    .firstSection .containerSection .left .formBox .btn {
        padding: 0.9rem 1rem;
        font-size: 0.8rem;
    }
    .iti--inline-dropdown .iti__dropdown-content {
        width: 448px !important;
    }
}

@media (max-width: 850px) {
    .firstSection .containerSection .right {
        display: none;
    }
    .firstSection .containerSection .left {
        margin: 0 auto;
    }
    .firstSection .containerInfo {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    #phoneNumberInput {
        width: 20.625rem !important;
    }
}

@media (max-width: 530px) {
    .firstSection .containerSection .left .textBox .titleHome {
        font-size: 1.875rem;
        margin-bottom: 30px;
    }
    .firstSection .containerSection .textHome {
        font-size: 1rem;
    }
    .firstSection .containerSection .left .formBox .input {
        padding: 0.55rem;
    }
    .firstSection .containerSection .left .formBox .numberSelect a {
        gap: 6px;
    }

    .firstSection .containerSection .left .formBox .btnPrimary span {
        display: none;
    }
    .firstSection .containerSection .left .formBox .btnPrimary .arrowBtn {
        font-size: 1.2rem;
        display: flex;
    }
    .firstSection .containerSection .left .formBox .btn {
        padding: 0.3rem 0.5rem;
    }
    .firstSection
        .containerSection
        .left
        .formBox
        .numberSelect
        a
        .imgBandeira {
        max-width: 1.2rem;
        height: 1.2rem;
    }
    .firstSection .containerSection .left .formBox .numberSelect a span {
        font-size: 14px;
    }
    .firstSection .containerSection .left .formBox .input {
        padding: 0.5rem;
        font-size: 14px;
    }
    .iti--inline-dropdown .iti__dropdown-content {
        width: 300px !important;
    }
    .firstSection .containerInfo {
        margin-top: 12.125rem;
    }
    .errorMsg {
        bottom: 108% !important;
        left: 85% !important;
    }
}

@media (max-width: 420px) {
    .firstSection .containerSection .left .formBox {
        margin-bottom: 2rem;
    }
    #phoneNumberInput {
        width: 13.625rem !important;
    }
    .iti__search-input + .iti__country-list {
        border-top: none;
    }
    .iti--inline-dropdown .iti__dropdown-content {
        border-radius: 0.75rem !important;
    }
}

.phoneBackground {
    position: absolute;
    top: 51%;
    right: 50vw;
    transform: translateY(-50%);
}

.svg-background {
    width: 844px;
    fill: #689ff2;
    z-index: -1;
}

.sectionThreeContainer {
    margin-top: 70rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
}

.mainContainer {
    padding: 0.75rem 1rem;
    margin-top: 8.125rem;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.phoneMockup {
    display: flex;
    position: relative;
}

.phoneMockup img {
    width: 330px;
    height: auto;
}

.sectionThreeInfo {
    flex: 0 0 50%;
    max-width: 50%;
}

.sectionThreeInfo h2 {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 600;
}

.sectionThreeInfo ul {
    margin-top: 2.5rem;
}

.sectionThreeInfo ul li {
    display: flex;
}

.sectionThreeInfo ul li + li {
    margin-top: 0.5rem;
}

.icon {
    margin-right: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #689ff2;
}

.icon svg {
    fill: currentColor;
}

.sectionThreeInfo h3 {
    margin-top: 4rem;
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 600;
}

.iconInfos {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.iconBlock {
    padding: 0.75rem;
    border-radius: 0.75rem;
    color: #4fb08d;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #fff;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    margin-right: 1.5rem;
}

.iconBlock::before {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: -4px;
    background-color: #689ff2;
    box-shadow: 0 5px 20px #1f395f;
    border-radius: 1rem;
    z-index: -1;
}

.iconBlock svg {
    fill: currentColor;
}

.iconInfos h4 {
    font-size: 1.5rem;
    color: #689ff2;
    font-weight: 600;
    line-height: 1.3;
}

.iconInfos p {
    margin-top: 0.25rem;
    color: #595959;
}

@media (min-width: 1920px) {
    .phoneBackground {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1100px) {
    .phoneBackground {
        top: 46%;
    }
}

@media (max-width: 850px) {
    .phoneBackground {
        display: none;
    }

    .phoneMockup {
        display: none;
    }

    .sectionThreeInfo {
        margin: 0 auto;
        flex: auto;
        max-width: 100%;
    }

    .mainContainer {
        padding: 0;
    }
}

@media (max-width: 530px) {
    .sectionThreeInfo h2 {
        font-size: 38px;
    }
}

@media (max-width: 460px) {
    .firstSection .containerInfo {
        grid-template-columns: repeat(1, 1fr);
    }
    .firstSection .info .containerImg {
        max-width: 4.5rem;
        height: 4.5rem;
        padding: 0.7rem;
    }
    .firstSection .containerInfo {
        padding: 0 0 8rem 0;
        margin-top: 17rem;
    }

    .sectionThreeContainer {
        margin-top: 86rem;
    }
}

.pular {
    animation: pulo 0.5s ease-in-out infinite alternate;
}

@keyframes pulo {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 9px;
    margin-left: -10px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem 0 0 0.75rem;
    padding: 0rem 0 0rem 1rem;
}

.iti--inline-dropdown .iti__country-list {
    max-height: 17.5rem;
}

.iti__search-input {
    display: none;
}

.iti--show-selected-dial-code .iti__selected-flag {
    background-color: transparent;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti__arrow {
    display: none;
}

.spanFlexModal {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.iti__selected-flag {
    background: #fff;
}
.hide {
    display: none;
}

.errorMsg {
    position: absolute;
    bottom: 90%;
    left: 40%;
    transform: translateX(-50%);
    font-size: 0.85rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(255, 72, 83, 0.5);
    white-space: nowrap;
    z-index: 9;
    background: #ff4853;
    color: #fff;
}

.listNumber {
    position: relative;
}

.errorMessageEmail {
    padding-top: 0.5rem;
    color: #ff4853;
    font-size: 85%;
}

.inputMethodPayment{
    display: none !important;
}

.spanMethodPayment{
    padding: 1px 10px;
    border: 1px solid #222;
    border-radius: 5px;
    cursor: pointer;
}

.spanMethodPayment .imgMethodPayment{
    max-width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
}