/* Font */


/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');



/* BARRA NAVEGACION */


/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-position: center;
	background-repeat: repeat;
	background-size: 7%;
	background-color: #fff;
	overflow-x: hidden;
 
}
::selection {
	color: #fff;
	background-color: #3968c0;

}
::-moz-selection {
	color: #fff;
	background-color: #3968c0;

}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
	margin-top:10px;
  filter: brightness(100%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color:  #3968c0 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #3968c0;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.1;
	font-weight: 700;
	color: #212112;
	text-align: center;
}

p{
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 16px;
	opacity: 1;

}


#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid  #3968c0;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}

body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background:  #3968c0 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(103, 107, 169, 0.6);
}

.dropdown:hover>.dropdown-menu {
	display: block;
  }

body.h2 {
	
  font-size:30px; 
  margin-top:15px;
	
}




/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}


/* #PRODUCTOS
================================================== */


.box{
  margin: 10px 5px 30px;
  position:relative;
  background-repeat: no-repeat;
  background-size: auto;
  box-shadow: 0 10px 20px rgba(0,0,0, .5);
  border-radius: 35px;
}
.box:hover{
  box-shadow: 0 20px 30px rgba(0,0,0, .8);
}
 
.buy:hover{
	
	background-color: #eb4d4b;
	color: #fff;
  box-shadow: 0px 5px 5px rgba(231, 29, 54, 0.8);
   
  
}

.buy{
	
background-color: transparent;
color: #443444;
border-radius:20px;
border: 1px solid #443444;
width: 100%;
margin-top: 10px;
padding:1em;
padding-bottom:10px
}

.container-btn{
  background-color: transparent;
  width: 100%;
margin-top: 0px;
  padding:2em;
  padding-bottom:10px
  
}

.buy-button {
  background-color: rgba(247, 143, 0, 1);;
  border:none;
  padding: 1em; 
  border-radius: 40px;
  font-weight: bold;
  font-size:large;
  width: 100%;
  

}
 

.ver-button:hover{
	
	background-color: #002961;
	color: #fff;
  box-shadow: 0px 5px 5px rgba(0,41,97, 0.8);
   
  
}

.ver-button{
	

border: 1px solid #443444;
width: 100%;
margin-top: 10px;
padding:1em;
padding-bottom:10px;



	background-color: rgba(46,191,236, 1);
  border:none;
 
  border-radius: 40px;
  font-weight: bold;
  font-size:large;
  width: 100%;

}

.overlay{
	
	position:absolute;
	top: 25%;
	bottom:0;
	left:12.5%;
	right:0;
	height:50%;
	width:75%;
	opacity:0;
	transition: .5s ease;
	background-color:  rgba(128,128,128,0.85);
  border-radius: 50px;
	
}


.image:hover .overlay{
	
	opacity:1;
	
}

  
.image{
	
	position:relative;
  
	
}

.image img{
  
  height: 250px
  
}

.details {
	
	color: #fff;
	font-size:20px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	
}



.navbar {
 font-weight: light;
  color: #000;
  font-size: 15px;	
	
}

.nav-item dropdown {
	
  font-weight: light;
  color: #000;
  font-size: 15px;	
	
}

.dropdown-item{
	
  font-weight: light;
  color: #000;
  font-size: 15px;	
	
}


/* #FOOTER
================================================== */


.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}




/* #CSS de las categorias
================================================== */

.overlay-categorias{
	
position:absolute;
	top: 25%;
	bottom:0;
	left:12.5%;
	right:0;
	height:70%;
	width:75%;
	opacity:1;
	transition: .5s ease;
	background-color:  rgba(128,128,128,.85);
  border-radius: 50px;
	
}


.image:hover .overlay-categorias{
	
	opacity:1;
	background-color:  rgba(223,64,29,.85);
}


.guia h3 {
  
  font-size:25px; 
  margin-top:15px;
  
}








/* Container
================================================== */

.container{

	max-width: 1200px;
}





/* Tamaños genericos
================================================== */

.h1 ,h1 {

	font-size:40px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 1rem;
}

.h2 ,h2 {

	font-size:35px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 1rem;

}
	
.h3 ,h3 {

	font-size:30px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 1rem;

}


.h4 ,h4 {

	font-size:25px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 1rem;

}
	
.h5 ,h5 {

	font-size:20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 1rem;

}

.p ,p {

	font-size:15px;
	padding-top: 5px; 
	padding-right:5px;
	padding-bottom: 5px; 
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 1rem;

}
	
.a ,a ,a:hover{

color: #0d2694;
text-decoration: none;

}


/* #PRODUCTOS - en CARDS
================================================== */

.producto-matriz {

	padding-top: 10px; 
	padding-right:5px;

	
}

.card-producto{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-producto:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
   
.card-title {

text-align: center;

}

.card-producto h3{

font-size:20px;

}

.card-producto-categoria .card-producto ,img{
  
	height: 250px
	
  }

/* #Main  - Historia
================================================== */

.blockquote p{

	text-align: center;
	
}

.blockquote {

background-color: rgba(61, 56, 94, 0.151);
border-radius: 30px;
margin-inline-end: 1rem;

}


/* #CATEGORIAS - en CARDS
================================================== */


.texto-enlace {
	
	font-size:25px;
	
}

.card-producto-categoria{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-producto-categoria:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}





.producto-large img{
  
  margin-top: 15%;
  margin-left: 30px;
  max-width: 90%;
}



/* #Listas con icono de puzzle
================================================== */
.cuerpo li:before { content: '\1F9E9'; margin-right: 5px; } 



.cuerpo ,li{
  
  list-style-type: none;
  padding-top: 5px;
}


/* #Media
================================================== */

@media (max-width: 767px) { 
	.h1 ,h1 {

		font-size:30px;
		
	}
		
	.h2 ,h2 {
	
		font-size:25px;
		text-align:center;
	}
		
	.h3 ,h3 {
	
		font-size:20px;
		
	}
	
	
	.h4 ,h4 {
	
		font-size:15px;
		
	}
		
	.h5 ,h5 {
	
		font-size:15px;
		
	}
	
	.p ,p {
	
		font-size:15px;
		padding-top: 5px; 
		padding-right:5px;
		padding-bottom: 5px; 
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		/* vertical-align: 0; */
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		/* vertical-align: 0; */
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}

	
}