body {
  font-family: 'Lora';
  background: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../img/bg_main.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  
}

/* Estilo para el icono */
.fixed-icon {
  position: fixed;
  top: 20px; /* Ajusta la distancia desde abajo */
  right: 20px; /* Ajusta la distancia desde la derecha */
  z-index: 999; /* Ajusta el índice z para que esté por encima de otros elementos */
}

/* Estilo opcional para el icono */
.fixed-icon img {
  width: 80px; /* Ajusta el tamaño de la imagen del icono */
  height: 80px; /* Ajusta el tamaño de la imagen del icono */
  border-radius: 50%; /* Opcional: aplica un borde redondeado al icono */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Opcional: aplica una sombra al icono */
}

.fixed-icon2 {
  position: fixed;
  top: 100px; /* Ajusta la distancia desde abajo */
  right: 20px; /* Ajusta la distancia desde la derecha */
  z-index: 999; /* Ajusta el índice z para que esté por encima de otros elementos */
}

/* Estilo opcional para el icono */
.fixed-icon2 img {
  width: 80px; /* Ajusta el tamaño de la imagen del icono */
  height: 80px; /* Ajusta el tamaño de la imagen del icono */
  border-radius: 50%; /* Opcional: aplica un borde redondeado al icono */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Opcional: aplica una sombra al icono */
}

.fixed-icon3 {
  position: fixed;
  top: 180px; /* Ajusta la distancia desde abajo */
  right: 20px; /* Ajusta la distancia desde la derecha */
  z-index: 999; /* Ajusta el índice z para que esté por encima de otros elementos */
}

/* Estilo opcional para el icono */
.fixed-icon3 img {
  width: 80px; /* Ajusta el tamaño de la imagen del icono */
  height: 80px; /* Ajusta el tamaño de la imagen del icono */
  border-radius: 50%; /* Opcional: aplica un borde redondeado al icono */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Opcional: aplica una sombra al icono */
}

#contacto{
  padding: 0.8ex;
  margin: 0.8ex;
}

h2{
  font-family: 'Raleway';
  color: #1a8019;
  font-weight: 800;
}

h1,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
  color: beige;
}

p {
  line-height: 1.75;
  color: beige;

}

.text-faded {
  color: black;
  
}



#banderas {
  margin-top: 2.5rem;

}
#portada {
  background-color: white !important;
  position: relative !important;
  margin-top: 2.5rem;
  
  
}

#play{
  height: 12%;
  margin: 1.5rem;
  border-radius: 50%;

}

.portada {
  background-color: white !important;
  align-content: middle;
  
  
  
}

.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';


}

.site-heading .site-heading-upper {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  
}

.site-heading .site-heading-lower {
  font-size: 3rem;
  font-weight: 60;
  line-height: 4rem;
  color: black !important;

}

.page-section {
  margin-top: 3rem;
  margin-bottom: 5rem;
  
}

.section-heading {
  text-transform: uppercase;

}

.section-heading .section-heading-upper {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  padding-bottom:.5rem;
  color: white;
  
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 2rem;
  font-weight: 70%;
 
}


.section-heading .section-heading-under {
  display: block;
  font-size: 1rem;
  text-transform: none;
  font-weight: 300;
  margin-top:.5rem;

}

.bg-faded {
  background-color: #b3b4b4;
  border-radius: 1.5rem !important;
  border: 0.25rem solid black;
}

#mainNav {
  background-color:#787987;
  font-family: 'Raleway';

  box-shadow:20px 7px 20px 20px #004d06;
  border: 0.25rem solid #03fc5b;

}

#mainNav .navbar-brand {
  color: white;
  font-size: 2rem;
  display: inline;
  font-family: 'Raleway';

}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #03fc5b;
  font-weight: 1000;
  display: inline;
  font-size: 1.5rem

}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: green;
  text-decoration: none;
  display: inline;
  font-size: 1.5rem
}


}



@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;


  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #aaa;
    text-decoration: none;
    border: 0.25rem solid white;
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #aaa;
    text-decoration: none;

  }
}

#tit{
  padding-left: 0em;
  font-size: 1.3rem;
  color: black;
  box-shadow:20px 7px 20px 20px #004d06;
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container1 .row .col-xxl-9{
  background: green;
  text-align: center;
  padding: 80px;
  margin: 40px;
}
.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 35%;
    float: right;
    border: 0.25rem solid gray;
    border-radius: 50%;
  }
  .intro .intro-text {
    
    width: 55%;
    margin-top: 0rem;
    background-color: #737474;
    color: green;
    float: left;
    border: 0.25rem solid black;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 65%;
  }
}

.navbar-brand{
  text-transform: uppercase;
  font-family: Raleway;
  font-size: 2rem;
}

.nav-item{
  font-size: 1.4rem;
  font-family: 'Raleway';
}

.cta {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: transparent;
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color:  gray;
  color: cornsilk;
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid black;
}

.cta .cta-innerv {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}


@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

.footer {
   background-color: #c7c5c6;
   box-shadow: 5px 3px 13px 25px #c7c5c6;
}



.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}



.font-weight-light {
  font-weight: 100 !important;
}

.mbtm{
  padding-top: 5rem;
}

.mbt{
  padding-top: 2rem;
}

.mbt1{
  padding-top: 1.25rem;
}

a.link{
  color: #fff ;

}

a.link:hover{
  text-decoration: none;
  color: #aaa;
}

.section-content{
  font-family: 'Lora' !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

ul.errorlist{
  padding-top: .75rem;
  font-style: italic;
  color: red;
}


.img-desktop {
  height: 9%;
  margin: 1.5rem; /* Tamaño deseado para versión de escritorio */
}

/* Estilo para la imagen en versión móvil */
.img-mobile {
  height: 19%;
  margin: 1.5rem;/* Tamaño deseado para versión móvil */
}

/* Media Query para aplicar estilos en versión de escritorio */
@media (min-width: 768px) {
  .img-desktop {
    display: ; /* Mostrar imagen en versión de escritorio */
  }
  .img-mobile {
    display: none; /* Ocultar imagen en versión móvil */
  }
}

/* Media Query para aplicar estilos en versión móvil */
@media (max-width: 767px) {
  .img-desktop {
    display: none; /* Ocultar imagen en versión de escritorio */
  }
  .img-mobile {
    display: ; /* Mostrar imagen en versión móvil */
  }
}
