:root {
	--rojo:#62b83d;
}
/*CSS Icono Carro de Compras*/
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgb(0 0 2 / 30%);
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background-color: #00e576;
   	padding: 5px 8px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i {
    position: absolute;
    font-size: 40px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, 5px)
    }
}
.img-serv{
	height: 190px!important;
    object-fit: cover!important;
    object-position: center!important;
}
.cont-carro{
	position: relative;
}
.carro{
    position: absolute;
    top: 25px;
    right: 15px;
}
.carro a {
	position: relative;
}
.carro a p{
	margin-bottom: 0;
	position: relative;
}
.carro a p strong{
	font-weight: 400;
	font-size: 14px;
	color: #333;
}
.carro a p b{
	border-radius: 50%;
    width: 25px;
    height: 25px;
    right: -27px;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    background-color: rgba(0,0,0,0);
    color: #000;
}
.btn-carro{
	border-radius: 25px;
    padding: 10px 15px;
    color: #fff;
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
    background-color: #e0302f;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-carro:hover{
	text-decoration: none;
	background-color: #181f36;
	color: #fff;
}
/*CSS Icono Carro de Compras*/
.card-header {
    border-bottom: 1px solid rgb(0 0 0 / 0%)!important;
}
.btn-dangers {
    color: #fff;
    background-color: #181f36;
    border-color: #181f36;
}
.btn-dangers:hover {
    color: #fff!important;
    background-color: #342b61;
    border-color: #342b61;
}
.cont-texto-video{
	color: #fff;
	bottom: inherit;
	left: 0;
	right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.titulo-slide,
.texto-slide{
	text-shadow: 0 0 5px #001333;
}
.opacidad-granulado{
	    background: url(../img/inicio/granos.png) repeat left; 
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}
.cont-video{
	padding: 0!important;
	overflow: hidden;
	position: relative;
	width: 100vw;
}
.contentou {
	bottom: 0;
    text-align: center;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #f1f1f1;
    width: 100%;
}
#myBtn {
  	width: 100px;
    border-radius: 50%;
    height: 100px;
    font-size: 60px;
    border: none;
    background: #e0302f;
    color: #ffffff;
    cursor: pointer;
}

#myBtn:hover {
  	background: #e0302f57;
    border: 3px solid #e0302f;
    color: white;
}
#myBtn:focus{
	border-radius: 50%!important;
    outline: none!important;
    background-color: #e0302f00!important;
    border: 3px solid #e0302f!important;
}

.bg-cap{
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.40);

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.bg-cap:hover{
	overflow: hidden;
	position: relative;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.30);
}
.bg-cap .gradient{
	bottom: 0;
    height: 340px;
    width: 100%;
    position: absolute;
    z-index: 1020;
    padding: 15px;
    background: rgb(24 31 54);
    background: linear-gradient(150deg, rgba(91,82,81,0) 34%, rgb(24 31 54) 82%);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.bg-dark {
    background-color: #181f36!important;
}
.relativo{
	position: relative;
}
.cont-info-pro{
	position: absolute;
	padding-top: 180px;
}
.cont-ficha{
	border-top: 1px solid #041b4e;
	border-bottom: 1px solid #041b4e;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #e0302f;
    text-shadow: none!important;
    opacity: 1!important;
}
.modal-content {
	background: url(../img/inicio/bg-modal.jpg) no-repeat center!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: none!important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 25px;
    outline: 0;
}
.modal-header{
	border-bottom: 1px solid #041b4e!important;
}
.btn-color{
 background-color: #e64f07;
 color: #fff;
 border-color: #e64f07;
}
.bton-color:hover{
	background-color: #074480;
	color: #fff!important;
}
.card-producto{
	border-radius: 25px;
	border: 1px solid #f1f1f1!important;
	background-color: #fff;
	box-shadow: 0px 5px 15px #ccc!important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.375rem .75rem;
    font-size: 1rem;
    font-weight: 300!important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5c5c5;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.banner-seccion{
	height: 400px!important;
}
.banner-seccion .carousel-caption {
    bottom: inherit!important;
    padding: 0;
    text-align: center!important;
    position: absolute!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
}
.banner-seccion .titulo-slide{
	font-size: 62px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0px 2px 5px #25042e;
}
body {
	font-family: 'Cabin', sans-serif;
	color: #666;
	transition: all .3s ease;
}
body.m-body{
	margin-top: 100px;
	transition: all .3s ease;

}

.top-bar {
	font-size: 14px;
	font-weight: 500;
}

.top-bar .social {
	transform: translate(-50%);
}

.top-bar .buscador .form-control {
	border-radius: 0;
	border: none;
	background-color: #000;
	color: white;
}

.btn { 
	border-radius: 30px!important;
	font-weight: 300;
    padding: 10px 25px;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
}
/*#mainNav{
	transition: all .3s ease;
}
#mainNav.fixed-top{
	transition: all .3s ease;
}*/
.quantity input {
	width: 85%;
	height: 45px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	border: 1px solid #eee;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	float: left;
	position: relative;
	height: 45px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
    border-left: 1px solid #eee;
    width: 22px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 2;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: 1px;
	height: 50%;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.sticky + .content {
  	margin-top: 125px;
}
#mainNav .navbar-brand img{
	/*width: 130px;*/
	transition: all .3s ease;
}
#mainNav.sticky .navbar-brand img{
	width: 100px;
	transition: all .3s ease;
}

.navbar .nav-item {
	margin: 0 15px;
}

.navbar .nav-item .nav-link {
	letter-spacing: 0.2em;
	font-size: 14px;
	padding: 0 0 6px 0;
	border-bottom: 2px solid transparent;
}

.navbar .nav-item.active .nav-link,
.navbar .nav-item .nav-link:hover {
	border-bottom: 2px solid var(--rojo);
	color: var(--rojo);
}

#mainNav .navbar-toggler{
	border: none;
}

.btn-up{
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: var(--rojo);
	padding: 0;
	color: #fff!important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 99;
	left: 2rem;
	bottom: 2rem;
	font-size: 16px;
	transition: all .3s ease;
}
.btn-up:hover{
	/*margin-bottom: 1rem;*/
	transform: translateY(-10px);
	transition: all .3s ease;
}

.carousel-item {
	height: 77vh;
	width: 100%;
	min-height: 500px;
	max-height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.carousel-caption {
	top: 20px;
}

.titulo-slide {
	font-size:80px;
	font-weight: 700;
	line-height: 80px;
}
.texto-slide p{
	margin-bottom: 0;
}
.carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 1;
	margin: 0 10px;
}

.carousel-indicators li.active {
	background-color: white;
}

.titulo {
	font-size: 36px;
	color: #333;
}

.videos {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 400px;

}

.btn-play {
	background-color: white;
	color: var(--rojo);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.banner-audio {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*Lightgallery*/
.lg-sub-html{
	color: #fff;
}
/*OwlNav*/
.owl-carousel .owl-nav button:focus{
	outline: none;
}
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 15px
}
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px
}
.owl-carousel .owl-stage-outer{
	/*overflow: visible;*/
	padding: 1rem 0;
}
.owl-carousel .item a img,
.owl-carousel .item img{
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.owl-carousel .owl-item{
	transition: all .3s ease;
}
.owl-carousel .owl-item:hover{
	transform: scale(1.1);
	z-index: 9;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: all .3s ease;
}

.cont-gral {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
}
.subtitulo{
    font-weight: 700;
    line-height: 22px;
    font-size: 21px;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
}
.titulo-blanco{
    font-weight: 700;
    line-height: 22px;
    font-size: 21px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}
.valor{
	font-weight: 800;
	font-size: 15px;
	color: #dc3545;
}
.valor-big{
	font-weight: 800;
	font-size: 21px;
	color: #dc3545;
}
.texto{
	font-weight: 300;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}
.texto-small{
	font-weight: 300;
	font-size: 13px;
	font-style: italic;
	color: #999;
	letter-spacing: 1px;
}
.texto-blanco{
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

.cont-texto {
	background-color: rgba(0,0,0,.5);
	transform: translate(0,120px);
	transition: all .3s ease;
}
	
.cont-texto .info {
	opacity: 0;
	transition: all .3s ease;

}

.tarjetas .card:hover .cont-texto {
	transform: translate(0,0);
	transition: all .3s ease;
}

.tarjetas .card:hover .cont-texto .info {
	opacity: 1;
	transition: all .3s ease;

}

.newsletter {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 400px;
	background-attachment: fixed;
}


/*.owl-carousel .item a:hover,
.owl-carousel .item a:hover img{
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    box-shadow: ;
    z-index: 20;
    height: 300px;
}*/
@media (max-width: 991px){
	.carro a p {
	}
	.carro{
	   	position: absolute;
	    right: 65px;
	}
}

@media (max-width: 768px) {
	.carro{
	   	position: absolute;
	    right: 65px;
	}
	.carro a p b{
		top: 0;
	}
	#myVideo {
	  	width: 100%!important;
	  	height: auto!important;
	  	position: relative;
	}
	.cont-video{
		padding: 0!important;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 767px) {
	.carro a p {
	    margin-top: 10px;
	}
	.carro{
	    top: 25px;
	}
	.carro a p strong{
		display: none;
	}
	.carro a p b{
		top: 0;
	}
	.cont-video{
		border: 1px solid green;
		height: auto!important;
	}
	#myVideo {
	  	width: 100%!important;
	  	height: auto!important;
	  	position: relative;
	}

	#myBtn {
		opacity: 0;
	}
	.banner-seccion .titulo-slide{
		font-size: 45px;
	    line-height: 45px;
	}
	.btn {
	    padding: 10px 20px;
	}
	.iniciar,.comprar-entraditas .btn {
	    padding: 12px!important;
	}
	.titulo-slide {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 40px;
	}
	.comprar-entraditas{
		width: 100%;
	    margin-top: 10px;
	    display: block;
	    text-align: center;
	}
	#mainNav.navbar-shrink .cont-iniciar{
		position: absolute;
		margin-top: -25px;
	}
	#mainNav .cont-iniciar{
		position: absolute;
	    right: 60px;
	    margin-top: -25px;
	}
}

