:root {
    --black: #000;
    --background: #E8E0C9;
    --vermelhoColiseum: #D10000;
    --vermelhoMedio: #B70000;
    --bordo: #921A1A;
    --bordoLines: #812121;
    --verdeNeon: #00FF81;
    --corTextoCorrido: #4F4F4F;
}

@font-face {
    font-family: 'quetineregular';
    src: url('../fonts/quetine-webfont.woff2') format('woff2'),
        url('../fonts/quetine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/****ANIME******/

/* Animação */

[data-anime] {
    opacity: 0;
    transition: all 0.7s;
}

[data-anime="left"] {
    transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
    transform: translate3d(50px, 0, 0);
}

[data-anime="top"] {
    transform: translate3d(0, -50px, 0);
}

[data-anime="bottom"] {
    transform: translate3d(0, 50px, 0);
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

/*************************/


body {
    font-family: "Sora", sans-serif;
    margin: 0;
    padding: 0;
    background: var(--background);
}

.fixarHeader {
    width: 100%;
    position: fixed;
    z-index: 200;
}

.header {
    width: auto;
    padding: 16px;
    margin-top: 35px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.80);
    -webkit-backdrop-filter: blur(14.2px);
    border-radius: 16px;
    backdrop-filter: blur(14.2px);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(209, 0, 0, 0.50);
    box-shadow: 0px 0px 24px 0px rgba(209, 0, 0, 0.50);
    z-index: 50;
    display: block;
}

.header div {
    margin: 0;
}

.header .menu {
    margin: 0;
    padding: 0;
}

.header .menu ul {
    margin: 0;
    display: flex;
    justify-content: center;
}

.header .menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 10px 8px;
}

.header .menu ul .current_page_item a {
    color: #fce366;
}

.header .menu ul li a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.5s;
}

.header .menu ul li a:hover {
    transition: all 0.5s;
    color: var(--background);
}


.header .socialIcons ul {
    margin: 0;
    padding: 0;
}

.header .socialIcons ul li {
    float: left;
    list-style-type: none;
    margin: 0;
}

.header .socialIcons ul li a {
    color: var(--black);
    background: #fff;
    padding: 4px;
    margin: 0 0 0 5px;
    font-size: 29px;
    width: 40px;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
    transition: all 0.5s;
}

.header .socialIcons ul li a:hover {
    color: var(--vermelhoColiseum);
    transition: all 0.5s;
}

.header .socialIcons ul li .whatsapp {
    background: var(--verdeNeon);
}


.header .botEstouNaSuite a {
    background: #D10000;
    background: linear-gradient(90deg, rgba(209, 0, 0, 1) 0%, rgba(96, 0, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 24px;
    border: solid 2px #B70000;
    border-radius: 30px;
    text-align: center;
    margin: 0 0 0 0;
    float: left;
}



/******************************/
.hero {
    width: 100%;
    height: 90ch;
    float: left;
    background-size: cover;
    background-position: center center;
    margin: -130px 0 0 0;
    display: flex;
    align-items: center;
}

.hero .alignContenCenter {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 10%;
}

.hero h1 {
    color: #fff;
    font-family: 'quetineregular';
    font-size: 72px;
    text-shadow: 0px 0px 25px #FF0000;
    margin-top: 120px;
}

.hero .fraseApresentacao {
    width: 70%;
    margin: 40px 0 0 0%;
    float: left;
    text-align: center;
    background: rgba(0, 0, 0, 0.50);
    -webkit-backdrop-filter: blur(14.2px);
    color: #fff;
    border: solid 1px var(--vermelhoColiseum);
    border-radius: 20px;
    padding: 0px 25px 25px 25px;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.hero .fraseApresentacao img {
    width: 52px;
    height: auto;
    margin: -30px 0 10px 0;
}

.boxPromocoesSuites {
    width: 100%;
    text-align: center;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(63, 8, 0, 1) 92%, rgba(65, 8, 0, 0) 100%);
    float: left;
    margin: -170px 0 0 0;
    padding: 90px 0 0px 0;
}

.boxPromocoesSuites img {
    border-radius: 20px;
}

.boxPromocoesSuites .titPromocoes {
    color: #fff;
    font-size: 18px;
}


/***** CARDS HOME SUITE **********/
.suitesSlider {
    width: 100%;
    padding: 95px;
}

.suitesSlider h2 {
    font-family: 'quetineregular';
    color: #fff;
    font-size: 35px;
}

.suitesSlider p {
    color: #fff;
}

.suitesSlider .fa-sort-down {
    color: #FF0000;
    font-size: 40px;
}

.suitesSlider .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
}

.suitesSlider .owl-dots .owl-dot {
    background: #fff;
    width: 50px;
    height: 8px;
    border-radius: 3px;
    margin: 0 10px;
}

.suitesSlider .owl-dots .active {
    background: var(--vermelhoColiseum);
    width: 50px;
    height: 8px;
}

.cardSuite {
    border: solid 1px var(--bordoLines);
    border-radius: 24px;
    padding: 10px 10px 70px 10px;
    margin: 32px 3px;
    box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -webkit-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -moz-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
}

.cardSuite .attachment-tnb-suite-card {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.cardSuite h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    justify-content: start;
    margin: 10px 0 0 0;
}

.cardSuite h3 img {
    height: 40px;
    width: auto !important;
    margin: 0 15px 0 10px;
}

.cardSuite h3 .fa-award {
    color: #FFA600;
    font-size: 40px;
    margin: 0 0 0 25px;
}

.cardSuite p {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    padding: 0 10px 0 12px;
    margin: 10px 0 20px 0;
    height: 140px;
}

.cardSuite span {
    color: #fff;
    text-align: left;
    float: left;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 20px;
}

.cardSuite span small {
    font-weight: 300;
    font-size: 13px;
}

.cardSuite a {
    background: #D10000;
    background: linear-gradient(90deg, rgba(209, 0, 0, 1) 0%, rgba(96, 0, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 13px;
    border: solid 2px #B70000;
    border-radius: 30px;
    text-align: center;
    margin: 5px 10px 0 10px;
    float: left;
}


.anuncioHomeESobre {
    width: 100%;
    height: auto;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(63, 8, 0, 1) 100%, rgb(65, 8, 0) 100%);
    float: left;
    padding: 0px 0 150px 0;
}

.anuncioHomeESobre .sliderANunciosHome img {
    border-radius: 20px;
}

.anuncioHomeESobre .sliderANunciosHome a {
    background: #D10000;
    background: linear-gradient(90deg, rgba(209, 0, 0, 1) 0%, rgba(96, 0, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 33px;
    border: solid 2px #B70000;
    border-radius: 30px;
    text-align: center;
    margin: -70px 30px 0 0;
    float: right;
    z-index: 10;
    position: relative;
}


.sliderANunciosHome .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0 30px 0;
}

.sliderANunciosHome .owl-dots .owl-dot {
    background: #fff;
    width: 50px;
    height: 8px;
    border-radius: 3px;
    margin: 0 10px;
}

.sliderANunciosHome .owl-dots .active {
    background: var(--vermelhoColiseum);
    width: 50px;
    height: 8px;

}


.oMotelColiseum {
    color: #fff;
    padding: 50px 0 0 0;
    text-align: center;
}

.oMotelColiseum h2 {
    width: 100%;
    font-family: 'quetineregular';
    font-size: 35px;
}

.oMotelColiseum .fa-sort-down {
    color: #FF0000;
    font-size: 40px;
}

.oMotelColiseum h4 {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin: 20px 0 50px 0;
}

.oMotelColiseum .content {
    text-align: left;
    padding: 50px 0 0 10px;
}

.oMotelColiseum .video iframe {
    width: 95%;
    height: 456px;
    border-radius: 25px;
}

.oMotelColiseum .content p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}


.oMotelColiseum .content p small {
    color: #FFA6A6;
    font-size: 16px;
}

/****/

.iconIMG {
    width: 100%;
    height: 100px;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0px 0 0 0;
    float: left;
}

.iconIMG img {
    width: 90px;
    height: 90px;
    margin: -47px 0 0 0;
    box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -webkit-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -moz-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    border-radius: 20px;
}

.iconIMG2 {
    width: 100%;
    height: 100px;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: -100px 0 0px 0;
    float: left;
}

.iconIMG2 img {
    width: 90px;
    height: 90px;
    margin: 0px 0 0 0;
    box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -webkit-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -moz-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    border-radius: 20px;
}


/*****/

.instagramFeed {
    width: 100%;
    padding: 80px 0 100px 0;
    text-align: center;
    float: left;
}

.instagramFeed h2 {
    font-family: 'quetineregular';
    font-size: 35px;
    color: #4F4F4F;
}

.instagramFeed .fa-sort-down {
    color: #FF0000;
    font-size: 40px;
}

.instagramFeed p {
    font-size: 18px;
    width: 100%;
}



/************************************************************/
.footer {
    width: 100%;
    background: var(--vermelhoColiseum);
    padding: 75px 0;
    color: #fff;
    float: left;
}

.footer .logo {
    width: 90%;
    height: auto;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer ul,
.footer ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer ul li a {
    padding: 9px 0;
    width: 100%;
    float: left;
    font-size: 17px;
    font-weight: 300;
}

.footer h3 {
    font-weight: 700;
    font-size: 25px;
}


.footer .socialIcons ul li a {
    color: var(--black);
    background: #fff;
    padding: 4px;
    margin: 0 0 0 5px;
    font-size: 29px;
    width: 40px;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
    transition: all 0.5s;
}

.footer .socialIcons ul li a:hover {
    color: var(--vermelhoColiseum);
    transition: all 0.5s;
}

.footer .socialIcons ul li .whatsapp {
    background: var(--verdeNeon);
}



.footer .botEstouNaSuite {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 15px 24px;
    border: solid 2px #B70000;
    border-radius: 30px;
    text-align: center;
    margin: 30px 0 0 0;
    float: left;
}


.footerInformacoes {
    width: 100%;
    padding: 50px 0;
    background: var(--vermelhoMedio);
    float: left;
    color: #fff;
}

.footerInformacoes li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footerInformacoes p {
    margin: 0;
    padding: 0;
}

.footerInformacoes p a {
    text-decoration: none;
    color: #fff;
}

.informacoesDeCopyright {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    float: left;
}

.informacoesDeCopyright p {
    margin: 0;
    padding: 0;
}

/******************************************/
.breavCrumbs {
    width: 100%;
    text-align: center;
}

.breavCrumbs hr {
    border: solid 1px var(--vermelhoMedio);
    margin: -12px 0 0 0;
}

.breavCrumbs span {
    background: #170706;
    border: solid 1px var(--vermelhoMedio);
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    z-index: 5;
}

/************* PG O MOTEL ****************/
.oMotel {
    width: 100%;
    background: url(../images/heroSobreOMotel.webp) top;
    background-size: cover;
    padding: 170px 0 100px 0;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
    padding: 0 10px;
}


.oMotelSegundaDobra {
    text-align: center;
    padding: 80px 0;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.oMotelSegundaDobra span {
    font-size: 22px;
    padding: 0 50px;
}


.oMotelSegundaDobra h2 {
    font-family: 'quetineregular';
    color: var(--vermelhoMedio);
    font-size: 50px;
    padding: 30px 0;
}

.oMotelSegundaDobra p strong {
    color: var(--vermelhoMedio);
    font-weight: 600;
}

.oMotelSegundaDobra p {
    font-size: 22px;
}

.oMotelSegundaDobra #gallery-1 .gallery-item img {
    border: none;
    border-radius: 15px;
    width: 100%;
    height: auto;
}


/***************** NOSSAS SUITES ***********************/

.carrosselSuitesPages {
    text-align: center;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 61%, rgba(130, 0, 0, 1) 100%);
    margin: -50px 0 0 0;
    padding: 20px 0 0 0;
}

/**************************/

.nossasSuites {
    width: 100%;
    background: url(../images/bg_nossas_suites.webp) top;
    background-size: cover;
    padding: 170px 90px 100px 90px;
}

.nossasSuitesPG {
    color: #fff;
    padding: 50px 0 0 0;
    text-align: center;
}

.nossasSuitesPG h2 {
    width: 100%;
    font-family: 'quetineregular';
    font-size: 35px;
}

.nossasSuitesPG .fa-sort-down {
    color: #FF0000;
    font-size: 40px;
}


.nossasSuites .cardSuiteGrid {
    border: solid 1px var(--bordoLines);
    border-radius: 24px;
    padding: 10px 10px 70px 10px;
    margin: 10px 3px;
    box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -webkit-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -moz-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    height: 570px;
}

.nossasSuites .cardSuiteGrid p {
    height: 112px;
}

.nossasSuitesPG h2 .fa-caret-right {
    color: var(--vermelhoColiseum);
    padding: 0 17px;
    font-size: 48px;
}

.nossasSuitesPG h2 strong {
    color: #FFA6A6;
    font-weight: 500;
}

.listSuitesNumber {
    padding: 50px 0;
}

.listSuitesNumber .aSuite {
    margin: 0 0 20px 0;
    padding: 10px 10px 55px 10px;
}

.listSuitesNumber .aSuite h3 {
    font-size: 17px;
    margin: 0;
    padding: 11px 0;
}

.listSuitesNumber .aSuite a {
    float: left;
}



/************************** SINGLE SUITE **********************************/
.LogoSuite {
    background: var(--vermelhoColiseum);
    width: 95px;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    margin: 0 0 20px 0;
}

.contentSuiteOpen {
    padding: 50px 0;
}

.contentSuiteOpen .suitDescription {
    padding: 0 15px 0 0;
}

.contentSuiteOpen .suitDescription p {
    font-size: 21px;
    text-align: justify;
    font-weight: 400;
    line-height: 35px;
}

.contentSuiteOpen .capa {
    padding: 0 15px 0 0;
}

.contentSuiteOpen .attachment-tnb-capa-suite {
    width: 100%;
    height: auto;
    border-radius: 25px;
    margin: 0 0 0 0;
    padding: 0;
}



.contentSuiteOpen .galeria {
    margin: 15px 0 0 0;
}

.contentSuiteOpen .galeria #gallery-1 .gallery-item {
    margin: 0 0 0 0;
    padding: 0 15px 15px 0;
}

.contentSuiteOpen .galeria #gallery-1 .gallery-item img {
    border: none;
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.contentSuiteOpen .valorDoPeriodo {
    border: solid 1px var(--bordoLines);
    border-radius: 15px;
    padding: 15px 20px;
    margin: 10px 0 30px 0;
    box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -webkit-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -moz-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    text-align: left;
}

.contentSuiteOpen .valorDoPeriodo h4 {
    margin: 0;
    padding: 0;
    font-size: 26px;
}

.contentSuiteOpen .valorDoPeriodo img {
    margin: 0 20px 0 0;
}

.contentSuiteOpen .valorDoPeriodo small {
    font-weight: 200;
    font-size: 16px;
}

.contentSuiteOpen .informacoesSobreReservas {
    background: var(--vermelhoColiseum);
    padding: 30px;
    color: #fff;
    text-align: left;
    border-radius: 15px;
}

.contentSuiteOpen .informacoesSobreReservas p {
    font-weight: 200;
    line-height: 30px;
    font-size: 16px;
}

.contentSuiteOpen .informacoesSobreReservas p strong {
    font-weight: bold;
}

.contentSuiteOpen .botReservaWhatsApp a {
    background: var(--verdeNeon);
    color: #000;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    margin: 30px 0 0 0;
    float: left;
    text-decoration: none;
    font-weight: 800;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.contentSuiteOpen .botReservaWhatsApp a:hover {
    background: #00c563;
    transition: all 0.5s;
}

.contentSuiteOpen .botReservaWhatsApp a .fa-whatsapp {
    font-size: 50px;
    margin: 0 0 0 13px;
}



/******************** CARDAPIO *******************/

.heroCardapio {
    width: 100%;
    text-align: center;
    padding: 200px 0 100px 0;
    background: url(../images/heroCardapio.webp) center center;
    background-size: cover;
}


.heroBebidasEDrinks {
    width: 100%;
    text-align: center;
    padding: 200px 0 100px 0;
    background: url(../images/heroBebidasEDrinks.webp) center center;
    background-size: cover;
}

.heroCortesias {
    width: 100%;
    text-align: center;
    padding: 200px 0 100px 0;
    background: url(../images/cortesias.webp) top center;
    background-size: cover;
}



.contentLoopCardapio .menu-categorias-cardapio {
    width: 100%;
    background: var(--vermelhoColiseum);
    box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -webkit-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -moz-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    border-radius: 13px;
    padding: 5px 0;
    margin: -33px 0 0 0;
}

/****************/
.contentLoopCardapio .menu-categorias-cardapio ul,
.contentLoopCardapio .menu-categorias-cardapio ul li {
    list-style-type: none;
}

.contentLoopCardapio .menu-categorias-cardapio .ul-categorias {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
}

.contentLoopCardapio .menu-categorias-cardapio .ul-categorias button {
    background: none;
    border: none;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.5s;
}

.contentLoopCardapio .menu-categorias-cardapio .ul-categorias button:hover {
    transition: all 0.5s;
    border-radius: 10px;
    color: #fce366;
}

.contentLoopCardapio .menu-categorias-cardapio .ul-categorias .active {
    color: #fce366;
    border-radius: 10px;
    transition: all 0.5s;
}


/****************/


.contentLoopCardapio .titulo-subcategoria,
.contentLoopCardapio .titulo-subcategoria-bebida {
    font-family: 'quetineregular';
    font-size: 40px;
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
    margin: 0px 0 10px 0;
    color: var(--vermelhoColiseum);
}

.contentLoopCardapio .menu-categorias-bebidas {
    width: 100%;
    background: var(--vermelhoColiseum);
    box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -webkit-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    -moz-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    border-radius: 13px;
    padding: 5px 0;
    margin: -33px 0 0 0;
}

.contentLoopCardapio .menu-categorias-bebidas ul,
.contentLoopCardapio .menu-categorias-bebidas ul li {
    list-style-type: none;
}

.contentLoopCardapio .menu-categorias-bebidas .ul-categorias-bebidas {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
}

.contentLoopCardapio .menu-categorias-bebidas .ul-categorias-bebidas button {
    background: none;
    border: none;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.5s;
}

.contentLoopCardapio .menu-categorias-bebidas .ul-categorias-bebidas button:hover {
    transition: all 0.5s;
    color: #fce366;
    border-radius: 10px;
}

.contentLoopCardapio .menu-categorias-bebidas .ul-categorias-bebidas .active {
    color: #fce366;
    border-radius: 10px;
    transition: all 0.5s;
}


.contentLoopCardapio .carregando-ajax {
    width: 100%;
    text-align: center;
    padding: 190px 50px 50px 50px;
    color: #B70000;
    font-size: 25px;
    background: url(../images/loading.webp) no-repeat center center;
    background-size: 50px;
}

.contentLoopCardapio .erro-ajax {
    width: 100%;
    text-align: center;
    padding: 50px 50px 50px 50px;
    color: #B70000;
    font-size: 25px;
    background-size: 50px;
}

.contentLoopCardapio .nenhum-produto-cadastrado {
    width: 100%;
    text-align: center;
    padding: 50px 50px 50px 50px;
    color: #B70000;
    font-size: 20px;
    background-size: 50px;
    font-weight: 500;
}

.contentLoopCardapio .iconNenhumProduto {
    width: 50px;
    height: auto;
    margin: 30px 0 20px 0;
}


.contentLoopCardapio .listaPratos,
.contentLoopCardapio .listaBebidas {
    padding: 60px 80px 0 80px;
    width: 100%;
    float: left;
}

.contentLoopCardapio .item-prato-ajax,
.contentLoopCardapio .item-bebida-ajax {
    background: #fff;
    margin: 0px 0px 20px 0px;
    width: 100%;
    float: left;
    border-radius: 20px;
}

.contentLoopCardapio .imagem-prato,
.contentLoopCardapio .imagem-bebida {
    float: left;
    width: 20%;
}

.contentLoopCardapio .imagem-prato img,
.contentLoopCardapio .imagem-bebida img {
    border-radius: 14px;
    width: 80%;
    height: auto;
    margin: 15px;
}

.contentLoopCardapio .conteudo-prato,
.contentLoopCardapio .conteudo-bebida {
    float: left;
    padding: 25px 25px 25px 0px;
    width: 80%;
}

.contentLoopCardapio .conteudo-prato h3,
.contentLoopCardapio .conteudo-bebida h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.contentLoopCardapio .conteudo-prato p,
.contentLoopCardapio .conteudo-bebida p {
    font-size: 18;
    margin: 0;
    padding: 0;
}

.contentLoopCardapio a {
    background: #D10000;
    background: linear-gradient(90deg, rgba(209, 0, 0, 1) 0%, rgba(96, 0, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 24px;
    border: solid 2px #B70000;
    border-radius: 30px;
    text-align: center;
    margin: 5px 0px 0 0;
    float: right;
    width: 20%;
}

.contentLoopCardapio .preco-prato,
.contentLoopCardapio .preco-bebida {
    color: var(--vermelhoMedio);
    font-weight: 800;
    font-size: 18px;
}


/********** CORTESIAS ***********/
.informacoesSobreCortesia {
    padding: 40px 100px 40px 100px;
    text-align: center;
}

.informacoesSobreCortesia h1 {
    font-family: 'quetineregular';
    color: #B70000;
    font-size: 50px;
}

.informacoesSobreCortesia p {
    line-height: 29px;
}


.contentLoopCortesias {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}


.contentLoopCortesias h2 {
    width: 100%;
    text-align: center;
    color: #D10000;
    font-weight: 900;
    font-size: 30px;
    margin: 40px 0 20px 0;
    float: left;
}

.contentLoopCortesias .item-cortesia {
    width: 48%;
    background: #fff;
    padding: 26px;
    border-radius: 15px;
    margin: 1%;
    float: left;
    min-height: 185px;
}

.contentLoopCortesias .item-cortesia h3 {
    color: #D10000;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

/********************************/

.informativoLegal {
    width: 60%;
    margin: 0 0 60px 20%;
    background: #fff;
    font-size: 12px;
    float: left;
    padding: 10px;
    border-radius: 10px;
}

.informativoLegal img {
    width: 30px;
    height: auto;
    float: left;
    margin: 4px 10px 0 3px;
}

.informativoLegal p {
    margin: 0;
    padding: 0;
}



/***************************ESTOU NA SUITE*******************************/
.containerPedido {
    background: #fff;
    border-radius: 15px;
    padding: 0;
    margin-top: 120px;
    margin-bottom: 120px;
}

.containerPedido .informacoes {
    padding: 40px;
}

.containerPedido .informacoes h2 {
    font-weight: 800;
}

.containerPedido .informacoes p {
    font-size: 20px;
}

.containerPedido .informacoes h3 {
    font-weight: 800;
    color: #D10000;
}

.containerPedido .formPedido {
    width: 100%;
    padding: 40px;
    background: #F5F5F5;
    border-radius: 0 0 20px 20px;
}

.containerPedido .formPedido label {
    font-size: 13px;
    padding: 0 0 0 6px;
}

.containerPedido .formPedido label span {
    color: #D10000;
    font-weight: 900;
}

.containerPedido .formPedido input[type=number] {
    width: 90%;
    border: none;
    padding: 15px;
    border-radius: 50px;
    outline: none;
    background: #FAE9E9;
}

.containerPedido .formPedido input[type=text] {
    width: 90%;
    border: none;
    padding: 15px;
    border-radius: 50px;
    outline: none;
    background: #FAE9E9;
}


.containerPedido .formPedido input[type=submit] {
    background: #D10000;
    background: linear-gradient(90deg, rgba(209, 0, 0, 1) 0%, rgba(96, 0, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 13px 60px;
    border: solid 2px #B70000;
    border-radius: 30px;
    text-align: center;
    margin: 25px 0 0 0;
    float: left;
}


/***************/
.resumoBox {
    padding: 40px;
}

.resumoBox .resumo-detalhes .pedidoPreco {
    color: #B70000;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.resumoBox .resumo-detalhes h4 {
    font-weight: 800;
}

.resumoBox .resumo-detalhes p {
    margin: 0;
}

.resumoBox .resumo-detalhes .conteudo-produto-resumo p {
    margin: 0 0 15px 0;
}

.resumo-detalhes input[type=submit] {
    background: #D10000;
    background: linear-gradient(90deg, rgba(209, 0, 0, 1) 0%, rgba(96, 0, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 13px 60px;
    border: solid 2px #B70000;
    border-radius: 30px;
    text-align: center;
    margin: 25px 0 0 0;
    float: left;
}

.resumoBox .sucesso {
    text-align: center;
    color: #00c563;
}

.resumoBox .sucesso img {
    margin: 0 0 50px 0;
}

.contactPage {
    text-align: left;
}

.contactPage .contentContato p {
    font-size: 20px;
    line-height: 35px;
    padding: 0 30px 0 0;
}

.contactPage .wpcf7-text {
    width: 100%;
    padding: 15px;
    outline: none;
    border-radius: 15px;
    border: none;
    color: #812121;
    font-weight: 600;
    margin-bottom: 15px;
}

.contactPage .wpcf7-textarea {
    width: 100%;
    padding: 15px;
    outline: none;
    border-radius: 15px;
    border: none;
    color: #812121;
    font-weight: 600;
    height: 150px;
}

.contactPage .wpcf7-submit {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 15px 100px;
    border-radius: 30px;
    text-align: center;
    margin: 0px 0 0 0;
    float: left;
    border: none;
}

.boxMapa {
    width: 100%;
    padding: 0;
    margin: -42px 0 0 0;
    height: 700px;
}

.boxMapa iframe {
    width: 100%;
    height: 660px;
    margin: -100px 0 0 0;
    padding: 0;
}

.estouNaSuite {
    width: 100%;
}


.estouNaSuite .boxContent {
    background: #fff;
    padding: 0;
    margin: 50px 0 0 0;
    border-radius: 20px;
    width: 100%;
}

.estouNaSuite .boxContent .informacoesAdd {
    background: var(--vermelhoMedio);
    border-radius: 0 20px 20px 0;
    padding: 40px;
    text-align: left;
    height: 100%;
}

.estouNaSuite .boxContent .informacoesAdd p strong {
    font-size: 25px;
    font-weight: 900;
}


.estouNaSuite .boxContent .informacoesAdd p {
    font-size: 25px;
}

.estouNaSuite .boxContent .informacoesAdd ul {
    margin: 0;
    padding: 0;
}

.estouNaSuite .boxContent .informacoesAdd ul li {
    border-radius: 12px;
    background: #921A1A;
    margin: 0;
    padding: 10px 0 10px 20px;
    margin: 0 0 10px 0;
    list-style-type: none;
    font-size: 18px;
}

.resumoPedido {
    text-align: left;
    color: #000;
    padding: 40px;
}

.resumoPedido .boxListaPedidos {
    background: #EFEFEF;
    padding: 30px;
    border-radius: 20px;
    margin: 10px 0;
    width: 100%;
    float: left;
}

.resumoPedido h3 {
    font-size: 20px;
}

.resumoPedido h4 {
    margin: 0;
    padding: 0;
    font-weight: 900;
}

.resumoPedido h4 span {
    font-weight: 400;
}

.resumoPedido h5 {
    font-size: 20px;
    font-weight: 800;
    color: #B70000;
    margin: 0;
    padding: 0;
}

.resumoPedido span {
    font-size: 20px;
    margin-top: 25px;
}

.resumoPedido .preco {
    color: #B70000;
    font-size: 30px;
    font-weight: 600;
}

.headerMobile {
    display: none;
}

@media only screen and (max-width: 700px) {
    .header {
        display: none;
    }

    .headerMobile {
        display: block;
        width: auto;
        padding: 16px;
        margin: 15px 5px 0 5px;
        border-radius: 16px;
        background: rgba(0, 0, 0, 0.80);
        -webkit-backdrop-filter: blur(14.2px);
        border-radius: 16px;
        backdrop-filter: blur(14.2px);
        -webkit-box-shadow: 0px 0px 24px 0px rgba(209, 0, 0, 0.50);
        box-shadow: 0px 0px 24px 0px rgba(209, 0, 0, 0.50);
        z-index: 50;
    }

    .headerMobile .logo {
        width: 40%;
        height: auto;
    }

    .headerMobile .botEstouNaSuite {
        width: 50%;
        height: auto;
    }


    .headerMobile .botEstouNaSuite a {
        background: #D10000;
        background: linear-gradient(90deg, rgba(209, 0, 0, 1) 0%, rgba(96, 0, 0, 1) 100%);
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        padding: 8px 17px;
        border: solid 2px #B70000;
        border-radius: 30px;
        text-align: center;
        margin: 0 19px 0 7px;
        float: left;
        width: auto;
    }


    .headerMobile .botaoMenuMobile {
        width: 10%;
        margin: 0;
    }

    .hero {
        height: 95ch;
    }

    .hero h1 {
        color: #fff;
        font-family: 'quetineregular';
        font-size: 41px;
        text-shadow: 0px 0px 25px #FF0000;
        margin-top: 20px;
        width: 100%;
        text-align: left;
        margin-left: 18px;
    }

    .hero .fraseApresentacao {
        width: 90%;
        padding: 0px 25px 5px 25px;
    }

    .hero .fraseApresentacao p {
        margin: 0 0 20px 0;
        padding: 0;
    }

    .hero .alignContenCenter {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .boxPromocoesSuites .offset-1 {
        margin: 0;
        padding: 0;
    }

    .boxPromocoesSuites img {
        width: 100%;
        height: auto;
    }

    .suitesSlider h2 {
        font-family: 'quetineregular';
        color: #fff;
        font-size: 35px;
        margin: 40px 0 0 0;
    }

    .suitesSlider {
        width: 100%;
        padding: 20px 20px 50px 20px;
    }

    .cardSuite {
        border: solid 1px var(--bordoLines);
        border-radius: 24px;
        padding: 10px 10px 120px 10px;
        margin: 32px 3px;
        box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
        -webkit-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
        -moz-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
    }

    .cardSuite h3 {
        font-size: 20px;
    }

    .cardSuite h3 .fa-award {
        color: #FFA600;
        font-size: 20px;
        margin: 0 0 0 5px;
    }

    .cardSuite h3 img {
        height: 30px;
        width: auto !important;
        margin: 0 8px 0 0px;
    }

    .cardSuite p {
        text-align: left;
        font-size: 14px;
        font-weight: 300;
        padding: 0 0 0 11px;
        margin: 0px 0 10px 0;
        line-height: 17px;
    }

    .cardSuite a {
        background: #D10000;
        background: linear-gradient(90deg, rgba(209, 0, 0, 1) 0%, rgba(96, 0, 0, 1) 100%);
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        padding: 8px 13px;
        border: solid 2px #B70000;
        border-radius: 30px;
        text-align: center;
        margin: 10px 10px 40px 10px;
        float: left;
    }

    .anuncioHomeESobre {
        width: 100%;
        height: auto;
        background: #000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(63, 8, 0, 1) 100%, rgb(65, 8, 0) 100%);
        float: left;
        padding: 50px 0 150px 0;
        margin: -2px 0 0 0;
    }

    .oMotelColiseum {
        color: #fff;
        padding: 50px 20px 0 20px;
        text-align: center;
    }

    .oMotelColiseum .video iframe {
        width: 100%;
        height: 236px;
        border-radius: 19px;
    }

    .instagramFeed {
        width: 100%;
        padding: 0 0 40px 0;
        text-align: center;
        float: left;
    }

    /****************/
    .footer {
        width: 100%;
        background: var(--vermelhoColiseum);
        padding: 55px 20px;
        color: #fff;
        float: left;
    }

    .footer .logo {
        width: 70%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .footer h3 {
        font-weight: 700;
        font-size: 25px;
        margin: 40px 0 10px 0;
    }

    .footer .botEstouNaSuite {
        background: #000;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        padding: 15px 74px;
        border: solid 2px #B70000;
        border-radius: 30px;
        text-align: center;
        margin: 20px 0 0 -10px;
        float: left;
    }

    .footer .col-footer {
        width: 50%;
        margin: 0 0 50px 0;
    }

    .footerInformacoes .offset-3 {
        margin: 0 0 20px 0;
    }

    .footerInformacoes {
        width: 100%;
        padding: 30px 20px;
        background: var(--vermelhoMedio);
        float: left;
        color: #fff;
    }

    .oMotelSegundaDobra #gallery-1 .gallery-item img {
        border: none;
        border-radius: 13px;
        width: 100%;
        height: auto;
    }

    #gallery-1 .gallery-item {
        float: left;
        margin: 0 !important;
        text-align: center;
        width: 25%;
        padding: 3px;
    }

    /**** NOSSAS SUITES *****/
    .nossasSuites {
        padding: 170px 10px 100px 10px;
        margin: 0 0 0 0;
    }

    .nossasSuitesPG h2 {
        padding: 0;
        margin: 0;
    }

    .nossasSuites .cardSuiteGrid p {
        height: 176px;
        line-height: 22px;
    }

    .nossasSuites .cardSuiteGrid {
        padding: 10px 10px 115px 10px;
    }

    .listSuitesNumber .aSuite {
        margin: 0 0 20px 0;
        padding: 10px 10px 73px 10px;
    }

    .contentSuiteOpen .suitDescription p {
        padding: 0 20px 0 20px;
    }

    .contentSuiteOpen .suitDescription {
        padding: 0 0;
    }

    .contentSuiteOpen .capa {
        padding: 0 20px;
    }

    .contentSuiteOpen .galeria {
        margin: 15px 0 0 0;
        padding: 0 15px;
    }

    .contentSuiteOpen .galeria #gallery-1 .gallery-item {
        margin: 0 0 0 0;
        padding: 0 5px 15px 5px;
    }

    .nossasSuitesPG h2 .fa-caret-right {
        color: var(--vermelhoColiseum);
        padding: 0 17px;
        font-size: 48px;
        width: 100%;
        transform: rotate(90deg);
    }

    .contentSuiteOpen .galeria #gallery-1 .gallery-item img {
        border-radius: 10px;
    }

    .contentSuiteOpen .attachment-tnb-capa-suite {
        border-radius: 15px;
    }

    .contentSuiteOpen .infoCol {
        padding: 0 30px;
    }

    .iconIMG {
        margin: 0 0 0 0;
    }


    /***** CARDAPIO **********/
    .contentLoopCardapio .menu-categorias-cardapio .ul-categorias {
        display: ruby;
        justify-content: space-around;
        align-items: center;
        margin: 0;
        width: 100%;
        float: left;
        text-align: center;
        padding: 0;
    }

    .contentLoopCardapio .menu-categorias-bebidas,
    .contentLoopCardapio .menu-categorias-cardapio {
        width: 100%;
        background: var(--vermelhoColiseum);
        box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
        -webkit-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
        -moz-box-shadow: 1px 0px 9px 1px rgba(209, 0, 0, 0.48);
        border-radius: 13px;
        padding: 5px 0;
        margin: -33px 0 0 0;
        float: left;
    }

    .contentLoopCardapio .menu-categorias-bebidas .ul-categorias-bebidas {
        display: ruby;
        justify-content: space-around;
        align-items: center;
        /* margin: 0 0 0 10%; */
        width: 100%;
        float: left;
        text-align: center;
        padding: 0;
    }

    .contentLoopCardapio .listaPratos,
    .contentLoopCardapio .listaBebidas {
        padding: 60px 0px 0 0px;
        width: 100%;
        float: left;
    }

    .contentLoopCardapio .imagem-prato,
    .contentLoopCardapio .imagem-bebida {
        float: left;
        width: 30%;
    }

    .contentLoopCardapio .conteudo-prato,
    .contentLoopCardapio .conteudo-bebida {
        float: left;
        padding: 10px 0px 10px 15px;
        width: 67%;
    }

    .contentLoopCardapio a {
        width: 56%;
        margin: 0 0 0 30px;
        float: right;
    }

    .contactPage .wpcf7-text {
        width: 100%;
        padding: 20px;
        outline: none;
        border-radius: 15px;
        border: none;
        color: #812121;
        font-weight: 600;
        margin-bottom: 0;
    }

    .contactPage .wpcf7-submit {
        background: #000;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        padding: 18px 100px;
        border-radius: 30px;
        text-align: center;
        margin: 0px 0 0 0;
        float: left;
        border: none;
    }

    .boxMapa iframe {
        width: 100%;
        height: 660px;
        margin: -100px 0 0 0;
        padding: 0;
    }


    /****** MENU *************/
    .mobileMenu {
        padding: 40px;
    }

    .mobileMenu .logoHeader img {
        width: 80%;
        height: auto;
        margin: 10px 0 30px 10px;
    }

    .mobileMenu .socialIcons ul {
        margin: 0;
        padding: 0;
    }

    .mobileMenu .socialIcons ul li {
        float: left;
        list-style-type: none;
        margin: 0;
    }

    .mobileMenu .socialIcons ul {
        margin: 0;
        padding: 0;
    }


    .mobileMenu .socialIcons ul li a {
        color: var(--black);
        background: #fff;
        padding: 4px;
        margin: 0 0 0 5px;
        font-size: 34px;
        width: 60px;
        float: left;
        height: 60px;
        text-align: center;
        line-height: 55px;
        border-radius: 30px;
        transition: all 0.5s;
    }

    .mobileMenu ul li a {
        color: #D10000;
        font-size: 23px;
        margin: 0 0 0 0;
        padding: 21px 0;
        font-weight: 700;
    }

    .mobileMenu ul .current-menu-item a {
        color: #4F4F4F;
    }


    /***** ESTOU NA SUÍTE **********/
    .estouNaSuiteMobile .offset-2,
    .estouNaSuiteMobile .offset-3 {
        margin: 0;
    }

    .containerPedido {
        border-radius: 0;
    }

    .estouNaSuite .boxContent .informacoesAdd {
        background: var(--vermelhoMedio);
        border-radius: 0 0px 20px 20px;
        padding: 12px 40px 40px 40px;
        text-align: left;
    }

}

/************* AJUSTES DE RESOLUÇÕES **************/
@media only screen and (max-width: 1199px) {
    .header {
        display: none;
    }

    .headerMobile {
        display: block;
        width: auto;
        padding: 16px;
        margin: 15px 5px 0 5px;
        border-radius: 16px;
        background: rgba(0, 0, 0, 0.80);
        -webkit-backdrop-filter: blur(14.2px);
        border-radius: 16px;
        backdrop-filter: blur(14.2px);
        -webkit-box-shadow: 0px 0px 24px 0px rgba(209, 0, 0, 0.50);
        box-shadow: 0px 0px 24px 0px rgba(209, 0, 0, 0.50);
        z-index: 50;
    }

    .headerMobile .logo {
        width: 40%;
        height: auto;
    }

    .headerMobile .botEstouNaSuite {
        width: 50%;
        height: auto;
    }


    .headerMobile .botEstouNaSuite a {
        background: #D10000;
        background: linear-gradient(90deg, rgba(209, 0, 0, 1) 0%, rgba(96, 0, 0, 1) 100%);
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        padding: 8px 17px;
        border: solid 2px #B70000;
        border-radius: 30px;
        text-align: center;
        margin: 0 19px 0 7px;
        float: right;
        width: auto;
    }


    .headerMobile .botaoMenuMobile {
        width: 10%;
        margin: 0;
    }


    .boxPromocoesSuites img {
        width: 100%;
        height: auto;
    }



    /****** MENU *************/
    .mobileMenu {
        padding: 40px;
    }

    .mobileMenu .logoHeader img {
        width: 80%;
        height: auto;
        margin: 10px 0 30px 10px;
    }

    .mobileMenu .socialIcons {
        width: 100%;
    }

    .mobileMenu .menu {
        width: 100%;
    }

    .mobileMenu .menu ul li a {
        font-size: 20px;
    }

    .mobileMenu .socialIcons ul {
        margin: 0;
        padding: 0;
    }

    .mobileMenu .socialIcons ul li {
        float: left;
        list-style-type: none;
        margin: 0;
    }

    .mobileMenu .socialIcons ul {
        margin: 0;
        padding: 0;
    }


    .mobileMenu .socialIcons ul li a {
        color: var(--black);
        background: #fff;
        padding: 4px;
        margin: 0 0 0 5px;
        font-size: 34px;
        width: 60px;
        float: left;
        height: 60px;
        text-align: center;
        line-height: 55px;
        border-radius: 30px;
        transition: all 0.5s;
    }

    .mobileMenu ul li a {
        color: #D10000;
        font-size: 23px;
        margin: 0 0 0 0;
        padding: 21px 0;
        font-weight: 700;
    }

    .mobileMenu ul .current-menu-item a {
        color: #4F4F4F;
    }


}

@media only screen and (max-width: 1399px) {

    .header .menu ul li {
        list-style-type: none;
        margin: 0;
        padding: 10px 8px;
        float: left;
    }

    .header .menu ul li a {
        font-size: 16px;
    }

    .header .botEstouNaSuite a {
        padding: 8px 8px;
    }

    .header .socialIcons ul li a {
        color: var(--black);
        background: #fff;
        padding: 4px;
        margin: 3px 0 0 2px;
        font-size: 29px;
        width: 37px;
        float: left;
        height: 37px;
        text-align: center;
        line-height: 31px;
        border-radius: 30px;
        transition: all 0.5s;
    }


    /********* CORTESIAS **************/
    .informacoesSobreCortesia {
        padding: 20px;
        text-align: center;
    }

    .contentLoopCortesias .item-cortesia {
        width: 100%;
        background: #fff;
        padding: 26px;
        border-radius: 15px;
        margin: 0 0 15px 0;
        float: left;
        min-height: 185px;
    }

    .contentLoopCortesias {
        margin-bottom: 10px;
        width: 100%;
        float: left;
        padding: 5px;
    }

}


/******************** MODAL ***************************/
/* Exemplo Básico de CSS para o Modal */
.modal {
    position: fixed;
    z-index: 1000;
    /* Garante que fique acima de outros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    /* Fundo semi-transparente */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% do topo e centralizado */
    padding: 30px;
    border: 1px solid #888;
    width: 80%;
    /* Pode ser ajustado */
    max-width: 500px;
    border-radius: 15px;
    text-align: center;
}

.modal-content p a {
    color: #fff;
    text-decoration: none;
    background: #D10000;
    padding: 4px 10px;
    border-radius: 8px;
    transition: all 0.5s;
}

.modal-content p a:hover {
    background: #000;
    transition: all 0.5s;
}

.close-button,
#modalOkButton {
    color: #B70000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

#modalOkButton {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #D10000;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}