/* ----------------------------------------------
:: Template Name: Caviar - Premium Restaurant Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0
:: Last Updated: 12-13-2017
---------------------------------------------- */

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Work+Sans:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bellota+Text&display=swap');

/* Import CSS */

@import 'bootstrap/bootstrap.min.css';
@import 'others/animate.css';
@import 'others/magnific-popup.css';
@import 'others/owl.carousel.min.css';
@import 'others/font-awesome.min.css';
@import 'others/pe-icon-7-stroke.css';

/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bellota Text';
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}

p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

.section-padding-150 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0;
}

.section-padding-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

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

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

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

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.pt-200 {
    padding-top: 200px;
}

#scrollUp {
    bottom: 30px;
    font-size: 18px;
    right: 30px;
    width: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 44px;
    border-radius: 3px;
    font-size: 36px;
}
#scrollUp:hover {
    background-color: #333;
    color: #fff;
}


a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
    outline: none;
}

li {
    list-style: none;
}

.caviar-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.caviar-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#preloader .preload-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 8;
    background-color: transparent;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    line-height: 50px;
}

.preload-icons > img {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    width: 35px;
    margin-left: -16px;
}

.caviar-load {
    -webkit-animation: 6000ms linear 0s normal none infinite running caviar-load;
    animation: 6000ms linear 0s normal none infinite running caviar-load;
    background: transparent none repeat scroll 0 0;
    border-color: #fff #fff #000;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 70px;
    position: relative;
    width: 70px;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

@-webkit-keyframes caviar-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes caviar-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#preloader .preload-icons .preload-1 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-1;
    animation: 6000ms linear 0s normal none infinite running load-1;
}

@-webkit-keyframes load-1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    30% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    33.333% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    30% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    33.333% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

#preloader .preload-icons .preload-2 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-2;
    animation: 6000ms linear 0s normal none infinite running load-2;
}

@-webkit-keyframes load-2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    27% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    33.333% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    66.666% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    27% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    33.333% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    66.666% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

#preloader .preload-icons .preload-3 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-3;
    animation: 6000ms linear 0s normal none infinite running load-3;
}

@-webkit-keyframes load-3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    60% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    66.666% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    94% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    60% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    66.666% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    94% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.bg-gray {
    background-color: #f9f9f9;
}

.caviar-btn {
    font-family: 'Work Sans', sans-serif;
    min-width: 180px;
    height: 54px;
    border: 1px solid #000;
    border-radius: 10px;
    font-weight: 500;
    background-color: #000;
    border-radius: 20px;
    padding: 0 30px;
    line-height: 52px;
    color: #fff;
}
.caviar-btn i { 
padding-right: 6px; }

.caviar-btn:hover,
.caviar-btn:focus {
    border-color: 5px #000;
    background-color: #fff;
    color: #000;
    font-weight: 500;   
    transition: 1s; 
}

.caviar-btn > span {
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

/* Search Area CSS */

.caviar-search-form {
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 100px;
    background-color: #000;
    top: -200px;
    left: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow-x: hidden;
}

.search-form-on .caviar-search-form {
    top: 0;
}

.sticky .caviar-search-form {
    height: 70px;
}

.caviar-search-form form {
    position: relative;
    z-index: 1;
}

.caviar-search-form form input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

#closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    margin-top: -15px;
    top: 50%;
    border-radius: 50%;
    right: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#closeBtn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#closeBtn > i {
    line-height: 30px;
    font-size: 28px;
}

/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    background-color: #fff;
    box-shadow: 0px 7px 6px -7px rgba(0,0,0,0.55)
}
.header_area img{    
    width: 200px;
    height:auto;
    transition: 500ms;
}

.sticky .header_area img{
    width: 190px;
}

@media (max-width: 620px){
    .sticky .header_area img{
        width: 165px;
    }
}

@media (max-width: 920px){
.sticky .header_area {
    /* background-color: rgba(0, 0, 0, 0.85); */
    }}

.sticky .header_area {
    /* background-color: rgba(0, 0, 0, 0.85); */
    height: 70px;
    z-index: 9999;
}
.navbar-toggler {
    background: #000;
}
.navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-right: 0;
    display: contents;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    font-weight: 700;
}
.hvr-underline-from-left:before {
    background: #000 !important;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
    background-color: transparent;
    border: #000;
    padding: 8px;
    border-radius: 15px;
}}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Bellota Text;
}
/*Estilo del boton activo y hover*/
.navbar-nav .nav-link:hover {
    
}
/*Estilo activo
.navbar-nav .nav-item.active .nav-link {
    color: #fff;    
    border-bottom: solid #fff;    
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    border-top: solid #fff;
    border-top-right-radius: 20%;
    border-top-left-radius: 20%;    
    /* background: #fff; */
    /* text-decoration: underline; */
    /* padding: 10px; */*/
}

.caviar-search-btn > a {
    color: #fff;
    display: inline-block;
    margin-left: 25px;
}

.dropdown-menu {
    border: none;
}

.dropdown-item {
    font-weight: 600;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #ff0000;
    color: #fff;
}

/* Hero Area CSS */

.caviar-hero-area {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    overflow-x: hidden;
}

.single-hero-slides {
    position: relative;
    z-index: 1;
    height: 100vh;
    width: 100%;
}

.single-hero-slides:after {
    position: absolute;
    width: calc(50% - 112px);
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1; 
    /* ==== Prueba esto ===*/   
    display: none; 
}
.hero-content {
    display: none;
}

.single-hero-slides:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}

.hero-content h2 {
    font-size: 52px;
    color: #fff;
    margin-bottom: 20px;    
}

.hero-content p {
    color: #fff;
    margin-bottom: 70px;
}

.hero-slides-nav {
    width: 375px;
    height: 210px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;

}

.hero-slides-nav:after {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.caviar-hero-area .owl-prev {
    width: 48px;
    height: 48px;
    background-color: #fff;
    position: absolute;
    border-radius: 0%;
    z-index: 10;
    text-align: center;
    line-height: 44px;
    font-size: 26px;
    color: rgba(51, 51, 51, 0.8);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    right: 80px;
}

.caviar-hero-area .owl-prev:hover {
    background-color: #000;
    color: #fff;
}

.caviar-hero-area .owl-next {
    width: 48px;
    height: 48px;
    background-color: #fff;
    position: absolute;
    border-radius: 0%;
    z-index: 10;
    text-align: center;
    line-height: 44px;
    font-size: 26px;
    color: rgba(51, 51, 51, 0.8);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    right: 20px;
    animation-delay: 100ms;
}

.caviar-hero-area .owl-next:hover {
    background-color: #000;
    color: #fff;
}

.welcome-social-info {
    font-size: 16px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.welcome-social-info > a {
    margin-bottom: 30px;
    color: #fff;
}

.welcome-social-info > a:last-child {
    margin-bottom: 0;
}

/* About Us Area CSS */

.caviar-about-us-area {
    overflow-x: hidden;
}

.about-us-thumbnail {
    box-shadow: 3px 5px 45px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.about-us-thumbnail > img {
    width: 100%;
}

.about-us-content span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.about-us-content > p {
    margin-bottom: 0;
}

.about-us-second-part {
    position: relative;
    z-index: 1;
}

.about-us-second-part:after {
    content: 'About Us';
    position: absolute;
    top: 110px;
    font-size: 150px;
    left: 0;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}

.about-us-second-part:before {
    position: absolute;
    content: "";
    top: 120px;
    left: 110px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}

/* Dish Menu Area CSS */

.caviar-dish-menu {
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
    overflow-x: hidden
}

.caviar-dish-menu:before {
    position: absolute;
    font-size: 150px;
    right: -10%;
    margin: 0;
    content: 'Special';
    line-height: 1;
    top: 35%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: rgba(0, 0, 0, 0.05);
    font-weight: 700;
}

.caviar-single-dish {
    padding: 50px 50px 30px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dish-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dish-info .dish-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 0;
    line-height: 1.7;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dish-price {
    width: 60px;
    height: 60px;
    background-color: #333333;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.caviar-single-dish:hover .dish-info .dish-name {
    color: #ff0000;
}

.caviar-single-dish:hover .dish-info .dish-price {
    background-color: #ff0000;
}

.caviar-single-dish:after {
    position: absolute;
    width: calc(100% - 80px);
    height: 100%;
    background-color: #fff;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.menu-heading {
    position: relative;
    z-index: 1;
}

.menu-heading > a {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    z-index: 9;
}

.caviar-dish-menu .row .col-12:first-child .caviar-single-dish:before {
    position: absolute;
    height: 100%;
    background-image: url(img/core-img/special-dots.png);
    width: calc(100% - 50px);
    content: '';
    top: -50px;
    left: -50px;
    z-index: -1;
    background-repeat: no-repeat;
}

/* Awards Area CSS */

.caviar-awards-area {
    padding-bottom: 200px;
}

.caviar-awards-area .section-heading {
    margin-bottom: 0;
}

.testimonials-content {
    padding: 70px 100px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* Testimonials Area CSS */

.caviar-testimonials-area {
    padding-bottom: 200px;
}

.single-testimonial {
    padding: 0 35px;
}

.testimonial-thumb-name {
    margin-bottom: 30px;
}

.testimonial-thumb-name > img {
    width: 80px!important;
    height: 80px!important;
    margin-right: 25px;
    border-radius: 50%;
}

.testimonial-thumb-name .tes-name > h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-thumb-name .tes-name > p {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 0;
}

.caviar-testimonials-slides .center .single-testimonial {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

/* Reservation Area CSS */

.caviar-reservation-area,
.caviar-contact-area {
    overflow-x: hidden;
}

.reservation-form-area,
.contact-form-area {
    width: calc(50% - 100px);
}

.reservation-side-thumb {
    width: calc(50% + 100px);
}

.reservation-form,
.contact-form {
    width: 100%; 
    margin-top: 80px !important;   
}

@media (max-width: 600px) {
    .contact-form{
        margin-top: 0px !important;
    }
}

.reservation-form .form-control,
.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    color: #fff ;
}

.reservation-form .form-control:focus,
.contact-form .form-control:focus {
    box-shadow: none;
    color: #fff;
}

.reservation-form textarea.form-control,
.contact-form textarea.form-control {
    /* border: none; */
    height: 120px;
}

/* Footer Area CSS */

.caviar-footer-area {
    background-color: #000;
    padding: 40px 0;
    text-align: center;
}

.caviar-footer-area .navbar-brand {
    font-size: 30px;
    margin-bottom: 12px;
}

.footer-text > p {
    color:#fff;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-text a {
    color: #fff;
}
.footer-text img {
    width: 320px;
    height: auto;
}


/* Breadcumb Area CSS */

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 450px;
}

.contenido-de-contacto {
    height: 100vh !important;
}
@media (max-width: 600px) {
    .contenido-de-contacto {
        height: 100% !important  ;
    }
}


.breadcumb-content {
    padding-top: 85px;
}

.breadcumb-content h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;    
}

.titulo-proyectos {
    text-align: center;
}

.breadcumb-area:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
}

/* Menu Area CSS */

.caviar-projects-menu {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.portfolio-menu button {
    border: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Work Sans', sans-serif;
    outline: none;
}

.portfolio-menu button.active {
    color: #ff0000;
}

.single_menu_item {
    margin-bottom: 70px;
}

.single_menu_item:last-child {
    margin-bottom: 0;
}

.dish-description {
    margin: 0 70px;
}

.dish-description h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.dish-description p {
    margin-bottom: 0;
}

.dish-value > h3 {
    color: #ff0000;
    font-size: 30px;
    margin-bottom: 0;
}

.food-menu-title > h2 {
    font-size: 150px;
    color: rgba(0, 0, 0, 0.05);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    z-index: 1;
    top: 420px;
}

.caviar-menu-slides .owl-nav {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.caviar-menu-slides .owl-nav .owl-prev,
.caviar-menu-slides .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 50%;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    margin-right: 30px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.caviar-menu-slides .owl-nav .owl-prev:hover,
.caviar-menu-slides .owl-nav .owl-next:hover {
    background-color: rgba(51, 51, 51, 1);
}

.caviar-menu-slides .owl-nav .owl-next {
    margin-right: 0;
}

/* Contact Area CSS */

.breadcumb-content > p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.breadcumb-content p i {
    width: auto;
    margin-right: 5px;
}

.breadcumb-content p a {
    color: #fff;
    margin-right: 15px;
    display: inline-block;
}

/* Google Maps Area CSS */

.caviar-map-area {
    width: calc(50% + 125px);
    height: 500px;
    position: relative;
    z-index: 1;
}

#googleMap {
    width: 100%;
    height: 100%;
}

.contact-form-title p {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Work Sans', sans-serif;
}

/* Regular Page Area CSS */

.regular-page-content .post-title h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.regular-page-content .post-title > a {
    color: #ff0000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Work Sans', sans-serif;
}

.regular-page-content .post-title {
    margin-bottom: 50px;
}

blockquote {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

blockquote img {
    width: 30px;
    margin-right: 40px;
    padding-top: 12px;
}

.blockquote-content h6 {
    line-height: 2;
}

.blockquote-content p {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    font-weight: 600;
}

@media (max-width: 450px){ 
 .hero-content p {
    font-size: 15px !important;
    padding-right: 35%;
 }
}

.logo_quienes img {
    width: 400px;
    height: auto;
}
.logo_quienes {
    align-items: center;    
}

.bg-imagen-logo {
    position: relative;
    border-radius: 50px;
    padding: 0px 30px 20px;
    margin: 0;
    width: 80%;
    margin-left: 20%;
    align-items: center;
}

.texto_quienes p{
    color: #fff;
    text-align: justify;
    margin-top: 30px;
}



@media (max-width: 768px){
    .logo_quienes {
        display: none;
    }
}

.hero-slides-nav {
    /*display: none !important;*/
}
.owl-next {
    /*display: none !important;*/
}

.contenido-contactar {
display: inherit;
}
@media (max-width: 1024px) {
    .contenido-contactar {
        top: -200px;
    }
}
@media (max-width: 768px){
    .contenido-contactar {
        top: 0;
    }
}
.titulo-contacto {
    margin-bottom: 50px !important;
}
.datos-contacto{
    padding-top: 0 !important;
    margin-top: 0 !important; 
    display: flex; 
    align-items: center;
}
@media (max-width: 600px) {
    .datos-contacto{
        margin-top: 180px !important;
        margin-bottom: 40px !important;
        margin-left: 20px;
    }
}

.datos-contacto a,
.datos-contacto i{
    color: #000 !important;
}

.datos-contacto h2{
    margin-bottom: 25px !important; 
    color: #000 !important;
}
.datos-contacto p{
    margin-bottom: 15px !important;
}

.datos-contacto p:last-child{
    margin-bottom: 0 !important;
}

.datos-contacto p:hover{
    opacity: 0.8;
}

/*====== PRUEBA =======*/
.prueba {
 margin-bottom: 20px
}
.contenedor-card {
    padding: 10px !important; 
}
.card {        
    transform translate(-50%,-50%);    
    width: 100%;
    height: 350px;
    background: transparent;
    overflow: hidden; 
    border: none;     
}
.card .imgBx {
    width: 100%;
    height: 100%;
    position:absolute;
    box-sizing: border-box;
    transition: .5s;    
    
}
.card .details {
    width: 100%;
    height: 100%;
    position: absolute;    
    transition: .5s;    
    display: flex;
    justify-content: center;
    align-items: center; 
}
.card .imgBx {
    top: 0;
    left: 0;
}
.card:hover .imgBx {
    top: 0;
    /*left: -100%;*/
}
.card .imgBx img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card .details {
    /*background: #000;*/
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 100%;
    padding: 30px 25px;
}
.card:hover .details {
    top: 0;
    left: 0%;
}
.card .details h2 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;

}
.card .details p {
    margin: 15px 0 0;
    color: #fff;
    font-size: 15px;
    text-align: justify;
}
.holi-holi {
    justify-content: center;
}


.image-logo  {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    /*background: rgba(0, 0, 0, 0.9);*/
}
.image-logo img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 600px) {
    .breadcumb-content {
    padding-top: 180px;
}
}

/* === Prueba ===== */

#baguetteBox-overlay .full-image img {
box-shadow: none !important;
}
@media (min-width: 922px){
    .menucito {
        display: none;
    }
}
@media (max-width: 992px) {

.menucito {
    background-color: transparent;
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;            
    left: 0;
    transition: 500ms;
    overflow: hidden;
    z-index: 99999;
    /*animation-iteration-count: infinite;*/
}

.menucito-2 {        
    width: 250px;
    background-color: #000;
    height: 100%; 
    z-index: 99999;   
}
.menucito-3 {        
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 9999999999;
    top: 0;
    position: absolute;
    margin-left: 250px;

}

.ul-menucito {    
    font-size: 18px;    
    padding: 10% 5% 0% 10%;
    padding-top: 80px;
    font-family: Bellota Text;
    display: inline-grid;
}
.ul-menucito a {
    color: #fff;
}

.li-menucito a {
    margin: 10px;
    position: relative;
    display: inline-flex;
    overflow: hidden;
    padding-bottom: 10px;
    text-transform: uppercase;

}

.li-menucito a::before{
    content: '';
    height: 4px;
    background: #fff;
    position: absolute;
    left: -1000px;
    bottom: 0;
    width: 100%;
    transition: 500ms;
}

.li-menucito:hover a::before,
.li-menucito.active a::before {
    content: '';
    left: 0;

}


.hvr-underline-from-left:before {
    background: #fff !important;        
}
.cerrar {
            background: transparent;
            color: #fff;            
            position: absolute;
            left: 200px; 
            padding: 7px 5px;
            font-size: 25px;
            border: none;
            top: 15px;            
            
        }
    .oculto {
        left:  -5000px;
        transition: 1s;

    }

}
/*=== Animacion ====*/

.whatsapp-btn,
.whatsapp-btn:focus {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #25d366;
    border: none;
    color: #333;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 1;
    font-size: 55px;
    border-radius: 50%;
    left: 25px;
    bottom: 25px;
    transition: 500ms;
    z-index: 11;
    box-shadow: 4px 4px 15px -1px rgba(0,0,0,0.75);
}

.whatsapp-btn:before{
    content: '';
    position: absolute;
    background: #25d366;
    height: 10px;
    width: 10px;
    bottom: 2px;
    left: 2px;
    z-index: -1;
    transition: 500ms;
    border-radius: 5px 0px 5px 0px;
    box-shadow: 4px 12px 15px -1px rgba(0,0,0,0.75);
}

.whatsapp-btn i{
    color: #fff;
    transition: 500ms;
}

.whatsapp-btn:hover,
.whatsapp-btn:hover::before{
    border-color: transparent;
    background: #fff;
}

.whatsapp-btn:hover i{
    color: #333;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #fff;
    border: solid 0.40px rgba(0, 0, 0, 0.5);
    color: #333;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 25px;
    bottom: 25px;
    transition: background 0.5s;
    z-index: 11;
    box-shadow: 4px 4px 15px -1px rgba(0,0,0,0.75);
}

.back-to-top i {
    padding-top: 12px;
    color: #333;
}

.barras-banner{
    height: 300px;
    margin-top: 80px;
}

.banner-arriba-banner{
    padding: 0px 10px;
}

.banner-arriba-banner h2{
    padding: 5px;
    margin-bottom: 0;
}

a.btn-a-proyectos-pc{
    display: flex;
}

a.btn-a-proyectos-movil{
    display: none;
}

#modal-gallery{
    padding: 0 !important;
}

#modal-gallery .modal-dialog{
    max-width: 100%;
}

@media (max-width: 600px) {
    .banner-arriba-banner h2{
        font-size: 35px;
    }

    .barras-banner{
        height: 250px;
    }

    .whatsapp-btn,{
        left: 15px;
        bottom: 15px;
    }

    .back-to-top{
        right: 15px;
        bottom: 15px;
    }

    a.btn-a-proyectos-pc{
        display: none;
    }

    a.btn-a-proyectos-movil{
        display: flex;
    }
}