body {
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	font-family: 'Exo', sans-serif;
}
p, li{
	font-weight: 300;
}
.texto figure img{
	width: 100%;
}
figure.media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em;
}
.texto figure img{
	width: 100%;
}
.text-12,
.texto .text-tiny{
	font-size: 12px!important;
}
.text-13{
	font-size: 13px!important;
}
.text-14,
.texto .text-small{
	font-size: 14px!important;
}
.texto .text-big{
	font-size: 20px!important;
}
.texto .text-huge{
	font-size: 28px!important;
}

.alerta .alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/*Layout*/
#navbar {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}
#navbar.navbar-shrink{
	background: #fff;
	transition: all .3s ease;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
#navbar .navbar-brand img{
	transition: all .3s ease;
}
#navbar.navbar-shrink .navbar-brand img{
	transition: all .3s ease;
	width: 130px;
}

#navbar .navbar-nav .nav-item .nav-link {
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	padding: 1.3rem .8rem;
	letter-spacing: 1px;
/*  border-bottom: 1px solid rgba(255,255,255,.3);*/
}

#navbar.navbar-shrink .navbar-nav .nav-item .nav-link{
	color: #888;
}
#navbar .navbar-nav .nav-item .nav-link.active,
#navbar .navbar-nav .nav-item .nav-link:is(:hover,:focus,:active){
	color: var(--naranjo);
}

/*.navbar-toggler{
	border-radius: 50%;
	height: 45px;
	width: 45px;
	background-color: var(--naranjo);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}*/
.navbar-toggler i{
	font-size: 30px;
}
#navbar.navbar-shrink .navbar-toggler{
	color: #666;
	border-color: #888;
}

.btn-icon a{
	color: rgba(265, 265, 265, .7);
}
.btn-icon a:is(:hover,:focus){
/*	color: var(--naranjo);*/
	color: rgba(265, 265, 265, 1.0);
}
#navbar.navbar-shrink .btn-icon a{
	color: #888;
}
#navbar.navbar-shrink .btn-icon a:is(:hover,:focus){
	color: #666;
}

/*CSS Icono Carro de Compras*/
.btn-carro{
    font-size: 1.4rem;
    padding-right: .1rem;
    color: rgba(265, 265, 265, .7);
}
.btn-carro:is(:hover,:focus){
	color: rgba(265, 265, 265, 1);
}
#navbar.navbar-shrink .btn-carro{
	color: #888;
}
#navbar.navbar-shrink .btn-carro:is(:hover,:focus){
	color: #666;
}
.btn-carro .badge {
	position: absolute;
	top: -1px;
	right: -9px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
    font-weight: 400;
    font-size: 10px;
    background-color: red;
	padding:0;
	color: #fff;
}
/*CSS Icono Carro de Compras*/

.offcanvas.text-bg-dark{
	background-color: var(--azul);
}

/*Modal buscar*/
#buscardor.modal .modal-dialog{
	max-width: 100%;
	width: 100%;
}
#buscardor.modal .modal-dialog .modal-content{
	border-radius: 0;
	border:none;
}
#buscardor.modal .modal-body .input-group span.input-group-text{
	border-radius: 0;
	background-color: transparent;
	border: 0;
}
#buscardor.modal .modal-body .form-control{
	border-radius: 0;
	border: 0;
	border-bottom:1.5px solid #666;
	background-color: transparent;
}
#buscardor.modal .modal-body .form-control:focus{
	box-shadow: none;
	border-color: #ff9800;
}
#buscardor.modal .modal-body button.close{
	height: 40px!important;
	width: 40px;
	border-radius: 50%;
	opacity: 1;
	text-shadow: none;
	color: #000;
	padding: 0;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:hover{
	background-color: #222;
	color: #fff;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:focus{
	outline: none;
	box-shadow: none;
}
.cont-results{
	position: absolute;
	bottom: 0;
}
#results{
	width: 230px;
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}
#results a{
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
#results a:hover{
	color: var(--naranjo);
}

.suscribir {
	background-attachment: fixed;
	margin-bottom: -7rem;
	position: relative;
	background-color: var(--naranjo);
	background-blend-mode: soft-light;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
}

.form-contacto{
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #9B9B9B;
	background-blend-mode: multiply;
}

.icono-contacto{
	background-color: var(--naranjo);
	height: 55px;
	width: 55px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size:30px;
	color: #fff;
}
footer {
	border-top: 8px solid var(--naranjo);
}
footer .nav{
	font-family: 'Exo', sans-serif;
}
footer .nav li a{
	letter-spacing: 1px;
	color: #888;
}
footer .nav li a:hover{
	color: #666;
}

.rrss .btn{
	background-color: #373736;
	color: #fff;
	width: 40px;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	margin:0 .2rem .5rem .2rem;
}
.rrss .btn:is(:hover,:focus){
	background-color: var(--naranjo)!important;
	color: #fff!important;
}

.redes-sociales {
	position: absolute;
	bottom: 20px;
	left: 5%;
}
.redes-sociales .btn-link{
	border: none!important;
}
.down {
    opacity: .6;
    padding-top: 12px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    z-index: 1020;
    background-color: rgba(255,255,255,0);
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    background-size: cover;
    animation: updown 1s infinite;
        animation-direction: normal;
    animation-direction: alternate;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@keyframes updown {
    0% {
        transform: translate(0, 0);    
    }
    100% {
        transform: translate(0, 10px);
    }
}
.carousel-item {
	height: 100vh;
	min-height: 400px;
	max-height: 800px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #BABABA;
	background-blend-mode: multiply;
}
.banner-seccion{
	height: 440px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #BABABA;
	background-blend-mode: multiply;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-35%);
	left: 20%;
	right: 20%;
}
.carousel-control-prev,
.carousel-control-next{
	padding-top: 100px;
}
.titulo-slide{
	font-family: 'Exo', sans-serif;
	font-size: 48px;
	letter-spacing: 2px;
	line-height: 50px;
	text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.texto-slide{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.titulo{
	color: #333;
	font-size: 40px;
	font-family: 'Exo', sans-serif;
}
.subtitulo{
	font-weight: 400;
	letter-spacing: 2px;
}
/*.carousel-indicators {
	left: inherit;
	margin-right: 5%;
	top: 100px;
	align-items: center;
	flex-direction: column;
}*/

.carousel-indicators button {
/*	border-radius: 50%!important;*/
/*	height: 15px!important;*/
/*	width: 15px!important;*/
/*	border: none!important;*/
/*	margin-bottom: 10px!important;*/
}
.text-naranjo {
	color: var(--naranjo);
}
a.text-naranjo:hover{
	color: var(--naranjo2);
}
.text-azul {
	color: var(--azul);
}

.text-small {
	font-size: 14px;
}
.text-small2 {
	font-size: 13px;
}

.btn{
	font-family: "Exo", sans-serif;
	border-radius: 10px;
}
.btn-color {
	background-color: var(--naranjo);
	color: #fff;
	text-transform: uppercase;    
	padding: 12px 22px;
    font-weight: 500;
    letter-spacing: 1px;
}
.btn-color:hover {
	background-color: var(--naranjo2);
	border-color: var(--naranjo2);
	color: #fff;
}
.btn-azul{
	background-color: var(--azul);
	border-color: var(--azul);
	text-transform: uppercase;    
	padding: .6rem 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}
.btn-azul:hover{
	background-color: #252754;
	border-color: #252754;
	color: #fff;
}
.btn-link{
	border-radius: 0;
/*	border-bottom: 1px solid var(--naranjo);*/
}
.mapa iframe {
	width: 100%;
	height: 253px;
}
.bg-azul {
	background-color: var(--azul);
}
.linea {
	background-color: var(--naranjo);
	height: 1px;
	width: 40px;

}
.linea2 {
	background-color:#fff;
	height: 3px;
	width: 100px;
}
/*.form-control {
	border-radius: 20px;
}*/

/*.cuadrito {
	border: 3px solid var(--naranjo);
	height: 50%;
	width: 50%;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.curva{
	margin-bottom: -2px;
}*/

#categorias figure{
	border-radius: 25px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .20);
}
#categorias figure img{
	aspect-ratio: 1.2;
	width: 100%;
	object-fit: cover;
}
/*#categorias .owl-nav,
#categorias .owl-dots{
	display: block!important;
}*/
#categorias .owl-nav button.owl-prev, #categorias .owl-nav button.owl-next {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
}
#categorias .owl-nav button.owl-prev {
    left: .5rem;
}
#categorias .owl-nav button.owl-next {
    right: .5rem;
}
#categorias .owl-dots{
	text-align: center;
}
#categorias .owl-dots button{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #e3e3e3;
}
#categorias .owl-dots button.active{
	background-color: var(--naranjo);
}
/*#clientes figure{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
} */


.noticia-destacada {
	border-radius: 20px;
/*	height: 410px;*/
	overflow: hidden;
	position: relative;
}
.noticia-destacada img {
	width: 100%;
	aspect-ratio: 1.7;
	object-fit: cover;
}
.noticia-destacada .gradiente {
	bottom: 0;
	z-index: 3;
	position: absolute;
	right: 0;
	left: 0;
	height: calc(100% - 100px);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	border-radius: inherit;
}
.noticia-destacada .cont-noticia {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	z-index: 99;
}
.noticias-list img{
	width: 150px;
	aspect-ratio: 1.3; 
	object-fit: cover; 
	border-radius: 15px;
}
.cont-vision{
	border-radius: 20px;
	background-color: var(--azul);
}


.owl-carousel .owl-stage-outer{
	z-index: 9;
}
.owl-carousel .owl-nav{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -55px;
    margin: 0;
    right: -55px;
/*    display: inline-flex!important;*/
    justify-content: space-between;
}
.owl-carousel .borde {
	border-left: 3px solid var(--naranjo) ;
}
#clientes .owl-item figure img{
	aspect-ratio: 1.3;
	width: 160px!important;
	object-fit: contain;
	opacity: .6;
	filter: grayscale(100%);
	transition: all .3s ease;
}
#clientes .owl-item figure:hover img{
	opacity: 1;
	filter: none;
}
#clientes .owl-dots{
	text-align: center;
}
#clientes button.owl-dot{
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #d7d7d7!important;
	margin: 5px 3px;
}
#clientes button.owl-dot.active{
	background-color: var(--naranjo);
}

.icono{
	position: absolute;
	opacity: .1;
}

.servicios .card{
	border-radius: 20px;
	overflow: hidden;
}
.servicios .card img{
	width: 100%;
	aspect-ratio: 1.3;
	object-fit: cover;
}
.productos figure img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.productos figure .oferta{
	position: absolute;
	top: .5rem;
	right: .5rem;
	padding: 8px 10px;
	font-size: 11px;
	line-height: 10px;
	background-color: #222;
	color: #fff;
	border-radius: 20px;
}
.precio-oferta{
	font-size: 14px;
	text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
	.select-color{
		width: 40px;
		height: 40px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}
	.select-tallas{
		width: 45px;
		min-height: 32px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}

	/* Hide the browser's default radio button */
	.select-color input,
	.select-tallas input{
		position: absolute;
		opacity: 0;
		cursor: pointer;
		margin: 0;
	}

	/* Create a custom radio button */
	.select-color .cont-color{
		position: absolute;
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		padding: 4px;
		border:1px solid #e3e3e3;
		background-color: #fff;
	}
	.select-tallas .cont-talla{
		position: absolute;
		top: 0;
		left: 0;
		padding: 4px 0px;
		width: 45px;
		border: 1px solid #e3e3e3;
		font-size: 14px;
		background-color: #fff;
	}

	.select-color .cont-color .color{
		height: 100%;
		width: 100%;
	}

	/* On mouse-over */
	.select-color:hover input ~ label .cont-color,
	.select-tallas:hover input ~ .cont-talla{
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
		cursor: pointer;
	}

	/* Show the indicator when checked */
	.select-color input:checked ~ label .cont-color,
	.select-tallas input:checked ~ .cont-talla {
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
	}

/*Fin Custom Radios Color - Tallas*/

.quantity {
	position: relative;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]{
	-moz-appearance: textfield;
}
.quantity input {
	width: 85%;
	height: 42px;
	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: 42px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-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%;
}

.menu-user .nav-link{
	background-color: #f6f6f6;
	color: #777;
	margin-bottom: .5rem;
	font-size: 15px;
}
.menu-user .nav-link i{
	margin-right: .5rem;
}
.menu-user .nav-link:hover{
	color: var(--naranjo);
}
.menu-user .nav-link.active{
	color: var(--naranjo);
	font-weight: 500;
}
.breadcrumb .breadcrumb-item a{
	text-decoration: none;
	font-size: 14px;
	color: var(--naranjo);
}

.pagination{
	justify-content: flex-end;
}
.pagination .page-item .page-link{
	border-radius: 0;
	color: #666;
}
.pagination .page-item.active .page-link{
	background-color: var(--naranjo);
	border-color: var(--naranjo);
	color: #fff;
}

.wsp{
    font-size: 11px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0;
    line-height: 1px;
    padding: 3px 7px;
    letter-spacing: 0;
    text-transform: none;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    bottom: 15px;
    right: 15px;
    background-color: #00e576;
    padding: 7px 12px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i {
    position: absolute;
    font-size: 50px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]
{
	-moz-appearance: textfield;
}
.mapa iframe{
	width: 100%;
	height: 400px;
}

.pagination{
	justify-content: flex-end;
}
.pagination .page-item .page-link{
	color: var(--naranjo);
}
.pagination .page-item.active .page-link{
	background-color: var(--naranjo);
	border-color: var(--naranjo);
	color: #fff;
}

@media (max-width: 1024px) {}

@media (min-width: 992px) {
	/*#mainNav {
		padding-top: 0;
		padding-bottom: 0;
		border: none;
		background-color: rgba(0, 0, 0, 0);
		-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;
	}*/
	#mainNav .navbar-brand img {
		width: 210px;
		-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;
	}
	/*#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.9em 1em !important;
		-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;
	}*/
	/*#mainNav.navbar-shrink {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #fff;
	}*/
	#mainNav.navbar-shrink .navbar-brand img {
		width: 170px;
		padding: 0;
	}
	/*#mainNav.navbar-shrink .nav-item .nav-link {
		padding: 1.4em 1em !important;
	}*/
	.owl-carousel .owl-nav{
		right: -40px;
		left: -40px;
	}
}
@media (max-width: 991px){
	.owl-carousel .owl-nav{
		right: -30px;
		left: -30px;
	}
}
@media (max-width: 767px) {
	#navbar .navbar-brand img {
		width: 120px;
	}
	#navbar.navbar-shrink .navbar-brand img {
		width: 100px;
	}
	.titulo-slide{
		font-size: 38px;
		line-height: 40px;
	}
	.titulo{
		font-size: 38px;
	}
	.servicios .card img{
		height: 220px;
	}
	.owl-carousel .owl-nav{
		right: -25px;
		left: -25px;
	}
}
@media (max-width:  575px){
	.servicios .card img{
		height: 200px;
	}
}

