@import url(../css/opensans-font.css);
@import url(../css/bootstrap.min.css);
@import url(../css/animate.css);
@import url(../css/default-assets/classy-nav.css);
@import url(../css/default-assets/audioplayer.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/magnific-popup.css);
@import url(../css/font-awesome.min.css);
@import url(../css/style.css);

* {
  margin: 0;
  padding: 0; 
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #252525;
  line-height: 1.3;
  font-weight: 400; }

a,
a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 400; }

li {
  list-style: none; }

p {
  line-height: 1.7;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400; }

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

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

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

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  width: 30px;
  background: #CABE9B;
  height: 30px;
  line-height: 30px; }

button.mfp-close,
button.mfp-arrow {
  background: #CABE9B; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f6f9f9 !important; }

textarea:focus,
input:focus {
  outline: none; }

.border {
  border-color: #e5e5e5; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* Spacing */
.mt-15 {
  margin-top: 15px; }

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

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

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

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

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

.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-40 {
  margin-bottom: 40px; }

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

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

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

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

.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; }

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

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

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

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

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f6f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #E91659;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

/* Cabecera */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
  .section-heading h2 {
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    line-height: 1.2;
  }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 36px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px;
      }
    }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 30px;
      }
    }
  .section-heading p {
    font-size: 16px;
  }
  .section-heading span {
    position: absolute;
    top: 50%;
    font-size: 100px;
    color: #99B937;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.1;
    left: 0;
    font-weight: 700;
  }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading span {
        font-size: 70px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading span {
        font-size: 70px;
      }
    }
    @media only screen and (max-width: 767px) {
      .section-heading span {
        font-size: 50px;
      }
    }
  .section-heading.text-right span {
    right: 48px;
  }

/* TOP button  */
  #scrollUp {
    position: fixed;
    right: 40px;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    bottom: 40px;
    background-color: #E91659;
    color: #ffffff;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    z-index: 15962536;
  }

  #scrollUp:focus, #scrollUp:hover {
    background-color: #CABE9B;
    color: #ffffff;
  }

/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none; }

.clase-btn {
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 1;
  min-width: 150px;
  height: 42px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  color: #252525;
  border: 1px solid #252525;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

  .clase-btn:focus, .clase-btn:hover {
    border-color: #E91659;
    font-weight: 400;
    font-size: 18px;
    background-color: #E91659;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  }
  .clase-btn.active {
    border-color: #E91659;
    background-color: #E91659;
    color: #ffffff;
  }

    .clase-btn.active:focus, .clase-btn.active:hover {
      border-color: #CABE9B;
      background-color: #CABE9B;
      color: #ffffff;
    }

/* Cabecera */
.header-area {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 1px solid #e5e5e5;
}
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    background-color: #CABE9B;
    width: 100%;
    height: 50px;
  }
    @media only screen and (max-width: 767px) {
      .header-area .top-header-area {
        height: auto;
        padding: 15px 0;
        }
    }
    .header-area .top-header-area .top-header-content p {
      margin-bottom: 0;
      font-size: 14px;
      color: #ffffff;
    }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-header-area .top-header-content p {
          font-size: 12px;
          }
      }
      @media only screen and (max-width: 767px) {
        .header-area .top-header-area .top-header-content p {
          font-size: 10px;
          }
      }
  .header-area .cart-icon a:focus, .header-area .cart-icon a:hover {
    color: #bca858;
  }

.classy-nav-container {
  background-color: transparent;
  padding: 0;
}
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 150px;
    padding: 0;
  }
  

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classy-nav-container .classy-navbar {
        height: 120px;
        }
    }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 120px;
        }
    }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 340px;
        margin-right: 15px;
        }
        
      .classy-nav-container .classy-navbar {
        height: 120px;
      }
    }
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 16px;
      text-transform: capitalize;
      color: #252525;
    }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          }
        }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          }
        }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          }
        }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: #E91659;
      }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 14px;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #252525;
    }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #91B535;
      }

.classynav ul li.active a {
  position: relative;
  z-index: 1;
}
  .classynav ul li.active a::before {
    width: 80%;
    height: 4px;
    background-color: #CABE9B;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: '';
  }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classynav ul li.active a::before {
        display: none;
      }
    }
    @media only screen and (max-width: 767px) {
      .classynav ul li.active a::before {
        display: none;
        }
    }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #252525; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  min-width: 230px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 6px; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

/* Slides Inicio */
  .single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 720px;
    background-color: #ffffff;
  }

  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1;
  }

  .single-welcome-slide .welcome-text h2 {
    font-size: 72px;
    display: block;
    margin-bottom: 30px;
    color: #252525;
    margin-top: 150px;
  }

  .single-welcome-slide .welcome-text p {
    font-size: 18px;
    color: #252525;
    margin-bottom: 50px;
    display: block;
  }

  .bg-img2 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg1 {
    background: url(../img/slides/16.jpg) #ffe7f4;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg2 {
    background: url(../img/slides/17.jpg) #ffe7f4;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg3 {
    background: url(../img/slides/18.jpg) #ffe7f4;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .titulo-categoria {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 75%;
    left: 0;
    margin: 0 auto;
    z-index: 999999;
    padding-top: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.70);
  }

  .titulo-categoria:hover {
    background-color: rgba(255, 255, 255, 0.90);
  }

  .titulo-categoria h4 {
    font-size: 15px;
    text-transform:uppercase;
  }

  @media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .single-welcome-slide {
    min-height: 600px;
    }
    .single-welcome-slide .welcome-text h2 {
      font-size: 72px;
      display: block;
      margin-bottom: 30px;
      color: #252525;
      margin-top: 100px;
    }
  }

  @media only screen and (min-width: 1366px) and (max-width: 1599px) {
    .single-welcome-slide {
      min-height: 500px;
    }
    .single-welcome-slide .welcome-text h2 {
      font-size: 50px;
      margin-bottom: 30px;
      margin-top: 80px;
    }
    .single-welcome-slide .welcome-text p {
      font-size: 15px;
      margin-bottom: 50px;
    }
  }

  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-welcome-slide {
      min-height: 500px;
    }
    .single-welcome-slide .welcome-text h2 {
      font-size: 45px;
      margin-bottom: 30px;
      margin-top: 90px;
    }
    .single-welcome-slide .welcome-text p {
      font-size: 14px;
      margin-bottom: 50px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
    min-height: 390px;
    }
    .single-welcome-slide .welcome-text h2 {
      font-size: 35px;
      margin-bottom: 20px;
      margin-top: 75px;
    }
    .single-welcome-slide .welcome-text p {
      font-size: 14px;
      margin-bottom: 20px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      min-height: 300px;
    }
    .single-welcome-slide .welcome-text h2 {
      font-size: 35px;
      margin-bottom: 20px;
      margin-top: 30px;
    }
    .single-welcome-slide .welcome-text p {
      font-size: 14px;
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      min-height: 300px;
    }
    .single-welcome-slide .welcome-text h2 {
      font-size: 30px;
      margin-bottom: 20px;
      margin-top: 35px;
    }
    .single-welcome-slide .welcome-text p {
      font-size: 12px;
      margin-bottom: 20px;
    }
    .titulo-categoria h4 {
      font-size: 20px;
      text-transform:uppercase;
    }
  }


.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Pie */
.footer-area {
  position: relative;
  z-index: 1;
  border-top: solid 1px #e9e9e9;
}

.single-footer-widget {
  position: relative;
  z-index: 1;
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-widget p {
      font-size: 14px;
    }
  }
  .single-footer-widget .widget-title {
    font-size: 22px;
    color: #252525;
    margin-bottom: 30px;
    display: block;
    text-transform: capitalize;
  }
  .single-footer-widget .open-time p {
    margin-bottom: 8px;
  }
    .single-footer-widget .open-time p:last-child {
      margin-bottom: 0;
    }
  .single-footer-widget .social-info {
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
    .single-footer-widget .social-info a {
      display: inline-block;
      font-size: 18px;
      color: #ffffff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
      text-align: center;
      line-height: 40px;
    }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .social-info a {
          margin-right: 5px;
        }
      }
      .single-footer-widget .social-info a.facebook {
        background-color: #4b62b3;
      }
      .single-footer-widget .social-info a.twitter {
        background-color: #03baeb;
      }
      .single-footer-widget .social-info a.google-plus {
        background-color: #cb242e;
      }
      .single-footer-widget .social-info a.instagram {
        background-color: #057ad7;
      }
      .single-footer-widget .social-info a:focus, .single-footer-widget .social-info a:hover {
        background-color: #bca858;
      }

  .single-footer-widget .contact-address p {
    margin-bottom: 8px;
  }

    .single-footer-widget .contact-address p:last-child {
      margin-bottom: 0;
    }

  .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 30px;
  }


/* ACCION AREA */
  .clase-cta-area {
    position: relative;
    z-index: 1;
  }
  .clase-cta-area .cta-content h2 {
    font-size: 48px;
    display: block;
    margin-bottom: 30px;
  }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .clase-cta-area .cta-content h2 {
        font-size: 36px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .clase-cta-area .cta-content h2 {
        font-size: 36px;
      }
    }
    @media only screen and (max-width: 767px) {
      .clase-cta-area .cta-content h2 {
        font-size: 30px;
      }
    }
  .clase-cta-area .cta-thumbnail {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
  }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .clase-cta-area .cta-thumbnail {
        width: 65%;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .clase-cta-area .cta-thumbnail {
        width: 70%;
        opacity: 0.5;
      }
    }
    @media only screen and (max-width: 767px) {
      .clase-cta-area .cta-thumbnail {
        width: 100%;
        opacity: 0.2;
      }
    }

/* MIGAS */
      .breadcrumb-content {
        position: relative;
        z-index: 1;
        text-align: center;
      }
      .breadcrumb-content h2 {
      font-size: 60px;
      margin-bottom: 15px;
      }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .breadcrumb-content h2 {
          font-size: 48px;
        }
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .breadcrumb-content h2 {
          font-size: 48px;
        }
      }
      @media only screen and (max-width: 767px) {
        .breadcrumb-content h2 {
          font-size: 36px;
        }
      }
      .breadcrumb-content .breadcrumb {
      position: relative;
      padding: 0;
      background-color: transparent;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      }
      .breadcrumb-content .breadcrumb .breadcrumb-item a:hover, .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
        color: #E91659;
      }
      .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: '\f101';
        font-family: "FontAwesome";
      }

/* ELEGIRNOS */
.choose-us-content {
  position: relative;
  z-index: 1; }
  .choose-us-content ul li {
    font-size: 16px;
    display: block;
    margin-bottom: 15px; }
    .choose-us-content ul li i {
      color: #91B535;
      padding-right: 5px; }
    .choose-us-content ul li:last-child {
      margin-bottom: 0; }

.choose-us-thumbnail {
  position: relative;
  z-index: 1;
  background-color: #ebebeb;
  border-radius: 4px;
  height: 380px; }
  @media only screen and (max-width: 767px) {
    .choose-us-thumbnail {
      height: 220px; } }
  .choose-us-thumbnail .choose-us-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -30px;
    right: 30px;
    z-index: 10;
    border-radius: 4px; }
    @media only screen and (max-width: 767px) {
      .choose-us-thumbnail .choose-us-img {
        top: -15px;
        right: 15px; } }

/* Productos CSS */
.clase-productos {
  position: relative;
  z-index: 1; }

.productos-menu .btn {
  padding: 5px 10px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  margin: 0 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .productos-menu .btn {
      margin: 0 5px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .productos-menu .btn {
      margin: 0 3px;
      font-size: 13px; } }
  .productos-menu .btn.active {
    color: #E5358D;
    border-bottom-color: #E5358D; }

.clase-productos-single-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px; }
  .clase-productos-single-item img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 3px; }
  .clase-productos-single-item .overlay-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    border-radius: 3px;
    padding: 50px 30px;
  }
    .clase-productos-single-item .overlay-content .overlay-text h4 {
      color: #E91659;
    }
      @media only screen and (max-width: 767px) {
        .clase-productos-single-item .overlay-content .overlay-text h4 {
          font-size: 20px;
        }
      }
    .clase-productos-single-item .overlay-content .overlay-text p {
      color: #ffffff;
      margin-bottom: 0;
    }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .clase-productos-single-item .overlay-content .overlay-text p {
          font-size: 14px;
        }
      }
      @media only screen and (max-width: 767px) {
        .clase-productos-single-item .overlay-content .overlay-text p {
          font-size: 14px;
        }
      }
  .clase-productos-single-item .thumbnail-zoom {
    position: absolute;
    width: 40px;
    height: auto;
    margin-left: -40px;
    font-size: 20px;
    color: #ffffff;
    left: 50%;
    z-index: 100;
    bottom: 25px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
  }
    .clase-productos-single-item .thumbnail-zoom:hover, .clase-productos-single-item .thumbnail-zoom:focus {
      color: #E91659;
    }
  .clase-productos-single-item:hover img, .clase-productos-single-item:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .clase-productos-single-item:hover .overlay-content, .clase-productos-single-item:focus .overlay-content {
    opacity: 0.7;
    visibility: visible;
  }
  .clase-productos-single-item:hover .thumbnail-zoom, .clase-productos-single-item:focus .thumbnail-zoom {
    opacity: 1;
    visibility: visible;
    margin-left: -20px;
  }


/* QUIENES SOMOS */
.about-us-thumbnail {
  position: relative;
  z-index: 1; }
  .about-us-thumbnail img {
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  }

.about-us-content {
  position: relative;
  z-index: 1; }
  .about-us-content h3 {
    display: block;
    margin-bottom: 15px;
  }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-content h3 {
        font-size: 24px;
      }
    }
    @media only screen and (max-width: 767px) {
      .about-us-content h3 {
        font-size: 24px;
      }
    }

.about--us--content p {
  font-size: 20px;
  font-style: italic;
  color: #252525;
  margin-bottom: 25px; }
.about--us--content img {
  display: block;
  margin-bottom: 20px; }
.about--us--content h4 {
  margin-bottom: 0; }


        .welcome-slides .owl-prev,
        .welcome-slides .owl-next {
          width: 40px;
          height: 40px;
          position: absolute;
          border: 1px solid #252525;
          color: #252525;
          text-align: center;
          line-height: 40px;
          font-size: 24px;
          border-radius: 50%;
          -webkit-transition-duration: 500ms;
          -o-transition-duration: 500ms;
          transition-duration: 500ms;
          top: 50%;
          margin-top: -20px;
          left: 20px;
        }
          @media only screen and (max-width: 767px) {
            .welcome-slides .owl-prev,
            .welcome-slides .owl-next {
              display: none;
            }
          }
          .welcome-slides .owl-prev:hover, .welcome-slides .owl-prev:focus,
          .welcome-slides .owl-next:hover,
          .welcome-slides .owl-next:focus {
            border-color: #CABE9B;
            background-color: #CABE9B;
            color: #ffffff;
          }
        .welcome-slides .owl-next {
          left: auto;
          right: 20px; }
        .welcome-slides .owl-dots {
          margin-top: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 30px auto 0;
          width: 200px;
          border: 1px solid #e5e5e5;
          border-radius: 6px;
          height: 10px;
        }
          .welcome-slides .owl-dots .owl-dot {
            flex-grow: 1;
            height: 10px;
            border-radius: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
          }
            .welcome-slides .owl-dots .owl-dot.active {
              height: 10px;
              background-color: #CABE9B;
            }


/* Contactenos */
.clase-contact-form {
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .clase-contact-form {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .clase-contact-form h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .clase-contact-form h4 {
      font-size: 20px; } }
  .clase-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    color: #acacac;
    font-size: 14px; }
    .clase-contact-form .form-control:focus {
      box-shadow: none;
      border-color: #bca858; }
  .clase-contact-form textarea.form-control {
    height: 150px;
    padding: 20px; }

.clase-google-maps-area {
  position: relative;
  z-index: 1;
  height: 450px; }
  @media only screen and (max-width: 767px) {
    .clase-google-maps-area {
      height: 320px; } }
  .clase-google-maps-area iframe {
    width: 100%;
    height: 100%;
    border: none; }

.single-contact-information {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-contact-information i {
    font-size: 30px;
    margin-bottom: 15px;
    color: #91B535;
    display: block; }
  .single-contact-information h4 {
    display: block;
    margin-bottom: 15px; }
  .single-contact-information p {
    margin-bottom: 0; }
