/* GLOBAL STYLES
-------------------------------------------------- */


body, html {
  background: #fff;
  color: #292929;
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

#navbar_top {
transition: all .5s ease-in-out;
}


.blanco {
    color: #ffffff;
}  

/* |||||||||| SOLO HOME |||||||||||| */
	  

.mouse {
    display: table;
    margin: -75px auto 20px;
    position: relative;
    z-index: 1000;
    animation: bounceIn 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:scale(1); }
    80% { transform:scale(1.3); }
    90% { transform:scale(1); }
    95% { transform:scale(1.2); }
    97% { transform:scale(1); }
    99% { transform:scale(1.1); }
    100% { transform:scale(1); }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.hithere {
  animation: hithere 2s ease infinite;
}
@keyframes hithere {
  0%, 20%, 50%, 80%, 100% {transform: scale(1);}
  60% { transform: scale(1.2); }
}


/* |||||||||| BANNERS |||||||||||| */

.fondohome {
        width: 100%;
        position: relative;
		background-color:#000000;
		min-height:650px;
      }
.fondohome img {
        width: 100%;
      }

.fondoimg {
        width: 100%;
        position: relative;
		background-color:#000000;
		min-height:700px;
      }
	  
.fondoimg img {
        width: 100%;
      }
	  
.sobre {
        width: 100%;
        position: absolute;
        left: 0;
		 top: 10rem;
     z-index: 10;
	color:#ffffff;
	letter-spacing:-1px;
      }

.sobre h1 {margin:0;}



.descript {
	font-size: 1em;
	line-height: 1em;
    font-style: normal;
    margin: 0px;
}

	@media (max-width: 1199px) {
		.carousel-item h1 { font-size: 2.25em;}
	}
	@media (max-width: 991.98px) {
		.carousel-item h1 { font-size: 1.6em;}
	}
	
	@media (max-width: 741px) {
		.fondoimg { min-height:1200px;}
	}
	
	@media (max-width: 575.98px) {
		.sobre { top: 17rem;}
		.fondoimg { min-height:1200px;}
	}



/* |||||||||| BOTONES |||||||||||| */

.btn {
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	font-size:13px;
	background-color: rgba(0,0,0,0.5); 
	border:1px solid white;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	margin-top:10px;
	transition:all .2s;
	padding:6px;
	color:White;
	/*transition: transform .2s;  */
}

.btn:hover,.btn:focus {
	outline:none;
	background-color:#070920;
	color:White;
	border:1px solid #070920;
	/*transform: scale(1.1); */
}

.gde {
	font-weight:800;
	background-color:#070920;
	font-size:16px;
	border:1px solid white;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	margin-top:10px;
	transition:all .2s;
	padding:12px;
	color:White;
	/*transition: transform .2s;  */
}

.gde:hover,.gde:focus {
	outline:none;
	background-color:#000000;
	color:White;
	border:1px solid #000000;
	/*transform: scale(1.1); */
}


/* |||||||||| SIDENAV |||||||||||| */

#sider {position: fixed; top:0; right:0; z-index:5999;}

.sidenav { 
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #070920;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
  text-align:right;
}

.sidenav .itemmenu {
	font-family: "Montserrat", sans-serif;
 padding: 15px 40px 15px 0px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.sidenav .itemmenu:hover {
  color: #0a038c;
}
.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 32px;
  margin-right: 5px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.footer {
  color: #fff;
}

.darked {
  background: #070920;
}

.footer a {
  color: #bebebe;
}
.footer a:hover {
  color: #fff;
  text-decoration:none;
}




.footer  h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer h4::before, .footer h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.footer h4::before {
  right: 0;
  background: #555;
}

.footer h4::after {
  background: #ffffff;
  width: 120px;
}




.nav-tabs {
    border-bottom: 1px solid #c0c0c0;
    font-size: 16px;
}
.nav-tabs > li {
    text-align: center;
}
.nav-tabs > li > a {
    color: #162b3a;
    background-color: #ffffff;
    border-radius: 0 important!;
    border: 0px solid white;
}
.nav-tabs > li > a:active, .nav-tabs > li > a:hover {
    color: #000000;
	text-decoration:none;
}


/* ---------  IN COLOR PICKER  ------------ */
.color {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

#colorpicker{
 display: none;
}

.simplecolorpicker{
 max-width: 300px;
}
/*
.simplecolorpicker span.color[data-selected]:after {
  content: '\02688'; 
  width: 30px;
  color: #d7970d;
  display: block;
  padding-left: 4px;
}
*/

/*t-shirt*/
#tshirt_container{
 position: relative;
 width: 100%;
 height: 200px;
}


@media (min-width: 576px) { #tshirt_container{height: 200px;} }

@media (min-width: 768px) { #tshirt_container{height: 300px;} }

@media (min-width: 992px) { #tshirt_container{height: 300px;} }

@media (min-width: 1200px) { #tshirt_container{height: 300px;} }

#tshirt_container .tshirt_layer{
 position: absolute;
 display: table;
 width: 100%;
}


#tshirt_layer_2{
	z-index: 2;
	-o-mix-blend-mode: multiply;
	-ms-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
}

/* ---------  OUT COLOR PICKER  ------------ */



input[type="radio"].switch_1{
	 margin-top:3px;
  font-size: 17px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3.0em;
  height: 1.5em;
  background: #b8b8b8;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  }
  
  input[type="radio"].switch_1:checked{
  background: #6a6c74;
  }
  
  input[type="radio"].switch_1:after{
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
          box-shadow: 0 0 .25em rgba(0,0,0,.3);
  -webkit-transform: scale(.7);
          transform: scale(.7);
  left: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  }
  
  input[type="radio"].switch_1:checked:after{
  left: calc(100% - 1.5em);
  }
  

  /* ---------  OUT DETALLE  ------------ */
  
  
  
  
  .item-box-blog-date {
    position: absolute;
    z-index: 5;
    top:-10px; 
    left: -10px;
}

.item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}




select {
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}	


.divfondo {
 padding:15px;
  background-color: rgba(0,0,0,0.5); 
  margin: 0 auto;
}

.divzoom {
 padding:15px;
  background-color: rgba(0,0,0,0.5); 
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.divzoom:hover {
  transform: scale(1.05); 
  background-color: rgba(255,255,255,0.2);
}

#overlay-wa {
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 2;
    cursor: pointer;
}