/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@500;600;700;800&display=swap');

p{
    font-size: 100%;
    font-family: 'Century Gothic'; 
    line-height: normal;
}
h1{
    font-family: 'Rufina';
}

.img-logo{
    width: 100%;
    height: 100%;
}

.container{
    line-height: 0.2;
}

.container-logo{
  display: block;
  margin: 4% 0 0;
}

a {
  text-decoration: none;
}

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  background: #eee;
  text-align: center;
  padding: 0 2em;
}
.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 1;
    font-weight: bold;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}
.et-hero-tab:hover {
  color: white;
  background: #1f628e;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #1f628e;
  transition: left 0.3s ease;
}



/*******************************/
/********** Nosotros CSS ***********/
/*******************************/

.text-secre{
    background-color: #fff;
    width: 104%;
    margin: 5% 0 5%;
    padding: 5% 0 5%;
}

.nosotros {
    width: 100%;

}

.items{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   /* margin-bottom: 30px;*/

}
.img-index{
    width: 50%;
    height: 50%;
}

.content-img{
  display: block;
  width: 100%;
  margin: auto;
}

.text-nosotros{
    padding: 1.5%;
}

/*******************************/
/********** Empresas CSS ***********/
/*******************************/

.menu-box{
	padding: 0px 0px;
}.menu-box2{
	
}

.link-logos{
    text-decoration: none;
}
.link-lether{
    color: #000;
    letter-spacing: 0rem;
    padding: 37% 0 37% 0;
    cursor: pointer;
    
}

.food {
    position: relative;
    width: 100%;
    /*padding: 50px 0 60px 0;*/
    margin: 45px 0;
    background: #ffeeee38;
    margin-left: 18px;
}

.food .food-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 10px 10px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.51);
    transition: .3s;
}

.food .food-item:hover {
    box-shadow: none;
}

.food .food-item i {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    transition: .3s;
}

.food .food-item:hover i {
    color: #fff;
}

.food .food-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    border: 3px dotted #fff;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;
    transition: .3s;
}

.food .food-item:hover i::after {
    border: 3px dotted #fff;
    border-right: transparent;
    border-bottom: transparent;
}

.food .food-item h2 {
    font-size: 30px;
    font-weight: 700;
}

.food .food-item a {
   /* position: relative;*/
    color: #ff1919;
    font-size: 20px;

}

.food .food-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fff;
    transition: .3s;
}

.food .food-item a:hover::after {
    width: 100%;
    left: 0;
    background: #fff;
}
.img_food{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    cursor: pointer;

}

/* Layout For Smaller Screens */
.img-menu {
  display: block;
  margin: 0 auto 0 auto; /* Centred */
  width: 100%;
      -webkit-box-shadow: -10px -10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -10px -10px 5px 0px rgba(0,0,0,0.75);
box-shadow: -10px -10px 5px 0px rgba(0,0,0,0.75);
}

/* Layout For Larger Screens */
@media screen and (min-width: 80em) {
  .img-menu {
    
    width: 66.6%;
  }
 }
.body-menu{
    background-color: #00000073;
}

/*******************************/
/********** Contacto CSS ***********/
/*******************************/

.btn{
    
    background-color: #000;
    color: #fff;
}

.btn:hover{
    background-color: #fff;
    color: #000;
}

.contact-box{
    padding: 5% 0 5%;
}


/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/
.row-footer{
    text-align: -moz-center;
    text-align: center;
}


.footer-aling{
    width: 50%;
    position: inherit;
    flex: 0 0 auto;
}

.footer-area{
	padding-top: 5px;
	padding-bottom: 0px;
    
}
.bg-f{
	/*background-image: url("../images/footer-bg.jpg");FONDO DEL FOODER*/
	background-attachment: scroll;
	background-clip: initial;
	background-color: #1f628e;
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg-f::before {
  
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.8;
}

.footer-area .container{
	position: relative;
	z-index: 1;
    
}
.footer-area h3{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
    text-align: center;
font-family: 'Rufina';
}
.footer-area p{
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding-bottom: 10px;
}

.arrow-right{
	position: relative;
}
.arrow-right::before {

}


.footer-area p.lead{
	font-size: 19px;
	color: #ffffff;
	margin-bottom: 0px;
    font-family: 'Century Gothic'; 
    padding: 10px;
}
.footer-area p.lead a{
	color: #ffffff;
	margin-bottom: 15px;
}
.footer-area p.lead a:hover{
	color: #fff;
}
.footer-area p a{
	font-size: 18px;
	color: #ffffff;
}
.footer-area p a:hover{
	font-weight: bold;
}

.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.subscribe_form .submit {
    background-color: rgb(141, 171, 58);
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
	border: none;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
	background: #010101;
}

.f-social {
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 20px;
    text-align: center;
}
.f-social li a {
    font-size: 18px;
    color: rgb(18, 69, 35 );
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 38px;
	background: #ffffff;
	border-radius: 4px;
}

.copyright{
	margin-top: 20px;
	position: relative;
	display: block;
	background-color: #1f628e;
	border-top: 1px solid rgb(255, 255, 255);
	padding: 30px 0;
	z-index: 1;
}

.copyright .company-name{
	font-size: 16px;
	text-align: center;
}
.copyright .company-name a{
	font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.a_lead{
   color: rgb(208 255 77);
   /*margin-right: 70px;*/
}
.a_lead:before{
   color: rgb(208 255 77);
}
.a_lead:after{
   color: rgb(208 255 77);
}

.col-lg-3, col-md-6{
    max-width: 50%;
}



/*------------------------------------------------------------------
    Contact info
-------------------------------------------------------------------*/

.contact-imfo-box{
	background: #1f628e;
	padding: 30px 0;
	border-radius: 0px;
}

.overflow-hidden {
    overflow: hidden;
     margin-left: 70px;
}

.contact-imfo-box i{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 20px;
}
.contact-imfo-box h4 {
    margin: 0px;
    margin-top: 5px;
	color: #ffffff;
	font-size: 20px;
	padding: 0px;
	font-weight: 500;
	line-height: 24px;
}
.contact-imfo-box p {
    margin: 0px;
	color: #ffffff;
	font-weight: 300;
}

.ubication{

padding: 3%;
text-align: justify;
}
.a_ubication{
    font-size: 25px;
color: black;
}

.contenido{
    justify-content: center;
}



#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #020202;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
	font-size: 30px;
    border-radius: 17.3px;
}

/*******************************/
/********** VENTANAS EMERGENTES ***********/
/*******************************/


.window-notice {
    background: rgba(33, 41, 52, .85);
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    transition: background .6s;
}

.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}

.content-buttons {
    text-align: center;
    margin-top: 1rem;
}

.content-buttons a {
    text-decoration: none;
    display: inline-block;
    padding: 1rem;
    background-color: #0080DE;
    color: #FFF;
    text-transform: uppercase;
}

.content-buttons a:hover {
    background-color: #006AB8;
}

.content-text a {
    color: #0080DE;
    text-decoration: none;
}

.content-text a:hover {
    color: #006AB8;
    text-decoration: underline;
    text-align: justify;
}






/*******************************/
/********** VENTANAS EMERGENTES 2 POP ***********/
/*******************************/

.contenedor {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
}

.contenedor article {
	line-height: 28px;
}

.contenedor article h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedor article p {
	margin-bottom: 20px;
}

.contenedor article .btn-abrir-popup {
	padding: 0 20px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedor article .btn-abrir-popup:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
    overflow: scroll;
    
}

.overlay.active {
	visibility: visible;
    z-index: 99;
}

.popup {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px;
	text-align: center;
	width: 600px;

	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup .btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}

.popup h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup h4 {
	font-size: 26px;
	font-weight: 300;
	/*margin-bottom: 40px;*/
	opacity: 0;
}

.popup form .contenedor-inputs {
	opacity: 0;
}

.popup form .contenedor-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup form .btn-submit {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup form .btn-submit:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {	transform: scale(1); opacity: 1; }
.popup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup.active .contenedor-inputs { animation: entradaInputs 1s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}


/*****************************/
/*                           */
/*   QR APARTADO GUEST       */
/*                           */
/*****************************/

/* Header */

.text-header-guest{
  padding: 10px;  'Century Gothic';
}

.text-header-guest h1{
  color: #000;
  font-size: 230%;
  font-weight: bold;
  padding-bottom: 5px;
}

.huesped-title{
    font-family: 'Century Gothic';
}

.logo-huesped{
    /*padding: 10px;*/
    width: 70%;
    display: block;
    margin: auto;
}
@media (min-width: 800px) {
    .logo-huesped{
        width: 20%
    }
    
}


/*Viñetas*/
.text-bold{
    font-weight: bold;
}

.h3-guest{
    font-size: 100%;
    font-family: 'Century Gothic';
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

.h3-guest:hover,
.h3-guest:active {
    cursor: pointer;
    color: #fb6e14;
    transition: 0.6s;
    text-decoration: underline;
}

.description-text{
  transition: 0.6s;
    /*margin-left: 20px;*/
    color: #000;
    /*line-height: initial;*/
}

.icon-huesped{
    width: 7.5%;
}


/* Indice */

.container-index{
    /*margin: 4% 6% 15% 11%;*/
    margin: 4% 1% 15% 4%;
}

.indice-guest{
padding: 10px;    
}

/* Fooder */
.qr-footer{
    width: 100%;
    
    padding: 1em 0;
    z-index: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    transition: 0.5s;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    margin-top: 15px;
}

/*CONTENEDOR DE TODO EL TEXTO*/

.contenedor{
    background-color: #fff;
    border-radius: 15px;
    padding: 2px;
}

.cuerpo-contenedor{
    background-color: #FFF;
}
