body {
  font-family: 'Roboto', sans-serif;
  background-color:#FFF
	
}

ul li {
  list-style: none;
  text-decoration:none;
}

a:hover {
	text-decoration: none;
	transition:all 0.3s ease;
}

a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;
}

a {
text-decoration:none;
transition:all 0.3s ease;
}

a:visited {
text-decoration:none;
}

a:active {
text-decoration:none;
}

*::-moz-selection{
   background: #000;
}

*::selection {
   background: #000;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

body, nav, ul, li, a  {margin: 0; padding: 0;}



/********************************/
/*         loading */
/********************************/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #261f3c;
  z-index: 9999;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
   -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
          animation: blur-text 1.5s 0.2s infinite linear alternate;
}


@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}


/* Loaded styles///// */
.loaded #loader-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.8s ease-out;
}


/********************************/
/*         header   */
/********************************/

body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/1.jpg);

    /* Set a specific height */
    height: 100%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text img{
	width:100%;
	max-width: 400px;
}



/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #fff;
    opacity: .9;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}

.hero img {
    width:100%;
	max-width: 400px;
	height:100%;
	max-height: 133px
}



.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #CCC;
    opacity: .1;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}


/********************************/
/*          boton +info    */
/********************************/

 .boton_1{
    text-decoration: none;
    padding: 3px;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
	font-size: 18px;
    font-weight: 600;
    color: #FFF;
    background-color: #9c78b6;
    border-radius: 35px;
  }
  .boton_1:hover{
    opacity: 0.6;
    text-decoration: none;
  }

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3{
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/2.jpg); 
}

.fade-carousel .slides .slide-3 {
  background-image: url(../img/3.jpg); 
}



/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}


/********************************/
/*         seccionbg   */
/********************************/

.seccionbg {
	background-image:url(../img/bg_1.jpg);
	height:300px;
	
}



/********************************/
/*         seccionlogoshome   */
/********************************/

.seccionlogoshome {
  position: relative;
  bottom:180px;
  margin:0px;
  padding:0px;
  z-index: 40;
}

.fondologoshome{
	background-color:#f7f7f7;
	padding:40px;
	 opacity: 0.9;

}

.fondologoshome img{
	width:100%;
	max-width: 150px;
	height:100%;
	text-align:center;
	margin:auto;
	display: block;
	padding-bottom:5px;
	padding-top: 5px
}

.mx-auto {
  display: flex;  /*display: flex; el cual vuelve al contenedor un elemento flex*/
  align-items: center;  /*justify-content: center; le decimos a los elementos del contenedor flex que se ubiquen al centro del eje principal eje horizontal*/
  justify-content: center; /*align-items: center; estamos diciendo que queremos que los elementos dentro del contenedor flex se ubiquen en el centro del eje secundario eje vertical*/

}



/********************************/
/*         seccion1   */
/********************************/

.seccion1 {
	padding-top:90px
}


.seccion1columnas {
	padding-bottom:80px;
	padding-left: 30px
}



.seccion1columnas h1{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color:#261f3c;
	font-weight:700;
	padding-left: 30px

}

.seccion1columnas p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color:#261f3c;
	padding-left: 30px;
	line-height:22px
	
}

.seccion1columnas p span {
	font-weight:700
}


/********************************/
/*         seccion2   */
/********************************/

.seccion2 {}

.seccion2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color:#261f3c;
	padding-top: 110px;
	padding-bottom: 110px;
	padding-right: 50px;
	text-align:right
}

.seccion2 p span {
	font-weight:700;
	color:#00caff
}

.seccion2 img {
	width:100%;
	max-width:700px
}

/********************************/
/*         seccion3   */
/********************************/

.seccion3 {
    position: relative;
    left: 0px;
    top: -240px;
    z-index: 10;
    background-color: transparent;
	}
	

.cuadrado {
	margin: 0px;
	padding: 25px;
	height: 220px;


}

.cuadrado p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
		padding-left:15px;
	padding-right:15px
	
}

.cuadrado p span{
	font-weight:700;
}


.cuadrado h1{
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	padding-left:15px;
	padding-right:15px
}

.cuadrado h1 a{
	color:#FFF

}


.cuadrado h1 a:hover{
	text-decoration:line-through;
	color:#000
}





/********************************/
/*         seccion4   */
/********************************/

.seccion4 {
	padding-top: 250px;
	background-image:url(../img/bg.jpg);
	padding-bottom:100px;
	width: 100%;
    background-size: cover;
	background-position:bottom center
}

.seccion4 h1{
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	text-align:center;
	color:#fff;
	padding-bottom:40px
}


.cuadradobco {
	margin:3px;
	padding:50px;
	background-color:#FFF

}

.cuadradobco p {
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height:20px;
	padding:10px
	
}

.cuadradobco p span{
	font-weight:700;
	color:#00caff
	
}


/********************************/
/*         seccion5   */
/********************************/

.seccion5 {
	padding-top: 100px;
	background-color:#efefef;
	padding-bottom:100px;
	width: 100%;
    background-size: cover;
	background-position:bottom center
}

.seccion5 h1{
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	text-align:center;
	color:#000;
	padding-bottom:40px
}

.seccion5 h2{
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color:#261f3c;
	text-align:center

}

.seccion5 p{
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color:#261f3c;
	text-align:center

}


/********************************/
/*         seccion6   */
/********************************/

.seccion6 {
	padding-top: 100px;
	padding-bottom:100px;
}

.seccion6 h1{
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	color:#fff;
	text-align:right
}

.seccion6 img{
	width: 100%;
	max-width: 75px
}


/*scroñllup*/
div#page {
max-width: 900px;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
		
.back-to-top {
font-family: 'Poppins', sans-serif;
font-weight:700;
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: #fff;
background-color: rgba(24, 16, 48, 0.90);
font-size:14px;
padding: 2em;
display: none;
z-index:1000
}

.back-to-top:hover {	
background-color: #0f062b;
color: #FFF;
text-decoration:none
}


/********************************/
/*         seccionlogos   */
/********************************/

.seccionlogos {
	padding-bottom:60px;
	padding-top:50px}
	
.seccionlogos_a {
	padding-bottom:200px;
	padding-top:60px}	
	
.slogoscentrar {
	margin:auto;
	display:block}	

.seccionlogos p  {
	font-family:'Poppins', sans-serif;
	font-size: 14px;
	color:#261f3c;
	text-align:center;
	padding:30px
}

.seccionlogos_a p{
	font-family:'Poppins', sans-serif;
	font-size: 14px;
	color:#261f3c;
	text-align:center;
	padding:30px}

.seccionlogos p span {
	font-weight:700;
	color:#00caff
}

.seccionlogos img {
	width:100%;
	max-width:200px;
	display:block;
	margin:auto
}

.seccionlogos_a img {
	width:100%;
	max-width:200px;
	display:block;
	margin:auto
}


/********************************/
/*         seccionmercado   */
/********************************/



.seccionmercado {
	padding-top: 80px;
	padding-bottom:100px;
}

.seccionmercado h1{
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	padding:10px 10px 30px 10px;
	text-align: left;
	color:#00caff;
	
}

.fondo1 {
	background-image:url(../img/fondo1.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.fondo2 {
	background-image:url(../img/fondo2.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.fondo3 {
	background-image:url(../img/fondo3.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}


.fondo4 {
	background-image:url(../img/fondo4.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}



.salsasbg {
	background-image:url(../img/salsas.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.bebidasbg {

background-image: url(../img/salsas_sm.jpg);

}
}

.bebidasbg {
	background-image:url(../img/bebidas.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.bebidasbg {

background-image: url(../img/bebidas_sm.jpg);

}
}

.confiteriabg {
	background-image:url(../img/gomitas.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}



.panificadosbg {
	background-image:url(../img/panificados.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.panificadosbg {

background-image: url(../img/panificados_sm.jpg);

}
}


.lacteosbg {
	background-image:url(../img/lacteos.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.lacteosbg {

background-image: url(../img/lacteos_sm.jpg);

}
}


.cosmeticabg {
	background-image:url(../img/cosmetica.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.cosmeticabg {

background-image: url(../img/cosmetica_sm.jpg);

}
}

.farmaciabg {
	background-image:url(../img/farmacia.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.farmaciabg {

background-image: url(../img/farmacia_sm.jpg);

}
}


.enlatadosbg {
	background-image:url(../img/enlatados.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.enlatadosbg {

background-image: url(../img/enlatados_sm.jpg);

}
}

.polvobg {
	background-image:url(../img/polvo.jpg);
	height:300px;
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.polvobg {

background-image: url(../img/polvo_sm.jpg);

}
}


.suplementosbg {
	background-image:url(../img/suplementos.jpg);
	height:300px;
	height:300px;
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.suplementosbg {

background-image: url(../img/suplementos_sm.jpg);

}
}


.animalbg {
	background-image:url(../img/animal.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

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

.animalbg {

background-image: url(../img/animal_sm.jpg);

}
}

.industrialbg {
	background-image:url(../img/industrial.jpg);
	height:300px;
	background-image: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

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

.industrialbg {

background-image: url(../img/industrial_sm.jpg);

}
}
/********************************/
/*         logos slider */
/********************************/


.clientes {
	padding-bottom:110px;
	padding-top:110px
}

.clientes h1{
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	text-align:center;
	color:#000;
	padding-bottom:40px
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}












/********************************/
/*         menu logos  */
/********************************/

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #261f3c;
  position: relative;
  width: 300px;
  height: 100%;
  color: #fff;
}
.nav-side-menu .brand {
  background-color: #fff;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.descarga:before {
  font-family: FontAwesome;
  content: "\f019";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #00caff;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #332d44;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #00caff;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #00caff;
  background-color: #393250;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}


/********************************/
/*         desytest   */
/********************************/

.secciondesytest {
    position: relative;
    left: 0px;
    top: 150px;
    z-index: 10;
    background-color: transparent;
	}
	



@media screen and (max-width: 640px){
	
	.seccion6 {
		text-align:center
}
    .seccion6 h1 { 
	text-align: center}
	
	.seccion6 img{
		width: 100%;
	max-width: 75px;
		margin:auto;
		text-align:center} 
	   
}














   
