/*---------------baner -----------------------*/

 @font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



.breadcrumb {
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}

#content {
    margin-bottom: 25px;
}

.adsbygoogle {
    margin-bottom: 15px;
}

#carrusel {
    float:left;
    width:100%;
    overflow:hidden;
    height:203px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

#carrusel .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

#carrusel .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

.carrusel {
    width:900000px;
    left:10px;
    position:absolute;
    z-index:0;
}

.carrusel>div {
    float: left;
    height: 203;
    margin-right: auto;
    width: 195;
    text-align:center;
}
.carrusel img {
    cursor:pointer;
}

.product {
    border: 0px solid;
}

h5 {
    margin-top: 1rem;
}

/*---------------galeria de videos -----------------------*/
ul.galeria {
                      list-style-image: none;
                      list-style-type: none;
                    }
                    ul.galeria li {
                      width: 180px;
                      height: 120px;
                      position: relative;
                      display: inline-block;
                      vertical-align: top;
                      margin: 5px;
                    }
                    /*
                        Colorbox Core Style:
                        The following CSS is consistent between example themes and should not be altered.
                    */
                    #colorbox,
                    #cboxOverlay,
                    #cboxWrapper {
                      position: absolute;
                      top: 0;
                      left: 0;
                      z-index: 9999;
                      overflow: hidden;
                    }
                    #cboxWrapper {
                      max-width: none;
                    }
                    #cboxOverlay {
                      position: fixed;
                      width: 100%;
                      height: 100%;
                    }
                    #cboxMiddleLeft,
                    #cboxBottomLeft {
                      clear: left;
                    }
                    #cboxContent {
                      position: relative;
                    }
                    #cboxLoadedContent {
                      overflow: auto;
                      -webkit-overflow-scrolling: touch;
                    }
                    #cboxTitle {
                      margin: 0;
                    }
                    #cboxLoadingOverlay,
                    #cboxLoadingGraphic {
                      position: absolute;
                      top: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                    }
                    #cboxPrevious,
                    #cboxNext,
                    #cboxClose,
                    #cboxSlideshow {
                      cursor: pointer;
                    }
                    .cboxPhoto {
                      float: left;
                      margin: auto;
                      border: 0;
                      display: block;
                      max-width: none;
                      -ms-interpolation-mode: bicubic;
                    }
                    .cboxIframe {
                      width: 100%;
                      height: 100%;
                      display: block;
                      border: 0;
                      padding: 0;
                      margin: 0;
                    }
                    #colorbox,
                    #cboxContent,
                    #cboxLoadedContent {
                      box-sizing: content-box;
                      -moz-box-sizing: content-box;
                      -webkit-box-sizing: content-box;
                    }
                    /* 
                        User Style:
                        Change the following styles to modify the appearance of Colorbox.  They are
                        ordered & tabbed in a way that represents the nesting of the generated HTML.
                    */
                    #cboxOverlay {
                      background-color: #fff;
                    }
                    #colorbox {
                      outline: 0;
                    }
                    #cboxTopLeft {
                      width: 21px;
                      height: 21px;
                      background-color: #fff;
                    }
                    #cboxTopRight {
                      width: 21px;
                      height: 21px;
                      background-color: #fff;
                    }
                    #cboxBottomLeft {
                      width: 21px;
                      height: 21px;
                      background-color: #fff;
                    }
                    #cboxBottomRight {
                      width: 21px;
                      height: 21px;
                      background-color: #fff;
                    }
                    #cboxMiddleLeft {
                      width: 21px;
                      background-color: #fff;
                    }
                    #cboxMiddleRight {
                      width: 21px;
                      background-color: #fff;
                    }
                    #cboxTopCenter {
                      height: 21px;
                      background-color: #fff;
                    }
                    #cboxBottomCenter {
                      height: 21px;
                      background-color: #fff;
                    }
                    #cboxContent {
                      background: #fff;
                      overflow: hidden;
                    }
                    .cboxIframe {
                      background: #fff;
                    }
                    #cboxError {
                      padding: 50px;
                      border: 1px solid #ccc;
                    }
                    #cboxLoadedContent {
                      margin-bottom: 28px;
                    }
                    #cboxTitle {
                      position: absolute;
                      bottom: 4px;
                      left: 0;
                      text-align: center;
                      width: 100%;
                      color: #949494;
                    }
                    #cboxCurrent {
                      position: absolute;
                      bottom: 4px;
                      left: 58px;
                      color: #949494;
                    }
                    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
                    #cboxPrevious,
                    #cboxNext,
                    #cboxSlideshow,
                    #cboxClose {
                      border: 0;
                      padding: 0;
                      margin: 0;
                      overflow: visible;
                      width: auto;
                      background: none;
                    }
                    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
                    #cboxPrevious:active,
                    #cboxNext:active,
                    #cboxSlideshow:active,
                    #cboxClose:active {
                      outline: 0;
                    }
                    #cboxSlideshow {
                      position: absolute;
                      bottom: 4px;
                      right: 30px;
                      color: #0092ef;
                    }
                    #cboxPrevious {
                      position: absolute;
                      bottom: 0;
                      left: 0;
                      width: 25px;
                      height: 25px;
                    }
                    #cboxPrevious:hover {
                      background-position: -75px -25px;
                    }
                    #cboxNext {
                      position: absolute;
                      bottom: 0;
                      left: 27px;
                      width: 25px;
                      height: 25px;
                    }
                    #cboxNext:hover {
                      background-position: -50px -25px;
                    }
                    #cboxClose {
                      position: absolute;
                      bottom: 0;
                      right: 0;
                      width: 35px;
                      height: 25px;
                      font-size: 10px;
                    }
                    #cboxClose:hover {
                      background-position: -25px -25px;
                    }
/*-----------------------------------------------------------*/
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/*---------------------------------------------------*/
#contenedor ul li ul.children li a{
	color: #fefefe !important;
	padding: 13px 0 13px 20px;
	width: 130px;
	border-bottom: 1px solid #2f2f2f;
	background: url(img/arrow-normal.png) no-repeat 7px center !important;
	font-size: 12px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contenedor ul li:hover ul.children{height:250px;opacity:1;}
/*---------------tarjetas-contactos-----------------------*/
body{ background: #fafafa; }
.wrapper{ background: #fff; padding: 24px; }
.wrap{ margin-bottom: 24px; }

.mod-contact{
  border: 1px solid #cccccc;
  background: #fafafa;
  padding: 16px 0 0;
  margin: 0;
}
.mod-contact .contact-item{
  display: flex;
  align-items: center;
  margin: 0 24px 18px;
}
.mod-contact .contact-item.expand{
  margin: 0;
}
.mod-contact .contact-icon{
  text-align: center;
	font-size: 2.4em;
  width: 1.2em;
  line-height: 1em;
  margin-right: 12px;
}
.mod-contact .contact-label{
	font-size: 1em;
  line-height: 1.2em;
}
.mod-contact h3{
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 0 24px 18px;
  color: #999;
}


/*---------------tarjetas productos-----------------------*/

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}


/*-----------------------videos---------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ========================================= General styles ======================================*/
/* ========================================= General styles ======================================*/
@font-face { 
    font-family: "FontFamilyLogo";
    src: url("../fonts/GOODTIME.ttf");
}
@font-face { 
    font-family: "FontFamilySPro";
    src: url("../fonts/SourceSansPro-Regular.otf");
}
body{
    font-family: "FontFamilySPro";
    line-height: 1.5;
    font-size: 1.4em;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
}
nav{
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #fff;
    box-shadow: 2px 0px 7px #000;
	z-index: 50;
}
.contenedor-tabla{
    display: table;
    width: 100%;
}
.contenedor-tr {
  display: table-row;
  width: 100%;
}
.contenedor-tr > a{
	text-decoration: none;
	color: #000;
}
.contenedor-tr > a:hover{
	background-color: rgba(53, 143, 216, 0.7);
    transition: background-color .4s ease-in;
    -moz-transition: background-color .4s ease-in;
    -webkit-transition: background-color .4s ease-in;
    -ms-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
}
.contenedor-tr > a:last-child{
	border-right: 1px solid rgba(149, 165, 166,0.8);
}
.table-cell-td {
  display: table-cell;
  padding: 20px 7px;
  border-left: 1px solid rgba(149, 165, 166,0.8);
  text-align: center;
  width: 20%;
}

.table-cell-td:focus{
	outline: none;
}



/*====================================================================================================*/
.logo-navbar{
    background-image: url(../assets/img/logo-navbar.png);
    width: 59px;
    height: 59px;
    margin-left: 2%;
    float: left;
}
.text-navbar{
    color: rgba(62, 85, 219, 0.9);
    font-size: 19px;
    float: left;
    margin-left: 2%;
    margin-top: 15px;
}
#mobile-menu-list{
	display: none;
}
section{
    width: 100%;
    margin: 0px;
    padding: 90px 0px;
}
article{
    width: 100%;
    margin: 0px;
    padding: 10px;
}
footer{
    width: 100%;
    color: #fff;
    background-color: #0792D5;
    padding: 40px 0px;
}
.social-icon{
    margin: 7px 7px;
    transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
}
.social-icon:hover{
    text-decoration: none; 
    opacity: 0.7;
    transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    
}
.social-icon:focus{
    outline: none;
}
.tittles-pages-logo{
    font-family: "FontFamilyLogo";
}
.center-all-contens{
    margin-left: auto;
    margin-right: auto;
}

/* ========================================= index styles ======================================*/
#container-page-index{
    background-image: url(../assets/img/font-index.JPG);	
}
#jumbotron-index{
    margin: 70px;
    padding: 5px 10px;
    color: #rgba(62, 85, 219, 0.9);
    background-color: #0792D5;
}
#new-prod-index{    
    background-color: rgba(255,255,255,.9);
}
#reg-info-index{
    background-color: rgba(255,255,255,.9);
    border-top: 1px solid rgba(183, 165, 165,.2);
}
#distribuidores-index{
    background-color: rgba(186, 188, 171,.87);
    color: #000;
}

/* ========================================= product styles ======================================*/
#container-page-product{
    background-image: url(../assets/img/font-index.JPG);
}
#store, #infoproduct, #container-pedido{
    background-color: rgba(255,255,255,.97);
    min-height: 900px;
}
/* ========================================= configAdmin styles ======================================*/
#container-page-configAdmin{
    background-image: url(../assets/img/font-index.JPG);
}
#prove-product-cat-config{
    background-color: #fff;
    min-height: 900px;
}
#add-product,
#del-prod-form,
#add-categori,
#del-categori,
#add-provee,
#del-prove,
#add-admin,
#del-admin,
#del-pedido{
    border: 1px solid #e0e1e1 !important;
    border-radius: 4px;
    padding: 10px;
}

/* ========================================= slider ======================================*/

@import url("https://fonts.googleapis.com/css?family=Lora:700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
:root {
  --z-distance: 8.519vw;
  --from-left: 1;
  --mobile-bkp: 650px;
}

*, *::before, *::after {
  box-sizing: border-box;
}


.slider {
  width: 100vw;
  height: 100vh;
  display: flex;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.slider::before, .slider::after {
  content: '';
  left: -1vw;
  top: -1vh;
  display: block;
  position: absolute;
  width: 102vw;
  height: 102vh;
  background-position: center;
  background-size: cover;
  will-change: opacity;
  z-index: -1;
  box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.7) inset;
}
.slider::before {
  background-image: var(--img-prev);
}
.slider::after {
  transition: opacity 0.7s;
  opacity: 0;
  background-image: var(--img-next);
}
.slider--bg-next::after {
  opacity: 1;
}
.slider__content {
  margin: auto;
  width: 65vw;
  height: 32.5vw;
  max-height: 60vh;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  pointer-events: none;
  -webkit-transform: translateZ(var(--z-distance));
          transform: translateZ(var(--z-distance));
}
.slider__images {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 0 0 5em #000;
}
.slider__images-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
  transition-timing-function: ease-in;
  visibility: hidden;
}
.slider__images-item img {
  display: block;
  position: relative;
  left: -1em;
  top: -1em;
  width: calc(100% + 1em * 2);
  height: calc(100% + 1em * 2);
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.slider__images-item--active {
  z-index: 20;
  visibility: visible;
}
.slider__images-item--subactive {
  z-index: 15;
  visibility: visible;
}
.slider__images-item--next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slider__images-item--prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slider__images-item--transit {
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.slider__text {
  position: relative;
  height: 100%;
}
.slider__text-item {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.slider__text-item > * {
  overflow: hidden;
  position: absolute;
}
.slider__text-item h3, .slider__text-item p {
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  line-height: 1.5;
  overflow: hidden;
}
.slider__text-item h3 {
  background-color: rgba(255, 255, 255, 0.5);
}
.slider__text-item p {
  font-family: 'Open Sans', sans-serif;
  padding: 1em;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider__text-item h3::before, .slider__text-item p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 0.35s ease-out 0.28s;
  transition: transform 0.35s ease-out 0.28s;
  transition: transform 0.35s ease-out 0.28s, -webkit-transform 0.35s ease-out 0.28s;
}
.slider__text-item h3::before {
  background-color: #000;
}
.slider__text-item p::before {
  background-color: #fff;
}
.slider__text-item h3 {
  margin: 0;
  font-size: 3.5em;
  padding: 0 .3em;
  position: relative;
  font-weight: 700;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slider__text-item p {
  margin: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slider__text-item-head {
  top: -0.5em;
  -webkit-transform: translateZ(3em);
          transform: translateZ(3em);
}
.slider__text-item-info {
  bottom: 0;
  right: 0;
  max-width: 75%;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -webkit-transform: translateZ(2em);
          transform: translateZ(2em);
}
.slider__text-item--active h3, .slider__text-item--active p {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slider__text-item--active h3::before {
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
}
.slider__text-item--active p::before {
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
}
.slider__text-item--backwards h3::before, .slider__text-item--backwards p::before {
  transition: -webkit-transform 0.35s ease-in;
  transition: transform 0.35s ease-in;
  transition: transform 0.35s ease-in, -webkit-transform 0.35s ease-in;
}
.slider__text-item--backwards h3, .slider__text-item--backwards p {
  transition: -webkit-transform 0.35s ease-in 0.35s;
  transition: transform 0.35s ease-in 0.35s;
  transition: transform 0.35s ease-in 0.35s, -webkit-transform 0.35s ease-in 0.35s;
}
.slider__nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider__nav-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider__nav-arrow {
  height: 100vh;
  width: 50vw;
  text-indent: -9999px;
  white-space: nowrap;
}
.slider__nav-arrow--left {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='3 1 1 2 3 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor: var(--arrow) 40 40, auto;
}
.slider__nav-arrow--right {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='1 1 3 2 1 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor: var(--arrow) 40 40, auto;
}
.slider__nav-dots {
  margin-top: 88vh;
  display: inline-flex;
  position: relative;
  padding: 1em;
  pointer-events: none;
}
.slider__nav-dots::before {
  content: '';
  position: absolute;
  left: calc(1em + 1em + 2px);
  top: calc(1em + 2px);
  width: calc(1em - 2px * 2);
  height: calc(1em / 2 - 2px * 2);
  background-color: rgba(255, 255, 255, 0.9);
  transition: -webkit-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
  -webkit-transform: translateX(calc((1em + 1em * 2) * (var(--from-left) - 1)));
          transform: translateX(calc((1em + 1em * 2) * (var(--from-left) - 1)));
}
.slider__nav-dot {
  margin: 0 1em;
  width: 1em;
  height: 0.5em;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: crosshair;
  pointer-events: all;
  display: inline-block;
}
.slider__nav-dot:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.slider__nav-dot:active {
  border-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 650px) {
  .slider::before,
  .slider::after {
    display: none;
  }

  .slider__content {
    width: auto;
    height: auto;
  }

  .slider__text-item-info {
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .slider__text-item-info p {
    padding: 1em .8em;
  }

  .slider__text-item-head {
    top: 5vh;
    left: 10vw;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .slider__text-item-head h3 {
    font-size: 1.3em;
  }

  .slider__nav-dots {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .slider__nav-arrow {
    width: 10vw;
    position: relative;
    cursor: auto;
  }
  .slider__nav-arrow:active {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
  .slider__nav-arrow::before {
    content: '';
    background-image: var(--arrow);
    background-size: cover;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .slider__nav-arrow--left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0, transparent 100%);
  }
  .slider__nav-arrow--left:active {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  }
  .slider__nav-arrow--right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0, transparent 100%);
  }
  .slider__nav-arrow--right:active {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  }
}
