body {
	background: #eae7e2;
	color: #3f3c37;
	font-family: 'Taviraj', serif;
	font-size: 16px;
	letter-spacing: 1px;
	overflow-x: hidden;
}
.btn-brown {
	background-color: #3F3C37;
	color: #d1b18d;
	transition: 300ms;
}
.btn-brown:hover {
	background-color: #d1b18d;
	color: #3F3C37;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.mart-10 {
	margin-top: 10px;
}
.mart-50 {
	margin-top: 50px;
}
.marb-50 {
	margin-bottom: 50px;
}
.mt-0 {
	margin-top: 0em!important;
}
.mt-1 {
	margin-top: 1em!important;
}
.mt-2 {
	margin-top: 1.5em!important;
}
.mt-3 {
	margin-top: 2em!important;
}
.mt-4 {
	margin-top: 3em!important;
}
.mt-5 {
	margin-top: 4em!important;
}
.mb-0 {
	margin-bottom: 0em!important;
}
.mb-1 {
	margin-bottom: 1em!important;
}
.mb-2 {
	margin-bottom: 1.5em!important;
}
.mb-3 {
	margin-bottom: 2em!important;
}
.mb-4 {
	margin-bottom: 3em!important;
}
.mb-5 {
	margin-bottom: 4em!important;
}
#thank-bar {
    padding: 35px 0px;
}
.legal-promo {
	padding: 1em 0;
}
@media (max-width: 767px){
	.legal-promo {
		text-align: center;
	}
	.promo-xs {
		max-width: 400px;
	}
}
.full {
	width: 100%;
	height: auto;
}
.blanco {
	color: #fff;
}
.light {
	color: #d1b18d;
}
.light:hover {
	color: #fff;
}
.dark {
	color: #3F3C37;
}
/*Nav*/
.head-menu {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 9;
}
.menu-item {
	font-size: 17px;
	margin-top: 20px;
}
.menu-item2 {
	text-align: right;
	cursor: pointer;
	font-size: 17px;
}
.header-menu {
	float: left;
	width: 100%;
	padding: 40px 20px 80px;
	color: #d1b18d;
}
.nav-menu {
	float: left;
	width: 100%;
	padding: 20px;
	background: rgba(255,255,255,.5);
	color: #d1b18d;
	position: fixed;
	top: 0;
	z-index: 8;
}
.menu-title {
	color: #d1b18d;
	text-transform: uppercase;
	text-align: right;
	font-size: 30px;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 3px;
	border: none;
	text-decoration-line: none;
	position: absolute;
	width: 100%;
}
.cerrar {
	width: 30px;
	height: auto;
	margin-left: 10px;
}
/*swiper*/
.swiper-wrapper {
	height: auto;
}
.swiper-container {
	width: 100%;
	height: 100%;
	background: #3f3c37;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #3f3c37;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	opacity: .2;
	transition: .5s;
}
.swiper-slide-active {
	opacity: 1;
	transition: .5s;
}
.append-buttons {
	text-align: center;
	margin-top: 20px;
}
.append-buttons a {
	display: inline-block;
	border: 1px solid #007aff;
	color: #007aff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 13px;
}
.swiper-button-next, .swiper-button-prev {
	top: 120px;
	width: 26%;
	height: 840px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	position: relative;
	bottom: -13px;
	transition: .3s;
}
.swiper-pagination-bullet-active::after {
	content: url('../images/icon-select.png');
	position: relative;
	top: -20px;
	left: 0;
	transition: .3s;
}
.swiper-pagination-bullet {
	border-radius: 0;
	background: #fff;
	width: 25px;
	height: 2px;
	margin: 0px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: auto;
	top: 140px;
}
/*footer*/
.right {
	float: right;
}
.foot-item {
	padding: 0px 8px;
}
.foot-item2 {
	float: left;
}
.redes {
	padding: 0px 6px;
	opacity: 1;
	transition: .2s;
	cursor: pointer;
	margin-right: 10px;
	width: 30px;
}
.redes:hover {
	opacity: .5;
	transition: .2s;
}
.foot-redes {
	background-color: #676057;
	padding: 20px 0px 40px;
	width: 100%;
	float: left;
	border-top: 5px solid #3F3C37;
}
.title-red {
	text-transform: uppercase;
	color: #d1b18d;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
.footer {
	width: 100%;
	float: left;
	background: #3F3C37;
	color: #d1b18d;
	padding: 10px 0px;
	font-size: 12px;
}
/*animate*/
.box {
	width: 826.667px;
	height: auto;
}
.transform {
	margin-right: 0px !important;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	border-top: 10px solid #676057;
	border-bottom: 10px solid #676057;
}
.transform-active {
	width: 100% !important;
	margin-top: -182px;
	margin-left: -25%;
	opacity: 1;
	border-top: none;
	border-bottom: none;
}
.atransform {
	margin-right: 0px !important;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	border-top: 10px solid #676057;
	border-bottom: 10px solid #676057;
}
.atransform-active {
	width: 100% !important;
	margin-top: -182px;
	margin-left: -25%;
	border-top: none;
	border-bottom: none;
}
.btransform {
	margin-right: 0px !important;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	border-top: 10px solid #676057;
	border-bottom: 10px solid #676057;
}
.btransform-active {
	width: 100% !important;
	margin-top: -182px;
	margin-left: -25%;
	opacity: 1;
	border-top: none;
	border-bottom: none;
}
.ctransform {
	margin-right: 0px !important;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	border-top: 10px solid #676057;
	border-bottom: 10px solid #676057;
}
.ctransform-active {
	width: 100% !important;
	margin-top: -182px;
	margin-left: -25%;
	opacity: 1;
	border-top: none;
	border-bottom: none;
}
.dtransform {
	margin-right: 0px !important;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	border-top: 10px solid #676057;
	border-bottom: 10px solid #676057;
}
.dtransform-active {
	width: 100% !important;
	margin-top: -182px;
	margin-left: -25%;
	opacity: 1;
	border-top: none;
	border-bottom: none;
}
/*home*/
.secction-home {
	padding: 60px 0px;
	width: 100%;
	float: left;
}
.title-home {
	color: #a97f52;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 17px;
	text-transform: uppercase;
	font-size: 45px;
	margin: 5px auto;
	z-index: 2;
}
.linev {
	width: 2px;
	height: 100px;
	float: left;
	background: #a97f52;
}
.linev150 {
	width: 2px;
	height: 150px;
	float: left;
	background: #a97f52;
}
.bienvenidop {
	line-height: 33px;
	text-align: center;
}
.bg-home {
	width: 100%;
	float: left;
	background-image: url(../images/peninsula-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 700px;
}
.title-img {
	width: 250px;
	height: auto;
	margin-bottom: 90px;
}
.cuadro-home {
	background: #676057;
	color: #fff;
	padding: 40px;
	margin-top: 60px;
}
.bg-home2 {
	background: url(../images/bahia-puerto-marques.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.title-home2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 55px;
	font-weight: lighter;
	letter-spacing: 3px;
}
.privilegio {
	margin-top: 40px;
}
.img-cena {
	margin-top: 50px;
	margin-bottom: -310px;
}
.flor {
	width: 50px;
	height: auto;
	margin: 20px auto;
	text-align: center;
}
.cuadro-home2 {
	-webkit-box-shadow: inset 0px 0px 23px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 0px 23px 0px rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 23px 0px rgba(0,0,0,0.6);
	background-image: url(../images/bg-floral.svg);
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	padding: 260px 0px 40px;
}
.flecha {
	width: 30px;
	height: auto;
	margin-right: 10px;
}
.mart-cocina {
	margin-top: 40px;
}
.nav-mov {
	background: #3F3C37;
	width: 100%;
	float: left;
	height: 100%;
}
.menu-mov {
	width: 100%;
	padding: 20px;
	color: #d1b18d;
	float: left;
	border-bottom: 1px solid #d1b18d;
	transition: .3s;
}
.menu-mov:hover {
	color: #3F3C37;
	background-color: #d1b18d;
	border-bottom: 1px solid #d1b18d;
	transition: .3s;
}
.btn-reserva {
	margin: 0 auto;
	border-radius: 50px;
	color: #d1b18d;
	text-transform: uppercase;
	font-size: 22px;
	background-color: #3F3C37;
	border: 1px solid #3F3C37;
	padding: 10px 30px;
	text-align: center;
	transition: .3s;
	display: inline-block;
}
.btn-reserva:hover,.btn-reserva:active, .btn-reserva:focus {
	color: #3F3C37;
	background-color: #d1b18d;
	transition: .3s;
	text-decoration: none;
}
/*chef*/
.bg-chef {
	width: 100%;
	float: left;
	background-image: url(../images/flor-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 700px;
	background-attachment: fixed;
}
.parallax-chef {
	height: 450px;
	width: 100%;
	float: left;
	text-align: center;
}
.txt-chef {
	color: #fff;
	background: #3F3C37;
	padding: 10px 20px;
	letter-spacing: 8px;
	font-size: 22px;
	font-weight: 100;
	text-transform: uppercase;
}
.icon-chef {
	width: 150px;
	height: auto;
	margin: 20px auto;
}
.crt-parallaxvideo video{ 
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	z-index: -100;
}
.plax.ccparallax {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;
}
.plax.content {
	background: #eae7e2;
	float: left;
	width: 100%;
}
.crt-parallaxvideo {
	float: left;
	text-align: left;
	width: 100%;
	height: 400px;
	padding-top: 150px;
}
.cuadro-chef {
	background: #3F3C37;
	color: #fff;
	padding: 40px;
	text-align: center;
	margin-top: -80px;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 100;
	margin-bottom: 50px;
}
/*cocina*/
.cuado-cocina {
	background: #3F3C37;
	width: 100%;
	height: auto;
	float: left;
}
.subtitle-home {
	color: #a97f52;
	text-align: center;
	letter-spacing: 14px;
	text-transform: uppercase;
	font-size: 30px;
	margin: 20px auto 10px;
}
.subtitle-home2 {
	color: #a97f52;
	letter-spacing: 14px;
	text-transform: uppercase;
	font-size: 30px;
	margin: 20px auto 10px;
	text-align: left;
	padding-left: 20px;
}
.txt-carne {
	background: #EAE7E2;
	border-right: 2px solid #B7814F;
	border-left: 2px solid #B7814F;
	padding: 5px 20px;
	text-align: justify;
}
.bg-cocina {
	width: 100%;
	float: left;
	background-image: url(../images/pez-espada.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 900px;
	background-attachment: fixed;
}
.bg-cocina2 {
	width: 100%;
	float: left;
	background-image: url(../images/pleca-floral.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-attachment: fixed;
}
.bg-cocina3 {
	width: 100%;
	float: left;
	background-image: url(../images/lineas-cafe.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.bg-cocina4 {
	width: 100%;
	float: left;
	background-image: url(../images/mariposa-vector.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 900px;
	background-attachment: fixed;
}
.flor {
	width: 50px;
	opacity: .4;
	height: auto;
	margin: 20px auto 50px;
	text-align: center;
}
/*Menu*/
.secction-menu {
	padding: 80px 0px 0px;
	float: left;
	width: 100%;
}
.secction-menu2 {
	padding: 60px 0px 0px;
	float: left;
	width: 100%;
}
.title-menu1 {
	color: #a97f52;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 45px;
	margin: 5px auto;
}
.entradas-txt{
	padding-left: 50px;
}
.title-menu {
	color: #fff;
	text-transform: uppercase;
	background-color: #a97f52;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	font-size: 25px;
	margin-bottom: 60px;
	font-weight: 100;
}
.jaguar {
	position: fixed;
	top: 10%;
	z-index: 0;
	width: 890px;
	height: auto;
	float: left;
	left: 33%;
	text-align: center;
}
.pez {
	width: 90px;
	height: auto;
	margin: 0px 10px;
}
.desc-menu {
	line-height: 1.5rem;
	font-size: 14px;
}
.subtitle-menu {
	color: #a97f52;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 0;
	letter-spacing: 0px;
}
.subtitle-menu2 {
	color: #a97f52;
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 0;
	letter-spacing: 0px;
}
.subtitle-menu3 {
	color: #a97f52;
	text-transform: uppercase;
	font-size: 16px;
	margin: 50px auto 10px;
	padding-left: 0;
	letter-spacing: 0px;
}
/*.subtitle-menu::after {
	content: "-";
	float: left;
	position: absolute;
	left: -2px;
	top: 0px;
	width: 10px;
	height: auto;
	letter-spacing: -3px;
}*/
/*.subtitle-menu2::after {
	content: "-";
	float: left;
	position: absolute;
	left: -2px;
	top: 0px;
	width: 10px;
	height: auto;
	letter-spacing: -3px;
}*/
/*.subtitle-menu3::after {
	content: "";
	float: left;
	position: absolute;
	top: -70px;
	width: 2px;
	height: 60px;
	letter-spacing: -3px;
	text-align: center;
	left: 50%;
	background: #A97F52;
}*/
.precio {
	color: #a97f52;
	border: 1px solid #a97f52;
	border-radius: 0;
	text-align: center;
	padding: 10px 20px;
	background: transparent;
	font-weight: 700;
}
.parallax-menu {
	height: 450px;
	width: 100%;
	float: left;
	background-image: url(../images/ensalada.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: -80px;
}
.cuadro-menu {
	background: #676057;
	color: #fff;
	padding: 40px;
	font-size: 17px;
	font-weight: 100;
	display: flex;
	width: 100%;
}
.cuadro-menu2 {
	background: #676057;
	color: #fff;
	padding: 0px;
	font-size: 17px;
	font-weight: 100;
	width: 100%;
	height: 715px;
}
.parallax-menu2 {
	height: 750px;
	background: url(../images/pescados-y-mariscos.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	width: 100%;
}
.cuadro-menu3 {
	color: #676057;
	padding: 0px;
	font-size: 17px;
	font-weight: 100;
	width: 100%;
	height: 550px;
}
.parallax-menu3 {
	height: 660px;
	background: url(../images/carnes.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	width: 100%;
	background-position: right;
}
.parallax-menu4 {
	height: 450px;
	width: 100%;
	float: left;
	background-image: url(../images/postres.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: -80px;
}
.linemenu {
	width: 2px;
	height: 180px;
	float: left;
	background: #a97f52;
	margin: 40px 35px 5px 45px;
}
.mart-30 {
	margin-top: 30px;
}
.pl-40 {
	padding-left: 40px;
}
.legal-menu {
	margin: 40px 0px;
}
.caldo {
	margin-bottom: 30px;
}
/*contacto*/
.maps {
	width: 100%;
	height: 950px;
}
.icon-contacto {
	width: 20px;
	height: auto;
	margin-right: 10px;
}
/*reserva*/
.land-field {
	background: #ffffff;
	width: 100%;
	border: 3px solid #ebe7e3;
	outline: 1px solid #d7bfa9;
	padding: 15px;
}
.form {
	margin-top: 20px;
	float: left;
}
.btn-enviar {
	margin: 10px auto 20px;
	border-radius: 0;
	color: #d1b18d;
	text-transform: uppercase;
	font-size: 22px;
	background-color: #3F3C37;
	border: 1px solid #3F3C37;
	padding: 10px 30px;
	text-align: center;
	transition: .3s;
	display: inline-block;
	width: 100%;
}
.btn-enviar:hover, .btn-enviar:active, .btn-enviar:focus {
	color: #3F3C37;
	background-color: #d1b18d;
	transition: .3s;
	text-decoration: none;
}
.body-top {
	margin-top: 130px;
}
/*somos*/
.title-somos {
	color: #a97f52;
	text-align: right;
	font-weight: lighter;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 45px;
	margin: 5px auto;
	z-index: 2;
}
.parallax-somos {
	height: 450px;
	width: 100%;
	float: left;
	background-image: url(../images/edificio-grupo-autofin-mexico.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	padding: 120px 0;
	text-align: center;
}
.grupo {
	padding: 20px 0px;
	text-align: center;
	background-color: #a97f52;
	font-size: 22px;
	margin-bottom: 50px;
	color: #fff;
}
.cuadro-somos {
	background: #3F3C37;
	color: #fff;
	padding: 40px;
	text-align: center;
	margin-top: -80px;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 100;
}
.subtitle-somos {
	color: #a97f52;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 22px;
	margin: 20px auto 10px;
	text-decoration: underline;
}
.faq {
	border-bottom: 1px solid #3F3C37;
	padding-bottom: 15px;
	margin-top: 30px;
}
.legal {
	line-height: 1.2rem;
    font-size: 1.4rem;
    padding: 2rem 0px;
    text-align: justify;
}
.box-news {
	display: block;
    margin-bottom: 4em;
}
.box-news .img-news {
	border: 15px solid #a97f52;
}
.box-news .date-news {
    background-color: #3f3c38;
    color: #fff;
    padding: .5em;
    margin-bottom: .5em;
}
.box-news .title-news {
    font-size: 26px;
    text-transform: uppercase;
    color: #333;
}
.box-news .desc-news {
    font-size: 16px;
    color: #333;
}
.title-lasts {
    width: 100%;
    text-transform: uppercase;
    background-color: #071689;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    padding: .5em 2em;
}
.rounded-0 {
	border-radius: 0;
}
.bg-black {
	background-color: #000000;
}
.d-block {
	display: block;
}
.box-card {
    min-height: 250px;
    padding: 2rem;
    border: 3px solid #d1b18d;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}
.title-question {
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 1.5rem 3rem;
}
.card-question {
    padding: 1.25rem 1.5rem;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0.5rem;
    border-radius: .25rem;
}
.icon-number {
    width: 68px;
    height: 68px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 4px;
    position: absolute;
    top: -10px;
    right: -30px;
    z-index: 1;
}
.border-red {
    width: 60px;
    height: 60px;
    border: 6px solid #3F3C37;
    border-radius: 50%;
    padding: 4px;
}
.bordererd-red {
    font-weight: bold;
    width: 40px;
    height: 40px;
    border: 6px solid #d1b18d;
    border-radius: 50%;
    color: #d1b18d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.face-value {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.5);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.5);
    filter: brightness(1.8) grayscale(1) opacity(.5);
}
.badface {
    background-image: url(../images/face-bad.png);
}
.regularface {
    background-image: url(../images/face-regular.png);
}
.happyface {
    background-image: url(../images/face-happy.png);
}
.happierface {
    background-image: url(../images/face-happier.png);
}
input:active +.face-value{opacity: .9;}
input:checked +.face-value{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.face-value:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}
@media (min-width: 1351px){
	.menu-item {
	    padding-right: 3rem;
	}
}
@media (min-width: 1261px) and (max-width: 1350px){
	.menu-item {
	    padding-right: 2rem;
	}
}
@media (min-width: 1171px) and (max-width:1260px ) {
	.menu-item {
	    padding-right: 1rem;
	}
}
@media (min-width: 1120px) and (max-width:1170px ) {
	.menu-item {
		padding-right: 1rem;
	    font-size: 16px;
	    line-height: 3.5em!important;
	}
}
@media (min-width: 1070px) and (max-width:1119px ) {
	.menu-item {
		padding-right: 1rem;
	    font-size: 15px;
	    line-height: 4em!important;
	}
}
@media (min-width: 1018px) and (max-width: 1069px ) {
	.menu-item {
		padding-right: 1rem;
	    font-size: 14px;
	    line-height: 4.5em!important;
	}
}
@media (min-width: 992px) and (max-width: 1017px ) {
	.menu-item {
		padding-right: 0.8rem;
    	font-size: 13px;
    	line-height: 5em!important;
	}
}
@media (min-width: 657px) and (max-width: 991px ) {
	.menu-item {
		padding-right: 0.5rem;
    	font-size: 11px;
    	line-height: 5em!important;
	}
	.logo {
	    max-width: 70%;
	}
}
@media (min-width: 656px){
	.menu-item {
	    line-height: 3em;
	}
}
@media (max-width: 655px){
	.menu-item {
	    font-size: 14px;
	    line-height: 2em;
	}
	.menu-item2 {
		line-height: 3em;
	}
	.legal {
	    font-size: 1.2rem;
	    text-align: justify;
	}
}
.mb-5 {
	margin-bottom: 4em;
}
@media (min-width: 1200px){
	.center-vertically-lg {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}