html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    color: #121212;
    background: #f7f7f7;
}

body {
    position: relative;
}

@media (max-width: 767px) {
    
    .pos-home-list {
        gap: 10px 20px !important;
    }

    #formulario_contato .row > div[class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    #formulario_contato .form-group.pl-0 {
        padding-left: 15px !important;
    }
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

section{
    padding: 40px 0!important;
}

p {
    color: #5a5550;
    font-size: 14px;
}

#header {
    height: 70px;
    z-index: 997;
    background: #050505;
    border-bottom: 1px solid #111111;
    padding: 8px 0;
}

#header .container.d-flex {
    align-items: center;
    padding: 10px 0px 0px 0px;
}

#header .logo img,
.logo-white {
    width: auto;
    max-height: 34px;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}


.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 22px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.header-social-links i {
    font-size: 16px;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .header-social-links {
        position: fixed;
        right: 14%;
    }
}

@media screen and (max-width:767px) {
    .header-social-links {
        position: fixed;
        right: 20%;
    }
}

.mobile-nav-toggle i {
    color: #e7e7e7;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: auto;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: rgb(10 10 10 / 90%);
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    font-size: 14px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #c8a56b;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: none;
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


#header .glow-nav {
    padding: 0;
}

#header .glow-nav > ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

#header .glow-nav > ul > li {
    float: none;
}

#header .glow-nav a {
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #808285;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 10px;
    white-space: nowrap;
    transition: 0.3s;
}

#header .glow-nav a:hover,
#header .glow-nav .active > a,
#header .glow-nav li:hover > a {
    color: #c8a56b;
}

.home {
    width: 100%;
    padding: 0;
    background: url('../img/hero-home.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.glow-hero {
    display: flex;
    align-items: center;
    height: 100vh;
    background-color: #020001;
}

.glow-hero .row {
    margin-top: 0;
}

.glow-hero-copy h1 {
    color: #f3f3f3;
    font-size: 52px;
    line-height: 1.08;
    margin-bottom: 20px;
}

.glow-hero-copy h1 span {
    color: #c8a56b;
    font-weight: 800;
}

.glow-hero-copy h5 {
    color: #f3f3f3;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 200;
    max-width: 800px;
    margin-bottom: 30px;
}

.glow-hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.btn-hero-fill,
.btn-hero-text {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 700;
    font-size: 12px;
}

.btn-hero-fill {
    background: #c8a56b;
    color: #131313;
    border-radius: 8px;
    padding: 10px 16px;
}

.btn-hero-fill:hover {
    background: #d6b57d;
    color: #131313;
}

.btn-hero-text {
    color: #f3f3f3;
}

.btn-hero-text:hover {
    color: #c8a56b;
}

.pos-home {
    background-color: #c8a56b;
    padding: 20px 0!important;
}

.pos-home .container {
    max-width: 100%;
}

.pos-home-list {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 80px;
    padding: 0;
    flex-wrap: wrap;
}

.pos-home-list li {
    color: #111111;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
}

.pos-home-list li + li {
    position: relative;
}

.pos-home-list li + li::before {
    content: "•";
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-58%);
    font-size: 20px;
    color: rgba(77, 77, 77, 0.75);
}

.sobre-glowmaker {
    width: 100%;
    padding: 0;
    background: url('../img/sobre.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.divider-curto {
    border: solid 2px #c8a56b;
    border-radius: 10px;
    width: 60px;
    margin-top: 4px;
    margin-bottom: 8px;
    margin-left: 0;
    display: block;
}

.divider-curto-centralizado {
    border: solid 2px #c8a56b;
    border-radius: 10px;
    width: 60px;
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
}

.negrito{
    font-weight: bold;
    color: #c8a56b;
}

.frase-sobre {
    border-left: solid 2px #5c5c5c;
    padding-left: 20px;
    color: #555;
    font-size: 14px;
    font-style: italic;
}

.sobre-glowmaker h4 {
    font-weight: bold;
    color: #5a5550;
    font-size: 34px;
}

.passo-passo{
    background:#020000;
    color: #fff;
}

.titulo-passo-passo{
    color: #c8a56b;
    font-weight: bold;
    font-size: 14px;
}

.subtitulo-branco p{
    color: #e2e2e2;
    font-size: 14px;
}

.box-passo-passo {
    text-align: center;
    border: solid 1px #c8a56b;
    border-radius: 0px 20px;   
    padding: 14px 20px;
    position: relative;
}

.numero-passo {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #c8a56b;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
}

.box-passo-passo h6{
    font-weight: bold;
    font-size: 18px;
}

.box-passo-passo p{
    font-size: 12.9px;
    color: #dddddd;
}

.box-passo-passo img{
    width: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h2, .clinicas-profissionais p{
    color: #5a5550;
}

.titulo-amarelo{
    color: #c8a56b!important;
    font-weight: bold;
    font-size: 14px;
}

.subtitulo-clinicas-profissionais p{
    font-size: 14px;
}

.borda-externa {
    border: solid 2px #c8a56b;
    border-radius: 10px;
    overflow: hidden;
}

.borda-externa .row {
    margin-left: 0;
    margin-right: 0;
}

.borda-externa .col-md-4 {
    padding: 20px 30px;
    border-right: solid 2px #c8a56b;
    border-bottom: solid 2px #c8a56b;
}

.borda-externa .col-md-4:last-child {
    border-right: none;
}

.borda-externa .row:last-child .col-md-4 {
    border-bottom: none;
}

.borda-externa h6{
    font-weight: bold;
    color: #5a5550;
}

.btn-dourado {
    background: #c8a56b;
    color: #131313;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 8px;
    padding: 14px 24px;
    border: none;
}

.btn-dourado:hover {
    background: #d6b57d;
    color: #131313;
}

.clinicas-profissionais img{
    width: 60px;
    margin-bottom: 12px;
}

.cuidar {
    width: 100%;
    padding: 0;
    background: url('../img/quer_se_cuidar.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.passo-passo h2,
.cartao h2,
.cartao p,
.formulario h2{
    color: #fff;
}

.cartao {
    background-color: #000;
    width: 100%;
    padding: 0;
    background-image: url('../img/cartao.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.masculino {
    background: #000;
    width: 100%;
    padding: 0;
    background: url('../img/homem.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.numero-laranja{
    color: #c8a56b;
    font-size: 23px;
    position: relative;
    bottom: 4px;
}

.borda-inferior{
    border-bottom: solid 1px #c8a56b;
    margin-bottom: 20px;
}

.subtitulo-dourado {
    color: #c8a56b; 
    font-size: 0.85rem;
    letter-spacing: 1px;
}
  
.titulo-escuro {
    color: #555555;
}
  
.custom-toggle-group {
    border: 1px solid #c8a56b;
    border-radius: 50px; 
    overflow: hidden; 
    background-color: #ffffff;
}
  
.custom-toggle-group .custom-btn-toggle {
    color: #555555;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 12px 35px; 
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    background-color: transparent;
}
  

.custom-toggle-group .custom-btn-toggle.active,
.custom-toggle-group .custom-btn-toggle:has(input:checked) {
    background-color: #c8a56b !important;
    color: #333333 !important;
    box-shadow: none !important;
}

.custom-toggle-group .custom-btn-toggle.active:hover,
.custom-toggle-group .custom-btn-toggle:has(input:checked):hover {
    background-color: #b99863 !important;
}
  
.custom-toggle-group .custom-btn-toggle.focus,
.custom-toggle-group .custom-btn-toggle:focus {
    box-shadow: none !important;
    outline: none !important;
}

summary {
    list-style: none;
    font-weight: bold;
    color: #555555;
    font-size: 17px;
}

details{
    border-bottom: solid 2px #cfcfcf;
    padding-bottom: 20px;
    padding-top: 22px;
}

.formulario{
    background: #000;
}

label{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.form-control{
    background: #555555;
    border: #555555;
    color: #ffffff;
}

.form-control:focus {
    color: #fff;
    background-color: #282828;
    border-color: #c8a56b;
    outline: 0;
    box-shadow: 0 0 0 1.5px rgb(200 165 107);
}

.grecaptcha-badge {
    display: none !important;
}

.borda-externa p {
    font-size: 12.9px;
}

#footer {
    background-color: #202020;
    color: #fff;
    padding: 0 0 25px 0;
    font-size: 12px;
}

#footer .copyright {
    text-align: center;
    padding-top: 25px;
}

@media (max-width: 960px){
    .sobre-glowmaker,
    .cuidar,
    .masculino,
    .cartao {
        position: relative;
    }

    .sobre-glowmaker .container,
    .cuidar .container,
    .masculino .container,
    .cartao .container {
        position: relative;
        z-index: 2;
    }

    .sobre-glowmaker::before,
    .cuidar::before,
    .masculino::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        z-index: 1;
    }

    .cartao::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .borda-externa .col-md-4 {
        border-right: none;
        border-bottom: solid 2px #c8a56b !important;
    }
    
    .borda-externa .row:last-child .col-md-4:last-child {
        border-bottom: none !important;
    }
}

@media (max-width: 1200px) {
    .glow-hero-copy h1 {
        font-size: 48px;
    }

    .glow-hero-copy h5 {
        font-size: 26px;
    }

    .pos-home-list {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .pos-home-list li {
        font-size: 15px;
        letter-spacing: 0.14em;
    }
}

@media (max-width: 500px){
    .glow-hero-actions {
        gap: 12px;
    }
}

@media (orientation: landscape) {
  .glow-hero {
        padding-bottom: 50px !important;
    }
}

@media (max-width: 992px) {
    @media (orientation: portrait){
        .glow-hero {
            min-height: auto;
            padding-top: 85px !important;     
            padding-bottom: 280px !important;
            height: 80vh;
        }
    }

    .glow-hero .row{
        margin-bottom: 0 !important;
    }

    .glow-hero-copy h1 {
        font-size: 34px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .glow-hero-copy h5 {
        font-size: 16px;
        line-height: 1.4 !important;
        margin-bottom: 20px;
    }

    .glow-hero-image {
        margin-top: 24px;
    }

    .pos-home {
        padding: 12px 0;
    }

    .pos-home-list {
        gap: 14px 20px;
    }

    .pos-home-list li {
        font-size: 11px;
        letter-spacing: 0.08em;
    }

    .pos-home-list li + li::before {
        left: -12px;
    }
}
@media (max-width: 400px) {
    .glow-hero {
        padding-top: 75px !important; 
        padding-bottom: 220px !important;
    }

    .glow-hero-copy h1 {
        font-size: 26px !important;
    }

    .glow-hero-copy h5 {
        font-size: 14px !important;
    }
    
    .glow-hero-actions .btn-hero-fill {
        padding: 10px 15px !important;
        font-size: 11px !important;
    }
}
