/*
Template Name: Greeva - Bootstrap 4 Landing Page Tamplat
Author: CoderThemes
Email: coderthemes@gmail.com
File: Main scss file
*/
/*******************************
Fuentes
********************************/
p

@font-face {
  font-family: "DINNextLTPro-BlackCondensed";
  src: url("../fonts/DINNextLTPro-BlackCondensed.ttf") format('truetype');ca
}



@font-face {
  font-family: "DINNextLTPro-Bold";
  src: url("../fonts/DINNextLTPro-Bold.ttf") format('truetype');
}


@font-face {
  font-family: "DINNextLTPro-HeavyCondensed";
  src: url("../fonts/DINNextLTPro-HeavyCondensed.ttf") format('truetype');
}

@font-face {
  font-family: "DINNextLTPro-LightCondensed";
  src: url("../fonts/DINNextLTPro-LightCondensed.ttf") format('truetype');
}

@font-face {
  font-family: "DINNextLTPro-LightItalic";
  src: url("../fonts/DINNextLTPro-LightItalic.ttf") format('truetype');
}

@font-face {
  font-family: "DINNextLTPro-MediumCond";
  src: url("../fonts/DINNextLTPro-MediumCond.ttf") format('truetype');
}

@font-face {
  font-family: "DINNextLTPro-Regular";
  src: url("../fonts/DINNextLTPro-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "SafirScript_PERSONAL_USE";
  src: url("../fonts/SafirScript_PERSONAL_USE.ttf") format('truetype');
}

@font-face {
  font-family: "MyriadProRegular";
  src: url("../fonts/MyriadProRegular.ttf") format('truetype');
}


@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600&display=swap");

/*******************
    1.General
*******************/


/* body {
  font-family: "Barlow", sans-serif;
  font-size: 0.9rem;
  color: #98a6ad;
  background-color: #ffffff;
} */



a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.8;
  font-size: 15px;
}

/*******************
    2.Helper
*******************/
.card {
  border: none;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 7px;
  margin-bottom: 30px;
}

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

.btn {
  font-size: .8125rem;
  padding: .45rem .9rem;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-primary {
  color: #ffffff;
  background: #188ae2;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus,
.btn-primary .open>.dropdown-toggle.btn-primary {
  outline: none;
  text-decoration: none;
  color: #ffffff;
}

.bg-gradient {
  background: linear-gradient(15deg, #02a8b5 0, #31ce77 100%);
}

.text-primary {
  color: #188ae2 !important;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.bg-pattern-effect {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
}

.bg-pattern-effect img {
  width: 100%;
}

.rounded-shape {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/******************
    2.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 1 !important;
  color: #fdd51b;
  font-weight: 600;
  /* -webkit-transition: all 0.4s;
  transition: all 0.4s; */
  background-color: transparent !important;
  text-align: center;
  padding: 3px 3px;
  /* margin: 0 10px; */
  font-size: 18px;
  font-family: "DINNextLTPro-LightCondensed";

}

.nav-link {
  line-height: 15px;
  color: #fdd51b;
  /* -webkit-transition: all 0.4s;
  transition: all 0.4s; */
  background-color: transparent !important;
  text-align: center;
  padding: 3px 3px;
  /* margin: 0 10px; */
  font-size: 13px;
  /* font-family: "SafirScript_PERSONAL_USE"; */

}

.navbar-light .navbar-nav .nav-link {
  line-height: 15px;
  color: #fdd51b;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  font-family: "DINNextLTPro-LightCondensed";


}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #ffffff;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  position: relative;
}



.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: transparent;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}

.nav-sticky.navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
  display: none;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: rgba(50, 58, 70, 0.8);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #188ae2;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #188ae2;
}

/******************
    3.Home
*******************/
.bg-home {
  position: relative;
  padding-top: 220px;
}

.bg-home .home-img img {
  position: relative;
  z-index: 9;
}

/* .home-title h1 {
  line-height: 46px;
} */

.search-form form {
  position: relative;
  max-width: 360px;
}

.search-form form input {
  height: 48px;
  padding-right: 60px;
  padding-left: 30px;
  border-radius: 30px;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
  font-size: 15px;
}

.search-form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form button {
  position: absolute;
  top: 4px;
  right: 5px;
  outline: none !important;
  border-radius: 30px;
  font-size: 16px;
}

/******************
    4.Services
*******************/
.services-icon i {
  display: inline-block;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  background: #def7e9;
  color: #31ce77;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/******************
    5.Demo box
*******************/
.demo-box a .demo-content {
  border-radius: 4px;
  overflow: hidden;
}

.demo-box a .demo-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(15deg, #02a8b5 0, #31ce77 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.demo-box a .overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 0 16px 0;
}

.demo-box a .overlay-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-85%);
  transform: translateY(-85%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.demo-box a:hover .demo-overlay {
  opacity: 0.7;
}

.demo-box a:hover .overlay-content {
  position: absolute;
  bottom: 0px;
}

/******************
    6.Testimonial
*******************/
.testimonial .testi-box {
  margin: 0px 12px;
}

.testimonial .owl-controls .owl-page span {
  height: 6px;
}

.testimonial .owl-controls .owl-page.active span {
  width: 16px;
}

.client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

/******************
    7.contact
*******************/
.contact-form {
  top: 26px;
  z-index: 9;
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.form-control {
  height: 43px;
  font-size: 0.9rem;
  border-color: #fff;
  border-radius: 15px;
  background: transparent !important;
  border: 2px solid white;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #f34943;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #f34943;
  background-color: #fef0f0;
  border-color: #fef0f0;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #31ce77;
  font-size: 22px;
}

/******************
    8.Footer
*******************/
.footer {
  background: #323a46;
  /* padding: 90px 0px 40px 0px; */
}

.footer .footer-list li {
  padding: 7px 0px;
}

.footer .footer-list li a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #ffffff;
}

.footer .footer-desc {
  background: #3b4452;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-alt {
  background: #3b4452;
}





/******************
    9.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (max-width: 1199px) {
  .img-carne {
    width: 250px;
    margin-top: -5px !important;
    margin-bottom: 10px;
  }
}



@media (min-width: 1200px) {
  .container-fluid {
    max-width: 100%;
  }

  .img-carne {

    width: 350px !important;
    margin-top: 0px !important;
  }

}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .title-our {
    font-size: 30px;
    font-weight: 600;
    color: #001689;
    font-family: "DINNextLTPro-BlackCondensed";
  }

  .text-welcome3 {
    color: #fefefe;
    font-weight: 100;
    text-align: left;
    font-size: 18px !important;
  }

  .navbar-custom {
    margin-top: 0px;
    padding: 0px 0px !important;
    background-color: transparent;
    /* -webkit-box-shadow: 0 10px 33px -14px rgb(0 0 0 / 10%); */
    /* box-shadow: 0 10px 33px -14px rgb(0 0 0 / 10%); */
  }

  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }

  .navbar-custom .logo .logo-light {
    display: none;
  }

  .navbar-custom .logo img {
    height: 150px;
  }

  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: rgba(50, 58, 70, 0.8) !important;
    margin: 0px;
    padding: 6px 0px;
  }

  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #188ae2 !important;
  }

  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #323a46;
  }

  .bg-home {
    padding-top: 140px;
  }
}

@media (max-width: 575px) {

  .footer {
    /* padding: 50px 0px 0px 0px !important; */
  }
}

@media (min-width: 992px) and (max-width: 1055px) {
  .btn-video {
    background: #FFED00;
    color: #E9540D;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
    border-radius: 40px;
    margin-top: -20px !important;
    font-family: "DINNextLTPro-Bold";
  }
}

/* Pantallas grandes */
@media (min-width: 1824px) {

  .img-carne {

    width: 500px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .img-grafico {

    width: 500px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .btn-click {
    text-transform: uppercase;
    font-size: 30px;
    background: #61A60E;
    color: white;
    border-radius: 25px;
    font-weight: 700;
    font-family: "MyriadProRegular";
    width: 300px !important;
    margin-top: 35%;
    margin-left: 60px;
  }

  /* .hr-our {
    text-align: left;
    width: 750px !important;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background: #001689;
  } */

  .img-instagram-mb {
    width: 20px !important;
    margin-right: 5px;
  }

  .img-face-mb {
    width: 15px !important;
    margin-right: 5px;
  }

  .caja-redes {
    margin-top: -280px !important;
    width: 25%;
    justify-content: space-around;
    display: flex;
    left: 30px;
    border-top: 2px dotted #FFED00;
    position: relative;

  }

  .caja-redes2 {
    margin-top: 90px;
  }

  .span {
    font-size: 30px !important;
    color: #FFED00;
    /* font-weight: 600; */
    font-family: "DINNextLTPro-MediumCond";

  }

  .img-instagram {
    width: 35px !important;
  }

  .text-welcome {
    color: #fefefe;
    font-weight: lighter;
    font-size: 33px !important;
    font-family: "DINNextLTPro-LightCondensed";

  }

  .text-welcome2 {
    color: #fff;
    font-weight: lighter;
    font-size: 33px !important;
    font-weight: 600;
    font-family: "DINNextLTPro-LightCondensed";

  }

  .hr-welcome {
    width: 700px !important;
  }

  .text-welcome3 {
    font-size: 21px !important;
  }

  .hr-welcome2 {
    width: 700px !important;
  }

  .text-welcome-title-4, .text-welcome4 {
    font-size: 18px !important;
  }

  .span1 {
    font-size: 13px !important;
  }

  .span2 {
    font-size: 15px !important;
  }

  .text-about {
    font-size: 40px !important;
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "DINNextLTPro-BlackCondensed";
  }

  .text-wisapet {
    font-family: "DINNextLTPro-BlackCondensed";
    color: white;
    font-weight: 100;
    text-align: justify;
    font-size: 40px !important;
    font-weight: 600;

  }



  .text-our {
    font-family: "DINNextLTPro-BlackCondensed";
    color: #001689;
    font-weight: 100;
    text-align: justify;
    font-size: 40px !important;
    font-weight: 600;

  }

  .text-about2 {
    color: #fefefe;
    text-align: justify;
    font-size: 30px !important;
    font-family: "DINNextLTPro-HeavyCondensed";

  }

  .text-about3 {
    color: #fefefe;
    text-align: justify;
    font-size: 21px !important;
    font-family: "DINNextLTPro-LightCondensed";

  }

  .text-what2 {
    font-size: 21px !important;
    font-family: "DINNextLTPro-Bold";

  }

  .btn-video {
    font-size: 30px !important;
    font-family: "DINNextLTPro-Bold";
  }

  .hr-what {
    text-align: left;
    width: 900px !important;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hr-contact {
    text-align: left;
    width: 700px !important;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

    

  .hr-our {
    text-align: left;
    width: 950px !important;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background: #001689;
  }

  .text-contact {
    font-size: 30px !important;
  }


}



.slide-pro-button-container {
      display: flex;
      justify-content: center; /* Centra los botones en el contenedor */
      gap: 20px; /* Espacio entre los botones */
      margin: 20px 0;
    }
    
    .slide-pro-button {
      padding: 10px 20px; /* Espaciado interno */
      border: none; /* Sin bordes */
      border-radius: 5px; /* Bordes redondeados */
      font-size: 16px; /* Tamaño del texto */
      font-weight: bold; /* Texto en negrita */
      cursor: pointer; /* Manito al pasar por encima */
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px; /* Espacio entre el texto y el ícono */
      transition: all 0.3s ease; /* Suavizado en hover */
    }
    
    .slide-pro-button-primary {
      background-color:#ed8524;
      color: white; /* Texto blanco */
    }
    
    .slide-pro-button-primary:hover {
      background-color: #0056b3; /* Azul más oscuro al pasar el mouse */
    }
    
    .slide-pro-button-secondary {
      background-color: #24346c; 
      color: white; /* Texto blanco */
    }
    
    .slide-pro-button-secondary:hover {
      background-color: #495057; /* Gris más oscuro al pasar el mouse */
    }
    
    .slide-pro-icon {
      font-size: 18px; /* Tamaño del ícono */
    }
/*# sourceMappingURL=style.css.map */

.img-banner {
  height: 85vh;
  width: 100vw;
  object-fit: cover;
}

.img-banner-mb {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.bloque-nav {
  display: flex;
  justify-content: space-between;
}

.logo {
  height: 150px;
}

.ico-menu {
  margin-top: 30px;
  margin-right: 40px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  /* padding-top: 20px; */
  color: #fff;
  text-align: left;
  padding: 0px;
}

.carousel-caption2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  /* padding-top: 20px; */
  color: #fff;
  text-align: left;
  padding: 0px;
}

.w-logo {
  width: 250px;
}

.w-logo-sm {
  width: 180px;
}

.w-empaque {
  width: 510px;
}

.navegacion-desktop-w {
  z-index: 1000;
  /* margin-top: -100px; */
  background: #011689;
  border-end-start-radius: 50px;
  position: relative;
}

.navegacion-desktop {
  z-index: 1000;
  /* margin-top: -100px; */
  border-end-start-radius: 50px;
  position: relative;
  background: #FF5100;
}

.foot-desk {
  margin-top: -50px;
  position: relative;
  display: inline-block;
}

.foot-mb {
  position: absolute;
  bottom: 0;
  /* height: 90px; */
}

.lista {
  border-right: 1px solid #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  /* padding: 5px; */
  width: 100%;
}

.lista3 {
  border-right: 1px solid #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  /* padding: 5px; */
  width: 100%;
  margin-top: 15px;
}

.lista4 {
  width: 100%;
  margin-top: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.lista2 {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.caja1 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-instagram {
  width: 30px;
  margin-right: 5px;
}

.img-face {
  width: 15px;
  margin-right: 5px;
}

.span {
  font-size: 16px;
  color: #FFED00;
  /* font-weight: 600; */
  font-family: "DINNextLTPro-MediumCond";

}

.span1 {
  font-size: 9px;
  color: #fefefe;
  font-family: "DINNextLTPro-Regular";

}

.span2 {
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  font-family: "DINNextLTPro-Regular";

}

.caja2 {
  text-align: end;
  line-height: 1;
}

.span1-mb {
  font-size: 9px;
  color: #fefefe;
}

.span2-mb {
  font-size: 10px;
  color: #fff;
  font-weight: 600;
}

.caja2-mb {
  text-align: end;
  line-height: 1;
}

.caja-redes2-mb {
  /* margin-bottom: 0px; */
  /* width: 25%; */
  justify-content: flex-end;
  display: flex;
  right: 10px;
  /* border-top: 2px dotted #FFED00; */
  position: relative;

  top: 10px;

}

.caja-redes2 {
  /* margin-bottom: 0px; */
  /* width: 25%; */
  justify-content: flex-end;
  display: flex;
  right: 30px;
  /* border-top: 2px dotted #FFED00; */
  position: relative;
  top: 50px;
}

.caja-redes {
  margin-top: -200px;
  width: 25%;
  justify-content: space-around;
  display: flex;
  left: 30px;
  border-top: 2px dotted #FFED00;
  position: relative;
  border-bottom: 2px dotted #FFED00;
}

.caja1-mb {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-instagram-mb {
  width: 18px;
  margin-right: 5px;
}

.img-face-mb {
  width: 8px;
  margin-right: 5px;
}

.span-mb {
  font-size: 10px;
  color: #FFED00;
  font-weight: 600;
}

.caja-redes-mb {
  margin-top: -60px;
  width: 40%;
  justify-content: space-around;
  display: flex;
  left: 15px;
  border-top: 2px dotted #FFED00;
  position: relative;
  border-bottom: 2px dotted #FFED00;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fffffff2;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 10px;
  outline: 0;
}

.modal-backdrop.show {
  opacity: .0;
  filter: alpha(opacity=0);
  /* Para versiones anteriores de IE */
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #fffffff2;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.link2 {
  color: #fc4f00;
  font-size: 18px;
  font-weight: 600;
  margin: 10px;
}


.link2:active {
  color: #000;
  background: #fc4f00;
  padding: 10px;
}

.link2:hover {
  color: #000;
  background: #fc4f00;
  padding: 10px;
}


.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px !important;
  height: 15px !important;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #011689;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .10s ease;
  border-radius: 50% !important;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  margin-top: -30px;
}

body {
  background: #001689;
  /* background-image: url('../images/fondo.png'); */

}

.gradiente {
  background: radial-gradient(at 20px 20px, #fff, #2196f317);
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  width: 90%;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 5px;
  position: absolute;
  top: 75px;
  z-index: 1;
  align-items: center;
}

.back {
  background: #001689;
  height: 100vh;
}

.back2 {
  background: #001689;
  /* height: 100vh; */
}

.back3 {
  background: #001689;
  height: 100% !important;
  /*min-height:100vh;*/
  /* background-image: url('../../assets/images/mobile/back3.png'); */
}
/*.back3 img {
  height: 100%;
  min-height:100vh;
}
*/

.back-cat {
  background: #001689;
  height: 100%;
  min-height:100vh;
  position:relative;
  /* background-image: url('../../assets/images/mobile/back3.png'); */
}
.back-cat img {
  height: 100%;
  min-height:100vh;
  background-size: cover;
  width: 100%;
  object-fit: fill;
}


.img-cat-new{
  height: 100%;
  min-height:100vh;
  width: 100%;
  border-bottom-left-radius: 40px;
  position:relative;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}

.card-productos-mb{
      display:none;
  }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0px;
    height: 80px;
  }
}


@media (max-width: 1200px) {
  .caja-redes {
    margin-top: -150px;
    width: 25%;
    justify-content: space-around;
    display: flex;
    left: 30px;
    border-top: 2px dotted #FFED00;
    position: relative;
    border-bottom: 2px dotted #FFED00;
  }
}

@media (min-width: 900px) {
  body {
    overflow-x: hidden !important;

  }
}

@media (max-width: 900px) {
  html {
    overflow-x: hidden !important;
    /* overflow-y: auto;
    overflow-x: hidden;*/
    /* 
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;  */

  }

  body {

    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 100vh;



  }

  .btn-enviar {
    background-color: #FAA819;
    color: #0E359B;
    font-size: 20px;
    font-weight: 600;
    font-family: "DINNextLTPro-Bold";
    width: 250px;
    border-radius: 20px;
    margin: 0 auto !important;

  }

  .div-btn-here {
    z-index: 100 !important;
    position: relative !important;
    margin-top: -250px !important;
    margin-left: -130px !important;
  }

  .btn-click {
    text-transform: uppercase;
    font-size: 20px;
    background: #61A60E;
    color: white;
    border-radius: 25px;
    font-weight: 700;
    font-family: "MyriadProRegular";
    width:100%;
  }

  .text-cat {
    font-family: "MyriadProRegular";
    font-size: 20px !important;
    color: white;
    line-height: 1;
  }

  .text-cat2 {
    font-family: "MyriadProRegular";
    font-size: 20px !important;
    color: #FFED00;
    line-height: 1;
  }

  .btn-video {
    background: #FFED00;
    color: #E9540D;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    border-radius: 40px;
    font-family: "DINNextLTPro-Bold";
    width: 100%;
    margin-top: 100px;
  }

  .title-our {
    font-size: 30px;
    font-weight: 600;
    color: #001689;
    font-family: "DINNextLTPro-BlackCondensed";

  }
}






@media (max-width: 1098px) {
  .hr-welcome {
    text-align: left;
    width: 450px !important;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-welcome {
    color: #fefefe;
    font-weight: lighter;
    text-align: center !important;
    font-size: 18px !important;
    font-family: "DINNextLTPro-LightCondensed";

  }

  .text-welcome2 {
    color: white;
    font-weight: 100;
    text-align: justify;
    font-size: 18px !important;
    font-weight: 600;
    font-family: "DINNextLTPro-LightCondensed";

  }

  .text-welcome6 {
    color: #FFBD19;
    font-weight: 100;
    text-align: center;
    font-size: 14px !important;
    font-style: italic;
  }

  .text-welcome5 {
    font-size: 21px !important;
    font-family: "DINNextLTPro-LightCondensed";


  }

  .text-welcome3 {
    color: #fefefe;
    font-weight: 100;
    text-align: left;
    font-size: 16px !important;
  }

  .text-welcome4 {
    color: #FFBD19;
    font-weight: 100;
    text-align: left;
    font-size: 12px !important;
    font-style: italic;
  }

  .contenedor-welcome {
    position: relative;
    display: inline-block;
    text-align: left;
  }

  .texto-encima-img {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .centrado-texto {
    position: absolute;
    top: 35%;
    left: 12%;
    transform: translate(-25%, -25%);
    width: 45% !important;
    height: 100vh;
  }

  .hr-welcome {
    text-align: left;
    width: 450px;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hr-welcome2 {
    text-align: left;
    border: 1px dotted #FFBD19;
    width: 340px !important;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}



@media (min-width: 992px) and (max-width: 1274px) {
  .foot-desk-padd {
    padding: 20px 0px 0px 0px !important;
  }

}

@media (min-width: 992px) and (max-width: 1254px) {
  .img-food-pets {
    position: absolute;
    width: 55px !important;
    right: -10px !important;
    top: -10px !important;
  }

  .caja-food {
    background: #001689;
    color: white;
    text-align: center;
    width: 210px;
    height: 60px;
    border-radius: 20px;
    display: flex;
    align-content: space-around;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1 !important;
    position: relative;
    margin-right: 40px;
    font-size: 11px !important;
    font-family: "DINNextLTPro-HeavyCondensed";


  }

}



@media (min-width: 600px) and (max-width: 991px) {
  .foot-desk {
    margin-top: -45px !important;
    background: transparent;
  }

  .title-welcome {
    font-size: 30px !important;
    font-weight: 600;
    color: #fefefe !important;
  }

  .text-welcome33 {
    color: #fefefe !important;
    font-size: 20px !important;
  }

  .text-welcome2 {
    color: white;
    font-weight: 100;
    text-align: justify;
    font-size: 28px !important;
    font-weight: 600;
    font-family: "DINNextLTPro-LightCondensed";

  }

  .text-welcome5 {
    font-size: 23px !important;
    font-family: "DINNextLTPro-LightCondensed";

  }

  .text-welcome6 {
    color: #FFBD19;
    font-weight: 100;
    text-align: center;
    font-size: 20px !important;
    font-style: italic;
  }

  .hr-welcome2 {
    text-align: left;
    border: 1px dotted #FFBD19;
    width: 450px !important;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-welcome {
    color: #fefefe;
    font-weight: lighter;
    text-align: center !important;
    font-size: 28px !important;
    font-family: "DINNextLTPro-LightCondensed";

  }
}

@media (max-width: 768px) {

  .text-cat2 {
    font-family: "MyriadProRegular";
    font-size: 28px;
    color: #FFED00;
    line-height: 1;
    margin-left: 0px;
  }

  .hr-our {
    text-align: left;
    width: 350px !important;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background: #001689;
  }

  .hr-welcome {
    text-align: left;
    width: 350px !important;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
.text-our-mb{
   margin-top: 200px;
    /* direction: inherit; */
    /* word-break: break-all; */
    text-align: end;
}
  .text-welcome {
    color: #fefefe;
    font-weight: lighter;
    text-align: center !important;
    font-size: 26px !important;
    font-family: "DINNextLTPro-LightCondensed";

  }

  .text-welcome2 {
    color: white;
    font-weight: 100;
    text-align: justify;
    font-size: 26px !important;
    font-weight: 600;
    font-family: "DINNextLTPro-LightCondensed";

  }

  .text-welcome6 {
    color: #FFBD19;
    font-weight: 100;
    text-align: center;
    font-size: 20px !important;
    font-style: italic;
  }

  .text-welcome5 {
    font-size: 28px !important;
    font-family: "DINNextLTPro-LightCondensed";


  }

  .text-welcome3 {
    color: #fefefe;
    font-weight: 100;
    text-align: left;
    font-size: 23px !important;
  }

  .text-welcome4 {
    color: #FFBD19;
    font-weight: 100;
    text-align: left;
    font-size: 20px !important;
    font-style: italic;
  }

  .contenedor-welcome {
    position: relative;
    display: inline-block;
    text-align: left;
  }

  .texto-encima-img {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .centrado-texto {
    position: absolute;
    top: 35%;
    left: 12%;
    transform: translate(-25%, -25%);
    width: 45% !important;
    height: 100vh;
  }


  .hr-welcome2 {
    text-align: left;
    border: 1px dotted #FFBD19;
    width: 350px !important;
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-what2 {
    color: #fefefe;
    font-family: "DINNextLTPro-Bold";
    font-size: 23px !important;
  }

  .btn-click-aqui {
    background: #fec617;
    color: #01168c !important;
    font-size: 25px !important;
    text-transform: capitalize;
    font-weight: bold;
    font-family: "DINNextLTPro-BlackCondensed";
    padding: 0px 10px 0px 10px;
    cursor: pointer !important;
    border-radius: 5px;
  }
  
  .owl-carousel{
      display:none !important;
  }

  .oprd-slide img {
    max-width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 0.625rem;
    width: auto;
    height: 15rem;
    object-fit: contain;
    margin: 0 auto;
    display: flex;
}
.oprd-slide h3 {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 0.3125rem;
    font-weight: bold;
    font-family: "DINNextLTPro-BlackCondensed";
    text-align: left;
    width:80%;
   margin-left: 3.5rem;
   
}

.ingredients {
    font-size: 0.8em;
    max-height: 2.8rem;
    overflow: hidden;
    transition: max-height 0.8s ease;
    font-family: "DINNextLTPro-LightCondensed";
    width: 80%;
}

.composition {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4;
    margin: 0.3125rem 0;
    font-weight: 700;
    font-family: "DINNextLTPro-LightCondensed";
    width: 80%;
}
.oprd-slide p{
    margin-left: 3.5rem;
}

  .card-productos-mb{
      display:block;
  }
}

@media (max-width: 877px) {

  .caja-redes-mb {
    margin-top: -100px !important;
    width: 40%;
    justify-content: space-around;
    display: flex;
    left: 15px;
    border-top: 2px dotted #FFED00;
    position: relative;
    border-bottom: 2px dotted #FFED00;
  }

}

@media (max-width: 881px) {

  .caja-redes-mb {
    margin-top: -80px !important;
    width: 40%;
    justify-content: space-around;
    display: flex;
    left: 15px;
    border-top: 2px dotted #FFED00;
    position: relative;
    border-bottom: 2px dotted #FFED00;
  }

}

@media (max-width: 863px) {

  .caja-redes {
    margin-top: -120px;
    width: 25%;
    justify-content: space-around;
    display: flex;
    left: 30px;
    border-top: 2px dotted #FFED00;
    position: relative;
    border-bottom: 2px dotted #FFED00;
  }

}

@media (max-width: 545px) {

  .caja-redes-mb {
    margin-top: -65px !important;
    width: 40%;
    justify-content: space-around;
    display: flex;
    left: 15px;
    border-top: 2px dotted #FFED00;
    position: relative;
    border-bottom: 2px dotted #FFED00;
  }

}




.logo-desk-top {
  margin-top: 65px;
}

.img-perfil-dog {
  width: 100%;
}

.text-welcome {
  color: #fefefe;
  font-weight: lighter;
  text-align: justify;
  font-size: 1.5rem;
  font-family: "DINNextLTPro-LightCondensed";

}

.text-welcome2 {
  color: white;
  font-weight: 100;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "DINNextLTPro-LightCondensed";

}

/*
.text-welcome3 {
  color: #fefefe;
  font-weight: 100;
  text-align: left;
  font-size: 1.3rem;
  font-family: "DINNextLTPro-LightCondensed";

}
*/
.text-welcome3 {
    color: #fefefe;
    font-weight: 100;
    text-align: left;
    font-size: 1.2rem !important;
    font-family: "DINNextLTPro-LightCondensed";
    line-height: 1.3;
}

.text-welcome3 p{
    color: #001689;
    font-weight: 100;
    text-align: left;
    font-size: 1.2rem !important;
    font-family: "DINNextLTPro-LightCondensed";
    line-height: 1.3;
}


.text-welcome4 {
  color: #FFBD19;
  font-weight: 100;
  text-align: left;
  font-size: 0.9rem;
  font-style: italic;
  font-family: "DINNextLTPro-LightCondensed";

}

.text-welcome-title-4 {
  color: #FFBD19;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
  font-family: "DINNextLTPro-LightCondensed";

}

.contenedor-welcome {
  position: relative;
  display: inline-block;
  text-align: left;
}

.texto-encima-img {
  position: absolute;
  top: 10px;
  left: 10px;
}

.centrado-texto {
  position: absolute;
  top: 30%;
  left: 13%;
  transform: translate(-25%, -25%);
  width: 40%;
  height: 100vh;
}

.hr-welcome {
  text-align: left;
  width: 450px;
  /* display: flex; */
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hr-welcome2 {
  text-align: left;
  border: 1px dotted #FFBD19;
  width: 450px;
  /* display: flex; */
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-welcome-mb {
  margin-top: 200px;
  /* direction: inherit; */
  /* word-break: break-all; */
  text-align: end;
  font-family: "DINNextLTPro-LightCondensed";
}

.mt-cat-mb {
  margin-top: 150px;
  /* direction: inherit; */
  /* word-break: break-all; */
  text-align: end;
  font-family: "DINNextLTPro-LightCondensed";
}
.mt-cat-new-mb {
  margin-top: 5rem;
  /* direction: inherit; */
  /* word-break: break-all; */
  text-align: end;
  font-family: "DINNextLTPro-LightCondensed";
}
.btngroup-cats{
    z-index: 2000;
    position: absolute;
    bottom: 10px;
}
.title-welcome {
  font-size: 30px;
  font-weight: 600;
  color: #fefefe;
}

.body2 {
  /* background: #0f0f0f; */
  /* background-image: url(../images/fondo.png); */
}

.text-welcome5 {
  color: #FFBD19;
  font-weight: 100;
  text-align: center;
  font-size: 21px;
  font-family: "DINNextLTPro-LightCondensed";

}

.text-welcome6 {
  color: #FFBD19;
  font-weight: 100;
  text-align: center;
  font-size: 15px;
  font-style: italic;
}

.text-position-cat {
  z-index: 100;
  position: absolute;
  top: 50px;
}

.text-position {
  z-index: 2;
  position: relative;
}

.div-category-producto{
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #24346c26;
    padding: 0.5rem;
    border-radius: 5px;
    font-size: 1rem;
    width: 50%;
    background: #24346c2b;
    color: #001689;
}


/****************** section about *******************/

.centrado-texto-about {
  position: absolute;
  top: 35%;
  right: 0%;
  transform: translate(-25%, -25%);
  width: 38%;
  height: 100vh;
}

.text-about {
  font-size: 35px;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "DINNextLTPro-BlackCondensed";

}

.text-wisapet {
  font-family: "DINNextLTPro-BlackCondensed";
  color: white;
  font-weight: 100;
  text-align: justify;
  font-size: 35px !important;
  font-weight: 600;

}

.text-our {
  font-family: "DINNextLTPro-BlackCondensed";
  color: #001689;
  font-weight: 100;
  text-align: justify;
  font-size: 35px !important;
  font-weight: 600;

}



.text-about2 {
  color: #fefefe;
  text-align: justify;
  font-size: 16px;
  font-family: "DINNextLTPro-LightCondensed";
}

.text-about22 {
  font-family: "DINNextLTPro-HeavyCondensed";
}

.text-about3 {
  color: #fefefe;
  text-align: justify;
  font-size: 14px;
  font-family: "DINNextLTPro-LightCondensed";

}

.mb-about {
  margin-bottom: 10px;
}

.caja-food {
  background: #001689;
  color: white;
  text-align: center;
  width: 800px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1 !important;
  position: relative;
  margin-right: 40px;
  font-family: "DINNextLTPro-HeavyCondensed";
  font-size: 15px;

}

.caja-principal-food-mb {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: start; */
  margin-top: 50px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.caja-food-mb {
  background: #001689;
  color: white;
  text-align: center;
  width: 100%;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 20px;
  font-weight: 700;
  /* line-height: 1 !important; */
  position: relative;
  margin-right: 40px;
  font-size: 20px;
  font-family: "DINNextLTPro-HeavyCondensed";

}

.caja-principal-food {
  display: flex;
  justify-content: left;
  align-items: start;
  margin-top: 30px;
}

.img-food-pets {
  position: absolute;
  width: 70px;
  right: -20px;
  top: -30px;
}

.ul-menu {
  width: 90%;
  margin: 0 auto;
}

.body-about {
  background: #fc5000;
}

/* .div-border{
  border-end-start-radius: 40px !important;
} */

/***********************section  What is a pet **********************************/

.text-what2 {
  color: #fefefe;
  text-align: justify;
  font-size: 11px;
  font-family: "DINNextLTPro-Bold";

}

.btn-video {
  background: #FFED00;
  color: #E9540D;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  border-radius: 40px;
  font-family: "DINNextLTPro-Bold";
}

.centrado-texto-what {
  position: absolute;
  top: 33%;
  left: 20%;
  transform: translate(-25%, -25%);
  width: 60%;
  height: 110vh;
}

.centrado-texto-wecare {
  position: absolute;
  top: 35%;
  left: 20%;
  transform: translate(-25%, -25%);
  width: 60%;
  height: 110vh;
}

.centrado-texto-we {
  position: absolute;
  top: 35%;
  left: 20%;
  transform: translate(-25%, -25%);
  width: 50%;
  height: 110vh;
}

.centrado-texto-contact {
  position: absolute;
  top: 35%;
  left: 30%;
  transform: translate(-25%, -25%);
  width: 100%;
  height: 100vh;
}

.centrado-texto-our {
  position: absolute;
  top: 35%;
  left: 30%;
  transform: translate(-25%, -25%);
  width: 100%;
  height: 100vh;
}

.hr-what {
  text-align: left;
  width: 650px;
  /* display: flex; */
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 
.text-what{
  color: #fefefe;
  font-weight: lighter;
  text-align: justify;
  font-size: 14px;
} */
/* otras */

.text-what2 {
  color: #fefefe;
  font-family: "DINNextLTPro-Bold";
  font-size: 14px;
}

.nav-blue {
  background: #001689;
}

.body-welcome {
  background: #0a0c19;
  z-index: 1;
  position: relative;
}

.body-welcome-mb {
  background: #141417;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white !important;
}

.backorange {
  background: #e9540d;
}


/* section we produce the best */



.img-carne {
  width: 250px;
  margin-top: -25px;
  margin-bottom: 10px;
}

.img-grafico {

  width: 350px;
  margin-top: -35px;
  margin-bottom: 10px;
}

.backorange2 {
  background: #FF4E00;
}

.backwhite {
  background: #fff;
}

.hr-our {
  text-align: left;
  width: 450px;
  /* display: flex; */
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  background: #001689;
}

.text-cat {
  font-family: "MyriadProRegular";
  font-size: 28px;
  color: white;
  line-height: 1;
}

.text-cat2 {
  font-family: "MyriadProRegular";
  font-size: 28px;
  color: #FFED00;
  line-height: 1;
  margin-left: 3px;
}

.back-morado {
  background: #60269E;
  background-image: url('../images/mobile/fondopatita.png');
  background-size: cover;
}

.nav-link-modal {
  font-size: 18px;
  font-weight: 600;
  margin: 10px;
}

.div-btn-mb {
  z-index: 2;
  position: absolute;
  top: 400px;
  left: 20px;
}

.btn-click {
  text-transform: uppercase;
  font-size: 20px;
  background: #61A60E;
  color: white;
  border-radius: 25px;
  font-weight: 700;
  font-family: "MyriadProRegular";
  width: 250px;
}

.hr-contact {
  text-align: left;
  width: 400px;
  /* display: flex; */
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-contact {
  color: #fefefe;
  font-family: "DINNextLTPro-Bold";
  font-size: 20px;
}

.input_id::placeholder {
  color: white;
}

.btn-enviar {
  background-color: #FAA819;
  color: #0E359B;
  font-size: 20px;
  font-weight: 600;
  font-family: "DINNextLTPro-Bold";
  width: 250px;
  border-radius: 20px;

}

.span-bell {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  font-family: "DINNextLTPro-Regular";
}

.span-bell2 {
  font-size: 15px;
  color: #fff;
  font-family: "DINNextLTPro-Regular";
}

.form-control {

  color: #fff !important;
  background-color: transparent !important;

}

.mt {
  margin-top: 1rem;
}

.mb {
  margin-bottom: 20px;
}

.centrado-texto-contact2 {
  position: absolute;
  top: 10%;
  /* left: 30%; */
  /* transform: translate(-25%, -25%); */
  width: 100%;
  height: 100vh;

}

select .op {
  color: black !important;

}



.flags {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flags__item {
  width: 30px;
  padding: 5px;
  margin-left: 10px;
}

.flags__img {
  display: block;
  cursor: pointer;
}

.btn-lang {
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 1000;
}

.btn-lang-modal {
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 1000;
}

.btn-click-aqui {
  background: #fec617;
  color: #01168c !important;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "DINNextLTPro-BlackCondensed";
  padding: 0px 10px 0px 10px;
  cursor: pointer !important;
  border-radius: 5px;
}

.div-click-aqui {
  position: absolute;
  z-index: 100;
  right: 30px;
  bottom: 30px;
}

.dropdown-menu.show {
  display: block;
  background: #ffffffd1;
  border-radius: 15px;
  min-width: 100px !important;
}

/*css pagina our products*/

.oprd-container {
    display: flex;
    max-width:81.25rem; /* Ajusta el ancho máximo para mostrar 3 slides */
    width: 100%;
    gap: 1.25rem;
    padding: 1.25rem;
}

/* Sección de texto a la izquierda */

.oprd-text-content {
    flex: 0.4; 
    padding: 1rem;
}

.oprd-text-content h2 {
    font-size: 1.5em;
    color: #fc5000;
    margin-bottom: 0.8rem;
    font-family: "DINNextLTPro-LightCondensed";
}

.oprd-text-content p {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
     font-family: "DINNextLTPro-LightCondensed";
}

/* Carrusel */
.oprd-carousel-container {
    position: relative;
    flex: 0.6; /* Ocupa más espacio para ver los tres slides */
    max-width: 43.75rem;
    overflow: hidden;
}

.oprd-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.oprd-carousel-item {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
}
  

.oprd-slide {
    width: 100%;
    padding: 0.8rem;
    text-align: left;
    background-color: #fff;
    margin: 0 0.1rem;
   /* height: 100vh;*/
}


.oprd-slide img {
    /* max-width: 100%; */
    border-radius:0.5rem;
    margin-bottom: 0.625rem;
    width: auto;
    height: 15rem;
    object-fit: contain;
}

.oprd-slide h3 {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 0.3125rem;
    font-weight: bold;
    font-family: "DINNextLTPro-BlackCondensed";
}

.oprd-size {
    font-size: 0.85em;
    color: #555;
    line-height: 1.4;
    margin:0.3125rem 0;
    font-weight: 900;
     font-family: "DINNextLTPro-LightCondensed";
}

.ingredients, .composition, .calories {
    font-size:0.8em;
    color: #555;
    line-height: 1.4;
    margin:0.3125rem 0;
    font-weight: 700;
     font-family: "DINNextLTPro-LightCondensed";
}
.composition {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4;
    margin:0.3125rem 0;
    font-weight: 700;
     font-family: "DINNextLTPro-LightCondensed";
}
.calories {
    font-size: 0.7rem;
    color: #555;
    line-height: 1.4;
    margin:0.3125rem 0;
    font-weight: 800;
     font-family: "DINNextLTPro-LightCondensed";
}
.ingredients {
    font-size: 0.8em;
    max-height: 2.8rem;
    overflow: hidden;
    transition: max-height 0.8s ease;
    font-family: "DINNextLTPro-LightCondensed";
}

.ingredients.expanded {
    max-height: 35rem; /* Altura para mostrar todos los ingredientes */
}


.oprd-read-more-btn {
    color: #007BFF;
    cursor: pointer;
    font-size: 0.75em;
    font-family: "DINNextLTPro-LightCondensed";
    padding: 0;
    margin: 0;
}
/* Formato de la composición garantizada con puntos */
.composition-item {
    display: flex;
    justify-content: space-between;
}

.oprd-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    padding:0.3125rem;
    border-radius: 50%;
    user-select: none;
    width: 2rem;
    height: 2rem;
}

.oprd-carousel-control.prev {
    left: 0.625rem;
}

.oprd-carousel-control.next {
    right: 0.625rem;
}

.oprd-carousel-control:focus {
    outline: none;
}


.oprd-carousel-inner {
    display: flex;
}

  

.oprd-carousel-item.active,
.oprd-carousel-item-next,
.oprd-carousel-item-prev {
    display: flex;
  
}


.oprd-carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23001689' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l1.5 1.5L4.25 4l2.5 2.5-1.5 1.5-4-4 4-4z'/%3e%3c/svg%3e");
}

.oprd-carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23001689' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.oprd-carousel-item {
    transition: none !important; /* Transición suave */
      margin:0 auto;
}
.oprd-carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: none !important;
}
.oprd-title-our-product{
    color: #fc5000;
}

.back4 {
  background: #fff;
  height: auto;
  min-height:100vh;
  /* background-image: url('../../assets/images/mobile/back3.png'); */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 40px; /* Ajusta este valor según tu diseño */
    width: 40px; /* Ajusta este valor según tu diseño */
    transition: none; /* Desactiva cualquier animación */
}

.carousel-control-prev,
.carousel-control-next {
    max-height: 100vh; /* Ajusta según el diseño */
    overflow: hidden;
}

/*carousel nuevo*/
/*.owl-carousel .nav-btn{*/
/*    height: 47px;*/
/*    position: absolute;*/
/*    width: 26px;*/
/*    cursor: pointer;*/
/*    top: 100px !important;*/
/*}*/

/*.owl-carousel .owl-nav{*/
/*    overflow: hidden;*/
/*    height: 0px;*/
/*}*/

/*.owl-theme .owl-dots .owl-dot.active span, */
/*.owl-theme .owl-dots .owl-dot:hover span {*/
/*    background:#24346c;*/
/*}*/


/*.owl-carousel .item {*/
/*    text-align: center;*/
/*}*/
/*.owl-carousel .owl-prev.disabled,*/
/*.owl-carousel .owl-next.disabled{*/
/*    pointer-events: none;*/
/*    opacity: 0.2;*/
/*}*/

/*.owl-carousel .prev-slide{*/
/*    background-image: url('../images/left-chevron.png') no-repeat scroll 0 0;*/
/*    left: -33px;*/
/*}*/
/*.owl-carousel .next-slide{*/
/*    background: url(left-chevron.png) no-repeat scroll -24px 0px;*/
/*    right: -33px;*/
/*}*/
/*.owl-carousel .prev-slide:hover{*/
/*    background-position: 0px -53px;*/
/*}*/
/*.owl-carousel .next-slide:hover{*/
/*    background-position: -24px -53px;*/
/*}*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: #04457e;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 3.5rem !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #dadde6;
    color: #FFF;
    text-decoration: none;
}
@media (max-width: 111.25rem) {
    .oprd-container {
        flex-direction: column; /* Cambia a columna en pantallas pequeñas */
    }

    .oprd-text-content, .coprd-arousel-container {
        flex: 1; /* Hace que ambos ocupen el mismo ancho */
        max-width: 100%;
    }

    .coprd-arousel-container {
        margin-top: 1.25rem;
    }
    /*.oprd-carousel-item {
        flex: 0 0 33.33%; 
        max-width: 33.33%;
    }*/
}
/* Responsive para pantallas pequeñas */
@media (max-width: 951px) {
    .oprd-container {
        flex-direction: column; /* Cambia a columna en pantallas pequeñas */
    }

    .oprd-text-content, .oprd-carousel-container {
        flex: 1; /* Hace que ambos ocupen el mismo ancho */
        max-width: 100%;
    }

    .oprd-carousel-container {
        margin-top: 1.25rem;
    }
   /* .oprd-carousel-item {
        flex: 0 0 50%; 
        max-width: 50%;
    }*/
}

/*css reglas del concurso*/


/* Contenedor principal que envuelve imagen y texto */
.rules-wrapper {
    min-height: 80vh; /* Mantiene un tamaño mínimo visual */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* Centra verticalmente si el texto es corto */
    padding: 50px 0; /* Espacio arriba y abajo para que no pegue con el nav/footer */
}
/* Caja de cristal que contiene el texto */
.rules-overlay-box {
    position: static; /* Eliminamos el absolute */
    transform: none; /* Eliminamos el transform */
    width: 85%;
    max-width: 1000px;
    height: auto; /* IMPORTANTE: Ahora el alto depende de su contenido */
    background: rgba(255, 255, 255, 0.9); 
    padding: 40px;
    border-radius: 20px;
    margin: 0 auto;
}

/* Estilo del texto largo */
.rules-text-content {
    color: #000;
    font-family: "DINNextLTPro-LightCondensed", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
}
.rules-text-content p{
     font-size: 1.2rem;
}

/* Título */
.rules-title {
    color: #001689;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: "DINNextLTPro-BlackCondensed";
}
/* Diseño de la barra de scroll para que no se vea fea */
.rules-overlay-box::-webkit-scrollbar {
    width: 8px;
}
.rules-overlay-box::-webkit-scrollbar-thumb {
    background: #ff8a00;
    border-radius: 10px;
}
.contenedor-principal-form {
    position: relative; /* Esto es vital: crea el área de referencia */
    width: 100%;
    display: inline-block;
}

.imagen-fondo-form {
    display: block;
    width: 100%; /* La imagen ocupa todo el ancho */
    height: auto;
}

.formulario-superpuesto {
    position: relative; 
    margin-left: 10%;        
    z-index: 10;       
    width: 80%;        
   margin-top:5%;
   margin-bottom:5%;
    border-radius: 10px;
    min-height:100vh;
}

.hr-form-concurso  {
    text-align: center;
    width: 70%;
    padding: 0px;
    margin-top: 10px;
    margin: 0 auto;
    margin-bottom: 5%;
}

@media (max-width: 935px) {
.formulario-superpuesto {
    position: relative;
    margin-left: 10%;
    z-index: 10;
    width: 80%;
    margin-top: 10%;
    margin-bottom: 5%;
    border-radius: 10px;
}
}

@media (max-width: 840px) {
.formulario-superpuesto {
    position: relative;
    margin-left: 10%;
    z-index: 10;
    width: 80%;
    margin-top: 200px;
    margin-bottom: 5%;
    border-radius: 10px;
}
}
@media (max-width: 540px) {
   .rules-title {
    color: #001689;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: "DINNextLTPro-BlackCondensed";
    margin-top:50px;
}
}

@media (max-width: 764px) {
  .btn-enviar {
    background-color: #FAA819;
    color: #0E359B;
    font-size: 20px;
    font-weight: 600;
    font-family: "DINNextLTPro-Bold";
    width: 100%;
    border-radius: 20px;
}
}

@media (min-width: 600px) and (max-width: 1024px) {
   .caja-redes2 {
    /* margin-bottom: 0px; */
    /* width: 25%; */
    justify-content: flex-end;
    display: flex;
    right: 30px;
    /* border-top: 2px dotted #FFED00; */
    position: relative;
     top: unset; 
}
}

@media (min-width: 820px) and (max-width: 1180px) {
    .carousel-item img {
        width: 100%;
        height: auto;
        min-height: 80vh;
        object-fit: unset;
    }
}
