*{
  font-family: "Raleway", sans-serif;
  outline: 0;
  font-weight: 400;
}
a,
a:hover{
  text-decoration: none;
}
a:focus{
  outline:none;
}
html,
body {
  height: 100%;
  background-color: #041e42;
}
body{
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.25em;
}
:root{
  --negro: #000;
  --blanco: #fff;
  --color_15: 6, 39, 58;
  --mostaza: #956E46;
  --txt: 255, 255, 255;
  --trans: color 0.4s ease 0s;
  --font_1: normal normal normal 14px / 1.79em raleway, sans-serif;
}

.container{
  max-width: 1000px;
}
h1{
  font-size: 40px;
}
h2{
  font-size: 36px;
}
h3{
  font-size: 32px;
}
h4{
  font-size: 28px;
}
h5{
  font-size: 24px;
}
h6{
  font-size: 20px;
}
.p-relative{
  position: relative;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.slick-dots{
  display: none;
}
.bg-central{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.img-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.d-block {
  display: block!important;
}
.w-100{
  width: 100%;
}



.pt-40{
  padding-top: 40px!important;
}

.margen-1{
  padding-top: 100px;
  padding-bottom: 100px;
}
.margen-1 + .margen-1{
  padding-top: 0!important;
}
@media (max-width: 767px){
  .margen-1{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.btn-simple{
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 3px;
  font-weight: 400;
  display: table;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none !important;
  background-color: var(--transparent);
  color: var(--blanco);
  border: 1px solid var(--blanco);
}
.btn-simple:hover{
  background-color: var(--mostaza);
  color: var(--blanco);
}
.section-form {
  max-width: 650px;
  margin: 20px auto 0 auto;
  font-size: 13px;
  font-weight: 300;
}
.section-form input,
.section-form button,
.section-form textarea{
  border-radius: 0;
  font-size: 13px;
  color: rgb(4, 30, 66);
}
.section-form .btn{
  transition: all 0.3s;
  background-color: #956e46;
  color: white;
}
.section-form .btn:hover{
  background-color: #fff;
  color: #956e46;
  border: 1px solid #956e46;
}
#mainNav .container{
  max-width: 1200px;
}
#mainNav .menu {
  margin: 0;
  padding: 4px 40px 0 40px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#mainNav .menu .menu-item a{
  font-size: 14px;
  font-family: var(--font_1);
  transition: var(--trans, color .4s ease 0s);
  color: rgb(var(--txt,var(--color_15,color_15)));
}
#mainNav .menu .menu-item.current-menu-item a{
  color:#106a9d !important;
}
#mainNav .menu .menu-item:hover a{
  color:#106a9d !important;
  transition: var(--trans, color .4s ease 0s);
}
.col-auto-header{
  flex: 0 0 auto !important;
  width: auto !important;
}
#mainNav .is-layout-flex{
  margin: 0;
}
#mainNav .wp-block-column{
  height: 50px;
  align-content: center;
}
.btn-reserva{
  border: 1px solid #fff;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  align-content: center;
  font-size: 13px;
  margin: 0 10px;
  transition: all 0.2s ease, visibility 0s;
}
.btn-reserva:hover{
  background: #956E46;
  color:#fff !important;
}
