/******* ITS Tecnologia Criativa ********/
/*! Desenvolvido por Iaponã Pedroza -
- Jaboatão dos Guararapes - PE - BR -
Fase I - Agosto - Dezembro - 2021 - Front-End Site
Fase II - ABRIL - DEZEMBRO - 2022 - FE BE - MW - SiteApp
Fase III - JANEIRO - DEZEMBRO - 2023 - FE BE - MW - WebSiteApp
Fase IV - JANEIRO - DEZEMBRO - 2024 - FE BE DB - MW - WebSiteApp
Fase V - JANEIRO - DEZEMBRO - 2025 - FE BE DB - MW - WebSiteApp / VPS for app server
 */
@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/*Paleta de cores padrão base*/
:root {
    transition: all 0.7s ease-in-out;
    --cyan: #17a2b8;
    --ciano: rgb(0, 174, 239);
    --ciano-darkerCredit-op: rgba(0, 123, 255, 0.7);
    --ciano-dark-op: rgba(0, 123, 255, 0.4);
    --ciano-darker-op: rgba(0, 174, 239, 0.7);
    --blue: #007bff;
    --footersys: #009de4;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: rgb(0, 174, 239);
    --secondary: #6ebbf6;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #fef1ef;
    --dark: #211e1c;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #009de4;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-text-bg-light: #ecebed;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --brand: #009de4;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

@font-face {
    font-family: "Inter-Variable";
    src: local(inter-VariableFonte_slnt, wght),
        url(../font/Inter-VariableFont_slnt\wght.ttf);
}
@font-face {
    font-family: "Inter-Regular";
    src: local(Inter-Regular), url(../font/Inter-Regular.ttf);
}
@font-face {
    font-family: "Inter-Bold";
    src: local(Inter-Bold), url(../font/Inter-Bold.ttf);
}
@font-face {
    font-family: "Inter-Black";
    src: local(Inter-Black), url(../font/Inter-Black.ttf);
}
@font-face {
    font-family: "Inter-SemiBold";
    src: local(Inter-SemiBold), url(../font/Inter-SemiBold.ttf);
}
@font-face {
    font-family: "Inter-ExtraBold";
    src: local(Inter-ExtraBold), url(../font/Inter-ExtraBold.ttf);
}
@font-face {
    font-family: "Inter-ExtraLight";
    src: local(Inter-ExtraLight), url(../font/Inter-ExtraLight.ttf);
}
@font-face {
    font-family: "Inter-Light";
    src: local(Inter-Light), url(../font/Inter-Light.ttf);
}
@font-face {
    font-family: "Inter-Medium";
    src: local(Inter-Medium), url(../font/Inter-Medium.ttf);
}
/* Fonte padrão SiestaBOX */
/* @font-face {
    font-family: "Mic-32";
    src: local(mic_32regular), url(../font/mic_32regular.ttf);
}

@font-face {
    font-family: "Mic-32-Bold";
    src: local(moretype-Mic32NewRounded-Bold),
        url(../font/moretype-Mic32NewRounded-Bold.otf);
} */
/* Hacking for boxing models */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Padrão de forma elementos chave */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

/* fontes padrão */
html {
    font-family: "Inter-Regular";
    font-size: 62.5%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    height: 100%;
}

body {
    font-size: 1.6rem;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    transition: all 0.7s ease-in-out;
}

body::-webkit-scrollbar {
    width: 0.7rem;
    background-color: var(--ciano-dark-op);
}
body::-webkit-scrollbar-button {
    border: 1px;
    background-color: var(--light);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--ciano-dark);
    border-radius: 7px;
    border: calc(7px / 4) solid var(--light);
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
/* text-shadow: .05rem .15rem .15rem rgba(0, 0, 0, .35) !important; */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter-Bold";
    /* font-weight: 700 !important; */
    /* margin-left: 0.3rem; */
}
.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}
p {
    font-family: "Inter-Regular";
}
header .navbar a {
    font-family: "Inter-Bold" !important;
    text-decoration: none;
}
footer .nav .nav-link {
    font-family: "Inter-Regular";
    text-decoration: none;
    color: white;
}

canvas {
    max-width: 100vw;
    max-height: 100vh;
}
/* loaDER */
#loaderModal {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
    /*
    background-position: center center;
    background-repeat: no-repeat; */
    /* background-color: var(--ciano); */
    /* background-image: url('/img/recursos/imagem1.jpg'); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 120px;
    height: 120px;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loader p {
    font-size: 1.2rem;
    font-family: "Inter-Regular";
}
.loader::after {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    right: -40px;
    bottom: -40px;
    border-radius: 50%;
    border-top: 12px solid rgba(255, 255, 255, 0.2);
    border-right: 12px solid rgba(255, 255, 255, 0.2);
    border-bottom: 12px solid rgba(255, 255, 255, 0.2);
    border-left: 12px solid #fff;
    transform: translateZ(0);
    animation: load 1.2s infinite linear;
}

@keyframes load {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.cookieConsentContainer {
    z-index: 999999;
    width: 320px;
    /* min-height: 175px; */
    box-sizing: border-box;
    /* border-radius: 25px; */
    /* border: rgb(0, 174, 239) solid 1px; */
    /* padding: 30px 30px 30px 30px; */
    background: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    /* box-shadow: 0.05rem 0.15rem 0.15rem rgba(0, 0, 0, 0.35) !important; */
    display: none;
}
.aCookies {
    text-decoration: none !important;
}
.hCookie {
    color: var(--ciano) !important;
}
.cookieConsentContainer .cookieTitle a {
    color: rgb(0, 174, 239);
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
    text-align: justify !important;
}

.cookieConsentContainer .cookieDesc a {
    color: #fff;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    border-radius: 10px;
    color: rgb(0, 174, 239);
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    color: #fff;
    background: rgb(0, 174, 239);
    border: #fff solid 1px;
    box-shadow: 0.05rem 0.15rem 0.15rem rgba(0, 0, 0, 0.35) !important;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}
.cookieConsentContainer .closeBtn {
    position: absolute;
    top: 15px;
    right: 20px;
}
.cookieConsentContainer .closeBtn a {
    color: rgb(0, 174, 239);
    background-color: white;
}
.cookieConsentContainer .closeBtn a:hover {
    color: white;
    background-color: rgb(0, 174, 239);
    text-shadow: 0.05rem 0.15rem 0.15rem rgba(0, 0, 0, 0.35) !important;
}
@media (min-width: 980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        /* max-width: 768px !important; */
        /* width: 100% !important; */
    }
}
/* NEW STYLES FOR NEW VERSION 0.1.3 */

a {
    color: var(--dark);
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.text-brand {
    color: var(--brand) !important;
}
/* Hero before accepted cookies */

#divInicial {
    position: fixed;
    top: 0 !important;
    width: 100vw !important;
    /* height: 100vh !important; */
    z-index: 1000;
    /*
    background-position: center center;
    background-repeat: no-repeat; */
    /* background-color: var(--ciano); */
    /* background-image: url('/img/recursos/imagem1.jpg'); */
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
#divInicial img {
    border: #fff solid 1px !important;
    border-radius: 25px !important;
}
/* end */

.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: inline-grid !important;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span {
    background-color: var(--brand) !important;
}
/* card locations visuals */
/* #locationsModal .album .card { */
    /* min-height: 390px !important; */
    /* max-height: 380px !important; */
    /* border-color: var(--brand) !important; */
/* } */
#locationsModal .album .card .card-text {
    min-height: 60px !important;
    /* color: var(--brand) !important; */
    font-size: 1.01rem !important;
}
#locationsModal .album .card .loadLocationDetail {
    background-color: none !important;
    /* background-color: var(--brand) !important; */
    width: auto!important;
}
/* Start Modal Options*/
#locationDetailModal .modal-content .modal-body .container .row div {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

#locationDetailModal .modal .modal-title,
.modal .modal-body h1 {
    color: var(--ciano);
}

#locationDetailModal .modal-body .legendaOpenHours h3 {
    font-size: 1.8rem;
    color: var(--ciano);
}

#locationDetailModal .modal-body .legendaOpenHours span {
    font-size: 1.6rem;
    color: var(--ciano);
}

#locationDetailModal .modal-body .mapaLink {
    color: var(--ciano);
}

#locationDetailModal .modal-body .legendaOpenHours p {
    font-size: 1.5rem;
    color: var(--ciano);
}

#locationDetailModal .modal-body .img-card-uf {
    border-radius: 25px;
    border: var(--ciano) solid 1px;
}
#locationDetailModal .slide {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#locationDetailModal .carousel .carousel-inner .carousel-item .card {
    border-radius: 25px !important;
    height: auto;
    border: var(--ciano) solid 1px !important;
    box-shadow: 0.05rem 0.15rem 0.15rem rgba(0, 0, 0, 0.35) !important;
    transition: all 0.7s ease-in-out !important;
}

#locationDetailModal .carousel .carousel-inner .carousel-item .card img {
    border-radius: 25px !important;
    border: var(--ciano) solid 1px !important;
}

/*carousel-control-prev*/
#locationDetailModal .carousel .carousel-control-prev,
#locationDetailModal .carousel .carousel-control-next {
    color: var(--blue) !important;
    font-size: 1.1rem !important;
}

#locationDetailModal
    .carousel
    .carousel-control-prev
    .carousel-control-prev-icon,
#locationDetailModal
    .carousel
    .carousel-control-next
    .carousel-control-next-icon {
    color: var(--blue);
}
/* End modal basic */
/* slide */
.slideFirstHero {
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    background: /* linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), */ url(../img/ux-siesta-7.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(../img/ux-siesta-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(../img/ux-siesta-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(../img/ux-siesta-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(../img/ux-siesta-5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section {
    margin: 20px 0;
}
.conditions-section a {
    color: #fff;
    margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 700 !important;
    border-bottom: var(--white) 1px solid;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
    border-bottom: var(--brand) 1px solid;
    width: 100%;
    transition: all ease-in-out 0.5s;
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

#welcome {
    padding-top: 0.1rem !important;
}
#welcome h1 {
    color: var(--brand) !important;
}
#welcome p {
    text-align: justify !important;
}
/* .btn {
    padding: 8px 26px;
} */

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #009de4;
    border-color: #009de4;
    color: #fff;
}

.intro {
    margin-bottom: 36px;
    text-align: center;
}

/* .intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

*/
/* section about */
#aboutContent .card {
    background-color: var(--brand) !important;
}
/* end section about */
.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}

#milestone {
    background: linear-gradient(
            rgba(0, 174, 229, 0.85),
            rgba(0, 174, 222, 0.85)
        ),
        url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#milestone h1,
#milestone p {
    color: #fff;
}

#firststeps {
    background: linear-gradient(
            0deg,
            rgba(0, 179, 229, 0.9),
            rgba(0, 113, 199, 1)
        ),
        url(../img/922x940px-icon-sbLogo.png), #009ed4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#firststeps h1,
#firststeps p {
    color: #fff;
}
#services {
    padding-top: 2rem !important;
}
.service {
    padding: 18px !important;
    background-color: #e3e2e2;
    max-height: min-content;
    min-height: max-content;
    /* box-shadow: var(--shadow); */
}

.service h3 {
    color: var(--brand) !important;
}

.service img {
    width: 90px;
}
.service i {
    font-size: 4rem !important;
    color: var(--brand) !important;
}

.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
#faqs {
    padding-bottom: 2rem !important;
}

#faqs li a {
    text-decoration: none !important;
}
#fidelity .fidelityBanner {
    background: url(../img/ux-siesta-1a.jpg);
    background-size: contain;
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
}
.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}

.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 174, 229, 0) 0%,
        var(--dark) 100%
    );
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%;
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(0, 174, 229, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}
#LoginModal {
    z-index: 999999 !important;
}
#LoginModal h3 {
    color: var(--dark) !important;
}
#LoginModal form .btn-link {
    color: var(--dark) !important;
    text-decoration: none !important;
}
#LoginModal form .btn-link:hover {
    text-decoration: underline !important;
}
#LoginModal form input {
    color: var(--dark) !important;
    background-color: #ebeced !important;
}
#LoginModal .error {
    color: var(--danger) !important;
    font-size: 1.1rem !important;
    position: relative;
    line-height: 1;
    border: red solid 1px !important;
    padding: 0.7rem;
    /* width: 12.5rem; */
    border-radius: 0.9rem;
}
#newAccessModal {
    z-index: 9999999 !important;
}
#newAccessModal h3 {
    color: var(--dark) !important;
}
#newAccessModal a {
    text-decoration: none;
}
#newAccessModal form .btn-link {
    color: var(--dark) !important;
    text-decoration: none !important;
}
#newAccessModal form .btn-link:hover {
    text-decoration: underline !important;
}
#newAccessModal form input {
    color: var(--dark) !important;
    background-color: #ebeced !important;
}

#newAccessModal .error {
    color: var(--danger) !important;
    font-size: 1.1rem !important;
    position: relative;
    line-height: 1;
    border: red solid 1px !important;
    padding: 0.7rem;
    /* width: 12.5rem; */
    border-radius: 0.9rem;
}
#newResetAccessModal {
    z-index: 99999999 !important;
}
#newResetAccessModal h3 {
    color: var(--dark) !important;
}
#newResetAccessModal form .btn-link {
    color: var(--dark) !important;
    text-decoration: none !important;
}
#newResetAccessModal form .btn-link:hover {
    text-decoration: underline !important;
}
#newResetAccessModal form input {
    color: var(--dark) !important;
    background-color: #ebeced !important;
}
#newResetAccessModal .error {
    color: var(--danger) !important;
    font-size: 1.1rem !important;
    position: relative;
    line-height: 1;
    border: red solid 1px !important;
    padding: 0.7rem;
    /* width: 12.5rem; */
    border-radius: 0.9rem;
}
#reviews {
    background-color: #fff !important;
}
#reviews h2 {
    color: var(--brand) !important;
}
#reviews nav a {
    text-decoration: none !important;
}
.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 320px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* color: #fff; */
}

.review img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: var(--brand) !important;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: var(--brand) !important;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--bs-dark) !important;
}

#review .stars {
    color: var(--brand) !important;
}
.review .stars {
    color: var(--brand) !important;
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(
            0deg,
            rgba(0, 179, 229, 0.9),
            rgba(0, 113, 199, 1)
        ),
        url(../img/922x940px-icon-sbLogo.png), #009ed4;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}
.conditions-section a {
    text-decoration: none;
    text-align: start;
    display: block;
    border-bottom: #fff 0rem solid;
    margin-left: 0px !important;
}
.conditions-section a:hover {
    border-bottom: #fff 1px solid;
}
footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #fff;
}
footer h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    text-align: left !important;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}
#rodape {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--myBgBlue1);
    color: var(--white);
}
#rodape .bg-dark-credits {
    background: var(--ciano-dark) !important;
    border-radius: 3rem;
}
#rodape .bg-dark-credits img {
    max-width: 100px !important;
}
#rodape .bg-dark-credits a {
    color: #fff !important;
    text-decoration: none !important;
}
#rodape .bg-dark-credits a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid #fff !important;
}
