/* body {
    background: #ccc;
} */
.retoma_container {
    background: #fff;
    width: 970px;
    margin: 24px auto;
}
.retoma_wrapper {
    min-height: 600px;
}

.flexer {
    flex: auto;
}
.retoma_container h3 {
    font-size: 28px;
    margin: 0;
    padding: 0 50px;
    color: #0000ff;
}
.retoma_container h3.thin {
    font-weight: 100;
}

.slide {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    /* height: 536px; */
    padding: 12px 0;
}
.slide_item {
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.slide_item .retoma_type_toggler {
    overflow: hidden;
    display: block;
    height: 100%;
    background: #ebebeb;
    border-radius: 28px;
    position: relative;
}
.retoma_type_toggler.loading {
    pointer-events: none;
}

.comingsoon_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 20%);
    font-size: 25px;
    color: #fff;
    opacity: 0;
    transition: .15s all linear;
    pointer-events: none;
}
.slide_item .retoma_type_toggler:hover .comingsoon_overlay {
    opacity: 1;
}


img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.squaredetails {
    grid-area: 1 / 3 / 3 / 5;
}



.subslide_item {
    background: #ebebeb;
    height: 100%;
    border-radius: 40px;
    padding: 32px;
    box-sizing: border-box;
}
.subslide_item form {
    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

i.left_arrow {
    /* background-image: url(/css/icons/arrowleft.svg); */
    background-image: url(/themes/classic/customTemplates/novasretomas/css/icons/arrowleft.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
i.right_arrow {
    /* background-image: url(/css/icons/arrowright.svg); */
    background-image: url(/themes/classic/customTemplates/novasretomas/css/icons/arrowright.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.retoma_navigation_wrapper {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.navigation_button {
    height: 58px;
    background: #0000ff;
    border-radius: 35px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: #fff;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
}
.navigation_button.primary {
    flex: auto;
    padding: 25px;
}
.navigation_button.secondary {
    width: 58px;
    background: #b3b3b3;
}
.navigation_button p {
    margin: 0;
    color: #fff;
    font-size: 22px;
}


.question_wrapper {
    width: 100%;
    margin: 0 0 8px;
    gap: 8px;
}
.question_wrapper label {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0;
    text-align: left;
    margin: 0;
}
.question_wrapper select {
    border: 2px solid #0000ff;
    height: 52px;
    width: 100%;
    border-radius: 35px;
    padding: 0 25px;
    font-size: 20px;
    appearance: none;
    position: relative;
    /* background-image: url(/css/icons/arrowdown.svg); */
    background-image: url(/themes/classic/customTemplates/novasretomas/css/icons/arrowdown.svg);
    background-position: calc(100% - 25px) 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    background-color: transparent;
}

.question_wrapper.options-items input {
    display: none;
}

.question_wrapper.options-items {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
}

.question_wrapper.options-items input+label {
    width: auto;
    flex: 48%;
    border: 2px solid #0000ff;
    box-sizing: border-box;
    border-radius: 35px;
    height: 58px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
    color: #808080;
    cursor: pointer;
    transition: .15s all linear;
}
.question_wrapper.options-items input:not(:checked)+label:hover {
    background: rgb(0 0 255 / 15%);
}
.question_wrapper.options-items input:checked+label {
    background: #0000ff;
    color: #fff;
}

.question_wrapper label:has(+.erro) {
    color: #F44336;
}
.question_wrapper .erro {
    border: 2px solid #F44336;
}

.question_wrapper.options-items input.erro+label {
    border: 2px solid #F44336;
}


h3.retoma_text {
    font-size: 30px;
    margin: 0 0 16px;
    padding: 0;
    text-align: left;
}
h3.retoma_text.black {
    color: #000000;
}
h3.retoma_text.blue {
    color: #0000ff;
    font-size: 30px;
}



.retomaform_container {
    margin: 35px 0 0;
}
.retomaform_wrapper form {
    background: #ebebeb;
    padding: 36px;
    border-radius: 40px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.retomaform_wrapper form .input_wrapper {
    width: 100%;
}
.retomaform_wrapper form .input_wrapper input, .retomaform_wrapper form .input_wrapper textarea {
    width: 100%;
    height: 52px;
    padding: 12px 25px;
    border-radius: 35px;
    border: 1px solid #808080;
    background: transparent;
    font-size: 18px;
    color: #808080;
    box-sizing: border-box;
}
.retomaform_wrapper form .input_wrapper input::placeholder,.retomaform_wrapper form .input_wrapper textarea::placeholder {
    color: #808080;
}
.retomaform_wrapper form .input_wrapper textarea {
    height: auto;
    min-height: 150px;
    resize: vertical;
    color: #808080;
}
.retomaform_wrapper form .input_wrapper label {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 25px;
    padding-right: 0;
    height: 52px;
    border: 1px solid #808080;
    border-radius: 35px;
    margin: 0;
}
.retomaform_wrapper form .input_wrapper input#retomaformfile {
    display: none;
}
.retomaform_wrapper form .input_wrapper label p {
    margin: 0;
    font-size: 18px;
    color: #808080;
}
.retomaform_wrapper form .input_wrapper label p.file_placeholder {
    flex: auto;
    text-align: left;
    color: rgb(128 128 128 / 60%);
}
.retomaform_wrapper form .input_wrapper label p.file_placeholder.withfile {
    color: rgb(128 128 128 / 100%);
}
.retomaform_wrapper form .input_wrapper label p.file_button {
    height: 52px;
    padding: 0 36px;
    background: #808080;
    border-radius: 35px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.retomaform_wrapper form button {
    border: 0;
    height: 58px;
    background: #0000ff;
    border-radius: 35px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: #fff;
    box-sizing: border-box;
    max-width: 250px;
    width: 100%;
}


.slide2 {
    grid-template-rows: repeat(1, 1fr);
}
.type_title_wrapper {
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.slide_item .retoma_type_toggler h4.type_title {
    /* position: absolute; */
    top: 0;
    left: 0;
    /* width: 100%; */
    text-align: left;
    padding: 0 20px;
    font-size: 22px;
    color: #000;
    margin: 0;
    box-sizing: border-box;
}
.slide_item .retoma_type_toggler h4.type_title.maintitle {
    padding: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
}

img#iphone-main-image {
    width: 100%;
    height: 95%;
    object-position: center;
}

p.type_warnings {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    box-sizing: border-box;
}

.arrow_toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #002aff;
    width: 55px;
    height: 55px;
    margin: 20px;
    border-radius: 50%;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
}
i.left_aarrow {
    /* background-image: url(/css/icons/aarrowright.svg); */
    background-image: url(/themes/classic/customTemplates/novasretomas/css/icons/aarrowright.svg);
    color: #fff;
    width: 100%;
    height: 100%;
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}




img.desktop {
    display: block;
}
img.mobile {
    display: none;
}

@media screen and (max-width:600px){
    .retoma_container {
        width: 100%;
        margin: 25px auto;
    }
    .retoma_container h3 {
        font-size: 25px;
        padding: 0;
    }
    .squarebig, .squarehalf, .squaredetails {
        grid-area: auto !important;
    }
    .slide {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        height: auto;
    }

    .question_wrapper.options-items input+label {
        flex: 100%;
    }


    img.desktop {
        display: none;
    }
    img.mobile {
        display: block;
        width: 120%;
        object-position: center;
        margin: 0 -10% -10%;
    }
    .slide_item .retoma_type_toggler {
        background: transparent;
    }
    .type_title_wrapper {
        position: relative;
        padding: 0;
    }
    .type_title_wrapper h4.type_title {
        display: none;
    }
    img#iphone-main-image, p.type_warnings {
        display: none;
    }
}