@font-face {
    font-family: 'DMSans';
    src: url('fonts/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 1000;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('fonts/DMSans-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 1000;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-VariableFont_wght.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 300 900;
    font-style: italic;
}

@font-face {
    font-family: 'Sofia';
    src: url('fonts/Sofia-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family:  "DM Sans", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
    background-color: #f8f9fa;
}

#cleaning-promo {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.rubik-title {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.effects-layer {
    background-image: url(../images/b7.webp);
    background-position: center center;
    background-size: cover;
}

.banner1 {
    /* background: 
        linear-gradient(
            to right,
            rgba(0, 168, 223, 0.9),
            rgba(0, 168, 223, 0.5),
            rgba(0, 168, 223, 0.1)
            ), url(../images/b4.jpg); */
    background: 
    linear-gradient(
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.1)
        ), url(../images/b4.webp);
    /* background: url(../images/b4.jpg); */
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner2 {
    background-image: url(../images/b5.jpg);
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner3 {
    background-image: url(../images/b3.jpg);
    background-position: center 20%;
    background-size: cover;
}

.profile {
    display: flex;
    align-items: center;
}

.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #434343;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right: 10px;
}

.hidden {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.my-icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.125em;
    fill: currentColor;
    overflow: hidden;
    border-radius: 50%;
    padding: 7px;
    background-color: #ededed;
}

.my-icon:hover {
    background-color: #2F6FB7;
}

.my-bg-primary {
    background-color: rgb(47, 111, 183);
}

.my-bg-4{
    background-color: #fcfcfc;
}

.my-bg-tertiary {
    background-color: #3bb44a;
}

.my-bg-secondary {
    background-color: rgb(0, 168, 223);
}

.my-bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.5);
}


.my-bg-card {
    /* background: 
        linear-gradient(
            to right,
            rgba(0, 168, 223, 1),
            rgba(0, 168, 223, 0.8)
            ); */
    background: #2F6FB7;   
}

.test{
    background-color: rgb(7, 201, 245);
}

.my-text-primary {
    color: #2F6FB7;
}

.my-text-secondary {
    color: #00a8df;
}

.my-text-gray {
    color: #505254;
}

.my-text-sm {
    font-size: 0.875rem;
}

.my-text-black-outline {
    color: #000;
    text-shadow: 1px 1px 2px #fff; 
}

.my-text-white-outline {
    color: #fff;
    text-shadow: 1px 1px 2px #000; 
}

.rounded-custom {
    border-radius: 25px;
    padding: 10px 20px;
}

.svg-inline {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
    overflow: hidden;
}

.my-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.my-page-2 {
    background-color: #fff;
}

.my-page-1 {
    background-color: #eff6ff;
}

.my-page-3 {
    background-color: #80bdfa;
}

.my-page-4 {
    background-color: #fafafa;
}

.position-relative {
    position: relative;
}

.line-connector {
    position: absolute;
    top: 10%;
    left: 75%;
    width: 195px;
    height: 2px;
    background-color: #000;
    /* Cor da linha */
    transform: translateY(-50%);
}

.my-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.my-cards-wrapper {
    display: flex;
    justify-content: center;
}

.my-card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}

.my-carousel-inner {
    padding: 1em;
}

.my-carousel-control-prev,
.my-carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.my-infor-card {
    margin: 5px; 
    padding: 20px; 
    border-radius: 20px; 
    background: linear-gradient(45deg, #f8f8f8, #f8f8f8, #f8f8ff);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .line-connector {
        display: none;
    }
}

@media (max-width: 1200px) {
    .line-connector {
        width: 120px;
    }
}

.anchor-offset {
    padding-top: 80px;

}