
*{box-sizing: border-box;}
@font-face {
  font-family: 'Conv_MyriadPro-Cond';
  src: url('../fonts/MyriadPro-Cond.eot');
  src: local('☺'), url('../fonts/MyriadPro-Cond.woff') format('woff'), url('../fonts/MyriadPro-Cond.ttf') format('truetype'), url('../fonts/MyriadPro-Cond.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{ font-family: 'Conv_MyriadPro-Cond', sans-serif;}
.texto-banner{  
  margin-top: 50%;
}
.navbar-brand>img {
    display: block;
    margin-top: -20px;
}

#producto{
  z-index: 999;
  position: absolute;
  margin-left: -5%;
  padding-top: 2%;
}
.scrollToTop {   
    top: 90%;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;    
    width: 50px;
    z-index: 9999;
    color: #bd850e;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus{
  text-decoration: none;
}

@media only screen and (max-width :320px){

.scrollToTop{
  display: none!important;
}

}

video{
  width: 100%;
  height: 387px;
  border-radius: 10px;
  border: 10px solid #892315;
}
.boton-inicio{
  background-color: #631012;
  border-color: #631012;
  color: white;
  margin-bottom: 16px;
  font-size: 18px;
}
a{  text-decoration: none !important;}
/* -------------------------------------------------
CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
      background: white;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  /* padding-right: 15px;
  padding-left: 15px; */
  padding: 0;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-default {
-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.62);
-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.62);
box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.62);
  border: none;
  color: white;
  background:white;
  margin-top: 1%;
  height: 30px;
}
    .navbar-default .navbar-nav>li>a {
      color: black;
      font-size: 18px;
          padding: 10px 25px;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #b3311f;
        background-color: transparent;
        border-bottom: 2px solid #b3311f;

}
.navbar-brand {
    padding: 0;
    height: auto;
}
.navbar-nav>li>a{
  padding-top: 15px;
  padding-bottom: 5px;
}
@media only screen and (max-width :767px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #892315;
    margin-top: 20px;
}
}
/* celular */
@media only screen and (max-width :320px){
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 14px;
    color: white !important;
}
.navbar-default{
  margin-top: 0;
  height: 80px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #892315;
}
.navbar-default .navbar-toggle {
    border-color: #892315;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #892315;
}
.navbar-brand>img {
  width: 68%;
    display: block;
    margin-top: 0px;
}
video {
    width: 100%;
    height:initial;
    border-radius: 10px;
    border: 5px solid #892315;
    margin-top: 32px;
}
.inicio_section {
    min-height: 350px !important;
}
}

/*------------------------------------------------
 CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 550px;
  /* margin-bottom: 60px; */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 550px;
  /* background-color: #777; */
  background: transparent;
}
.carousel-inner > .item > img {
 /*  position: absolute;
 top: 0;
 left: 0; */
  width: 100%;
}

.carousel-control.right,
.carousel-control.left{
  background: none;
}

.carousel-caption{
  display: table;
}

.product-text,
.product-slider{
  display: table-cell;
  vertical-align: middle;
}

.product-slider{
 /*  float: left; */
 /*  margin: 0 0 0 15%; */
  text-align: center;
  width: 50%;
}
  .product-slider img{
    display: inline-block;
    width: 45%;
  }

.product-slider2{
  float: right;
}

.btn-slider{
  background-color: #229100;
  border: none;
}
    .btn-slider:hover{
      background-color: #2ebe02;
      border: none;
    }

.carousel-caption h2,
.carousel-caption h1{
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.carousel-caption h2{
  /* margin-top:50px;  */
}

.carousel-caption h1{
  font-size: 72px;
}

.carousel-caption p{
  font-size: 20px;
}

.carousel-caption{
  width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.product-text{
  width: 50%;
}

.fondo-negro{
      background: rgba(0,0,0,0.5);
    border-radius: 10px;
        width: 75%;
    padding: 5px;
}

@media only screen and (max-width : 1280px){
 .carousel-caption{
  bottom: 55px;
}

}

@media only screen and (max-width : 1024px){

.product-slider img{
    width: 80%;
  }

}

@media only screen and (max-width : 1063px){
.carousel-caption h1 {
    font-size: 50px;
}

}

@media only screen and (max-width :800px){
    .product-slider,
    .product-text{
      display: block;
      width: 100%;
    }

    .carousel-caption {
        top: 60px;
        position: absolute;
    }

    .product-slider img {
        width: 40%;
    }

    .fondo-negro {
        width: 100%;
    }

    .carousel-caption h2 {
        font-size: 22px;
    }

    .carousel-caption h1 {
        font-size: 35px;
    }
    .carousel-caption p {
        font-size: 12px;
    }

}

@media only screen and (max-width :320px){
    .carousel {
        height: 430px;
    }

}

/* -------------------------------------------------
CUSTOMIZE SECTION inicio
-------------------------------------------------- */
.inicio_section {
   /*  margin-top: 4%; */
    min-height: 650px;
    background: url(../img/slider2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box_inicio_left,
.box_inicio_right{
   display: table-cell;
  vertical-align: middle;
}

.box_inicio_left{
  width: 60%;
}

.box_inicio_right{
  width: 40%;
  min-height: 650px; 
  padding: 16% 10px 30% ;
  color: #fff;
  text-align: justify;
  background: rgba(180,51,32,1) ;
  background: -moz-linear-gradient(top, rgba(180,51,32,1)  0%, rgba(138,36,20,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,36,20,1)), color-stop(100%, rgba(99,16,18,1)));
  background: -webkit-linear-gradient(top, rgba(180,51,32,1)  0%, rgba(138,36,20,1) 100%);
  background: -o-linear-gradient(top, rgba(180,51,32,1)  0%, rgba(138,36,20,1) 100%);
  background: -ms-linear-gradient(top, rgba(180,51,32,1)  0%, rgba(138,36,20,1) 100%);
  background: linear-gradient(to bottom, rgba(180,51,32,1) 0%, rgba(138,36,20,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88409', endColorstr='#ffb31b', GradientType=0 );
}
    .box_inicio_right h2{
      text-transform: initial;
      text-align: center;
      font-size: 40px;
      width: 80%;
      margin: 0 auto 5%;
    }
    .box_inicio_right h3{
      text-transform: initial;
      text-align: center;
      font-size: 58px;
      width: 80%;
      margin: 0 auto 5%;
      letter-spacing: 1px;
    }
@media only screen and (max-width : 320px){
.navbar-toggle{
    margin-top: 20px;
}
.box_inicio_right{
  display: block;
  width: 100%;
 }

.box_inicio_left{
  display: none;
}

.box_inicio_right h2 {
  margin: 30% auto 5%;
  font-size: 26px;
  width: 100%;
  
}
.box_inicio_right h3 {
    font-size: 40px;
    width: 80%;
    margin: 0 auto 3%;
}
#producto {
    position: inherit;
}
}


/* -----------------------------------------------
CUSTOMIZE SECTION quienes somos
-------------------------------------------------- */

.nosotros-section{
  margin-bottom: 0;
  background: url(../img/bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 5px solid #892315;
}


.content-nosotros::before,
.content-nosotros::after{
  display: table;
  content: "";
}

.content-img,
.content-info{
  display: table-cell;
  vertical-align: middle;
  width: 21.5%;
}

.content-info{

  padding: 100px 40px;
  color: #fff;
  text-align: justify;
  background-color: #892315;
}
    .content-info h2{
      /* font-weight: 700; */
      text-align: center;
      color: white;
      text-transform: uppercase;
      font-size: 40px;
    }
    
    .content-info p{
      color: white;
      font-size: 18px;
    }

@media only screen and (max-width : 990px){
 .content-img,
.content-info{
  display: block;
}

 .content-img{
  text-align: center;
}


}


@media only screen and (max-width :768px){
 .content-img,
 .content-info {
       width: 100%;
}

.content-info {
    padding: 25px 40px;
    color: #fff;
    text-align: justify;
    background: #ffb41b;
}

}


@media only screen and (max-width :510px){
 .content-img img,
 .content-quees-img img{
  width: 100%;
}

.content-box-producto{
  display: block!important;
}

.box-producto-azul img,
.box-producto-verde img{
  width: 100%;
}

.nosotros-section{
  padding: 0;
}


}


@media only screen and (max-width :320px){
.content-info {
    padding: 10px 20px;
}
}


/* -------------------------------------------------
CUSTOMIZE SECTION PRODUCTOS
-------------------------------------------------- */

.productos-section{
  margin-bottom: 0;
  background: url(../img/bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.box-producto-verde h2{
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 40px;
}


.content-box-producto{
  display: table;
      width: 100%;
    margin: 0 auto;
}

.box-producto-azul,
.box-producto-verde{
  display: table-cell;
  vertical-align: middle;
}

.box-producto-azul{
  width: 50%;
  padding: 0px;
  text-align: center;
}
    .box-producto-azul p{
        font-size: 14px;
        color: #002099;        
        text-shadow: none;
    }
    .box-producto-azul h2{
        font-size: 25px;
        color: #002099;        
        text-shadow: none;
        text-transform: uppercase;
    }

.in_768{
  display: none;
}
.out_768{
  display: block;
}

.box-producto-verde{
  width: 50%;
  padding: 100px 40px;
  color: #fff;
  text-align: justify;
  background:transparent;
}
    .box-producto-verde p{
        font-size: 18px;
        text-shadow: none;
        color: #892315;
    }

    .texto_centro{
      text-align: center;
    }
    
@media only screen and (max-width : 768px){
 
.box-producto-verde{
  display: block;
  width: 100%;
}

.in_768{
  display: block;
}
.box-producto-verde{
      padding: 30px 40px;
}


}

@media only screen and (max-width :320px){
.box-producto-verde {
    padding: 30px 20px;
}

}



/* Carousel base class */
.carousel2 {
  height: 700px!important;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption-producto1 {
  z-index: 10;
   background: url(../img/bg-box-slider1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    display: table;
        width: 60%;
    margin: 0 auto;
}


/* Declare heights because of positioning of img element */
.carousel2 .item {
  height: 700px!important;
  background: transparent;
}
.carousel-inner > .item > img {
 /*  position: absolute;
 top: 0;
 left: 0; */
  width: 100%;
}

.carousel-caption2 h1{
  font-size: 72px;
}
.carousel-caption2 h2,
.carousel-caption2 h1{
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}



.box-section-productos1{
  width: 55%;
}
.box-info-section-producto1{
  width: 45%;
  padding: 20px;
}
    .box-info-section-producto1 p{
      background:rgba(0,0,0,0.5);
      color: white!important;
      padding: 10px;
    }

.carousel-caption-producto1 h2{
  font-size: 20px;
   color: #1e680d;
  padding-left: 40px;
  text-shadow: none;
  text-align: left;
}
.carousel-caption-producto1 p{
    font-size: 14px;
    color: #1e680d;
    padding-left: 40px;
    text-shadow: none;
    text-align: left;
}


.box-section-productos1,
.box-info-section-producto1{
  display: table-cell;
  vertical-align: middle;
}



/*  
/* SEGUNDO SLIDER
-------------------------------------------------- */
.carousel-caption-producto2 {
  z-index: 10;
   background: url(../img/bg-box-slider2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table;
      width: 60%;
    margin: 0 auto;
}


.carousel-caption-producto2 h2{
  font-size: 20px;
  color: #002099;
  padding-left: 40px;
  text-shadow: none;
  text-align: left;
}
.carousel-caption-producto2 p{
    font-size: 14px;
    color: #002099;
    padding-left: 40px;
    text-shadow: none;
    text-align: left;
}

.box-section-productos2,
.box-info-section-producto-blue{
  display: table-cell;
  vertical-align: middle;
}

.box-section-productos2{
  width: 55%;
}
.box-info-section-producto-blue{
  width: 45%;
  padding: 20px;
}
    .box-info-section-producto-blue p{
      background:rgba(0,0,0,0.5)!important;
      color: white!important;
      padding: 10px!important;
    }




/*------------------------------------------------ 
/*SECTION LACTOSA
-------------------------------------------------- */

.tit-lactosa{
  text-align: left;
  padding: 20px 20px 0;
    color: #535a5e;
    margin-top: 7%;
  text-transform: uppercase;
}

/* Carousel base class */
.carousel3 {
  /* height: 600px!important; */
  height: auto;
  margin-bottom: 60px;
}

.carousel3 .item{
  background: white;
 /*  height:600px; */
} 

.carousel3 .carousel-control.right,
.carousel3 .carousel-control.left{
  background: none;
  width: 4%;
   color: #e6a212;
}

.carousel3 .carousel-control.left{
  left: -50px
}

.carousel3 .carousel-control.right{
  right: -50px;
}

.carousel-caption-lactosa{
    right: 0;
    left: 0;
    bottom: 80px;
    padding: 0px 15px;
    position: absolute;
    text-shadow:none;
}

.carousel-caption-lactosa h2{
  font-size: 30px;
  color: #818181;
  text-shadow: none;
  text-align: left;
  margin-top: 2px;
}

.carousel-caption-lactosa p{
    font-size: 13px;
    color: #818181;
    text-shadow: none;
    /* text-align: left; */
    margin: 0;
    text-align: justify;
}
.carousel-caption-lactosa .small{
  margin: 0;
}
.carousel-caption-lactosa .small > p{
  font-size: 12px;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.box_carrusel_left,
.box_carrusel_right{
      display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 30px;
}

.lista_slider{
  color: #818181!important;
    text-align: left;
    float: left;
}

@media only screen and (max-width : 768px){
  .tit-lactosa {
    margin-top: 8%;
}

.box_carrusel_left,
.box_carrusel_right{
  display: block;
  width: 100%;
}

.carousel3 .item {
    height: auto;
}

}

@media only screen and (max-width : 820px){
.carousel3 .carousel-control.left {
   left: 0px;
}

.carousel3 .carousel-control.right {
    right: 0px;
}

.carousel-caption-lactosa {
    position: relative;
}
}

/*------------------------------------------------ 
/*SECTION FORMULARIO
-------------------------------------------------- */

.section-contacto{
  background: #8d2514;
}


.form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 4% auto 35px auto;
}
    .form-signin p{
        text-align: center;
        color: white;
        font-size: 21px;
    }
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin-heading{
  color: white;
  font-size: 40px;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="email"] {
  margin-bottom: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin .comentario {
  margin-bottom: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin .enviar{
  background-color: #fff;
  border: none;
  color: #000;
}
    .form-signin .enviar:hover{
      background-color: #e6a217;
      border: none;
      color: #fff;
    }




/*------------------------------------------------ 
/*SECTION FOOTER
-------------------------------------------------- */

.content-footer{
  display: table;
  width: 100%;
      padding: 25px 0;

}

.footer-logo,
.footer-contactos{
  display: table-cell;
}

.footer-contactos{
  text-align: right;
  font-size: 12px;
  color: #535a5e;
}


@media only screen and (max-width :510px){

.footer-logo,
.footer-contactos{
  display: block;
  width: 100%;
  text-align: center;
}



}


/*------------------------------------------------ 
/*MODAL AZUL
-------------------------------------------------- */

.modal-content-azul{
 /*  background: url(../img/bg-popup-azul.jpg) no-repeat center center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover; */
  color: #002099;
  background: white;
}

.close{
    color: white;
    text-shadow: none;
    opacity: 1;
}


.label-azul{
  background-color: #002099;
  text-transform: uppercase;
}

.margen-azul-abajo{
  margin-bottom: 20px;
}



/*------------------------------------------------ 
/*MODAL  VERDE
-------------------------------------------------- */

.modal-content-verde{
  background: url(../img/bg-popup-verde.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}


.label-verde{
  background-color: #1a4511;
  text-transform: uppercase;
}

.margen-verde-abajo{
  margin-bottom: 20px;
}

/*/////////////////////////////
firma barcelo
/////////////////////////////*/
.jjbarcelo{
  width: 100%;
    text-align: center;
    background: gray;
    color: white;
    padding: 10px 0;
   
}