/**
* Estilos principales del sitio web del Hotel Real Progreso
* Este archivo contiene todos los estilos personalizados del sitio
 * 
 * Secciones principales:
 * 1. Reset y estilos base
 * 2. Tipografía y elementos de texto
 * 3. Layout y estructura
 * 4. Componentes de navegación
 * 5. Secciones de contenido
 * 6. Formularios y elementos interactivos
 * 7. Componentes de galería y carruseles
 * 8. Media queries y responsividad
 */

/* Importación de fuentes */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap");

/* ===== 1. Reset y estilos base ===== */
html,
body,
div,
span,
applet,
object,
iframe,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
button,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  text-decoration: none;
  list-style: none;
}

/* Estilos base del body */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.8em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  overflow-x: hidden;
  color: #103e5b;
  background: #f7f7f7;
  line-height: 1.8em;
  /* Suavizado de fuentes (sin estándar oficial) */
  -webkit-font-smoothing: antialiased; /* Chrome/Safari/macOS */
  -moz-osx-font-smoothing: grayscale; /* Firefox/macOS */
  /* Ajuste de tamaño de texto para evitar zoom automático en móviles */
  -webkit-text-size-adjust: 100%; /* Safari iOS */
  -moz-text-size-adjust: 100%; /* Firefox */
  -ms-text-size-adjust: 100%; /* Internet Explorer / Edge antiguos */
  text-size-adjust: 100%; /* Estándar moderno */
}

/* ===== 2. Tipografía y elementos de texto ===== */
h1 {
  font-size: 34pt;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-size: 30pt;
  font-weight: 400;
  line-height: normal;
}

h3 {
  font-size: 24pt;
  font-weight: 400;
  line-height: normal;
}

h4 {
  font-size: 18pt;
  font-weight: 500;
}

h5 {
  font-size: 14pt;
  font-weight: 500;
}

h6 {
  font-size: 12pt;
  font-weight: 500;
}

p {
  font-size: 13px;
}

/* Estilos de enlaces */
a,
a:visited,
a:hover,
a:active,
a:link {
  color: inherit;
  text-decoration: none;
  outline: 0;
  /*
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  */
  transition: all 0.3s ease;
}

/* ===== 3. Layout y estructura ===== */
.space-single {
  width: 100%;
  height: 40px;
  display: block;
  clear: both;
}

.space-double {
  width: 100%;
  height: 80px;
  display: block;
  clear: both;
}

hr {
  display: block;
  clear: both;
  border-top: solid 1px #103e5b;
  margin: 40px 0 40px 0;
}

.min-left {
  margin-left: -15px;
}

.min-right {
  margin-right: -15px;
}

/* ===== 4. Componentes de navegación ===== */
/* Estilos de botones */
button {
  /*
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  */
  transition: all 0.3s ease;
}

button:hover {
  border: none;
  /*
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  */
  transition: all 0.3s ease;
}

section {
  padding: 80px 0;
}

.no-padding,
section.no-padding {
  padding: 0;
}

.content-wrapper {
  overflow-x: hidden;
}

.v-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.about-us {
  position: relative;
  width: 100%;
  height: auto;
  color: #103e5b;
}

.about-us h1,
.about-us h2,
.about-us h3,
.about-us h4,
.about-us h5,
.about-us h6 {
  color: #f0b030;
  margin-bottom: 30px;
  font-weight: bold !important;
}

.about-us h3 {
  font-size: 23pt;
  letter-spacing: 1px;
  line-height: normal;
}

.about-us p {
  color: #103e5b;
  font-size: 0.95rem;
  line-height: 2em;
  letter-spacing: 0.5px;
  margin: 20px auto;
  text-align: justify;
}

.about-us {
  color: #103e5b;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.4px;
}

.contenido {
  width: 100%;
  height: auto;
  color: #103e5b;
  background: #f7f7f7;
}

.contenido h3 {
  font-size: 20pt;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: normal;
  color: #f0b030;
  margin-bottom: 30px;
}

.contenido .separador {
  display: block;
  border-top: 2px solid #f0b030;
  width: 25%;
  margin: 10px auto 0 auto;
  text-align: center;
}

.contenido p {
  color: #103e5b;
  font-size: 0.95rem;
  line-height: 2em;
  letter-spacing: 0.5px;
  margin: 20px auto;
  text-align: center;
}

.contenido strong {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1rem;
}

.contenido a {
  display: block;
  text-decoration: none;
  text-underline-offset: 6px;
}

.contenido a:hover {
  color: #f0b030;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contenido i {
  width: 100%;
  height: 100%;
  margin: 15px auto;
  font-size: 30px;
}

.contenido span {
  text-align: center;
  display: block;
  margin: 5px auto 10px auto;
  font-size: 0.95rem;
  line-height: 2em;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  word-break: break-all;
}

.contenido iframe {
  width: 100%;
  height: 450px;
}

#habitaciones,
#servicios,
#imagenes,
#articulos,
#contacto {
  margin-top: 20px;
  margin-bottom: 20px;
}

.articulo {
  background: rgba(16, 62, 91, 0.2);
  padding: 20px !important;
  display: block;
  width: 100%;
}

.articulo .cabecera {
  font-size: 22px;
  font-weight: 500;
  color: #f7f7f7;
}

.articulo .separador {
  display: block;
  border-top: 2px solid #f0b030;
  width: 100%;
  margin: 10px auto 0 auto;
  text-align: center;
}

.articulo .descripcion {
  font-size: 16px;
  color: #f7f7f7;
  text-align: justify;
}

.articulo .enlace {
  font-size: 16px;
  color: #f7f7f7;
  width: 90%;
  text-align: left;
  font-weight: bold;
  margin: 0;
}

.articulo .enlace i {
  font-size: 20px;
  margin: 15px auto;
  vertical-align: middle;
  font-weight: bold;
  color: #f0b030;
}

.carrusel {
  background: rgba(247, 247, 247, 1);
}

.carrusel i {
  color: #103e5b;
  width: 100%;
  height: 100%;
  margin: 20px auto;
  font-size: 48px;
}

.carrusel span {
  color: #103e5b;
  text-align: center;
  display: block;
  margin: 5px auto 10px auto;
  font-size: 0.95rem;
  line-height: 2em;
  letter-spacing: 0.5px;
}

.galeria li {
  font-size: 15px !important;
  padding: 10px 20px !important;
  text-decoration: none;
  text-underline-offset: 6px;
}

.galeria li:hover {
  text-decoration: underline;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  */
  background: #0d0d0d;
}

.preloader-white {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  */
  background: #f7f7f7;
}

.mainpreloader {
  position: relative;
  animation: rotate 1s infinite linear;
  border: 3px solid #ebebeb;
  width: 40px;
  height: 40px;
  margin-right: -24px;
  border-radius: 999px;
}

.mainpreloader span {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  border-top: 3px solid #103e5b;
  top: -3px;
  left: -3px;
  border-radius: 999px;
}

@-webkit-keyframes rotate {
  0% {
    /*
    -webkit-transform: rotate(0deg);
    */
    transform: rotate(0deg);
  }

  100% {
    /*
    -webkit-transform: rotate(360deg);
    */
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.logo-preloader {
  animation: fadeimg 1s infinite linear;
}

@-webkit-keyframes fadeimg {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeimg {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.bg-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0d0d0d;
  z-index: 999;
}

.bg-preloader-white {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: 999;
}

header {
  position: fixed;
  z-index: 9999;
}

header.init {
  width: 100%;
  height: 160px;
  background: rgba(16, 62, 91, 0) !important;
  /*
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  */
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header.show {
  height: 80px;
  background: rgba(247, 247, 247, 1) !important;
  box-shadow: 5px 5px 2px rgba(23, 36, 52, 0.05);
  /*
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  */
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navbar-default-white {
  position: fixed;
  margin: 40px auto;
  top: 0;
  background: rgba(247, 247, 247, 0);
  border-bottom: 1px groove rgba(255, 255, 255, 0);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, 0);
  /*
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  */
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 9999;
}

.navbar-default-white {
  transform: translateZ(0);
  height: 80px;
  /*
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  */
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navbar-default-white.fullHeight {
  height: 100% !important;
}

.navbar-brand.white {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.navbar-brand.white img {
  width: auto;
  max-height: 90px !important;
  padding: 0;
  margin-top: -20px;
  transform: translateY(0);
  /*
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  */
  transition: all 0.1s ease-in-out;
}

.navbar-brand.white span {
  display: none;
}

.navbar-brand.white img.black {
  display: none;
}

.navbar-default-white.sticky {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: inherit;
  box-sizing: border-box;
  /*
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  */
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navbar-default-white.sticky .white nav a {
  color: #103e5b;
}

.white nav {
  position: relative;
  float: right;
  margin-right: 18px;
  z-index: 999;
  /*
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  */
  transition: all 0.1s ease-in-out;
}

.white nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.white nav ul li {
  display: inline-block;
  margin: 0;
  margin-right: -4px;
}

.white nav ul li .input-group {
  top: 15px;
  margin-left: 20px;
  width: 220px;
}

.white nav ul li .input-group button {
  display: inherit;
  padding: 0;
  line-height: 0;
  border: none;
}

.white nav ul li .input-group i {
  margin-left: 0;
}

.white nav a {
  display: block;
  padding: 10px 0 10px 20px;
  color: #f7f7f7;
  font-size: 12px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-underline-offset: 6px;
}

.white nav a:hover {
  text-decoration: underline;
}

.white nav a:hover::before {
  display: inline-block;
  position: absolute;
  max-width: 35px;
  color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  /*
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  */
  transition: max-width 0.5s;
}

.white nav a::before {
  position: absolute;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  content: attr(data-hover);
  /*
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  */
  transition: max-width 0.5s;
  white-space: nowrap;
}

.white nav a.actived {
  text-decoration: underline;
}

.white nav ul ul {
  display: none;
  position: absolute;
  top: 80px;
  color: #f7f7f7;
}

.white nav ul li:hover > ul {
  /*
  -webkit-animation-name: animfadeInUpmenu;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  */
  display: inherit;
  animation-name: animfadeInUpmenu;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.white nav ul ul li {
  width: 230px;
  float: none;
  display: list-item;
  background: #f7f7f7;
  border-bottom: 1px groove rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, 0.05);
  position: relative;
}

.white nav ul li i {
  margin-left: 10px;
}

.white nav ul ul li a {
  color: #103e5b;
  font-size: 8pt;
  line-height: 20px;
  padding-left: 17px;
}

.white nav ul ul li a:hover {
  color: #f7f7f7 !important;
  background: #f0b030;
}

.white nav ul ul li a.active {
  color: #f7f7f7;
  background: #103e5b;
}

.white nav ul ul li:last-child {
  border-bottom: none;
}

.white nav ul ul ul li {
  position: relative;
  top: -75px;
  left: 230px;
}

li > a:after {
  content: "";
  margin-left: 20px;
}

li > a:only-child:after {
  content: "";
}

#subheader {
  height: 520px;
  background: #f7f7f7;
  background: url(../img/inicio/intro.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#subheader h1 {
  display: block;
  width: 100%;
  margin: 10px auto;
  color: #f7f7f7;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#subheader span {
  letter-spacing: 2px;
  display: inline-block;
  font-size: 15px;
  margin-top: 88px;
  color: #f7f7f7;
}

#subheader .subdetail {
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  color: #777;
}

#subheader .subdetail li {
  display: inline-block;
  color: #f7f7f7;
}

#subheader .subdetail li a {
  color: #103e5b;
}

#subheader .subdetail li.sep {
  margin-right: 20px;
}

#inicio {
  color: #f7f7f7;
  text-align: center;
}

#inicio h1 {
  font-size: 44pt;
  letter-spacing: 2px;
}

#inicio h3 {
  font-size: 40pt;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
}

#inicio p.content {
  font-size: 14pt;
  font-weight: 300;
  letter-spacing: 2px;
  max-width: 650px;
  margin: 15px auto;
}

.h3-content {
  display: block;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 auto !important;
}

.star-content {
  font-size: 21pt;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 25pt;
  margin: 20px auto;
}

.star-content i {
  color: #f0b030;
}

.overlay-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10%;
  left: 0;
}

.overlay-main-paralax {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mainbg-paralax {
  /*
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  */
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background-size: cover;
}
.recent-post {
  /*
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  */
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 394px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.recent-post .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.recent-post .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #f7f7f7;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  opacity: 1;
  /*
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  */
  transition: all 0.6s ease;
}

.recent-post .hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
  /*
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  */
  transition: all 0.6s ease;
}

.recent-post .overlay .content {
  white-space: nowrap;
  margin: 70% 20px 0 20px;
}

.recent-post .overlay .content .heading {
  font-size: 22px;
  font-weight: 500;
}

.recent-post .overlay .content .subheading {
  font-size: 16px;
}

.recent-post .overlay .content .readmore {
  font-size: 13px;
  font-weight: 400;
  line-height: 100px;
}

.recent-post .overlay .content .readmore i {
  font-weight: 600;
}

.recent-post .hovereffect:hover .devider-recent {
  width: 150px;
  border-top: 3px solid #103e5b;
  /*
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  */
  transition: all 0.6s ease;
}

#owl-post .item {
  margin: 5px;
  text-align: left;
}

#bienvenidos {
  height: 100%;
}

#mision {
  height: 100%;
}

#bienvenidos .image-container {
  background: url(../img/inicio/bg-about-left.jpg);
}

#mision .image-container {
  background: url(../img/inicio/bg-about-right.jpg);
}

.image-container {
  padding: 0 !important;
  margin: 0 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 600px !important;
}

.p-60-left {
  padding: 30px 40px !important;
}

.p-60-right {
  padding: 30px 40px !important;
}

@media only screen and (max-width: 1184px) {
  .p-60-left {
    padding: 160px 80px 20px 80px !important;
  }

  .p-60-right {
    padding: 20px 80px 80px 80px !important;
  }
}

.filter-wraper {
  position: relative;
}

.service img {
  margin-bottom: 20px;
}

.service h4 {
  font-size: 11pt;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.services img {
  margin-bottom: 30px;
}

.services h2 {
  font-size: 16pt;
  font-weight: 500;
  margin-bottom: 15px;
}

.services blockquote {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
  color: #333;
  background: #f8f8f8;
  padding: 30px;
  margin: 30px 0 30px 0;
  border-left: 5px solid #103e5b;
}

.room {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  margin-bottom: 60px;
  padding: 5% 5% 20px 5%;
}

.room img {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.room .heading {
  font-size: 16pt;
  font-weight: 500;
  padding: 0 0 20px 0;
}

.room .price {
  font-size: 44pt;
  color: #f0b030;
  font-weight: 600;
  line-height: 60pt;
}

.room .price sub {
  font-size: 12pt;
  font-weight: 400;
}

.room .content {
  margin-bottom: 30px;
}
.with-gutter {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.with-gutter [class*="col-"]:not(:first-child),
.with-gutter [class*="col-"]:not(:last-child) {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.projects-home {
  position: relative;
  width: 100%;
  height: 330px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center;
  /*
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  */
  box-sizing: border-box;
  background-size: cover;
}

.projects-home .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.projects-home .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #f7f7f7;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  opacity: 1;
  /*
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  */
  transition: all 0.6s ease;
}

.projects-home .hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
  /*
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  */
  transition: all 0.6s ease;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.no-gutter [class*="col-"]:not(:first-child),
.no-gutter [class*="col-"]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#projects-wrap {
  text-align: center;
  overflow: hidden;
}

.projects-grid {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
  border: 8px solid rgba(0, 0, 0, 0);
}

.projects-grid:hover img {
  width: 100%;
  /*
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  */
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}

.projects-grid img {
  width: 100%;
  /*
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  */
  transform: scale(1);
  transition: all 1s ease-in-out;
}

.projects-grid .hovereffect {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.projects-grid .hovereffect .overlay {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0;
  /*
  -webkit-transition: all 0.3s ease-in-out;
  */
  transition: all 0.3s ease-in-out;
}

.projects-grid .hovereffect:hover .overlay {
  height: 100%;
  top: 0;
  opacity: 1;
  top: 0;
}

.projects-grid .hovereffect .overlay div {
  font-size: 24pt;
  font-weight: 500;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 28%;
  height: 100%;
  background-color: rgba(59, 176, 255, 0.3);
}

#filter-porto {
  padding: 15px 0;
  margin: 10px auto;
}

#filter-porto li.filt-projects {
  font-size: 8pt;
  font-weight: 500;
  color: #f7f7f7;
  background: #103e5b;
  padding: 4px 15px 4px 15px;
  margin: 10px 10px 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  /*
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  */
  transition: all 0.3s ease-in-out;
}

#filter-porto li.filt-projects:hover {
  background: #f0b030;
  /*
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  */
  transition: all 0.3s ease-in-out;
}

#filter-porto li.selected {
  background: #f0b030;
  /*
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  */
  transition: all 0.2s ease;
}

.room-detail h2 {
  font-size: 16pt;
  font-weight: 500;
  margin-bottom: 15px;
}

.detaillist {
  display: block;
  padding: 10% 5% 10% 5%;
  border: 1px solid #e8e8e8;
}

.detaillist span {
  display: block;
  letter-spacing: 0.01em;
  line-height: 24pt;
}

.detaillist i {
  color: #f0b030;
  margin-right: 5px;
}

.detaillist .price {
  width: 111%;
  font-size: 44pt;
  text-align: center;
  font-weight: 600;
  color: #f0b030;
  padding: 10% 0 5% 0;
  margin-top: 30px;
  margin-left: -5%;
}

.detaillist .price sub {
  font-size: 12pt;
  font-weight: 400;
}

#owl-project .item {
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#roomsBig .item {
  margin: 0;
  padding: 0;
}

#roomsSmall .item {
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}

#roomsSmall .item img {
  width: auto;
  height: 115px;
  display: block;
  position: relative;
  margin-right: 5px;
}

#roomsSmall .synced .item {
  opacity: 0.5;
}

.btn-book-2 {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 11pt;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  line-height: 48px;
  color: #f7f7f7;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #103e5b;
  outline: none;
  text-shadow: none;
  cursor: pointer;
  /*
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  */
  transition: all 0.3s ease;
}

a.btn-book-2 {
  color: #f7f7f7;
}

.btn-book-2:hover {
  background: #f0b030;
  border: 1px solid rgba(255, 255, 255, 0);
  /*
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  */
  transition: all 0.3s ease;
}

.highlight {
  padding: 10px 0;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
}

.brand-page {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0;
  overflow-x: hidden;
  /*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  */
  background-size: cover;
  background-attachment: scroll;
}

.brand-page h1 {
  font-weight: 500;
  text-transform: none;
}

#owl-brand .item {
  margin: 0 auto;
  text-align: center;
}

.wrapaddres {
  line-height: 25pt;
}

.wrapaddres h3 {
  margin-bottom: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
  /*
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  */
  border-radius: 0;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons div {
  padding: 10px 17px;
  background: rgba(0, 0, 0, 1);
}

.owl-theme .owl-buttons i {
  margin-top: 2px;
  font-size: 12pt;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  z-index: 9;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  top: 50%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  top: 50%;
}

.owl-item {
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  */
}

.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-container:before,
.mfp-figure:after {
  content: "";
}

.mfp-bg {
  z-index: 10421;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  z-index: 10431;
  outline: 0 !important;
  backface-visibility: hidden;
  /*
  -webkit-backface-visibility: hidden;
  */
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  /*
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  */
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10451;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  /*
  -webkit-user-select: none;
  -moz-user-select: none;
  */
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10441;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-close,
.mfp-preloader a:hover {
  color: #efefef;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  /*
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  overflow: visible;
  background: 0 0;
  border: 0;
  outline: 0;
  */
  cursor: pointer;
  background: transparent;
  border: none;
  appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10461;
  box-shadow: none;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(23, 36, 52, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #efefef;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #efefef;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #efefef;
  font-size: 12px;
  line-height: 18px;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #efefef;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #efefef;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  /*
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  */
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(23, 36, 52, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    /*
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    */
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(23, 36, 52, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    /*
    -webkit-transform: scale(0.75);
    */
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    /*
    -webkit-transform-origin: 0;
    */
    transform-origin: 0% 50%;
  }

  .mfp-arrow-right {
    /*
    -webkit-transform-origin: 100%;
    */
    transform-origin: 100% 50%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  */
  opacity: 0;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

html {
  margin-right: 0 !important;
  overflow: visible !important;
}

#footer {
  width: 100%;
  background: #103e5b;
  height: auto;
  color: #f7f7f7;
  box-shadow: 5px 5px 20px rgba(23, 36, 52, 0.8);
  padding: 25px 0;
  margin: 0 auto;
}

#footer img {
  display: block;
  padding: 0;
  margin: 10px auto;
  width: auto;
  max-height: 200px;
}

#footer h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #f0b030;
  text-align: center;
}

#footer p {
  padding: 0;
  margin: 20px auto;
  border-bottom: 1px solid rgba(247, 247, 247, 0.5);
  font-size: 0.9rem;
  width: 80%;
}

#footer strong {
  font-weight: bold;
  line-height: 1.5;
}

#footer a:hover {
  color: #f7f7f7;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#dam {
  background: #103e5b;
  color: #f7f7f7;
  font-size: 9pt;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding-bottom: 15px;
  box-shadow: 5px 5px 15px rgba(23, 36, 52, 0.3);
}

#dam img {
  width: auto;
  height: auto;
  max-height: 35px;
}

#dam hr {
  border: 1px solid #f7f7f7;
}

#dam span {
  display: block;
  line-height: 1.5;
  margin-top: 10px;
}

#float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: grid;
  flex-direction: column;
  gap: 20px;
}

#float a {
  width: 70px;
}

#totop,
#whatsapp {
  border-radius: 10%;
  padding: 15px !important;
  display: grid;
  align-items: center;
  justify-content: center;
}

#totop {
  background-color: #f0b030;
  display: none;
}

#whatsapp {
  background-color: #25d366;
}

#totop:hover,
#whatsapp:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#totop i,
#whatsapp i {
  font-size: 40px !important;
  color: #f7f7f7;
  display: block;
  width: 100% !important;
}

#faq h4 {
  font-weight: bold;
  color: #103e5b;
}

#faq strong {
  font-weight: bold;
}

#faq a {
  font-weight: bold;
  text-decoration: none;
  text-underline-offset: 6px;
}

#faq a:hover {
  text-decoration: none;
  color: #f0b030;
}

#habitacion .separador,
#politicas .separador,
#faq .separador {
  display: block;
  border-top: 2px solid #f0b030;
  width: 100%;
  margin: 10px auto 0 auto;
  text-align: center;
}

div {
  border: 0 solid #000;
}

@media only screen and (max-width: 1199px) {
  .navbar-brand.white img.black {
    display: block;
  }

  .navbar-brand.white img.white {
    display: none;
  }

  header.show {
    height: 80px;
    background: rgba(247, 247, 247, 1) !important;
  }

  nav ul li.space {
    display: none;
  }

  .overlay-main {
    top: 0;
  }

  .navbar-toggle {
    display: block;
    position: fixed;
    right: 7px;
    top: 15px;
    z-index: 9999;
  }

  .navbar-toggle:hover {
    border: 1px solid #f7f7f7;
  }

  .navbar-default-white .navbar-toggle {
    border-color: transparent;
    float: left;
  }

  .navbar-default-white .navbar-toggle .icon-bar {
    background-color: rgba(240, 176, 48, 1);
  }

  .navbar-default-white {
    position: fixed;
    margin: 0 auto;
    border-bottom: 0 groove rgba(255, 255, 255, 0);
    top: 0;
    background: rgba(247, 247, 247, 0);
  }

  .navbar-default-white {
    transform: translateZ(0);
    height: 75px;
  }

  .navbar-brand.white {
    position: fixed;
    left: 10px;
    top: 0;
  }

  .navbar-brand.white img {
    width: auto;
    height: auto;
    max-height: 40px !important;
  }

  #main-menu.white {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 247, 247, 1);
    z-index: 1;
    text-align: center;
    overflow: auto;
    overflow-x: hidden;
  }

  .menu-init {
    /*
    -webkit-transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s linear;
    -moz-transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s linear;
    -o-transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s linear;
    */
    opacity: 1;
    top: -100%;
    transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s linear;
  }

  .menu-show {
    /*
    -webkit-transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s linear;
    -moz-transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s linear;
    -o-transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s linear;
    */
    opacity: 1;
    top: 0;
    transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s linear;
  }

  .white nav {
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 20px;
    position: relative;
    float: none;
    left: 20px;
    top: 0;
    z-index: 999;
  }

  .white nav ul li,
  .white nav ul li.btn {
    display: block;
    margin: 0 0 0 0;
    margin-right: 15px;
    text-align: left;
    background: rgba(0, 0, 0, 0);
  }

  .white nav ul li.btn {
    padding: 0 0 0 0;
    padding: 10px;
    margin-right: 15px;
  }

  .white nav ul li.btn:hover {
    color: #f0b030;
    background: rgba(0, 0, 0, 0);
  }

  .white nav ul li.btn a:hover {
    color: #f0b030;
  }

  .white nav a {
    display: block;
    padding: 10px;
    line-height: 30px;
    color: #103e5b;
  }

  .white nav ul ul {
    position: relative;
    top: 0;
    margin-left: 15px;
  }

  .white nav ul ul li {
    background: rgba(21, 23, 29, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .white nav ul ul ul li {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .white nav ul ul li a {
    line-height: 20px;
    font-weight: 400;
    font-size: 8pt;
  }

  .white nav ul li .input-group {
    margin-left: 0;
    margin-right: 30px;
  }

  .navbar-brand.white img {
    margin-top: 10px !important;
    display: none !important;
  }

  .navbar-brand.white span {
    display: block !important;
    margin: 0 auto;
    padding: 20px !important;
    font-weight: bold;
    color: #f0b030;
  }

  #menu-main {
    background: #fff !important;
    transition: background 0.2s, box-shadow 0.2s;
  }

  #menu-main.scrolled {
    background: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  #menu-main.scrolled-shadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  }

  #main-menu nav ul ul {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    left: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    display: none;
    padding: 0;
    margin: 0;
    border: none;
  }

  #main-menu nav ul li.open > ul {
    display: block !important;
  }

  #main-menu nav ul li > a .fa-angle-down {
    float: right;
    margin-right: 10px;
    transition: transform 0.3s;
  }

  #main-menu nav ul li.open > a .fa-angle-down {
    transform: rotate(180deg);
  }

  #main-menu nav ul ul li {
    width: 100% !important;
    background: #fff !important;
    box-shadow: none !important;
    border-bottom: 1px solid #eee;
  }
}

@media only screen and (max-width: 980px) {
  .detaillist {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .navbar-brand {
    left: 15px;
  }
}

@media (max-width: 414px) {
  section {
    padding: 90px 0 90px 0;
  }

  .navbar-default {
    border-bottom: 1px groove rgba(255, 255, 255, 0);
  }

  .navbar-brand {
    left: 5px;
  }

  .navbar-brand.white {
    left: 5px;
  }

  #home h1 {
    font-size: 26pt;
    letter-spacing: 1px;
  }

  #home h3 {
    font-size: 16pt;
    letter-spacing: 1px;
    line-height: 34pt;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 20pt;
  }

  h3 {
    font-size: 18pt;
  }

  h4 {
    font-size: 16pt;
  }

  h5 {
    font-size: 14pt;
  }

  h6 {
    font-size: 12pt;
  }

  p {
    font-size: 12px;
  }

  .recent-post .overlay .content {
    margin: 65% 20px 0 20px;
  }
}

@media (max-width: 360px) {
  #home h1 {
    font-size: 24pt;
    margin-top: 60px;
  }

  #home h3 {
    font-size: 24pt;
  }

  #home p {
    font-size: 9pt;
  }

  .recent-post .overlay .content {
    margin: 70% 20px 0 20px;
  }
}

@media (max-width: 320px) {
  #home h1 {
    font-size: 22pt;
    letter-spacing: 1px;
  }
}

/* ===== ia-code menu behavior ===== */
#menu-main {
  background: transparent !important;
  transition: background 0.2s, box-shadow 0.2s;
}

#menu-main.scrolled {
  background: #fff !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

#menu-main.scrolled-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

#main-menu nav ul ul {
  min-width: 180px;
  left: 0;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  z-index: 1001;
}

#main-menu nav ul li:hover > ul,
#main-menu nav ul li:focus-within > ul {
  display: block;
}

#main-menu nav ul ul {
  display: none;
}

#main-menu nav ul li:hover > ul,
#main-menu nav ul li:focus-within > ul {
  display: block;
}

@media (min-width: 1200px) {
  #main-menu nav ul {
    position: relative;
  }

  #main-menu nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    z-index: 1001;
  }

  #main-menu nav ul li {
    position: relative;
  }

  #main-menu nav ul li:hover > ul,
  #main-menu nav ul li:focus-within > ul {
    display: block;
  }

  #main-menu nav ul ul li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: none;
  }
}
