@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  font-family: 'Montserrat', sans-serif;
  background-image: url(img/textura_papel.png);
  background-repeat: repeat;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: bolder;
}

.margen_arriba_10 {
  margin-top:10px;
}

.margen_arriba_abajo_10 {
  margin-bottom:16px;
  margin-top:16px;

}
.margen_abajo_10 {
  margin-bottom:10px;
}

.margen_arriba_30 {
	margin-top:30px;
	}
.margen_arriba_30_ {
	margin-top:30%;
	}

.margen_arriba_60 {
  margin-top:60px;
  }

.margen_abajo {
	margin-bottom: 30px;
	}

.margen_abajo_60 {
	margin-bottom: 60px;
	}
.margen_abajo_100 {
	margin-bottom: 130px;
	}
.margen_abajo_120 {
	margin-bottom: 140px;
	}

.full_width {
  width: 100%;
}
.color_rojo {
  color: #be1c3b;

}
.color_blanco {
	color: #fff;
}

.header {
  height: 50px;
  width: 100%;
  background-color: #be1c3b;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header i {
  font-size: 20px;
}

.header i:last-of-type {
  margin-right: 5%;
}
.margen_fondo_cerdo {
  margin-top: 14%;
}

.logo_placenta {
	width: 100px;
}

.nav.navbar-nav {
	margin-top: 25px;
	margin-bottom: 25px;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #be1c3b;
}


.menu_fijo.navbar-default {
	background-color: rgba(255, 255, 255, 0.78) !important;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.menu_fijo {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.menu_fijo .navbar-toggle {
	margin-top: 9px;
	margin-bottom: 9px;
}
.menu_fijo .nav.navbar-nav {
  margin-top: 0px;
  margin-bottom: 2px;

}
.menu_fijo .logo_placenta {
  width: 59px;
  margin-top: -6px;
}

.menu_fijo .header {
  display: none;
}

.fondo_cerdo {
  background-image: url(img/jamon-cerdo-foto.jpg);
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

hr.linea_editada_botones {
  margin-top: 15px;
  margin-bottom:15px;
  width: 11%;
  border: 0;
  border-top: 5px solid #be1c3b;
}

hr.linea_blanca {
  margin-top: 15px;
  margin-bottom:15px;
  width: 11%;
  border: 0;
  border-top: 5px solid #fff;
}
/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 31px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #be1c3b;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel2.carousel {
    padding-bottom: 31px;
}
#fade-quote-carousel2.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel2.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel2.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel2.carousel .carousel-indicators > li {
  background-color: #be1c3b;
  border: none;
}
#fade-quote-carousel2 blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel2 .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.tab_link a:focus, a:hover {
    color: #be1c3b;
    text-decoration: underline;
}

.fondo_gris {
  width: 100%;
  background-color: rgba(128, 128, 128, 0.14);
  background-image: url(img/grass.png);
  background-repeat:repeat-x;
  background-position: bottom;
  background-size: 60%;
}

.separador_rojo {
  width: 100%;
  height: 10px;
  background-color: #be1c3b;
}

.circulo_rojo_temporal {
  width: 80px;
  margin: 0 auto;
  height: 80px;
  border-radius: 100%;
  background-color: #be1c3b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circulo_rojo_temporal img {
  width: 70%;
}


.circulo_blanco_temporal {
  width: 70px;
  margin: 0 auto;
  height: 70px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circulo_blanco_temporal img {
  width: 70%;

}


.politica_ambiental {
  width:100%;
  background-color: #97bc01;
  background-image: url(img/jamon_cerdo_transparetne.png);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;

}

.fondo_rojo {
  background-color: red;
}

.margen_neg_der {
  margin-right: -30px;
  position: relative;
}

.padding_left {
  padding-left: 30px;
}

blockquote {

    font-size: 14px !important;
}

.cerdo_pelon_mexicano {
  width: 100%;
  background-image: url(img/cerdo_negro.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.contacto {
  width: 100%;
  background-color:#c0bfbf;
}

.link_contacto {
  color: #fff;
}

.link_contacto:hover {
  color: #fff;

}
.link_rojo:hover {
  color: rgb(158, 158, 158);
  text-decoration: none;
}
.footer {
  background-color:#be1c3b;
  width: 100%;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;

}

.fotos_productos {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: green;
}
.fotos_productos img {
  width:100%;
  height: auto;
  top:0;
  left:0;
  position: absolute;
  z-index: 10
}

.fotos_productos .info {
  width: 100%;
  height: 200px;
  position: absolute;
  background-color: red;
  z-index: 20;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}
