:root {
  --hr-color: #bad3ef;
  --nav-link-active: #1d1d1b;
  --sociales-hover: #0d6efd;
  --bg-navbar: #cbbba0;
  --bg-dark-1: #1d1d1b;
  --dark-font-1: #1d1d1b;
}

@font-face {
  font-family: "Ruda-Regular";
  src: url("/bocatti/fonts/Ruda-Regular.ttf");
}

@font-face {
  font-family: "Ruda-Medium";
  src: url("/bocatti/fonts/Ruda-Medium.ttf");
}

@font-face {
  font-family: "Ruda-SemiBold";
  src: url("/bocatti/fonts/Ruda-SemiBold.ttf");
}

@font-face {
  font-family: "Ruda-Bold";
  src: url("/bocatti/fonts/Ruda-Bold.ttf");
}

@font-face {
  font-family: "Ruda-ExtraBold";
  src: url("/bocatti/fonts/Ruda-ExtraBold.ttf");
}

@font-face {
  font-family: "Relaway-BoldItalic";
  src: url("/bocatti/fonts/Raleway-BoldItalic.ttf");
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.carousel-control-prev-icon {
  background-image: url("/bocatti/images/previous_arrow.png");
}

.carousel-control-next-icon {
  background-image: url("/bocatti/images/next_arrow.png");
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

body {
  font-family: Ruda-Regular;
}

.w-13 {
  width: 13% !important;
  height: auto !important;
}

.top-20 {
  top: 20% !important;
}

.top-30 {
  top: 30% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.bottom-5 {
  bottom: 5% !important;
}

.end-20 {
  right: 20% !important;
}

.start-25 {
  left: 25% !important;
}

.navbar-brand img {
  width: 120px;
}

.text-shadow {
  text-shadow: 0px 0px 6px rgb(0, 0, 0, 0.42);
}

.nav-link {
  font-family: "Ruda-Bold";
}

.navbar-nav .nav-item.active .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--nav-link-active);
  font-weight: bold;
}

.pp-2 {
  padding-left: calc(var(--bs-gutter-x) / 1.8);
}

.w-35 {
  width: 35% !important;
}

.w-90 {
  width: 90% !important;
}

.container {
  max-width: 1300px;
}

.ruda-bold {
  font-family: "Ruda-Bold" !important;
}

.ruda-extrabold {
  font-family: "Ruda-ExtraBold" !important;
}

.ruda-medium {
  font-family: "Ruda-Medium";
}

.border-1 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.border-31 {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.border-21 {
  border-bottom: 1px solid #fff;
}

.bolditalic {
  font-family: Relaway-BoldItalic;
}

.border-bottom-p {
  border-bottom: 2.5px solid #f8f9fa !important;
}

.bg-blue {
  background-color: #004a98;
}

.bg-navbar {
  background-color: var(--bg-navbar);
}

nav.navbar.bg-navbar {
  border-bottom: 3px solid white;
}

.vr {
  border-left: 1px solid #96c1e6;
  height: 100%;
}

.lh-05 {
  line-height: 0.5 !important;
}

.zindex-1030 {
  z-index: 1030;
}

.div-border {
  border: none;
  height: 100% !important;
  width: 1px;
  margin: 0px;
  opacity: 1;
  color: var(--hr-color);
}

.sociales a {
  color: var(--nav-link-active);
  text-decoration: none;
}

.sociales a:hover {
  color: var(--sociales-hover);
}

.sociales img {
  width: 19.7px;
  vertical-align: text-bottom;
}

nav {
  font-size: 17px;
  line-height: 20px;
}

.sociales span {
  font-size: 15px;
  line-height: 18px;
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center;
}

.object-center-1 {
  object-position: 22% 50%;
}

.object-center-2 {
  object-position: 44% 50%;
}

.img-adjust {
  object-fit: cover;
  object-position: center;
}

#ig-icon-nav {
  width: 21px;
  height: 21px;
}

#btn-sesion .nav-link {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}

#btn-sesion .nav-link {
  font-size: 9px;
  line-height: 10.6px;
  color: #fff;
}

#roseton-index #btn-sesion .nav-link {
  color: #fff;
}

#btn-sesion .bg-blue .nav-link {
  color: #fff;
}

/*MENU*/

.nav-link {
  color: #9dcaea;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000;
}

.instagram-icon {
  width: 21.6435px;
}

.facebook-icon {
  width: 20.6266px;
}

/*INDEX*/

#index li {
  list-style: none;
}

#index li a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 14.61px;
  line-height: 23px;
  font-family: Ruda-SemiBold;
}

#index .carousel-indicators [data-bs-target] {
  width: 23.52px;
  height: 23.52px;
  border-radius: 200px;
  border-top: none;
  border-bottom: none;
}

#carouselIndex .carousel-inner .carousel-item img {
  height: 100%;
}

/*EMPRESA*/

#empresa .fondo {
  width: 100%;
  height: 100%;
  background-image: url("/bocatti/images/fondo_empresa.jpg");
  background-position: center;
  /* height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
}

#empresa .libre {
  font-size: 15px;
  bottom: 5%;
}

#empresa p {
  font-size: 12px;
  text-align: justify;
}

#empresa .libre p {
  font-size: 15px;
}

#carouselEmpresa .carousel-indicators [data-bs-target] {
  border-radius: 200px;
  height: 12px;
  width: 12px;
  border-top: unset;
  border-bottom: unset;
}

#carouselEmpresa .carousel-indicators {
  margin-left: 1%;
  margin-bottom: 1.4rem;
}

#carouselMobile .carousel-indicators [data-bs-target] {
  border-radius: 200px;
  height: 12px;
  width: 12px;
  border-top: unset;
  border-bottom: unset;
}

#carouselMobile .carousel-indicators {
  margin-bottom: 1.4rem;
}

/*PRODUCTOS*/

#divider-mobile {
  margin-top: 1px;
  height: 2px !important;
}

#productos .sintacc {
  width: 6.57%;
}

#productos.fondo {
  background-image: url("/bocatti/images/fondo_producto.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#productos h1 {
  text-transform: uppercase;
  font-size: 18px;
}

#productos li {
  list-style: none;
}

#productos .filtros a {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-family: Ruda-SemiBold;
}

#productos .filtros li a {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-transform: none;
  font-family: Ruda-Regular;
}

#productos .filtros {
  border-right: 2px solid #fff;
}

#productos p {
  font-size: 13.7px;
  line-height: 24px;
  color: #000;
  font-family: Ruda-Regular;
}

#productos p > span {
  font-family: "Ruda-Bold";
}

#productos .tipo-prod {
  font-size: 12px;
}

#productos .id-prod {
  font-size: 17.7px;
}

.titulo-prod {
  font-size: 15.5px !important;
}

.titulo-prod > span {
  font-family: "Ruda-ExtraBold" !important;
}

#productos .id-prod > span {
  font-family: "Ruda-ExtraBold" !important;
}

#productos .img-product {
  width: 100%;
}

.divider-cat {
  height: 3px !important;
  opacity: 1;
  background-color: white;
}

/*VIDA SALUDABLE*/

#vidaSaludable .fondo {
  width: 100%;
  height: 100%;
  background-image: url("/bocatti/images/Imagen sección vida saudable_a medida.jpg");
  background-position: center;
  /* height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
}

#vidaSaludable .fondo-meal {
  background-image: url("/bocatti/images/fondo_2_vidasaludable.png");
  background-position: center;
  height: 45.4em;
  background-size: cover;
  background-repeat: no-repeat;
}

#vidaSaludable .fondo-receta-1 {
  background-image: url("/bocatti/images/Receta bruschettas lomo.png");
  background-position: center;
  height: 45.4em;
  background-size: cover;
  background-repeat: no-repeat;
}

#vidaSaludable h1 {
  font-family: "Ruda-Bold";
  font-size: 40px;
  line-height: 42px;
  color: #fff;
}

#vidaSaludable .fondo h2 {
  font-family: "Ruda-Medium";
  font-size: 43px;
  line-height: 49px;
  color: #fff;
}

#vidaSaludable .fondo h3 {
  font-family: "Ruda-Medium";
  font-size: 19px;
  line-height: 21px;
  color: #fff;
}

.fondo .descr-prop {
  font-family: "Ruda-Medium";
  font-size: 12px;
  line-height: 13pt;
  color: #fff;
}

/* #vidaSaludable .fondo-meal h1 {
  font-family: 'Ruda-Bold';
  font-size: 48px;
  line-height: 57px;
  color: #FFF;
} */

#vidaSaludable .fondo-meal h2 {
  font-family: "Ruda-Medium";
  font-size: 61px;
  line-height: 70px;
  color: #fff;
}

#vidaSaludable .fondo-meal h3 {
  font-family: "Ruda-Medium";
  font-size: 22px;
  line-height: 26px;
  color: #fff;
}

.fondo-meal .descr-prop {
  font-family: "Ruda-Medium";
  font-size: 15px;
  line-height: 16pt;
  color: #fff;
}

.container-props {
  height: 32.02em;
}

#row-carbohidratos {
  top: 0;
  left: 7.5em;
}

#row-proteinas {
  top: 3em;
  right: -3em;
}

#row-sintacc {
  top: 13em;
  left: 4em;
}

#row-calorias {
  bottom: 6em;
  right: -6em;
}

#row-calorias-2 {
  left: 13.3em;
  top: 0.8em;
}

#row-fibra-alimentaria {
  top: -3.3em;
  right: 0.4em;
}

#row-proteinas-2 {
  right: 0.3em;
  bottom: 15.5em;
}

#row-grasas {
  bottom: 11.9em;
  left: 13em;
}

#vidaSaludable .fondo-receta-1 p {
  font-family: "Ruda-Regular";
  font-size: 17px;
  line-height: 21pt;
  color: #514f4f;
}

#vidaSaludable .fondo-receta-1 h1 {
  font-family: "Ruda-ExtraBold";
  font-size: 20px;
  line-height: 19px;
  color: #fff;
}

#vidaSaludable .fondo-receta-1 h6 {
  font-family: "Ruda-SemiBold";
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}

#vidaSaludable .fondo-receta-1 li {
  font-family: "Ruda-Medium";
  font-size: 12px;
  line-height: 21px;
  color: #fff;
}

/* ============================CONTACTOS============================ */

#contactos .fondo {
  width: 100%;
  height: 100%;
  background-image: url("/bocatti/images/fondo solo.jpg");
  background-position: center;
  /* height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
}

#contactos h2 {
  text-transform: uppercase;
  font-size: 18px;
}

#contactos li {
  list-style: none;
}

#contactos .filtros a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  display: block;
}

#contactos .filtros {
  border-right: 3px solid #fff;
}

#contactos p {
  font-size: 12px;
  color: #000;
}

#form .carousel-indicators [data-bs-target] {
  width: 18.52px;
  height: 18.52px;
  border-radius: 200px;
  border-top: none;
  border-bottom: none;
  background-color: var(--bg-dark-1);
}

/* ============================FORMULAIRO============================ */

#form .fondo {
  width: 100%;
  height: 100%;
  background-image: url("/bocatti/images/fondo solo.jpg");
  background-position: center;
  /* height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
}

#form input {
  border-radius: 0px;
  height: 34px;
}

#form textarea {
  border-radius: 0px;
  resize: none;
}

#form p {
  font-size: 13.5px;
  font-family: "Ruda-SemiBold";
}

#form h2 {
  text-transform: uppercase;
  font-size: 18px;
}

#form li {
  list-style: none;
}

#form .filtros a {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-family: "Ruda-SemiBold";
}

#form .filtros {
  border-right: 2px solid #fff;
}

#form label {
  font-size: 13.5px;
  font-family: "Ruda-Bold";
}

.btn-enviar {
  background-color: transparent;
  padding: 0.36rem 1.36rem 0.36rem 1.36rem;
  color: var(--dark-font-1);
  border: 2px solid white;
  font-family: "Ruda-Bold";
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
}

/* ================================================================= */

/*FOOTER*/

footer a,
#footer-index-mobile a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

footer i,
#footer-index-mobile i {
  color: #96c1e6;
}

footer span,
#footer-index-mobile span {
  color: #000;
}

footer {
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
}
