/* 
Theme Name: Raio Móveis
Theme URI: https://www.essensusdesign.com/
Description: Child theme of Hello Elementor
Author: Severo Coutinho
Author URI: https://www.essensusdesign.com/
Template: hello-elementor
Version: 1.0
Text Domain: raio
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root {
    --rm-image-radius: 0px;
    --rm-header-height: 106px;
    --rm-admin-header-height: 0px;
    --rm-extra-menu-height: 0px;
    --rm-side-padding: 30px;
    --rm-thumbs-opacity: 0.42;
    --rm-thumbs-scaler: 1.03;
    --container-max-width: 2400px;
    --lightbox-ui-color:#FFFFFF;
}

html .elementor-lightbox {
    --lightbox-ui-color:#FFFFFF;
}
  
/*
    Elementor - CSS class based tweaks
*/
html .elementor-widget.el_unmargin {
    margin-bottom: 0px;
}

html .elementor-widget.el_unmargined_p p {
    margin-bottom: 0px;
}

html body.home .elementor-widget.el_unmargined_p p {
    margin-bottom: -6px;
}

body.logged-in {
    --rm-admin-header-height: 32px;
}

body.raio-extra-menu-active .elementor-location-header .raio_no_shrink {
    transform: translateY(16px);
    /*align logo*/
}

body.raio-extra-menu-active {
    --rm-header-height: 128px;
}

body:not(.raio-extra-menu-active) #raio_extra_menu_container {
    display: none;
}

#raio-submenu-extra_wrapper {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

#raio_extra_menu_container {
    padding-top: 0px;
    padding-bottom: 0px;
}

#raio-submenu-extra_wrapper ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 24px;
}

.elementor-location-header a:hover {
    text-decoration: underline;
}

#raio-submenu-extra_wrapper ul a {
    color: var(--e-global-color-text);
    text-transform: uppercase;
}

.elementor-menu-toggle {
    outline: none;
}

html a {
    transition: .2s;
    color: var(--e-global-color-primary);
}

html a:hover {
    color: var(--e-global-color-accent);
}

.rm_image_radius img {
    border-radius: var(--rm-image-radius) !important;
}

.rm_styled_heading .elementor-heading-title {
    position: relative;
    padding-left: 32px;
}

.rm_styled_heading .elementor-heading-title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./images/triangle-round.svg) no-repeat center center;
    left: 0;
    top: 50%;
    margin-top: -10px;
    transform: rotate(90deg);
}

.rm_styled_heading_above .elementor-heading-title {
    position: relative;
    padding-top: 32px;
}

.rm_styled_heading_above .elementor-heading-title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./images/triangle-round.svg) no-repeat center center;
    left: 50%;
    top: 0%;
    margin-top: 0px;
    margin-left: -10px;
}

#smooth-content {
    will-change: transform;
}

.raio_no_overflow {
    overflow: hidden !important;
}

.raio_parallax_img {
    position: absolute !important;
}

.raio_parallax_img[data-left="-5%"] {
    left: -5%;
}

.raio_parallax_img[data-left="0%"] {
    left: 0%;
}

.raio_parallax_img[data-left="5%"] {
    left: 5%;
}

.raio_parallax_img[data-left="10%"] {
    left: 10%;
}

.raio_parallax_img[data-left="20%"] {
    left: 20%;
}

.raio_parallax_img[data-left="30%"] {
    left: 30%;
}

.raio_parallax_img[data-left="35%"] {
    left: 35%;
}

.raio_parallax_img[data-left="40%"] {
    left: 40%;
}

.raio_parallax_img[data-left="50%"] {
    left: 50%;
}

.raio_parallax_img[data-left="60%"] {
    left: 60%;
}

.raio_parallax_img[data-left="70%"] {
    left: 70%;
}

.raio_parallax_img[data-left="80%"] {
    left: 80%;
}

.raio_parallax_img[data-left="90%"] {
    left: 90%;
}

.raio_parallax_img[data-right="0%"] {
    right: 0%;
}

.raio_parallax_img[data-right="10%"] {
    right: 10%;
}

.raio_parallax_img[data-right="15%"] {
    right: 15%;
}

.raio_parallax_img[data-right="20%"] {
    right: 20%;
}

.raio_parallax_img[data-right="25%"] {
    right: 25%;
}

.raio_parallax_img[data-right="30%"] {
    right: 30%;
}

.raio_parallax_img[data-right="35%"] {
    right: 35%;
}

.raio_parallax_img[data-right="40%"] {
    right: 40%;
}

.raio_parallax_img[data-right="45%"] {
    right: 45%;
}

.raio_parallax_img[data-right="50%"] {
    right: 50%;
}

.raio_parallax_img[data-right="60%"] {
    right: 60%;
}

.raio_parallax_img[data-right="70%"] {
    right: 70%;
}

.raio_parallax_img[data-right="80%"] {
    right: 80%;
}

.raio_parallax_img[data-right="90%"] {
    right: 90%;
}

.raio_parallax_img[data-top="0%"] {
    top: 0%;
}

.raio_parallax_img[data-top="10%"] {
    top: 10%;
}

.raio_parallax_img[data-top="15%"] {
    top: 15%;
}

.raio_parallax_img[data-top="20%"] {
    top: 20%;
}

.raio_parallax_img[data-top="30%"] {
    top: 30%;
}

.raio_parallax_img[data-top="40%"] {
    top: 40%;
}

.raio_parallax_img[data-top="50%"] {
    top: 50%;
}

.raio_parallax_img[data-top="60%"] {
    top: 60%;
}

.raio_parallax_img[data-top="70%"] {
    top: 70%;
}

.raio_parallax_img[data-top="75%"] {
    top: 75%;
}

.raio_parallax_img[data-top="80%"] {
    top: 80%;
}

.raio_parallax_img[data-top="85%"] {
    top: 85%;
}

.raio_parallax_img[data-top="90%"] {
    top: 90%;
}

.rm_colgap_extra {
    column-gap: 80px !important;
}

.raio_header_slider.elementor-widget-slides .swiper-slide-inner .elementor-slide-button {
    border-width: 0px;
}

.raio_header_slider.elementor-widget-slides .swiper-slide-inner .elementor-slide-button,
.raio_button_lg.elementor-widget-button .elementor-button,
.raio_button.elementor-widget-button .elementor-button {
    border-radius: 50px;
    font-weight: 400;
}

.raio_header_slider.elementor-widget-slide .swiper-slide-inners .elementor-slide-button,
.raio_button_lg.elementor-widget-button .elementor-button {
    padding: 16px 36px;
}

.raio_header_slider.elementor-widget-slides .swiper-slide-inner .elementor-slide-button {
    color: var(--e-global-color-primary);
    background-color: #FFFFFF;
}

.raio_button_colors_inv.elementor-widget-button .elementor-button {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-6745ef6);
}

.raio_header_slider.elementor-widget-slides .swiper-slide-inner .elementor-slide-button:hover,
.raio_button_colors_inv.elementor-widget-button .elementor-button:hover {
    background-color: #FFFFFF;
    color: var(--e-global-color-ae55894);
}

.raio_minus_header {
    height: calc(100vh - var(--rm-header-height) - var(--rm-admin-header-height) - 20px) !important;
    min-height: 1px !important;
}

.raio_header_slider .swiper-slide {
    height: calc(100vh - var(--rm-header-height) - var(--rm-header-height) - var(--rm-admin-header-height)) !important;
}

.raio_header_slider .elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
    font-weight: 300;
    font-size: 40px;
}

.raio_header_slider .elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-weight: 300;
}

.raio_header_slider .elementor-slides .swiper-slide-inner {
    padding: 2.5%;
}

.raio_header_slider .elementor-swiper-button-prev {
    background-image: url(./images/chevron-left-f.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.raio_header_slider .elementor-swiper-button-next {
    background-image: url(./images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.raio_header_slider .elementor-swiper-button-prev,
.raio_header_slider .elementor-swiper-button-next,
.raio_header_slider .elementor-swiper-button-prev svg,
.raio_header_slider .elementor-swiper-button-next svg {
    opacity: 0;
    transition: all 0.3s;
}

.raio_header_slider:hover .elementor-swiper-button-prev,
.raio_header_slider:hover .elementor-swiper-button-next {
    opacity: 1;
}

.raio_divider {
    height: 14px;
    width: 1px;
    background-color: var(--e-global-color-primary);
}

.swiper-slide .swiper-slide-bg {
    transition-duration: 0.3s;
}
.swiper-slide:hover .swiper-slide-bg {
    transform: scale(var(--rm-thumbs-scaler));
}

.rm_image_scale {
    overflow: hidden;
}
.rm_image_scale img {
    transform: scale(1);
    transition: all 0.3s;
}

.rm_image_scale:hover img {
    transform: scale(var(--rm-thumbs-scaler));
}

.raio_no_shrink {
    flex-shrink: 0 !important;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

body h3 {
    letter-spacing: -0.04em;
}

.raio_uppercased,
.raio_uppercased .elementor-heading-title {
    text-transform: uppercase;
}

.raio_page_title {
    font-weight: 300;
    text-transform: uppercase;
}



/*--------------------------------------------------------------
# Scroll Button
--------------------------------------------------------------*/
.elementor-widget.raio_scroll_wrapper {
    bottom: 20px;
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
}

#raio_scroll_button {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

#raio_scroll_button svg {
    width: 22px;
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg) translateX(0px);
    opacity: 0;
}

#raio_scroll_button:hover svg {
    transform: rotate(90deg) translateX(8px);
}

.raio_scroll_button_wrapper:hover #raio_scroll_button svg {
    opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.elementor-location-header .elementor-widget-off-canvas .e-off-canvas__overlay {
    height: 100vh;
}

.elementor-location-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.5s ease-in-out;
    transform: translateY(0%);
}

#raio_main_menu .current-menu-ancestor > a {
    text-decoration: underline;
}

.elementor-location-header .raio-submenu-current,
.elementor-location-header .current-menu-item > a,
body.raio-view-prods .elementor-location-header .raio_prods_link > a {
    text-decoration: underline;
}

.elementor-location-header .cpel-switcher--layout-dropdown .cpel-switcher__list {
    background-color: #FFFFFF;
    margin-left: -10px;
}

.elementor-location-header .cpel-switcher--layout-dropdown .cpel-switcher__list .cpel-switcher__name {
    padding: 10px 20px 10px 20px !important;
}

@media (pointer: fine) {

    .elementor-location-header .cpel-switcher--drop-on-hover .cpel-switcher__nav:hover .cpel-switcher__list {
        max-height: 600%;
    }

}

.raio_header_scrolled.raio_hide_header .elementor-location-header {
    position: fixed;
    transform: translateY(-102%);
}

body.tax-linha .elementor-location-archive,
div[data-elementor-type="search-results"],
#content {
    padding-top: calc(var(--rm-header-height) + var(--rm-admin-header-height) + var(--rm-extra-menu-height));
}


@-webkit-keyframes mousescroll {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(60px);
    }
}

@keyframes mousescroll {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(60px);
    }
}

#raio_mouse_help {
    margin-left: -15px;
    margin-bottom: 6px;
    cursor: pointer;
}

#raio_mouse_help svg #wheel {
    -webkit-animation: mousescroll ease 2s infinite;
    animation: mousescroll ease 2s infinite;
    transition: all 1s;
}

#raio_mouse_help svg #mouse {
    transition: all 1s;
}

#raio_mouse_help.inv_colors svg #mouse,
#raio_mouse_help.inv_colors svg #wheel {
    stroke: var(--e-global-color-primary) !important;
}

.raio_header_slider .elementor-swiper-button svg {
    transition: all 1s;
}

.raio_header_slider.inv_colors .elementor-swiper-button svg {
    fill: var(--e-global-color-primary) !important;
}

.raio_header_slider.inv_colors .elementor-swiper-button-prev {
    background-image: url(./images/chevron-left-dark.svg);
}

.raio_header_slider.inv_colors .elementor-swiper-button-next {
    background-image: url(./images/chevron-right-dark.svg);
}

#raio_header_account {
    margin-left: -6px;
}

.raio_close_menu svg line {
    fill: #000000
}

#raio_search_overlay input {
    text-align: center;
}

.raio_menu_hover #raio-submenu-extra_wrapper {
    opacity: 0;
}

.raio-submenu-linhas {
    display: flex;
    gap: 30px;
    align-items: center;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.raio_form .elementor-field {
    box-shadow: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.raio_form_default label {
    margin-bottom: 8px;
}

.raio_form_default .elementor-field-group {
    margin-bottom: 20px;
}

.raio_form_default .elementor-button span {
    font-weight: 400;
    text-transform: uppercase;
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    text-transform: uppercase;
}

.raio_form_default textarea,
.raio_form_default input[type="text"],
.raio_form_default input[type="email"],
.raio_form_default input[type="tel"],
.raio_form_default input[type="password"],
.raio_form_default input[type="number"],
.raio_form_default input[type="search"] {
    border-radius: 0px !important;
    border-color: var(--e-global-color-primary);
}

.raio_form_lined textarea,
.raio_form_lined input[type="text"],
.raio_form_lined input[type="email"],
.raio_form_lined input[type="tel"],
.raio_form_lined input[type="password"],
.raio_form_lined input[type="number"],
.raio_form_lined input[type="search"] {
    padding-left: 0px !important;
}

.raio_form_lined .e-form__buttons {
    margin-top: 20px;
}



/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
.raio_contact_popup .elementor-location-popup {
    overflow: hidden;
}

.raio_contact_popup .dialog-close-button svg {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.raio_contact_popup .dialog-close-button:hover svg {
    transform: rotate(90deg);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.elementor-location-footer .rm_footer_newsletter_wrapper input[type="email"] {
    padding-left: 0px;
    padding-right: 106px;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    box-shadow: none !important;
    min-height: 0px;
}

.elementor-location-footer .rm_footer_newsletter_wrapper .elementor-field-group.elementor-field-type-submit .elementor-button[type="submit"] {
    padding-right: 0px;
    padding-top: 8px;
    min-height: 0px;
    padding-bottom: 10px;

}

.elementor-location-footer .rm_footer_newsletter_wrapper .elementor-field-group.elementor-field-type-submit {
    position: absolute;
    right: 0px;
    padding: 0px;
    width: auto;
    padding: 0px !important;
}

.rm_footer_newsletter_wrapper.elementor-widget-form .elementor-field-type-html {
    font-size: 12px;
    color: var(--e-global-color-accent);
}

.rm_footer_logo svg {
    height: auto !important;
}

.elementor-location-footer .rm_footer_top a {
    color: var(--e-global-color-6745ef6);
}

.elementor-location-footer .rm_footer_top a:not(.elementor-button):not(.address-button):hover {
    text-decoration: underline;
}

.address-button span {
    display: block;
}
.address-button:hover span {
    text-decoration: underline;
}

.elementor-location-footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
    text-decoration: underline;
}



/*--------------------------------------------------------------
# Tipologias - feed
--------------------------------------------------------------*/
.raio-tipologias-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

@media only screen and (max-width: 1200px) {

    .raio-tipologias-inner {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .raio-tipologia .raio_type_title h3 {
        font-size: 16px;
    }

}

@media only screen and (max-width: 800px) {

    .raio-tipologias-inner {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

}

@media only screen and (max-width: 440px) {

    .raio-tipologias-inner {
        grid-template-columns: 1fr;
    }

    .raio-tipologia .raio_type_title h3 {
        font-size: 18px;
    }

}

.raio-loop-item,
.raio-tipologia {
    position: relative;
    overflow: hidden;
}

.raio-loop-item .raio_type_title,
.raio-tipologia .raio_type_title {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0, var(--rm-thumbs-opacity));
    opacity: 0;
    transition: opacity 0.3s;
}

.raio-loop-item .raio_type_title {
    text-align: center;
    padding: 0px 20px;
}

.raio-loop-item:hover .raio_type_title,
.raio-tipologia:hover .raio_type_title {
    opacity: 1;
}

.raio-tipologia:hover .swiper-slide-back {
    transform: scale(var(--rm-thumbs-scaler));
}

.raio-loop-item .raio_type_title h3,
.raio-tipologia .raio_type_title h3 {
    color: #FFFFFF;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
# Tipologias - slider
--------------------------------------------------------------*/
.raio-tipologias-swiper .swiper-slide {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.raio-tipologias-swiper .swiper-slide-back:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.3s;
}

.raio-tipologias-swiper .swiper-slide:hover .swiper-slide-back:after {
    opacity: var(--rm-thumbs-opacity);
}

.raio-tipologias-swiper .swiper-slide .raio_type_title {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0);
    padding: 16px 36px;
    border-radius: 50px;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
}

.raio-tipologias-swiper .swiper-slide.swiper-slide-active .raio_type_title,
.raio-tipologias-swiper .swiper-slide.swiper-slide-prev .raio_type_title,
.raio-tipologias-swiper .swiper-slide.swiper-slide-next .raio_type_title {
    opacity: 1;
    pointer-events: auto;
}

.raio-tipologias-swiper .swiper-slide {
    overflow: hidden;
}

.raio-tipologias-swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    transition: all 0.3s;
}

.raio-tipologias-swiper .swiper-slide:hover a {
    opacity: 1;
}

.raio-tipologias-swiper .swiper-slide a h3 {
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
}

.raio-tipologias-swiper .swiper-button-next:after, 
.raio-tipologias-swiper .swiper-button-prev:after,
.raio-tipologias-swiper .swiper-button-next svg,
.raio-tipologias-swiper .swiper-button-prev svg,
.raio-tipologias-swiper .swiper-button-next,
.raio-tipologias-swiper .swiper-button-prev {
    opacity: 0;
    transition: all 0.3s;
}

.raio-tipologias-swiper:hover .swiper-button-next,
.raio-tipologias-swiper:hover .swiper-button-prev {
    opacity: 1;
}

.raio-tipologias-swiper .swiper-button-prev {
    background-image: url(./images/chevron-left-f.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: rgba(255, 255, 255, 0) !important;
}

.raio-tipologias-swiper .swiper-button-next {
    background-image: url(./images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: rgba(255, 255, 255, 0) !important;
}

/*
.raio-tipologias-swiper .swiper-button-prev {
    left: 20px;
    background-image: url(./images/chevron-left-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22%;
}

.raio-tipologias-swiper .swiper-button-prev:after {
    opacity: 0;
}
*/
.raio-tipologias-swiper .swiper-button-next {
    right: 20px;
}

.raio-loop-item-back,
.swiper-slide-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.raio-loop-item:hover .raio-loop-item-back,
.raio-tipologias-swiper .swiper-slide:hover .swiper-slide-back {
    transform: scale(var(--rm-thumbs-scaler));
}


/*--------------------------------------------------------------
# Slider overrides
--------------------------------------------------------------*/
html .swiper-button-next, 
html .swiper-button-prev {
    color: var(--e-global-color-primary);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}

html .swiper-button-next:hover,
html .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 1);
}

html .swiper-button-next:after, 
html .swiper-button-prev:after {
    font-size: 24px;
    color: var(--e-global-color-primary);
}


/*--------------------------------------------------------------
# Single Product
--------------------------------------------------------------*/
html body.tax-linha .site-main,
html body.single-tipologia .site-main {
    max-width: calc(var(--container-max-width) + 20px);
}

.raio-popup-gallery {
    display: grid;
}

html body.tax-linha .raio-popup-gallery,
html body.single-tipologia .raio-popup-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 20px 20px;
}

html body.tax-linha .raio-popup-gallery a,
html body.single-tipologia .raio-popup-gallery a {
    line-height: 0px;
    display: block;
}

html body.tax-linha .raio-popup-gallery a .swiper-slide-back,
html body.single-tipologia .raio-popup-gallery a .swiper-slide-back {
    transition: all 0.3s;
    transform: scale(1);
}

.raio-gallery-item-wrap {
    position: relative;
    overflow: hidden;
}

.raio-popup-gallery .raio_type_title {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, var(--rm-thumbs-opacity));
    opacity: 0;
    transition: opacity 0.3s;
}

.raio-popup-gallery a:hover .raio_type_title {
    opacity: 1;
}

html body.single-tipologia .elementor-lightbox .elementor-swiper-button-next,
html body.single-tipologia .elementor-lightbox .elementor-swiper-button-prev {
    position: absolute;
    top: 50%;
    height: 80px;
    margin-top: -15px;
    width: 50px;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
    background-image: url(./images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: rgba(255, 255, 255, 0) !important;
}

html body.single-tipologia .elementor-lightbox .elementor-swiper-button-prev {
    background-image: url(./images/chevron-left-f.svg);
}

html body.single-tipologia .elementor-lightbox .elementor-swiper-button-next svg,
html body.single-tipologia .elementor-lightbox .elementor-swiper-button-prev svg {
    max-width: 30px;
    opacity: 0;
}

html body.single-tipologia .raio-popup-gallery a:hover .swiper-slide-back {
    transform: scale(var(--rm-thumbs-scaler));
}

html body.single-tipologia .dialog-message .e-font-icon-svg.e-eicon-zoom-in-bold,
html body.single-tipologia .dialog-message .e-font-icon-svg.e-eicon-frame-expand,
html body.single-tipologia .dialog-message .e-font-icon-svg.e-eicon-share-arrow {
    display: none !important;
}

html body.single-tipologia .raio-popup-gallery .raio-image-wrap {
    opacity: 0;
}


/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.raio_project_info {
    display: none;
}


/*--------------------------------------------------------------
# Single Product
--------------------------------------------------------------*/
.raio-modelos-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
}

.raio-modelo-item-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding-top: 40px;
    margin-top: 7px;
    border-top: 1px solid #f0f0f0;
}

.raio-modelo-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

html body.tax-linha .raio-modelos-wrapper .raio-modelo-item-title,
html body.single-tipologia .raio-modelos-wrapper .raio-modelo-item-title {
    text-transform: uppercase;
}

html body.tax-linha h3.raio_product_gallery_title,
html body.tax-linha .raio-tipologias-filtered > h3,
html body.tax-linha .raio-downloads-title,
html body.tax-linha .raio-modelos-wrapper h3,
html body.single-tipologia h3.raio_product_gallery_title,
html body.single-tipologia .raio-tipologias-filtered > h3,
html body.single-tipologia .raio-downloads-title,
html body.single-tipologia .raio-modelos-wrapper h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

html body.tax-linha h3.raio_product_gallery_title,
html body.single-tipologia h3.raio_product_gallery_title {
    padding-left: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
}

html body.tax-linha .raio-download-item-wrap,
html body.single-tipologia .raio-download-item-wrap {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
}

html body.tax-linha .raio-tipologias-filtered,
html body.tax-linha .raio-downloads-wrapper,
html body.tax-linha .raio-modelos-wrapper,
html body.single-tipologia .raio-tipologias-filtered,
html body.single-tipologia .raio-downloads-wrapper,
html body.single-tipologia .raio-modelos-wrapper {
    padding: 20px;
    margin-top: 20px;
}

html body.tax-linha .raio-tipologias-filtered,
html body.single-tipologia .raio-tipologias-filtered {
    margin-top: 60px;
}

.raio-modelos-wrapper .raio-modelo-image {
    /*max-width: 150px;*/
}

.raio-modelo-description {
    font-size: 11px;
    line-height: 1.2em;
}

.raio-downloads-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.raio-download-item-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

html .raio-downloads-shortcode .raio-download-item-title,
html body.tax-linha .raio-download-item-title,
html body.single-tipologia .raio-download-item-title {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.raio-download-link i {
    position: relative;
    top: -2px;
}

.raio-download-link i,
html .raio-downloads-shortcode .raio-download-item-title i,
html body.tax-linha .raio-download-item-title i,
html body.single-tipologia .raio-download-item-title i {
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.raio-download-link:hover {
    color: var(--e-global-color-accent) !important;
}

html .raio-downloads-shortcode .raio-download-item-title i svg,
html body.tax-linha .raio-download-item-title i svg,
html body.single-tipologia .raio-download-item-title i svg {
    width: 24px;
    height: 24px;
}

html .raio-downloads-shortcode .raio-download-item-inner {
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 0px;
}

html .raio-downloads-shortcode .raio-download-item-inner:last-child {
    border-bottom: none;
}

html .raio-downloads-shortcode .raio-download-wrap a {
    padding-left: 0px;
    display: inline-flex;
}

html body.tax-linha .raio-download-wrap a,
html body.single-tipologia .raio-download-wrap a {
    padding-left: 28px;
    display: inline-flex;
}

.raio-downloads-shortcode .raio-download-wrap i {
    display: block;
}

html .raio-downloads-shortcode .raio-downloads-wrapper a:hover,
html body.single-tipologia .raio-downloads-wrapper a,
html body.tax-linha .raio-downloads-wrapper a,
html body.single-tipologia .raio-downloads-wrapper a:hover,
html body.tax-linha .raio-downloads-wrapper a:hover,
.raio_secondary_color {
    color: var(--e-global-color-secondary);
}

html body.tax-linha .raio-download-item-title.active i,
html body.single-tipologia .raio-download-item-title.active i {
    transform: rotate(45deg);
}


/*--------------------------------------------------------------
# Área Reservada
--------------------------------------------------------------*/
.raio-area-reservada-wrapper.raio-logged-out > .elementor {
    max-width: 600px;
    margin: 0px auto;
}

.raio-area-reservada-wrapper.raio-logged-out {
    text-align: center;
}

.raio-area-reservada-wrapper h1 {
    margin-bottom: 2px;
    color: var(--e-global-color-primary);
}

#raio-area-reservada-user {
    margin-bottom: 50px;
}

.raio-area-reservada-wrapper h2 {
    font-weight: 300;
    margin-bottom: 12px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.raio-area-reservada-wrapper a {
    display: inline-flex;
    color: var(--e-global-color-primary);
}

.raio-area-reservada-wrapper .raio_ficheiros_list {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 50px;
    display: flex;
    flex-direction: column;
}


/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.raio-timeline-item {
    display: flex;
}

#raio-timeline-fixed {
    padding: 35vh 10vw 0vh;
    width: 50%;
    margin-top: -35vh;
}

#raio-timeline-items {
    width: 50%;
    position: relative;
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 15vh;
    margin-top: -4vh;
}

#raio-timeline-items .raio-timeline-meta {
    display: none;
}

.raio-timeline-images {
    width: 100%;
    padding: 0px 10vw;
}

.elementor .raio-timeline-images img {
    border: 1px solid var(--e-global-color-0c94945);
}

#raio-timeline-fixed h3 {
    font-weight: 500;
    font-size: 11rem;
    color: var(--e-global-color-primary);
    line-height: 1em;
    margin: 0px;
    letter-spacing: 0.05rem;
}



/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/
.rm_terms_wrapper {
    max-width: 800px;
    margin: 50px auto !important;

    a {
        text-decoration: underline !important;
    }

}

@media only screen and (max-width: 767px) {
    .rm_terms_wrapper {
        max-width: 100%;
        margin: 20px auto !important;
    }
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1024px) {

    .rm_footer_newsletter_wrapper {
        max-width: 100% !important;
    }

    html body.tax-linha .raio-popup-gallery,
    html body.single-tipologia .raio-popup-gallery {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .raio-modelo-item-inner {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding-top: 20px;
    }

}

@media screen and (max-width: 782px) {

    body.logged-in {
        --rm-admin-header-height: 46px;
    }

}

@media (max-width: 767px) {

    .raio_noback_later {
        background-image: url('') !important;
    }

    /*#raio-timeline-items {
        gap: 5vh;
    }

    .raio-timeline-images {
        padding-right: 0px;
    }*/

    #raio-timeline-fixed {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 18vh;
        margin-top: -18vh;
    }

    #raio-timeline-fixed h3 {
        font-size: 5rem;
    }

    .elementor-widget.raio_scroll_wrapper {
        bottom: 40px;
    }

    html body.tax-linha .site-main,
    html body.single-tipologia .site-main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .raio-modelo-item-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .raio-modelos-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    html body.tax-linha .raio-popup-gallery,
    html body.single-tipologia .raio-popup-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .page-content > div > div,
    .elementor-location-footer > div,
    .elementor-location-header > div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    body.raio-extra-menu-active {
        --rm-header-height: 106px;
    }

    .elementor-location-header .raio_no_shrink {
        top: 6px;
    }

    .raio-extra-menu-active .elementor-location-header .raio_no_shrink {
        top: -10px;
    }
    
    #smooth-wrapper,
    .elementor-location-header {
        max-width: 100vw;
    }

    #raio_extra_menu_container,
    #raio-submenu-extra_wrapper {
        display: none;
    }

}

