@charset "UTF-8";
/* CSS Document */
/* FONTS */
@font-face {font-family: 'AtlasGrotesk'; src: url('../fonts/AtlasGrotesk-Light.woff2') format('woff2'), url('../fonts/AtlasGrotesk-Light.woff') format('woff'); font-weight: lighter; font-style: normal; font-display: swap;}
@font-face {font-family: 'AtlasGrotesk'; src: url('../fonts/AtlasGrotesk-Regular.woff2') format('woff2'), url('../fonts/AtlasGrotesk-Regular.woff') format('woff'); font-weight: medium; font-style: normal; font-display: swap;}
@font-face {font-family: 'AtlasGrotesk'; src: url('../fonts/AtlasGrotesk-Medium.woff2') format('woff2'), url('../fonts/AtlasGrotesk-Medium.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap;}
@font-face {font-family: 'NeubauPro'; src: url('../fonts/NeubauPro.woff2') format('woff2'), url('../fonts/NeubauPro.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap;}


body {
  font-family: 'AtlasGrotesk', sans-serif;
  position: relative;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'NeubauPro', sans-serif;
  text-transform: uppercase;
}

h1, .h1 {font-size: 2.25em!important;}

a {
    color: #0169a7;
    text-decoration: none;
}

h1.font-blue {
    color: #0169a7;
}

.grayscale {
    filter: saturate(0);
}

.font-alt {
  font-family: 'NeubauPro', sans-serif;
}

.modal-backdrop.show {
    opacity: .5;
}

section#home {
    margin-top: 78px;
}

@media (max-width: 767px) {
section#home {
    margin-top: 58px;
}
}

/* -=-=-=-=-=-=-=- NAVBAR -=-==-=-=-=-=-=-=-*/
a.nav-link {
    font-family: 'NeubauPro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    color: #000000;
    transition: 0.4s;
}

a.nav-link:hover {
    opacity: 0.5;
    transition: 0.4s;
}

a.nav-link.active {
    color: black!important;
}

.nav-logo {
  width: 200px;
}

.nav-divider {
    width: 1px;
    background-color: #0169a7;
    height: 25px;
}

.bg-yellow {
  background-color: #f5b335;
}

@media (max-width: 991px) {
a.nav-link {
    font-size: 16px;
    text-align: center;
    padding: 20px 0px;
    letter-spacing: 1px;
}
  
.nav-logo {
  width: 160px;
}
  
.nav-divider {
    width: 60%;
    background-color: #0169a7;
    height: 1px;
    margin-left: 20%;
}
}

@media (max-width: 767px) {
  a.nav-link {
    font-size: 18px;
    text-align: center;
    padding: 20px 0px;
    letter-spacing: 1px;
}
}



/* -=-=-=-=-=-=-=- WHATSAPP BTN -=-==-=-=-=-=-=-=-*/
.btn-whatsapp {
    width: 55px;
    height: 55px;
    background-color: #07a536;
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 1500;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    padding-top: 7px;
    padding-left: 15px;
    color: white;
    display: none;
}

.btn-whatsapp:hover {
    background-color: #0b812e;
    color: white;
}

@media (max-width: 991px) {
  .btn-whatsapp {
    right: 0px;
  }
}


/* -=-=-=-=-=-=-=- BOTONES -=-==-=-=-=-=-=-=-*/
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn {
  border-radius: 0px;
  font-family: 'NeubauPro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.btn:hover {
    color: #f7f7f7;
}

.btn-primary {
    background-color: #0169a7;
    border-color: #0169a7;
    color: #deddff;
}

.btn-primary:hover {
    color: #0169a7!important;
    background-color: #f5b434;
    border-color: #f5b434;
}

.btn-white {
  background-color: rgba(255,255,255,0.8)!important;
  border-color: #fff!important;
  color: #0169a7;
}

.btn-white:hover {
  background-color: rgba(255,255,255,0.6)!important;
  border-color: #fff!important;
  color: #0169a7;
}


/* -=-=-=-=-=-=-=- RESERVAS -=-==-=-=-=-=-=-=-*/
.btn-reservas {
    font-family: 'NeubauPro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    position: fixed;
    bottom: 0px;
    width: 35vw;
    background-color: #0169a7;
    color: white;
    border-radius: 0px;
    height: 55px;
    z-index: 5;
    margin-left: auto;
    float: right;
    right: 75px;
}

.btn-reservas:hover {
    color: #f7f7f!important;
    background-color: #3e4aec;
}

.btn-reservas:hover {
    color: #f7f7f!important;
}

.meitreReservas {
    height: 85vh;
    width: 35vw;
    right: 75px;
    margin-left: auto;
}

.reservasMadridHome {
    height: 100vh;
    width: 50%;
    left: 0px;
    margin-right: auto;
}

.reservasBsAsHome {
    height: 100vh;
    width: 50%;
    right: 0px;
    margin-left: auto;
}

.offcanvas-header.reservas {
    background-color: blue;
    color: white!important;
}

.btn-close-reservas {
    background-color: transparent;
    border: none;
    font-size: 35px;
    height: 30px;
    line-height: 0px;
    margin-top: -10px;
    padding: 0px;
    transition: 0.4s;
}

.btn-close-reservas:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.reservas-body-madrid {
    height: 100vh!important;
}

@media (max-width: 991px) {
.btn-reservas {
    width: calc(100vw - 55px);
    right: 55px;
}
  
.meitreReservas {
    height: 100vh;
    width: 100vw;
    right: 0px;
    margin-left: auto;
}
  
.reservasMadridHome {
    height: 100vh;
    width: 100%;
    left: 0px;
    margin-right: auto;
}

.reservasBsAsHome {
    height: 100vh;
    width: 100%;
    right: 0px;
    margin-left: auto;
}
}

/*--Reservas Madrid --*/
.ui-widget-header {
    border: 1px solid #aaaaaa/*{borderColorHeader}*/;
    background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
    color: #0000ff!important/*{fcHeader}*/;
    font-weight: bold;
}


.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center!important;
    text-decoration: none;
}

.close_date a {
    background-color: #00f !important;
    background-image: none !important;
    color: #ffffff !important;
}


/* -=-=-=-=-=-=-=- LIGHTBOX -=-==-=-=-=-=-=-=-*/
.my-gallery-img {
    padding: 10px 0px;
}

img.d-block.w-100.h-100.img-fluid {
    width: 100%!important;
    height: auto!important;
}

.gallery-container {
  overflow: hidden;
  transition: 0.4s;
}

.my-gallery-img {
  transform: scale(1);
  transition: 0.4s;
}

.my-gallery-img:hover {
  transform: scale(1);
  transition: 0.4s;
  opacity: 0.6;
}

.gallery-container:hover img {
    transform: scale(1.5);
}

/* -=-=-=-=-=-=-=- CAROUSEL -=-==-=-=-=-=-=-=-*/
.carousel-main {
    position: relative;
    height: calc(100vh - 80px);
    max-height: 800px;
}

.carousel-inner-main {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 70px);
    max-height: 800px;
}

.carousel-item.main {
    min-height: 100%;
    min-width: 100%;
}

.carousel-item.main img {
    min-width: 100%;
    background-repeat: no-repeat;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;
    list-style: none;
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    background-color: #0169a7;
    border-color: #0169a7;
    height: 10px;
    width: 20px;
    opacity: 1;
    transition: 0.4s;
    overflow: hidden;
    border-top-right-radius: 50rem;
    border-top-left-radius: 50rem;
}

.carousel-indicators .active {
    background-color: #f5b434;
    border-color: #f5b434;
    height: 40px;
    transition: 0.4s;
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
}

@media (max-width: 991px) {
.carousel-main {
    height: calc(100vh - 80px);
}
  
.carousel-inner-main {
    height: calc(100vh - 80px);
}
}

@media (max-width: 991px) {
  img.carousel-img {
    max-width: 100%;
}
}

/* -=-=-=-=-=-=-=- SECTIONS -=-==-=-=-=-=-=-=-*/
#horarios {
    margin-top: -90px;
    padding-top: 90px;
}

#galeria {
    margin-top: -90px;
    padding-top: 90px;
}

#fayer {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.footer {
    padding-bottom: 20px!important;
}

@media (max-width: 991px) {
.footer {
    padding-bottom: 10px!important;
    padding-top: 22px!important;
}
  
.footer .h6 {
    font-size: 12px!important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
}

/* -=-=-=-=-=-=-=- MOBILE MENU -=-==-=-=-=-=-=-=-*/
.animated-hamburger {
    width: 30px !important;
    height: 20px !important;
    position: relative !important;
    margin: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    transition: .5s ease-in-out !important;
    cursor: pointer !important;
    top: -4px;
}
    
.animated-hamburger span {
    display: block !important;
    position: absolute !important;
    height: 2px !important;
    width: 100% !important;
    border-radius: 9px !important;
    opacity: 1 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}
    
.animated-hamburger span {
    background: #0169a7 !important;
}
    
.animated-hamburger span:nth-child(1) {
    top: 0px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(2) {
    top: 10px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(3) {
    top: 20px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 0px !important;
    left: 0px !important;
}
    
.animated-hamburger.open span:nth-child(2) {
    width: 100% !important;
    opacity: 0 !important;
    transform: translateX(30px)!important;
}
    
.animated-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 21px !important;
    left: 0px !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.nav-item a.nav-link {
    padding: 25px 15px!important;
    font-size: 24px;
}


.bg-green {
    background-color: #7c7f3f;
    color: white;
}

.bg-green h1 {
    font-size: 4em!important;
    color: white;
    line-height: 1em;
}

.bg-green p {
    font-size: 1.5em!important;
    color: white;
}

footer .h6 {
    letter-spacing: 2px;
    color: #000000;
}

.bg-yellow {
    background-color: #f5b434!important;
}



