.itens_mobile{display:block !important;}
.itens_main{display:none !important;}

::-webkit-scrollbar {width: 5px; height: 5px;}

/* - - - - - GERAL - - - - - */
.central{position: relative; width: 100%; left: 0; margin-left: 0;}

/*menu_aberto*/
#nav.menu_aberto{height: 100%; padding: 0 5% 45px; overflow: auto;}
#sub1.menu_aberto{height: 25%; padding: 0 5% 45px;}
#sub2.menu_aberto{height: 25%; padding: 0 5% 45px;}
#sub3.menu_aberto{height: 25%; padding: 0 5% 45px;}
#sub4.menu_aberto{height: 25%; padding: 0 5% 45px;}
/*menu_aberto*/

/*menu_fechado*/
#nav.menu_fechado{height: 0; padding: 0; overflow: hidden;}
#sub1.menu_fechado{height: 0; padding: 0;}
#sub2.menu_fechado{height: 0; padding: 0;}
#sub3.menu_fechado{height: 0; padding: 0;}
#sub4.menu_fechado{height: 0; padding: 0;}
/*menu_fechado*/

/* - - - mensagem - - - */

/*geral*/
.mensagem{height: auto;}

.mensagem .central{height: auto; padding: 25px 5%;}

.mensagem .imagem{width: 100px;}
.mensagem .way li a{color: #fff; transition: 0.3s;}
.mensagem .way li a span{}
.mensagem .way .current{font-size: 20px;}
.mensagem .way li a:hover{color: #000;}
.mensagem .titulo{font-size: 20px;}
.mensagem .descricao{font-size: 15px;}
.mensagem .busca_enviada{
    width: 250px; 
    margin: 15px auto 0; 
}
.mensagem .busca_enviada input{font-size: 14px;}
.mensagem .link_out{
	width: 125px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
/*geral*/

/* - - - mensagem - - - */


/* - - - - FORM - - - - */

/* - - - padrao - - - */
.form{}
.form > *{}
.form > *:not(button){font-size: 14px;}

.form > * p{font-size: 14px;}

.form > * label{top: 12px;}

.form > *:not(:is(button,#aceitar)){max-height: 120px;}
.form > *:not(:is(button,#aceitar)).inline{width: 100%;}

.form input,.form select{height: 40px; line-height: 40px; padding: 0 7.5px;}

.form textarea{height: 120px; padding: 7.5px; margin-bottom: 10px;}

.form #aceitar{width: 160px;}
/* - - - padrao - - - */

/* - - - - FORM - - - - */


/* - - - - FORMULARIO - - - - */

/* - - - PADRAO - - - */
.formulario{width: 100%; padding: 10px;}
.formulario > *{margin: 0 auto 10px;}

.formulario .titulo{font-size: 18px; line-height: normal; margin-bottom: 20px;}
.formulario .titulo span{font-size: 22px;}
.formulario .descricao{line-height: normal;}
/* - - - PADRAO - - - */

/* - - - BIG - - - */
.formulario.big{width: 100%; margin: 0 auto 35px; box-sizing: border-box;}

.formulario.big .form > *:not(:is(button,#aceitar)){max-height: 180px;}
.formulario.big .form textarea{height: 180px;}
/* - - - BIG - - - */

/* - - - ALT - - - */
.formulario.alt{position: relative; top: auto;}
/* - - - ALT - - - */

/* - - - - FORMULARIO - - - - */

/* - - - - WHATS - - - - */
.whats{
    width: 230px; 
    height: 60px; 
    margin: -40px auto 20px; 
}
.whats > *{margin: 0 7.5px;}
.whats img{height: 30px !important;}
.whats p{font-size: 22px; line-height: 18px;}
.whats p span{font-size: 18px; letter-spacing: 0.5px;}
/* - - - - WHATS - - - - */

/* - - - - WAY - - - - */
.way{font-size: 12px;}
.way li{padding: 0 10px 0 0;}
/* - - - - WAY - - - - */

/* - - popup - - */
#popup2{
    z-index: 3;
    width: 90%;
    height: auto;
    position: fixed;
    left: 5%;
    bottom: 65px;
    margin-left: auto;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#popup2 > *:not(img){position: relative; box-sizing: border-box; margin: 0 auto 0 0;}
#popup2 > *:not(img):nth-child(2){margin: 0 auto 15px;}
#popup2 > *:not(img):last-child{margin: 0 auto;}

#popup2 .titulo{text-align: center; font-size: 14px; text-transform: uppercase; color: #fff; width: 100%; margin-bottom: 10px;}
#popup2 .descricao{font-size: 11px; line-height: normal; color: #ececec; text-align: center; width: 100%;}
#popup2 .descricao a{transition: 0.3s; text-decoration: underline; font-weight: bold; color: #fff; display: block;}
#popup2 .descricao a:hover{color: #D8D8D8;}

#popup2 .link{
	background-color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	transition: 0.3s;
}
#popup2 .link:hover{}
/* - - popup - - */

/* - - - - - GERAL - - - - - */


/* - - - - - TEMPLATE - - - - - */

/* - - - - HEADER - - - - */

/* - - - NAV - - - */
header nav{
	width: 100%;
    display: grid;
    height: auto;
    line-height: normal;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #111;
    border: none;
    transition: 0.3s;
    margin: auto auto 10px auto;
    position: fixed;
    border-top: none;
    justify-content: center;
    bottom: 0;
    top: auto;
    text-align: center;
    left: 0;
    right: auto;
    z-index: 3;
    align-content: center;
}

header nav::after{
	content: '';
	background: url("../../imagens/padaria.png") no-repeat center right;
	width: 475px;
	height: 100vh;
	opacity: 0.1;
	filter: invert(1);
	position: absolute;
	top: 0%;
	right: 0%;
	background-size: cover;
	pointer-events: none;
}

header nav a::before{
	content: '';
	background: url("../../imagens/sun.png") no-repeat center center;
	width: 55px;
	height: 55px;
	position: absolute;
	background-size: contain;
	margin: -20px auto auto -62px;
	filter: brightness(0) saturate(100%) invert(90%) sepia(6%) saturate(3329%) hue-rotate(175deg) brightness(100%) contrast(103%);
	display: none;
}

#logo_nav{
	display: block;
	border-bottom: none;
	width: 160px;
}

#logo_nav img{
	filter: none!important;
	width: 100%!important;
}

header nav a{margin-right: auto;}

header nav a:last-of-type{border-bottom: none;}

header nav img{
	display: block;
}

header nav > *{
	margin: 0 auto; 
	height: auto;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #fff!important; 
	padding: 25px 0; 
	border: none;
	width: 180px;
	text-align: center;
}

header nav > :not(:nth-last-of-type(-n+2)) {
    position: relative; /* Necessário para posicionar o ::after */
}

header nav > :not(:nth-last-of-type(-n+2))::after {
    content: ''; /* Cria o pseudoelemento */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Altura da "borda" */
    background: #39ff14; /* Cor do neon */
    box-shadow: 0 0 10px #39ff14, 0 0 20px #39ff14; /* Efeito de brilho */
    pointer-events: none; /* Garante que o brilho não interfira no clique */
}






header nav > * a{color: #fff; padding-bottom: 0;}
header nav > *:first-child{padding-top: 0; border-top: none;}
header nav > *:nth-last-child{border-bottom: none;}
/*--header nav > *:last-child{
	height: auto; 
	font-size: 18px;
	border: none;
	line-height: normal; 
	padding: 10px 10px; 
	border-radius: 15px;
	margin-top: 25px;
	background-color: #000;
} */


header nav > * img{filter: invert(1); width: 30px; height: auto; position: relative; display: inline-block; vertical-align: middle; margin-right: 5px;}
header nav > *:hover > img{filter: invert(91%) sepia(23%) saturate(783%) hue-rotate(346deg) brightness(88%) contrast(90%);}

header nav > * .box{display: block; position: relative; width: 100%; top: auto; left: auto; padding: 0; background: none; text-align: center; margin: 20px auto 0;}
header nav > * .box a{
	width: 100%; 
	display: block; 
	position: relative; 
	color: #7BBDFF;
	padding: 0;
	margin-bottom: 7.5px;
	border: none;
}
header nav > * .box a:first-child{padding-top: 0; border-top: none;}
header nav > * .box a:last-child{padding-bottom: 0; border-bottom: none; margin-bottom: 0;}

header #faca_sua_reserva:hover{transform: none;}



#contato_nav{
    width: 165px;
    height: 35px;
    background-color: #516CB7;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 20px;
    margin-right: auto;
    text-transform: uppercase;
	margin-top: 15px;
}

.bread{height: 145px;}

.bread h1{font-size: 25px;}

.bread .way li a{font-size: 11px;}
/* - - - barra_mobile - - - */
#barra_mobile{
    width: 100%;
	height: 45px; 
	position: fixed;
	display: block;
	bottom: 0;
	text-align: center;
	z-index: 4;
    background-color: #8db260;
}

#barra_mobile > *{
    display: inline-block; 
    vertical-align: top;
	position: relative;
    box-sizing: border-box; 
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(100% / 5); 
    height: 45px;
}
#barra_mobile #menu_mobile{background-color: #111;}

#barra_mobile #menu_mobile span{top: 50%; left: 50%; width: 22px; position: absolute; transition: all .3s ease-in-out;}
#barra_mobile #menu_mobile span:before,#barra_mobile #menu_mobile span:after{content: ""; width: 100%; display: block; position: absolute; left: 0; transition: all .3s ease-in-out;}

#barra_mobile #menu_mobile.open span{height: 20px; margin: -2px 0 0 -11px;}
#barra_mobile #menu_mobile.open span:before,#barra_mobile #menu_mobile.open span:after{background-color: #fff; width: 100%; height: 3px;}
#barra_mobile #menu_mobile.open span:before{top: -4px; transform: translateY(200%) rotate(-45deg);}
#barra_mobile #menu_mobile.open span:after{top: -4px; transform: translateY(200%) rotate(45deg);}

#barra_mobile #menu_mobile.closed span{margin: -1.5px 0 0 -11px;}
#barra_mobile #menu_mobile.closed span,#barra_mobile #menu_mobile.closed span:before,#barra_mobile #menu_mobile.closed span:after{    
	background-color: #fff;
    border-radius: 10px;
    height: 3px;	
}
#barra_mobile #menu_mobile.closed span:before{top: -9px;}
#barra_mobile #menu_mobile.closed span:after{bottom: -9px;}

#barra_mobile > *:after{content: ""; display: block; position: absolute; right: 0; top: 50%; margin-top: -10px; width: 1px; height: 20px; background-color: #000;}	
#barra_mobile > *:nth-last-child(-n+2):after{content: none;}	
#barra_mobile > * img{height: 25px; width: auto; margin: 10px 0;}	
/* - - - barra_mobile - - - */

/* - - - unidades - - - */
.unidades{
    width: 100vw; 
    position: fixed; 
    bottom: 0;
    display: flex !important;
    flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	left: 0;
    overflow: hidden;
    box-sizing: border-box; 
    background-color: #707070; 
    transition: 0.3s;
    text-align: center;
    z-index: 3;
}
.unidades > *{margin: 0;}
.unidades .titulo{color: #000; font-size: 16px; text-transform: uppercase; font-weight: bold; width: 100%;}
.unidades a{color: #fff; font-size: 16px; text-transform: uppercase; font-weight: bold; border-radius: 10px; width: 135px; height: 35px; line-height: 35px; position: relative; margin: 0 0 5px; background-color: #000;}

.unidades#sub1{width: 16.6%; flex-direction: column; background: #000;}
.unidades#sub1 a{width: 35px; height: 35px; box-sizing: border-box; padding: 12.5%; border-radius: 30px; background-color: #707070;}
.unidades#sub1 a img{width: auto; height: 100%; filter: brightness(0) invert(1);}
/* - - - unidades - - - */

/* - - - - HEADER - - - - */


/* - - - - FOOTER - - - - */
/* - - - - FOOTER - - - - */
/* - - - - NEWSLETTER - - - - */
.newsletter{height: auto; background: none;z-index: 0;}
.newsletter form.central{height: auto;}

.newsletter form.central > *{height: 40px; font-size: 12px;}

.newsletter form.central p{line-height: normal; height: auto; padding: 15px 5%; width: 100%; background-color: #8db260; border-bottom: 1px #8db260 solid;}
.newsletter form.central p img{height: 17px; margin-right: 10px; display: none;}

.newsletter form.central input{width: 70%; padding: 0 15px;background-color: #260001;}
.newsletter form.central button{width: 30%; font-size: 10px;}
/* - - - - NEWSLETTER - - - - */
footer{margin-bottom: 44px; z-index: 0;}

footer:before{display: none;}
footer:after{height: 40px; background-color: #8db260;}


/* - - - Footer - content_footer - - - */
footer .content_footer{padding:0px;}

/* - content_footer - li - */
footer .content_footer li{width: 100%; margin: 0 auto 15px; padding: 0 0 15px; border-right: 1px none; border-bottom: 1px #8db260 solid; text-align: center;}
footer .content_footer li:last-child{padding: 0; border: 0;}
footer .content_footer li > *:not(.title_footer){font-size: 12px;}

/* logo */
footer .content_footer li .logo{width: 130px; margin: 0 auto 15px;}
/* logo */

/* title_footer */
footer .content_footer li .title_footer{font-size: 14px; margin: 0 auto 10px;}

footer .content_footer li .title_footer:before{width: 200px; left: 50%; margin-left: -100px;}
footer .content_footer li .title_footer:after{width: 40px; left: 50%; margin-left: -20px;}
/* title_footer */

/* footer - block */
footer .content_footer li .block{margin-bottom: 15px;}
/* header - block */

footer .content_footer li .descricao{font-size: 13px; font-weight: 400; margin-bottom: 10px;}
/* - content_footer - li - */

/* - - - Footer - content_footer - - - */


/* - - - Footer - info_footer - - - */
footer .info_footer{
	justify-content: flex-start;
	align-items: flex-start;
	height: auto;
	box-sizing: border-box;
	padding: 15px 5%;
    background-color: #8db260;
}

/* - - li - - */
footer .info_footer li{width: 100%; height: auto; margin: 0 auto 20px; justify-content: flex-end; align-items: flex-start; flex-direction: column; text-align: center;}
footer .info_footer li > *:last-child{margin: 0 auto;}

footer .info_footer li img{margin-right: auto; height: 35px; width: auto; margin-bottom: 7.5px;}
footer .info_footer li p{font-size: 14px;}
footer .info_footer li .titulo{margin-right: auto; font-size: 16px; margin-bottom: 5px;}
footer .info_footer li .titulo b{font-size: 16px; display: inline-block; vertical-align: top; color: #4A6B4A;}
/* - - li - - */

/* - - - Footer - info_footer - - - */

/* - - - Footer - block.redes_footer - - - */
footer .redes_footer{height: auto; justify-content: center; align-content: flex-start; text-align: center; box-sizing: border-box; padding: 20px 0; margin-bottom: 10px;}

footer .redes_footer .titulo{font-size: 15px; margin-bottom: 10px;}

footer .redes_footer .link{height: 25px;}
/* - - - Footer - block.redes_footer - - - */

/* - - Footer - assinatura - - */
footer .direitos{display: none;}

footer .assinatura{height: 40px;}
footer .assinatura > *{height: 40px; line-height: 40px;}
footer .logo_class{width: 100%; background-size: 70px;}
/* - - Footer - assinatura - - */
/* - - - - FOOTER - - - - */
/* - - - - FOOTER - - - - */

/* - - - - - TEMPLATE - - - - - */

.bread h1{font-size:30px;}
/* - - - - - INDEX - - - - - */

header #logo{
	left: 50%;
	transform: translateX(-50%);
	background-position: center center;
}

header #faca_sua_reserva{
	height: 15px;
	line-height: 15px;
	margin-top: 10px;
	background: #39ff14;
    box-shadow: 0 0 10px #39ff14, 0 0 20px #39ff14;
	background-image: none;
	color: #000!important;
}
/* - - - - BANNER - - - - */
#banner, #banner li, #banner li img{height: 700px;}

#banner{margin-top: 100px;}

#banner li img{
	width: 1000px;
	margin-left: auto;
	left: auto;
}
#banner section{
    width: 70%;
    background-size: contain;
    height: 108px;
    bottom: -1px;
    background-position: center bottom;
}

#banner section p:first-of-type {
    position: absolute;
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    bottom: 8px;
    left: 20px;
}

#banner section p:last-of-type {
    color: #ACCE7F;
    font-size: 19px;
    letter-spacing: 3px;
    position: absolute;
    right: 25px;
    bottom: 5px;
}

#banner section p:first-of-type span, #banner section p:last-of-type span{font-size: 14px;}

/* - - - - BANNER - - - - */

/* - - - - - INDEX - - - - - */	

#suites{margin-bottom: 50px!important;}

#suites .owl-dots{
	position: relative!important;
	margin-left: auto;
	top: auto;
	left: auto;
	margin-top: 15px;
}

#suites .owl-dot{
	width: 40px;
	height:40px;
}

#suites,#suites-carousel{height: auto;}

#container{
	flex-wrap: wrap;
	height: auto;
}

#info_suites{
	padding-left: 0px;
	width: 100%;
	text-align: center;
}

#suites img{
	width: 90%;
	height: 350px;
}

#suite_titulo, #info_suites a{
	position: relative;
	right: auto;
}

#suite_titulo{margin: 50px auto;margin-bottom: 30px}

#info_suites a{margin-top: auto;margin-bottom: 30px}

#info_suites hr{width: 100%;}

#info_suites h1{
	padding-top: 65px;
	padding-left: 0px;
}

#sobre{
	margin: 70px auto;
	text-align: center;
	left: auto;
	transform: none;
	height: 350px;
}

#sobre_bg{
	box-sizing: border-box;
	background: url(../../imagens/bg-sobre-home.png) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
	height: 575px
		
}


#sobre p{
	width: 90%;
	margin-top: 40px;
	font-size: 14px;
}

#sobre h2 {
    width: 90%;
    margin: -27px auto auto;
	line-height: 50px;
	height: 50px;
	font-size: 15px;
}

#sobre img{display: none;}

#sobre a{
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

#sobre a:hover{transform: scale(1);}

#info_suites ul{margin-left: auto;}

#info_suites ul li{margin: auto;}

#mapa{height: 520px;}

#mapa section div{
	display: block;
	text-align: center;
}

#mapa section div p:first-of-type{
	display: inline-flex;
    font-size: 20px;
    align-items: center;
	margin: 30px auto 15px auto;
}


#mapa section div p:last-of-type br{display: block;}

/* - - - - - INDEX - - - - - */

/* - - - - - Sobre - - - - - */
#sobre_pagina{
	flex-wrap: wrap;
	text-align: center;
	margin: auto auto 45px auto;
	background: none;
	background-color: #344421;
	height: auto;
}

#sobre_pagina ul{flex-wrap: wrap;}

#sobre_pagina ul li{
	width: 95%;
	margin-bottom: 40px;
	font-size: 13px;
}

#sobre_pagina ul li i{font-size: 35px;}

#sobre_pagina img{
	width: 95%;
	height: 300px;
	margin-left: auto;
	border-radius: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
	margin-bottom: 40px;
}
#sobre_pagina section{
	width: 95%;
	margin: 35px auto auto;
	left: auto;
	position: relative;
	margin-left: auto;
	top: auto;
}

#sobre_pagina .texto{
	font-size: 13px;
	line-height: 25px;
	text-align: center;
}

#sobre_pagina .texto span{font-size: 26px;}

#cortesias{flex-wrap: wrap;}

#cortesias section{
	width: 95%;
	margin: auto auto 90px;
	display: block;
}

#cortesias ul{
	width: 95%;
	margin: auto;
	display:block;
}

#cortesias ul li{
	width: 100%;
	margin-bottom: 85px;
	text-align: center;
}

#cortesias section p:first-of-type{
	font-size: 45px;
	text-align: center;
}

#cortesias section p:last-of-type{
	width: 100%;
	margin-left: auto;
	font-size: 15px;
	text-align: center;
	margin-top: 25px;
}

#image_cortesias{
	width: 50px;
	height: 50px;
}

#image_cortesias img{
	width: 25px;
	height: 25px;
}

#cortesias ul li div p:first-of-type{font-size: 20px;}

#cortesias > ul > li > div > p:nth-child(2){font-size: 13px;text-align: center;}

#galeria{margin-top: 40px;}

#galeria h2{
	font-size: 24px;
	margin-bottom: 35px;
}

#galeria ul li{
	height: 320px;
	width: 95%;
	margin-right: auto;
	
}

#galeria .owl-dot{
	width: 7px;
	height: 7px;
}

#depoimentos{
	border-radius: 0px;
	height: 350px;
	margin: 40px auto 50px!important;
}

#depoimentos ul{
	padding-top: 110px;
}

#depoimentos .title{
	font-size: 26px;
	margin-top: 20px;
}

#depoimentos ul li p:first-of-type{font-size: 14px;}
/* - - - - - Sobre - - - - - */

/* - - - - - Suites Lista - - - - - */
#suites_lista ul li{
	flex-wrap: wrap;
	height: auto;
	width: 95%;
}

#suites_lista ul li img{
	width: 100%;
	height: 200px;
}

#suites_lista li section:first-of-type p{
	margin: -25px auto auto auto;	
}

#suites_lista section{width: 100%!important;}

#suites_lista li section:last-of-type::before{display: none;}

#suites_lista li section ol{
	margin-top: 45px;
	width: 95%;
}

#suites_lista li section ol li{margin: auto auto 20px;}

#suites_lista section:first-of-type{
	padding: 0px;
	text-align:center;
}

#suites_lista li section:last-of-type p{
	font-size: 18px;
	margin-top: 15px;
}

#suites_lista li section:last-of-type p span{font-size: 40px;}
/* - - - - - Suites Lista - - - - - */

/* - - - - - Suites Inside - - - - - */
#suite_inside{
	flex-wrap: wrap;
	height: auto;
	margin: 60px auto;
}

#suite_inside ul, #suite_inside section{
	width: 95%;
	text-align: center;
}

#suite_inside ul, #suite_inside ul img{height: 350px;}

#suite_inside section{
	height: auto;
	padding: 0px;
	margin-top: 20px;
}

#suite_inside section h1{
	font-size: 20px;
	margin: 25px auto;
}

#suite_inside section #desc{font-size: 15px;}

#sobre{
	width: 95%;
	position: relative;
}

#sobre ul{
	display: flex;
	flex-wrap: wrap;
	column-count: auto;
	width: 100%;
	padding-top: 45px;
}

#sobre ul li{
	width: 100%;
	margin-bottom: 20px;
}

.sobre_inside{height: 345px!important;}

#suite_nome{font-size: 25px;}

#suite_inside section h1{font-size: 17px;}

#suite_inside section #desc{font-size: 13px;}

#suite_inside section ol p:first-of-type{
	width: 50px;
	height: 50px;
}

#suite_inside section ol p img{width: 25px;}

#suite_inside section ol p:last-of-type{font-size: 13px;}

#suite_inside section ol li{margin: auto auto 15px auto;}
/* - - - - - Suites Inside - - - - - */

#fale_conosco{
	margin: 50px auto;
	flex-wrap: wrap;
}

#fale_conosco form{
	width: 90%;
	margin-right: auto!important;
}

#fale_conosco form input{width: 100%!important;}

#fale_conosco form button{right: auto;}

#fale_conosco section{
	margin: auto;
	width: 95%;
}

#fale_conosco section p{
	width: 95%;
	margin: auto;
	text-align: center;
}

#cards_cortesia{margin: -10px auto 40px auto;}

#cards_cortesia #card::before{display: none;}

#cards_cortesia ul{flex-wrap: wrap;}

#cards_cortesia #card{width: 95%; margin-bottom: 20px;}


#card ol li{font-size: 15px;}

#card section div{height: 110px;}

#card h2{font-size: 20px;}

#card section div p{font-size: 14px;}

#card ol{
	height: 370px;
	margin: 30px auto;
}

#card a{
	font-size: 13px;
	width: 115px;
}

#cortesias ul li{
	flex-direction: column;
	text-align: center;
}

#cortesias ul li div{width: 100%;}

#cortesias ul li div p:first-of-type{margin: 20px;text-align: center;}

#cortesias section p:first-of-type, #cortesias section p:first-of-type span{font-size: 30px;text-align: center;}

#cortesias section p:first-of-type br{display: none;}

#image_cortesias {
    width: 62px;
    height: 62px;
}

#image_cortesias img {
    width: 44px;
    height: 30px;
}

#mapa section div p:last-of-type{font-size: 15px;}

#suite_recomendacao ul li a p{font-size: 16px;}

.popup{
	max-height: none;
	height: 80%;
}

.popup img{
	width: 90%;
	height: 90%;
	object-fit: cover;
}