:root {
    --font-body-family: 'Roboto', sans-serif;
    --font-heading-family: Lato, sans-serif;
    --font-body-scale: 1.0;
    --font-heading-scale: 1.0;
}
html {
  scroll-behavior: smooth;
}
body{
    .h1 {
        font-size: calc(var(--font-heading-scale) * 4rem);
    }
    .h2{
        font-size: calc(var(--font-heading-scale) * 2.4rem);
    }
    .h3 {
        font-size: calc(var(--font-heading-scale) * 1.8rem);
    }
    .h4 {
        font-size: calc(var(--font-heading-scale) * 1.5rem);
    }
    .h5 {
        font-size: calc(var(--font-heading-scale) * 1.3rem);
    }
}
#navigation-trigger{
    background: transparent;
    border: none;
}
#more-icon{
    .menusicon{
        background: transparent;
        border: none;
        color: #47ACAD;
        font-size: 16px;
        height: auto;
        padding: 10px 30px;
        border-radius: 8px;
        &:hover{
            background: #47ACAD;
            color: #ffffff;
        }
    }
}
.headerFixedWrapper{
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 101;
  #top-bar {
        height: auto !important;
        position: unset !important;
        border: none !important;
        background: rgb(43 71 99);
    }
    #site-navigation {
        position: unset !important;
        box-shadow: 0px 2px 2px 0px  rgba(0, 0, 0, .25);
    }
}
#top-bar {
    .top-right-links {
        .phone_code_text {
            .call-text {
                display: flex;
                align-items: center;
                gap: 6px;
            }
        }
    }
}

#nbsNotarization{
    .nbs__switcher-btn{
        display: grid;
        grid-template-columns: 60px auto max-content 36px;
        padding: 0;
        align-items: center;
        gap: 10px;
        height: auto;
        padding: 8px 0;
        .nbs__switcher-checkbox{
            position: unset;
        }
        .nbs__switcher-titlewrapper{
            display: flex;
            line-height: normal;
            width: max-content;
            flex-direction: column;
            max-width: 325px;
            small{
                font-size: 16px;
                font-weight: 300;
                color: #47acad;
            }
        }
        .nbs__switcher-price{
            margin: 0;
        }
        .nbs__switcher-info{
            margin: 0;
        }
    }
}
#backtotop{
  border: none;
  background: transparent;
}
body #headerExtraLanguages {
    display: flex;
    justify-content: center;
    .hel__container {
        .hel__language{
            .flagImage{
                width: 90px;
                height: auto;
                max-width: 100%;
            }
        }
    }
}
#samples_sec{
    .samples_sec_content{
        text-align: left;
        .new_title_seccion{
            color: #3BA6A8;
            margin-bottom: 10px;
            font-size: 34px;
        }
        p{
            margin: 0;
            text-align: left !important;
        }
    }
}

.flu_lang_sec_por {
    .new_title_seccion{
        color: #ffffff;
        font-weight: 900;
        text-align: left;
        margin-bottom: 27px;
        font-size: 44px;
    }
}
#why-like-our-services{
    position: relative;
    padding: 0;
    .backgroundImage{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        img{
            object-fit: cover;
            width: 90%;
            height: 100%;
            object-position: top;
        }
    }
}
.carouselContainer, .expi__container {
    .r_int_pre{
        clear:left;
        h2{
            color:#ffffff;
        }
        p{
            color:#ffffff;
        }
    }
}
.dts-feature_row{
    li{
        color: #000000;
    }
}

#faq-page{
    padding: 50px 0;
    h1{
        text-align: center;
        margin-bottom:40px;
        font-size: 3rem;
    }
    .panel-group{
        display: flex;
        flex-direction: column;
        gap: 15px;
        details{
            border:2px solid #f2f2f2;
            border-bottom:none;
            summary{
                font-weight: 400;
                font-size: 20px;
                padding: 10px 15px;
                cursor: pointer;
                border-bottom: 2px solid #47ACAD;
                i{
                    margin-right: 15px;
                }
            }
            .panel-collapse{
                border-bottom: 2px solid #f2f2f2;
                .panel-body{
                    padding: 15px 15px 15px 25px;
                    ul{
                        padding-left: 15px;
                    }
                }
            }
        }
    }
}
@media(width<767px){
    #nbsNotarization{
        .nbs__switcher-btn{
            grid-template-columns: 41px auto 28px;
            padding: 8px 0 !important;
            .nbs__switcher-titlewrapper{
                width: auto;
            }
            .nbs__switcher-price{
                position: unset;
                grid-column: 2/3;
            }
            .nbs__switcher-info{
                grid-row: 1/2;
                grid-column: 3/4;
            }
        }
    }
}