/*********************************************
*
*ESTILO DE LA PAGINA
*
*********************************************/
html,
body {
	margin:0;
	height:100%;
    padding-top: 40px;
    background-color: white;
}
.wrapper {
	min-height:100%;
	position:relative;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
    right: 0;
    left: 0;
    top: 100.5% !important;
}

/*********************************************
*
*ESTILO HEADER
*
*********************************************/
.navbar{
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #ecf0f1;
    border-color: #004A91;
    font-size: 20px;
  }
  .fixed-nav-bar{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 20px;
    background-color: #004A91;
  }
  .toggler-line{
  overflow: hidden;
  margin:0;
  padding:0;
  outline: none !important;
  border:none;
  }
  .navbar-toggler{
   border: none;
  }
  .navbar-toggler:focus{
   outline: none;
  }
  #toggler-line {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px 0px 0px 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }
  #toggler-line span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #004A91;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }

  #toggler-line.open span{
  margin-left:3px;
  margin-top:-4px;
  }

  #toggler-line span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
  }

  #toggler-line span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
  }

  #toggler-line span:nth-child(1), #toggler-line span:nth-child(2) {
  top: 0px;
  }

  #toggler-line span:nth-child(3), #toggler-line span:nth-child(4) {
  top: 10px;
  }

  #toggler-line span:nth-child(5), #toggler-line span:nth-child(6) {
  top: 20px;
  }

  #toggler-line.open span:nth-child(5){
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  }

  #toggler-line.open span:nth-child(6) {
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
  }
  #toggler-line.open span:nth-child(1) {
  left: 0px;
  top: 50%;
  }

  #toggler-line.open span:nth-child(2) {
  left:10px;
  top: 50%;
  }

  #toggler-line.open span:nth-child(3) {
  left: 0px;
  opacity: 0;
  }

  #toggler-line.open span:nth-child(4) {
  left: 0;
  opacity: 0;
  }

  #toggler-line.open span:nth-child(5) {
  left: 15%;
  top: 5px;
  }

  #toggler-line.open span:nth-child(6) {
  left: 5px;
  top: 20px;
  }

   .nav-link {
          color: #004A91 !important;
          text-decoration: none;
      }

  .nav-link:hover{
          color: black!important;
      }
  #botonBusqueda{

      background-color: #004A91;
      color: #ecf0f1 ;
      margin-top: 5px;
  }

  .logoTipo {
      position: absolute;
      left: 10px;
      top: -17px;
      width: 100px;
      height: 75px;

  }

  .banderaColombia {
      top: 0px;
      width: 20px;
      height: 20px;
      margin-left: -50% !important;

  }

  .banderaUsa {
    top: 0px;
    width: 20px;
    height: 20px;

}

input,
input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
}

/*********************************************
*
*ESTILO FOOTER
*
*********************************************/

.colorFooter{
    border-bottom: 20px solid #004A91;
}

.row .col-md-4 .titleFooter{

    font-size: 12px;;
    padding-top: 20px;
    padding-left: 40px;
    color: #004A91;
}
#lineContactanos{
    margin-top: 10px;
    margin-bottom: -10px;
    width: 240px;
    margin-left:40px;
}

#lineProductos{
    margin-top: 10px;
    margin-bottom: -10px;
    width: 240px;
    margin-left:40px;
}

.row .col-md-4 .listaFooter{

    font-size: 12px;;
    padding-top: 20px;
    padding-left: 40px;

}
.row .col-md-4 ul li{
    list-style-type: none;
    font-size: 15px;
    margin-bottom: 5px;
}
.row .col-md-4 ul li a{
    color:black;
}

.row .col-md-4 .listaFooter a:hover{

    color:  #004A91;
    text-decoration: none;
}

.informacion{
    font-size: 15px;
    color: #4867a5;
}
.derechos{
    position: absolute;
    font-size: 12px;
    color: white;
    bottom: -20px;
    right: auto;
    list-style: none;
}
/**********************************************
*CAROUSEL INDEX PRODUCTOS
*
*********************************************/

#productosDestacados{
    margin-top: 2%;
    text-align: center;
    color: #004A91;
 }
 #productosDestacados b{
    color: #F8F9FA;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.productos_destacados{

    font-size: 50px;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	min-height: 330px;
    text-align: center;
	overflow: hidden;
}
.carousel .item .img-box {
	height: 160px;
	width: 100%;
	position: relative;
}
.carousel .item img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.carousel .item h4 {
	font-size: 18px;
	margin: 10px 0;
}
.carousel .item .btn {
	color: #333;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}
.carousel .item .btn i {
	font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel .thumb-wrapper {
	text-align: center;
}
.carousel .thumb-content {
	padding: 15px;
}
.carousel .thumb-content h4{
    font-size: 15px;
}
.carousel .thumb-content .btn {
	color: #004A91;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #004A91;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}
.carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
	color: #fff;
	background: #004A91;
	box-shadow: none;
}
.carousel .carousel-control i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}
.carousel .item-price strike {
	color: #999;
	margin-right: 5px;
}
.carousel .item-price span {
	color: #86bd57;
	font-size: 110%;
}
.carousel .carousel-control.left i {
	margin-left: -3px;
}
.carousel .carousel-control.left i {
	margin-right: -3px;
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}

/**********************************************
*BREADCRUMB
*********************************************/
.breadcrumb{
    background-color: white;
}
.breadcrumb-item:hover{
   color: #004A91;
    background-color: none;
    text-decoration: none;

}

.beardcrumbPages a{

    color: inherit;
    color: #6c757d;


}
.beardcrumbPages{

    width: 80%;
    background-color: white;

}
/**********************************************
*PAGINA CONTACTO
*********************************************/
#contactoText{
    margin-top: 50px;
}
#contactoMensaje{
    margin-left: 5px;
    color:#004A91;
}
#contactoMensaje{
    margin-left: 5px;
    color:#004A91;
    font-size: 20px;
}
.formLayoutContacto{
    border-radius: 5px;
    background-color: #F8F9FA !important;
    margin-bottom: 10%;
}
.formLayoutContacto{
    border-radius: 5px;
    background-color: 	#F8F9FA;
    padding: 50px;
    max-width: 500px;
    margin: auto;
    margin-bottom: 5%;
}
.formLayoutContacto #formularioMensaje .btn:hover, .formLayoutContacto #formularioMensaje .btn:focus {
    color: #fff !important;
	background: #004A91 !important;
	box-shadow: none;
}
#btnFormContacto{
    color: #004A91;
    background: none;
    border: 1px solid #004A91;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
}
.informacionContacto{
    margin-left: 10%;
    font-size: 18px;
}
.form_register .form-group .control-label:after {
    content:" *";
    color:red;
  }

  #errorFormularioContacto{
      font-size: 15px;
  }
/**********************************************
*PUNTOS DE VENTA
*********************************************/
  #map{

    width: 100%;
    height: 500px;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 5%;
    margin-top: 3%;
}

#tiendas{
    margin-top: 4%;
}
#puntosDeVenta{
    height:430px;
    width:20rem;border:1px solid #ccc;
    overflow:auto;
    margin-top: 10%
}
.escribenosPuntosVentas{
    font-size: 20px;
}
#banderasInt{
    margin-left: 11.5%;
}
/**********************************************
*QUIENES SOMOS
*********************************************/
#quienesSomosTitle{
    color: #F8F9FA;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    padding-top: 50px;
}
#qs{
    margin-top: 50px;
    padding-left: 10%;
    text-align: justify !important;
    padding-right:10%;
    margin-bottom: 4.5%;
}
#sizeQuieneSomos{
    font-size: 20px;
}
.negrilla{
    color: black;
}
/**********************************************
*HISTORIA
*********************************************/
#historiaTitle{
    color: #F8F9FA;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    padding-top: 50px;
}
#nombreHistoria{
    color: #004A91;
     text-shadow: -1px 0 #F8F9FA, 0 1px #F8F9FA, 1px 0 #F8F9FA, 0 -1px #F8F9FA;
}
#sizeHistoria{
    font-size: 20px;
}
.sloganHistoria{
    color: #004A91;
    font-size: 40px;
    text-align: center;
}
/**********************************************
*MISION
*********************************************/
#misionText{
    color: #F8F9FA;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#mision{
    padding-top: 30px;
    text-align: justify;
    font-size: 18px;
}
#logoMision{
    height: 300px;
	margin-bottom: 20px;
    margin-top: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width:400px;
	position: relative;
}
.slogan{
    color: #004A91;
    padding-left: 17%;
    font-size: 26px;
    padding-top: 5%;
}
/**********************************************
*VISION
*********************************************/
#visionText{
    color: #F8F9FA;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#vision{
    padding-top: 30px;
    text-align: justify;
    font-size: 18px;
}
#logoVision{
     height: 300px;
     margin-bottom: 50px;
     margin-top: 100px;
     display: block;
     margin-left: auto;
     margin-right: auto;
     width:400px;
     position: relative;
 }
/**********************************************
*CALIDAD
*********************************************/
 #calidadTitle{

    color: #F8F9FA;
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    padding-top: 50px;
}
.calidadText{
    font-size: 20px;
}
#quoute{
    padding-bottom: 1.4%;
    text-align: right;
    font-size: 20px;
}
/**********************************************
*CATEGORIAS
*********************************************/
#categoriasText{
    color: #F8F9FA;
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    padding-bottom: 20px;
}
.margenCategorias{
    padding-bottom: 1%;
}
.seccionCategoriasL{
    background-color: #F8F9FA;
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    background:url('/images/categoria/fondoCategoria.png');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
.cuerpoCategoria{
    margin-top: 5%;
}
#content .botonC{
    color: #004A91;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #004A91;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
    margin-left: 40%;
    margin-right: 40%;
}
#content .botonC:hover, #content .botonC :focus {
	color: #fff;
	background: #004A91;
	box-shadow: none;
}
.nombreCategoria{
    font-size: 35px;
}
/**********************************************
*SECCIONES CATEGORIAS
*********************************************/
.cartaSecciones{
    border:none;
    margin-bottom: 20px;
}
#linkCateg:Hover{
    transform: scale(1.1);
}
#linkCateg{
    transition: transform .2s;
}
.tituloSeccion{
    text-align: center;
    font-size: 20px;
    background-color: #F8F9FA;
}
.imagenesCategorias{
    width: 100%;
  }
/**********************************************
*PRODUCTOS
*********************************************/
.cartaProductos{
    border: none;
    transition: transform .2s;
}
.cartaProductos:hover{
    opacity:0.5;
    transform: scale(1.1);

}
.card-block .tamanoImagen{
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    height: 200px;
    width: 200px
  }
  .nombreProducto{
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
 }
/**********************************************
*PRODUCTO
*********************************************/
    #tituloProducto{
        color: #004A91;
        font-size: 30px;
    }
    #referencia{
        font-size: 15px;
    }
    .imagenZoom{
        margin-left: 20%;
        margin-top: 3%;
        margin-bottom: -5%;
    }
    .carouselInfo{
        height: 20%;
    }
    .imagenZoom .zoom:after {
        content:'';
        display:block;
        width:33px;
        height:33px;
        position:absolute;
        top:0;
        right:0;
        background:url('/images/iconos/icon.png');
    }
    .imagenZoom .zoom img {
        display: block;
        border:1px solid #ccc;
    }
    .imagenZoom .zoom img::selection {
        background-color: transparent;
    }

    .listaDescripción{
        list-style-type: none;
        width: 400px;
    }
    #nombreColores{
        font-size: 22px;
        margin-bottom: 3%;
    }
    .listaDescripciónImagenes{
        list-style-type: none;
    }
    .coloresHorizontal{
        display: flex;
        align-items: stretch;
        margin-left: -4%;
        margin-bottom: 3%;
    }
    #c1{
        border:1px solid black;
        width: 33px;
        height: 33px;
        margin-right: 5px;
    }
    .cromo{
        background-image: url('/images/colores/cromo.png');
    }
    .granito{
        background-image: url('/images/colores/granito.png');

    }
    .beige{
    background-image: url('/images/colores/beige.png');
    }
    .medidasHorizontal{
        margin-right: 3%;
        margin-bottom: 3%;
        font-size: 15px;
    }
    .medidasInicio{
        margin-left: -4%;
    }
    .infoprecio{
        margin-bottom: 5px;
        font-size: 17px;
    }
    .Imagenes img {
        height: 150px;
        width: auto;
        margin-right: 10px;
        margin-bottom: 20%;
    }
    #picture_x130{
        opacity: 0.5;
        border: thin solid black;
    }
    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: black;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 20px;
        font-weight: bold;
    }
    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #eee;
        font-size: 21px;
    }
    #colorInfoTab{
        margin-bottom: 1%;
        margin-left: 2%;
        font-size:17px;
    }
    #fichaTecnica .fas.fa-file-download{
        color: black;
        margin-left: 2%;
    }
    #fichaTecnica .fas.fa-file-download:hover{
        text-decoration: underline;
    }
    #fichaTecnica{
        font-size: 15px;
    }
    .margenRelacionados{
        margin-left: auto;
        margin-bottom: 4%;
        margin-top: 4%;
    }
/**********************************************
*BUSCADOR
*********************************************/
#mensajeBusqueda{
    color: #4867a5;
    font-size: 13px;
    padding-right: 0.5%;
    padding-bottom: 10px;
}
.productTitleBusque{
    font-size: 13px;
    width: 100%;
    max-height: 70px;
    text-align: center;
}

  input::-webkit-input-placeholder {
    line-height:normal!important;
}
