@font-face {
    font-family: MontserratL;
    src: url(../fontes/Montserrat-Light.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fontes/Montserrat-Regular.ttf);
}
.general-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.background-banner
{
    width: 100%;
    height: 480px;
    min-height: 250px;
    background-image: url(https://hospitaldeamor.com.br/mcdiafeliz/imagens/banner-menor.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.background-banner2
{
    width: 100%;
    height: 700px;
    min-height: 250px;
    background-image: url(https://hospitaldeamor.com.br/mcdiafeliz/imagens/banner_site.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
.bg-nav-mc
{
    background-color: #FFC900;
}

/* garante que o menu nunca fique atras da logo com translateY */
.navbar-collapse
{
    position: relative;
    z-index: 5;
}

.logo-brand
{
    flex-shrink: 0;
}

.logo-brand img
{
    width: 32%;
    margin-left: 50px;
    transform: translateY(37%);
}

/* BOTOES*/
.btn-ticket-virtual
{
    border: 3px solid #030303;
    padding-top: 5px;
    padding-bottom: 5px;

    border-radius: 20px;
    text-decoration: none;
    color: #030303;
    transition: all 300ms ease;
    position: relative;
    z-index: 2;
    min-width: 138px;
}

.btn-ticket-virtual:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 32px;
    background: #DB0008;
    border-radius: 11px;

    transition: all 300ms ease;
}

.txt-ticket-virtual
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.txt-ticket-virtual:hover
{
 color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;

    position: relative;
}

/*BTN MOBILE*/
.btn-ticket-virtual-mobile
{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.btn-ticket-virtual-mobile:hover
{
    transform: scale(0.7);
}

.div-flutuante-mobile
{
    background-color: red;
    text-align: center;
    min-height: 41px;
    position: fixed;
    z-index: 3000;
    width: 100%;
    /* border-radius: 20px; */
    border: 2px solid #ffff00db;
}

.txt-ticket-virtual-mobile
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.txt-ticket-virtual-mobile:hover
{
   color: #FFB700;
}
.btn-ticket-virtual:hover:before{
    width: 100%;
}

.btn-ticket-virtual:hover
{
    border-color:#DB0008 ;
}

.btn-ticket-virtual-amarelo
{

    padding-top: 5px;
    padding-bottom: 5px;

    border-radius: 20px;
    text-decoration: none;
    color: #030303;
    transition: all 200ms ease;
    position: relative;
    z-index: 2;
    min-width: 138px;
    background-color: white;
}

.btn-ticket-virtual-amarelo:before
{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    width: 0px;
    height: 32px;
    background: #FFC900;

    border-radius: 20px;
    border-radius: 20px;
    transition: all 300ms ease;
}

.btn-ticket-virtual-amarelo:hover:before
{
    width: 100%;

}

/* BOTAO TICKET E COMBO*/
.btn-combo, .btn-ticket
{
    border: 2px solid #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;

    border-radius: 20px;
    text-decoration: none;
    color: #ffffff;
    transition: all 300ms ease;
    position: relative;
    z-index: 2;
    min-width: 138px;
}

.btn-combo:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 28px;
    background: #ffffff;
    border-radius: 10px;

    transition: all 300ms ease;
}

.txt-combo, .txt-ticket
{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.txt-combo:hover
{
    color: #DB0008;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 3px;

    position: relative;
}

.txt-ticket:hover
{

    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 3px;
    color: white;
    position: relative;
}

.btn-ticket:before
{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 28px;
    background: #DB0008;
    border-radius: 10px;

    transition: all 300ms ease;
}

.btn-combo:hover:before ,.btn-ticket:hover:before{
    width: 100%;

}

.btn-ticket:hover
{
    border-color: #DB0008;
}
/*---*/

.menu-texto
{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-right: 30px;
    height: 28px;
    text-decoration: none;
    color: #030303;
    white-space: nowrap;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

}

.menu-texto:hover
{
    color: #DB0008;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}



.logo-ha
{
    float: right;
    width: 40%;
}

.logos-banner
{

    margin-top: 20px;
}

.texto-ajude
{
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-weight: bold;

}

.sub-texto-ajude
{
    font-family: 'MontserratL', sans-serif;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em
}

.div-texto-ajude
{
    margin-left: 20%;
    margin-top: 90px;
    text-align: left;
}

.texto-mcDia-feliz
{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 80px;
    font-size: 62px;
}

.text-adquira
{
    font-family: 'MontserratL', sans-serif;
    font-weight: bold;
    color: white;
}

.box-mcdia-feliz
{
    min-height:300px;
    background-color: red;
}

.box-globo
{
    height: 240px;

}

.img-globo
{
    top: -114px;
    position: relative;
    text-align: right;
    z-index: 4;
}
.img-globo img
{
    width: 435px;
}

.img-mcdiafeliz
{
    top: -44px;
    position: relative;
    text-align: left;
}
.img-mcdiafeliz img
{
    width: 330px;
}

.box-ouro
{
    background-color: #FFB700;
    min-height: 250px;
}

.box-prata
{
    background-color: #A5A5A5;
    min-height: 250px;
}

.box-bronze
{
    background-color: #BF7225;
    min-height: 250px;
}

.box-apoiador
{
    background-color: white;
    min-height: 250px;
}

.div-ouro, .div-prata, .div-bronze
{

    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    float: left;
}

.texto-ouro, .texto-prata
{
    margin-top: 20%;
}

.texto-bronze
{
    margin-top: 50%;
}

.texto-ouro span, .texto-prata span, .texto-bronze span
{
    font-size: 24px;
}



.circulo-ouro img, .circulo-prata img, .circulo-bronze img
{
    border-radius: 50%;
    box-shadow: #00000069 0.1em 0.1em 0.6em;
}

.circulo-ouro
{
    text-align: left;
}




.box-foto-paciente
{
    width: 100%;
    height: 500px;
    min-height: 250px;
    background-image: url(https://hospitaldeamor.com.br/mcdiafeliz/imagens/foto-paciente-nova.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.box-tickets
{

height: 220px;

}

.div-combo
{
    background-color: red;
    min-height: 250px;
}

.div-ad-ticket
{
    background-color: #FFB700;
}

.img-combo
{

    position: relative;
    z-index: 4;
    top: -150px;
}

.img-combo img
{
    width: 210px;
}

.img-combo h3, .img-ticket h3
{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.img-ticket
{
    position: relative;
    z-index: 4;
    top: -150px;
}
.img-ticket img
{
    width: 293px;
}

.img-ticket-h:hover
{
    -webkit-transform: rotateZ(-15deg);
    -ms-transform: rotateZ(-15deg);
    transform: rotateZ(-15deg);
}

.img-combo-h:hover
{
    -webkit-transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
}

.box-projeto-apoiado
{
    min-height: 400px;
    background-color: #A5A5A5;
}

.div-projeto-apoiado
{
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.div-projeto-apoiado img
{
    width: initial;
    max-width: none;
    position: absolute;
    left: 26%;
    transform: translateX(-50%);
    height: inherit;
}

.titulo-projeto-apoiado
{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.texto-projeto-apoiado
{
    color: white;
    font-family: 'MontserratL', sans-serif;
    font-size: 14px;
}

.texto-apoio
{
    padding-top: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.div-logo-apoiadores
{
    text-align: center;

}
.div-logo-apoiadores img
{
    width: 220px;
    margin-right: 75px;
    margin-left: 75px;

}


.logo-parceiros
{
    margin-bottom: 35px;
}

.texto-disponivel
{
    color: white;
    font-family: Montserrat;
    padding-top: 15px;

}

.div-big-mac img
{
    width: 750px;
    margin-left: 27%;
    margin-top: -170px;
    position: absolute;
    z-index: 23;
}


/* BOTAO COMPRAR*/
.btn-compra
{
  /*width: 100%;*/
  position: fixed;
  bottom: 23px;
  right: 58px;
  z-index: 9;

}
.btn-compra img
{
  width: 150px;
  animation: beat 2s ease-out infinite;
}

.btn-compra-close
{
  float: right;
  color: white;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -57px;
  border: 1px solid white;
  padding: 5px 10px 5px 10px;
  border-radius: 100%;
}

/*Animaçao*/
@keyframes beat {
    0%, 40%, 70%, 100%{
      transform: scale(1) ;
    }
    20%{
      transform: scale(1.4) ;
    }
    50%, 80% {
      transform: scale(1.2) ;
    }
  }


/* ============================================================
   HERO BANNER – design responsivo com blobs orgânicos em SVG
   ============================================================ */
.hero-banner {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hero-svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 32px;
    padding: 60px 0 0 56px;
    min-height: 440px;
    overflow: visible;
}

.hero-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    align-self: center;
    padding-bottom: 40px;
}

.hero-logo-item {
    width: 88px;
    height: auto;
    display: block;
}

.hero-texto-principal {
    flex-grow: 1;
    max-width: 420px;
    align-self: center;
    padding-bottom: 40px;
}

.hero-bigmac {
    flex-shrink: 0;
    align-self: flex-end;
    line-height: 0;
}

.hero-bigmac img {
    width: 500px;
    height: auto;
    display: block;
}

.hero-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #DB0008;
    line-height: 1.2;
    margin-bottom: 18px;
}

.hero-titulo strong {
    font-weight: 800;
    color: #DB0008;
}

.hero-subtitulo {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1.55;
    margin: 0;
}

.hero-subtitulo strong {
    font-weight: 700;
}

.hero-cidades-bar {
    position: relative;
    z-index: 1;
    background-color: #1B3054;
    padding: 22px 64px;
}

.cidades-conteudo {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px 0;
}

.cidades-titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #FFC900;
    font-size: 15px;
    margin-right: 28px;
    white-space: nowrap;
}

.cidades-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 36px;
}

.cidades-lista span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 15px;
}


/* MOBILE*/
@media screen and (max-width: 991px)
{
    /* Menu hamburguer – links em coluna, sem overflow */
    .navbar-collapse .d-flex
    {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 8px 0 12px 0;
        width: 100%;
    }

    .menu-texto
    {
        white-space: normal;
        margin-right: 0;
        margin-bottom: 8px;
        height: auto;
    }

    .img-mcdiafeliz img
    {
        width: 340px;
    }

    .img-mcdiafeliz
    {
        float: none;
        top: -154px;
    }

    .img-globo
    {
        float: none;
        text-align: center;
        top: -70px;

    }

    .img-globo img
    {

        width: 345px;
    }

    .box-globo
    {
        height: 440px;
    }



    .img-combo
    {
        top: -40px;
    }

    .logo-brand img
    {
        width: auto;
        max-width: 130px;
        margin-left: 12px;
        transform: none;
    }

    .logo-ha
    {
        float: left;
        width: 60%;
        margin-top: 20px;
    }

    .div-texto-ajude
    {
        margin-left: 0;
    }

    .box-mcdia-feliz {
        min-height: 350px;
    }

    .div-logo-apoiadores img {

        margin-bottom: 10px;
        margin-top: 10px;
        margin-right: 0;
        margin-left: 0;
    }

    .img-ticket {
        top: 30px;
    }

    .img-ticket img {
        width: 253px;
    }

    .box-tickets {
        height: 730px;
    }
    .div-ad-ticket {
       height: 385px;
    }
    .div-texto-projeto-apoiado
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .titulo-projeto-apoiado, .texto-projeto-apoiado
    {
        text-align: center;
    }

    .circulo-ouro, .circulo-prata, .circulo-bronze
    {
        text-align: center;
        margin-right: 0;
        margin-bottom: 30px;
    }






    .texto-ouro, .texto-prata, .texto-bronze
    {
        margin-top: 35px;
    }

    .logo-parceiros
    {
        margin-bottom: 35px;
    }


 .ajuste-bronze
 {
     margin-top: 0;!important;
 }

 .background-banner2
 {
     min-height: 210px;
     height: 24px;
     width: 100%;
     background-image: url(https://hospitaldeamor.com.br/mcdiafeliz/imagens/banner-mobile.jpg);
 }

 .div-big-mac img
 {
     width: 214px;
     margin-top: -75px;
     margin-left: 44%;
 }

    /* HERO BANNER – mobile */
    .hero-svg-bg {
        display: none;
    }

    .hero-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 28px 24px 0;
        gap: 0;
        min-height: auto;
    }

    .hero-texto-principal {
        order: 1;
        width: 100%;
        max-width: 100%;
        padding-bottom: 0;
        margin-bottom: 14px;
        align-self: stretch;
    }

    .hero-bigmac {
        order: 2;
        align-self: flex-end;
        margin-left: auto;
    }

    .hero-bigmac img {
        width: 260px;
    }

    .hero-logos {
        order: 3;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 20px;
        align-self: center;
        width: 100%;
        padding-bottom: 0;
        margin-top: 18px;
        margin-bottom: 20px;
    }

    .hero-logo-item {
        width: 52px;
    }

    .hero-titulo {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .hero-subtitulo {
        font-size: 16px;
        line-height: 1.5;
    }

    .hero-cidades-bar {
        padding: 16px 24px;
    }

    .cidades-conteudo {
        flex-direction: column;
        gap: 8px;
    }

    .cidades-lista {
        gap: 4px 20px;
    }

    .cidades-lista span {
        font-size: 13px;
    }
}

/* TABLET / RESIZE – 801px a 1199px */
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    .hero-inner {
        padding: 44px 0 0 36px;
        min-height: 360px;
        gap: 18px;
    }

    .hero-logo-item {
        width: 68px;
    }

    .hero-logos {
        gap: 14px;
        padding-bottom: 30px;
    }

    .hero-texto-principal {
        max-width: 320px;
        padding-bottom: 30px;
    }

    .hero-titulo {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .hero-subtitulo {
        font-size: 16px;
    }

    .hero-bigmac img {
        width: 340px;
    }

    .hero-cidades-bar {
        padding: 18px 36px;
    }
}