@font-face {
    font-family: 'MONARK';
    src: url('../fonts/MONARK.woff2') format('woff2'),
        url('../fonts/MONARK.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Manrope';
}

.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6
 {
    font-family: 'MONARK';
}

.book-table-content-3 .reservation-content {
    background-color: #9cd134;
}

.book-table-content-3 .book-table-info .book-table-info-icon i {
    color: #f2df55;
}

.about-section-3 {
	background: linear-gradient(135deg,  #e51502 0%,#ebf000 100%);
}

.about-right-text .about-fun-fact .ab-fun-fact-item span {
    font-size: 13px;
}

.foodige-menu-section-3 .foodige-menu-tab .custom_tab_button:after {
    top: 50px;
    left: 73px;
    z-index: -1;
    width: 100%;
    content: "";
    height: 120%;
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../img/productos-letrero.png);
}

.foodige-menu-section-3 .foodige-menu-tab:before {
    background-image: url(../img/fin-productos.png);
}

.about-section-3 {
    padding: 140px 0px 0px;
}

.foodige-menu-section {
    padding: 140px 0px;
}

.about-section:before {
    background-color: #fcc66f;
}

.breadcrumb-section .breadcrumb-area h1 {
    color: #ffffff;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.slider-style-three .slider-layer-item.slider-type-one .slider-waterprint, .slider-style-three .slider-layer-item.slider-type-three .slider-waterprint {
    color: #fff4f700;
}

.slider-style-three .slider-layer-item.slider-type-one .slider-waterprint span, .slider-style-three .slider-layer-item.slider-type-three .slider-waterprint span
    {
        color: #f3f3f573;
    }

.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, input:hover, input:focus, textarea:hover, textarea:focus, a:hover, a:focus, a.active, select, select:hover, select:focus, select:visited {
    color: #FFFFFF;
}

.breadcrumb-section .breadcrumb-area .breadcrumb li {
    color: #FFFFFF;
    font-weight: bolder;
}

.owl-prev {
    float: left;
    margin-left: -20px;
}


.owl-next {
    float: right;
    margin-right: -20px;
}

.foodige-title a:hover {
    color: #fea400!important;
}

.foodige-menu-section-2 .foodige-menu-img-text {
    width: 100%;
}

.booking-page-section .booking-page-content .b-inner-content input {
    color: #000000!important;
}

