/* BASES */
@font-face {
	font-family: Poppins-Thin;
	src: url(../font/Poppins-Thin.otf);
}
@font-face {
	font-family: Poppins-Light;
	src: url(../font/Poppins-Light.otf);
}
@font-face {
	font-family: Poppins-Medium;
	src: url(../font/Poppins-Medium.otf);
}
@font-face {
	font-family: Poppins-Regular;
	src: url(../font/Poppins-Regular.otf);
}
@font-face {
	font-family: Poppins-SemiBold;
	src: url(../font/Poppins-SemiBold.otf);
}
/* Ancho scroll */
::-webkit-scrollbar {
  width: 8px;
}
/* Pista */
::-webkit-scrollbar-track {
   background: rgba(0, 0, 0, 0.1);
}
/* Sontener */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
/* Sostener hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}
body {
	font-family: Poppins-Regular !important;
  overflow: overlay;
  user-select: none;
	/*background-color: #3380d3;*/
}
.bg-luatam-azul {
  background-color: #3380d3;
}
.bg-luatam-blanco {
  background-color: #fff;
}
.bg-luatam-verde {
  background-color: #8bce34;
}

/* Loader - Luatam */
#luatam-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#luatam-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #3380d3;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#luatam-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#luatam-loader .spinner-border {
  -webkit-animation: loader-rotate 1s linear infinite;
  animation: loader-rotate 1s linear infinite;
  position: absolute;
  left: calc(50% - 48px);
  top: calc(50% - 48px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
  }
}
@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  } 
}
@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

/* Botones Encima */
.boton-notificacion {
    position: relative;
    background: #ff8d3f;
    height:2rem;
    top:1rem;
    left: 2.5rem;
    width: 35px;
    text-align: center;
    line-height: 2rem;;
    font-size: 1rem;
    border-radius: 100%;
    color: white;
    border:1px solid #ff8d3f;
    z-index: 9;
}
.boton-notificacion:after {
  content: "1"; 
}
.boton-whatsapp-send {
  transition: 0.3s;
}
.boton-whatsapp-send:hover {
  filter: brightness(85%) contrast(100%);
  transition: 0.3s;
}
.ir-arriba{
  display:none;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
}
.ir-arriba .boton-arriba-page {
  width: 50px;
  transition: 0.3s;
}
.boton-arriba-page:hover {
  filter: brightness(75%) contrast(100%);
  transition: 0.3s;
}

/* HEADER */
.fila-hredes {
	height: 100% !important;
}
.icono-hredes {
	max-width: 42px;
	margin-right: 9px;
  margin-left: 9px;
	padding-right: 0px;
  padding-left: 0px;
  transition: 0.3s;
}
img.icono-header-luatam {
	width: 14px;
	height: 14px;
}
img.icono-header-redes {
	width: 36px;
	height: 36px;
}
img.icono-menu-small {
  margin-bottom: 4px;
  width: 25px;
  height: 25px;
}
.icono-hredes:hover {
  filter: invert(33%) sepia(58%) saturate(504%) hue-rotate(43deg) brightness(98%) contrast(90%);
  transition: 0.3s;
}

/* MENÚ */
a.link-verde-luatam {
  color: #fff;
  text-decoration: none;
    transition: 0.3s;
}
a.link-verde-luatam:hover {
  color: #8bce34;
  transition: 0.3s;
}
a.link-naranja-luatam {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.link-naranja-luatam:hover {
  color: #ff8d3f;
  transition: 0.3s;
}
hr {
  margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 2px solid rgba(255,255,255,.1);
}
.luatam-navbar-menu {
  background: #3380d3 !important;
  position: relative;
  top: 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 3;
}
.luatam-navbar-menu .navbar-brand {
  color: #fff;
}
.luatam-navbar-menu .navbar-nav > .nav-item > .nav-link:hover {
  color: #8bce34;
  transition: 0.3s; 
}
.luatam-navbar-menu .navbar-nav > .nav-item > .nav-link {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.luatam-navbar-menu .navbar-nav > .nav-item > .nav-link {
  font-size: 17px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  font-weight: 400;
  opacity: 1 !important;
  transition: 0.3s;
}
.luatam-navbar-menu .navbar-nav > .nav-item.active > a {
  color: #8bce34;
  transition: 0.3s;
  font-family: Poppins-SemiBold;
}
.luatam-navbar-menu .navbar-nav > .nav-item.active > a:hover {
  color: #79B42C;
  transition: 0.3s;
  font-family: Poppins-SemiBold;
}
.menu-icon-navbar {
  font-size: 18px;
  padding-left: 5px;
  border: none;
}
.menu-texto-navbar {
  color: #fff;
}
#enl-tienda {
  color: #8bce34;
}
#enl-tienda:hover {
  color: #fff;
}
.luatam-navbar-menu.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #3380d3 !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.luatam-navbar-menu.scrolled .nav-item.active > a {
  color: #8bce34;
  transition: 0.3s;
  font-family: Poppins-SemiBold; 
}
.luatam-navbar-menu.scrolled .nav-item.active > a:hover {
  color: #79B42C;
  transition: 0.3s;
  font-family: Poppins-SemiBold; 
}
.luatam-navbar-menu.scrolled .nav-item.cta > a {
  color: #fff !important;
  background: #eac15a;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: .5rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 6px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; 
}
.luatam-navbar-menu.scrolled .nav-item.cta > a span {
    display: inline-block;
    color: #fff !important; 
}
.luatam-navbar-menu.scrolled .nav-item.cta.cta-colored span {
  border-color: #eac15a; 
}
.luatam-navbar-menu.scrolled .navbar-toggler {
    padding-right: 15px;
    padding-left: 15px;
}
.luatam-navbar-menu.scrolled .nav-link {
  color: #000000; 
}
.luatam-navbar-menu.scrolled .nav-link.active {
    color: #eac15a !important; 
}
.luatam-navbar-menu.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; 
}
.luatam-navbar-menu.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; 
}
a.nav-link {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Elementos Body Universales*/
/* Breadcrumbs */
.orientador {
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem;
  list-style: none;
  background-color: transparent;
  font-size: 1.2rem;
}
.enlace-orientador {
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
}
.enlace-orientador:hover {
    color: #8bce34;
    transition: 0.3s;
}
.orientador-objeto.active {
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.orientador-objeto.active:hover {
    color: #8bce34;
    transition: 0.3s;
}
.orientador-objeto+.orientador-objeto {
    padding-left: .5rem;
}
.orientador-objeto+.orientador-objeto:hover::before {
    text-decoration: none;
}
.orientador-objeto+.orientador-objeto::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: ">";
}

/* Area Titulo Página */
.area-titulo {
  user-select: none;
}
.fondo-titulo-imagen {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: relative;
  background-position: center, center;
  min-height: 249px;
}
.titulo-seccion-titulo {
  width: 100%;
  text-align: center !important;
}
.titulo-texto {
  font-size: 2rem;
}
/* Colores de Textos */
.texto-verde-luatam {
  color: #8bce34;
}
.texto-azul-luatam {
  color: #3380b3;
}

/* FOOTER */
footer .text-white {
  font-size: 16px;
}
.footer-margin-luatam {
  padding-left: 20px;
  padding-right: 20px;
}
img.img-foot-logoluatam {
  width: auto;
}
img.icono-footer-luatam {
  width: 14px;
  height: 14px;
}
.fila-footer {
  height: 100% !important;
}
.dia-horario-footer {
  padding-left: 0px;
}
.text-footer-small {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
.icono-fredes {
  max-width: 42px;
  margin-right: 9px;
  margin-left: 9px;
  padding-right: 0px;
  padding-left: 0px;
  transition: 0.3s;
}
.icono-fredes:hover {
  filter: invert(33%) sepia(58%) saturate(504%) hue-rotate(43deg) brightness(98%) contrast(90%);
  transition: 0.3s;
}
img.icono-footer-redes {
  width: 36px;
  height: 36px;
}

/* RESPONSIVE LUATAM */
@media (max-width: 1199.98px) {
  /* HEADER */
	.icono-hredes {
		max-width: 50px;
		margin-right: 4px;
	    margin-left: 4px;
		padding-right: 0px;
	    padding-left: 0px;
	}
	img.icono-header-redes {
		width: 38px;
		height: 38px;
	}
  /* MENU */
  .luatam-navbar-menu .navbar-nav > .nav-item > .nav-link {
    font-size: 17px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 28px;
    padding-right: 28px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
    transition: 0.3s;
  }
  /* FOOTER */
  footer .text-white {
    font-size: 14px;
  }
  img.icono-footer-luatam {
    width: 13px;
    height: 13px;
  }
  .icono-fredes {
    max-width: 50px;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 0px;
    padding-left: 0px;
  }
  img.icono-footer-redes {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 991.98px) {
  .ir-arriba{
    display:none !important;
  }
}
@media (max-width: 991.98px) {
  /* MENU */
  .luatam-navbar-menu .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
    transition: 0.3s;
  }
  /* FOOTER */
  footer .text-white {
    font-size: 12px;
  }
  .text-telefono-footer {
    font-size: 14px !important;
  }
  img.icono-footer-luatam {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  /* MENU */
  .luatam-navbar-menu .navbar-nav > .nav-item > .nav-link {
    font-size: 13px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
    transition: 0.3s;
  }
  /* FOOTER */
  footer .text-white {
    font-size: 14px;
  }
  .text-min-grid {
    font-size: 16px !important;
  }
  img.icono-footer-luatam {
    width: 14px;
    height: 14px;
  }
  .text-telefono-footer {
    font-size: 16px !important;
  }
  .text-contact-footer {
    font-size: 14px !important;
  }
  .text-schedule-footer {
    font-size: 14px !important;
  }
  .icono-fredes {
    max-width: 25px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .text-footer-small {
    font-size: 10px;
  }
  img.icono-footer-redes {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 575.98px) {
  /* HEADER */
  .icono-hlogo {
    padding-right: 0px;
    padding-left: 8px;
  }
  img.img-logo-luatam {
    width: 80%;
  }
  .fila-hredes {
    padding-right: 8px;
    padding-left: 0px;
  }
  .icono-hredes {
    max-width: 28px;
    margin-right: 14px;
    margin-left: 14px;
  }
  img.icono-header-redes {
    width: 28px;
    height: 28px;
  }
  /* MENU */
  .navbar {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .luatam-navbar-menu .navbar-nav > .nav-item > .nav-link {
    font-size: 1rem;
    padding-left: 7px;
    padding-right: 7px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
    transition: 0.3s;
  }
  .luatam-navbar-menu.scrolled .nav-item > .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important; 
  }
  .luatam-navbar-menu.scrolled .navbar-nav {
    font-size: 1rem;
    padding-left: 17px;
    padding-right: 17px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
    transition: 0.3s;
  }
  .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }
  /* FOOTER */
  footer .text-white {
    font-size: 13px;
  }
  .text-min-grid {
    font-size: 16px !important;
  }
  img.icono-footer-luatam {
    width: 14px;
    height: 14px;
  }
  .text-telefono-footer {
    font-size: 16px !important;
  }
  .text-contact-footer {
    font-size: 14px !important;
  }
  .text-schedule-footer {
    font-size: 14px !important;
  }
  .text-footer-copyright {
    font-size: 12px !important;
  }
}
@media (max-width: 480px) {
  img.img-logo-luatam {
    width: 90%;
  }
  .icono-hredes {
    max-width: 30px;
    margin-right: 8px;
    margin-left: 8px;
  }
  img.icono-header-redes {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 320px) {
  img.img-logo-luatam {
    width: 100%;
  }
  .icono-hredes {
    max-width: 32px;
    margin-right: 6px;
    margin-left: 6px;
  }
  img.icono-header-redes {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 269px) {
  body {
    display: none;
  }
}