/**
* Template Name: Delicious - v2.1.0
* Template URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "Monserrat medium";
  src: url("./../fonts/montserrat/Montserrat-Medium.otf");
}

body {
  font-family: "Monserrat medium", sans-serif;
  color: #444444;
}

a {
  color: #244257;
}

a:hover {
  color: #244257;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Monserrat medium", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #244257;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #244257;
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 0px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.7);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}

#header .logo {
  text-align: center;
  margin-left: auto !important;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
    background: rgba(255, 255, 255, 0.7);
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #244257;
  padding: 9px 14px;
  transition: 0.3s;
  font-size: 16px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #021f50;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #433f39;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #021f50;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #244257;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #021f50;
  text-decoration: none;
}


.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(39, 37, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  z-index:1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#hero .carousel-content {
  text-align: center;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#hero .carousel-content {
  height: 100%;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 42px;
}


#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}


#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #ffb03b;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #e1ebf3;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

.texto-inicial{
  padding: 4rem;
}

.carousel-container > .row > div:first-child { 
  padding: 0rem;
}

.carousel-container > .row > div:last-child { 
  padding-left: 0;
  padding-top: 3rem;
  background: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact{
  padding: 0px !important;
  display: none;
}

#contact > .container-fluid > .row > div:first-child { 
  background-color: #e1ebf3;
  padding: 4rem;
}

#contact > .container-fluid > .row > div:last-child { 
  padding-left: 0;
  padding-top: 3rem;
}
 
.fixed-top-logo {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin-right: 50%;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.7);
}

.logo {
  padding: 1rem;
}

.contact .content-leyend {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: #fbad18;
}

.contact .content-leyend > img {
  margin: auto;
  width: 50%;
  display: block;
}

.contact .content-leyend > p {
  margin-top: 3rem;
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1220px) {
  .contact .content-leyend > p {
    font-size: 16px;
  }

  .contact .content-leyend > img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .contact .content-leyend {
    display: block;
  } 

  .contact .content-leyend > img {
    display: none;
  }

  .contact .content-leyend > p {
    margin: 1.5rem;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: bold;
  }

  .contact .content-form {
    padding-right: 0 !important;
  }
}

.contact .content-form {
  padding-left: 0;
  padding-right: 3rem;
}

.contact .content-form > form{
  padding-left: 1rem;
  margin-right: 1rem;
}

.contact h2 {
  font-size: 33px;
  color: #244257;
  text-align: center;
  font-weight: bold;
}

.contact .email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .email-form .form-group {
  padding-bottom: 8px;
}

.contact .email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .sent-message {
  display: none;
  color: #fff;
  background: #244257;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #244257;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .email-form input, .contact .email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .email-form input {
  height: 44px;
}

.contact .email-form textarea {
  padding: 10px 12px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group textarea.form-control {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:2px solid #244257;
}


.contact .email-form button[type="submit"] {
  background: #fbad18;
  border: 0;
  padding: 10px 14px;
  color: #244257;
  letter-spacing: 2px;
  transition: 0.4s;
}

.contact .email-form button[type="submit"]:hover {
  background: #ffa012;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*contacto*/
.contacto  > .row > div:first-child { 
  padding: 0;
}

.contacto  > .row > div:last-child { 
  padding-left: 0;
}
 
.formulario-content {
  padding-top: 0 !important;
 
}
.formulario-content h2{
  padding: 1rem !important;
  color: #244257 !important;
  font-size: 40px !important;
}

.contacto .content-leyend {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: #fbad18;
}

.contacto .content-leyend > p {
  margin-top: 3rem;
  font-size: 20px;
  color: #000 !important;
  text-align: center;
}

.content-leyend-p{
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

.content-map {
  margin-top: 1rem;
}
.contacto .content-form > form{
  padding: 1rem;
  padding-top: 1rem;
}
.contacto h2 {
  font-size: 33px;
  color: #244257;
  text-align: center;
  font-weight: bold;
}

.contacto .email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contacto .email-form .form-group {
  padding-bottom: 0px;
  margin-bottom: 0.2rem !important;
}

.contacto .email-form .validate {
  display: none;
  color: red;
  font-weight: 400;
  font-size: 12px;
}

.contacto .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contacto .email-form .sent-message {
  display: none;
  color: #fff;
  background: #244257;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contacto .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contacto .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #244257;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contacto .email-form input, .contact .email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contacto .email-form input {
  height: 44px;
}

.contacto .email-form textarea {
  padding: 10px 12px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group textarea.form-control {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:2px solid #244257;
}


.contacto .email-form button[type="submit"] {
  background: #fbad18;
  border: 0;
  padding: 10px 14px;
  color: #244257;
  letter-spacing: 2px;
  transition: 0.4s;
}

.contacto .email-form button[type="submit"]:hover {
  background: #ffa012;
}
/*MAPA*/

.info-map{
  text-align: left !important;
  margin-top: 2rem;
  margin-left: 3rem;
  margin-bottom: 3rem;
  color: #244257 !important;
}

.info-map a {
  color: #6fa0c3;
}

.info-map .sucursal {
  color: #244257;
  font-weight: bold;
}

.info-map .telefono {
  margin-bottom: 1rem;
}

.info-map .telefono span > dd{
  margin-bottom: 0rem;
  margin-left: 1.8rem;
}

.info-map .telefono span > dd.celular{
  margin-bottom: 0rem;
  margin-left: 4rem;
}
#header {
  display: none !important;
}

.map svg {
  max-width: 100%;
  height: auto;
}

.map-panama svg {
  max-width: 57% !important;
}

.panama-text {
  text-align: right;
  font-size: 22px;
  margin-top: 1%;
  letter-spacing: 1px;
}

.marcas-content{
  background-color: white;
  padding: 0;
}
#owl-demo{
  align-items: center;
  height: 140px;
  position: absolute;
  background-color: white;
}
#owl-demo .item{
  margin-top: 5px;
  text-align: center;
  height: auto;
}
#owl-demo .item img{
  display: inline-block;
  max-width: 70%;
  height: auto;
}
.mt-4-5{
  margin-top: 2.5rem;
}
@media (max-width: 1366px) {
  .map svg {
    max-width: 80% !important;
  }
  #hero h2 {
    font-size: 28px;
  }
  .formulario-content h2 {
    font-size: 25px !important;
    margin-bottom: 0rem !important;
  }
  .logo {
    padding: 0.5rem;
  }
  .info-map {
    text-align: left !important;
    margin-top: 0rem;
    margin-left: 1rem;
    margin-bottom: 0rem;
    font-size: 12px !important;
}
.info-map p {
    margin-bottom: 0.5rem !important;
}
.content-map {
  margin-top: 0.5rem;
}
.contacto .content-form > form{
  padding: 0.5rem;
  padding-top: 0.2rem !important;
}

.contacto .email-form .form-group {
   padding-bottom: 0px !important; 
}

.form-group {
  margin-bottom: 0rem !important;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group textarea.form-control {
  font-size:12px;
  padding:0px 10px 5px 5px !important;
}

.img-fluid {
  max-width: 170px;
  height: auto;
}

.contacto .email-form .validate {
  font-size: 8px;
}

.contacto .email-form button[type="submit"] {
  padding: 5px 10px;
}

.map-panama svg {
  max-width: 45% !important;
}

.panama-text {
  text-align: right;
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 1px;
}

#owl-demo{
  align-items: center;
  height: 115px;
  position: absolute;
  background-color: white;
}
#owl-demo .item{
  margin-top: 5px;
  text-align: center;
  height: auto;
}
#owl-demo .item img{
  display: inline-block;
  max-width: 70%;
  height: auto;
}
.mt-4-5{
  margin-top: 2rem;
}

}

@media (max-width: 1024px) {
  .formulario-content {
    display: none;
  }

  .logo-max {
    display: none;
  }

  #header {
    display: inline !important;
  }

  .contact {
    display: inline;
  }
  
  #owl-demo {
    align-items: center;
    height: 160px;
    position: absolute;
    background-color: white;
}

}


@media (max-width: 768px) {

  #owl-demo {
    align-items: center;
    height: 120px;
    position: absolute;
    background-color: white;
}

}

@media (max-width: 550px) {

  #owl-demo {
    align-items: center;
    height: 100px;
    position: absolute;
    background-color: white;
}

}

@media (max-width: 414px) {

  #owl-demo {
    align-items: center;
    height: 70px;
    position: absolute;
    background-color: white;
  }

  #hero h2 {
      font-size: 18px;
  }

  .texto-inicial {
      padding: 2rem;
  }

  .contact h2 {
    font-size: 20px;
  }

  .contact .content-leyend > p {
    margin: 1rem;
    font-size: 15px;
  }

}