:root{
	--negro: #000;
	--blanco: #fff;
	--fuente-ppal: "Inter", sans-serif;
	--script: "Inter", sans-serif;
}
body {
	font-family: "Open Sans", sans-serif;
	background-color: rgb(247 247 247);
}
footer{
	background-color: rgb(24 24 24);
	padding-top: 4rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
}
footer h5{
    font-size: 1rem;
    font-weight: 300;
}
footer a{
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
footer a:hover,
footer .active {
    color: #04cd5e;
}
footer .down-foot{
    background-color: #000;
    color: #fff!important;
}
footer .navbar-brand img {
    width: 150px;
    padding: 0;
}
footer .pagos {
    max-width: 350px;
}
footer .titulo-foot {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
footer .social-foot{
	color: #fff;
	background-color: inherit;
	font-size: 1.2rem;
	border-radius: 10px;
	border: 0px!important;
}
footer .social-foot:hover{
	color: #0d3c72;
	background-color: #fbb406!important;
	border-radius: 10px;
	border: 0px!important;
	font-size: 1.2rem;
}
.img-items{
	border-radius: 50%;
	height: auto;
	max-width: 80px;
}
.bg-green{
	background-color: #005359;
}
.card-items{
	background-color: #00000000;
	border-radius: 0;
	border: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #0d3c72;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e3e3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    font-weight: 300;
    color: #999;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fbb406;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(251 180 6 / 35%);
}
.navbar-brand{
}
.navbar-brand img{
	margin-top: 10px;
	max-width: 250px;
	width: 100%;
}
.bg-blanco{
	background-color: #fff;
}
.titulo{
	text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #000!important;
}
.titulo-slide{
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	color: #000!important;
}
.titulo-slide .script{
	ffont-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	color: #000!important;
}
.titulo-slide-white{
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	color: #fff!important;
}
.info-cont-home{
	/*border: 1px solid red;*/
}
.subtitulo{
	font-size: 1.1rem;
	font-weight: 700;
	color: #000;
}
.subtitulo-claro{
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
}
.titulo-card{
	font-size: 1.3rem;
	font-weight: 500;
	color: rgb(0 83 89);
}
.texto-claro,
.texto-claro a{
	font-size: .85rem;
	font-weight: 300;
	color: #fff;
}
.texto{
	font-size: .85rem;
	font-weight: 300;
	color: #666;
}
.texto-b{
	font-size: .85rem;
	text-decoration: none;
	font-weight: 400;
	color: #000;
}
.top-titulo{
	color: #005359;
	font-size: .85rem;
	margin-bottom: 0;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
}
.top-titulo b{
	color: #04cd5e;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
}
.top-texto {
    color: #04cd5e;
    font-size: .85rem;
    margin-bottom: 0;
    font-style: italic;
    letter-spacing: 0px;
    font-weight: 400;
}
.cont-border{
	border-left: 2px solid #04cd5e;
}
.btn-color{
	background-color: rgb(4 205 94);
	color: #fff;
	letter-spacing: 1px;
	padding: 8px 13px;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 300;
	border-radius: 10px;
	border: 1px solid rgb(4 205 94);
}
.btn-color:hover,.btn-color:focus,
.productos .card:hover .btn-color{
	background-color: rgb(0 83 89);
	color: #fff;
	border: 1px solid rgb(0 83 89);
}
.btn-color-line{
	background-color: rgb(4 205 94 / 0%);
	color: rgb(4 205 94);
	letter-spacing: 1px;
	padding: 8px 13px;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 300;
	border-radius: 10px;
	border: 1px solid rgb(4 205 94);
}
.btn-color:hover,.btn-color:focus,
.btn-color-line:hover,.btn-color-line:focus{
	background-color: rgb(0 83 89);
	color: #fff;
	border: 1px solid rgb(0 83 89);
}
.accordion{
    border-radius: 10px;
    border: 1px solid rgb(234 232 233);
    overflow: hidden;
}
.accordion .accordion-item .accordion-header .link-categorias{
	padding: 16px 8px;
	font-size: 16px;
	font-weight: 400;
	background-color: var(--blanco);
	text-decoration: none;
	color: #212529;
}
.accordion-button{
	color: #000;
	font-size: .9rem;
	font-weight: 500;
	padding: 15px;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
    z-index: 3;
    color: #fff;
    outline: 0;
    background-color: #04cd5e;
    box-shadow: inherit;
}
.accordion-body{
	padding: 10px 10px 10px 25px;
}
.accordion-body:hover{
	background-color: #f7f7f7;
}
.accordion-body .subcategoria{
	color: #000;
	text-decoration: none;
	font-size: .85rem;
	font-weight: 400;
}
.accordion-body:hover .subcategoria{
	color: #005359;
}
.accordion-flush .accordion-collapse {
    background-color: #f1f1f1;
    border-width: 0;
}

.form-control-search {
    display: block;
    width: 100%;
    height: 38px !important;
    padding: 0.5rem !important;
    font-size: .85rem !important;
    font-weight: 300 !important;
    line-height: 1.5;
    color: #005359!important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ccc !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.carousel{
	border-radius: 10px;
	overflow: hidden;
}
.carousel-indicators {
    position: absolute;
    right: inherit;
    bottom: 0;
    left: 0;
    margin-right: 3%;
    margin-bottom: 1rem;
    margin-left: 3%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #04cd5e00;
    background-clip: padding-box;
    border: 1px solid #04cd5e;
    border-radius: 50%;
    opacity: inherit;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    opacity: inherit;
    background-color: #04cd5e;
}
.script{
	font-family: var(--script)!important;
/*	font-weight: 400;*/
}

.topbar{
	background-color: rgb(0 83 89);
	font-size: 14px;
	font-weight: 300;
}

#navbar .navbar-brand img{
	-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;
}
#navbar.navbar-shrink .navbar-brand img{
	width: 250px;
	-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;
}
#navbar .nav-item .nav-link{
/*	font-size: 13px;*/
/*	letter-spacing: .8px;*/
	font-weight: 400;
	text-align: center;
	padding: 8px .7rem;
}
/*#navbar .nav-item .nav-link::after{
	content: '';
	display: block;
	height: 1px;
	width: 20px;
	background-color: transparent;
	margin: 4px auto 0 auto;
	transition: all .3s ease-in-out;
}*/
/*#navbar .nav-item .nav-link.active::after,
#navbar .nav-item .nav-link:is(:hover)::after{
	background-color: var(--negro);
}*/

#navbar .btn-link{
	text-decoration: none;
	color: #777;
}
#navbar .btn-link:is(:hover,:focus){
	color: #222!important;
}

.btn-icono{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.btn-icono.dropdown-toggle{
	flex-direction: row;	
}
.btn-icono.dropdown-toggle::after{
	font-size: 14px;
	margin-left: 0;
}

/*CSS Icono Carro de Compras*/
.btn-carro {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    transition: all .3s ease-in-out;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #04cd5e;
}
.btn-carro:is(:hover,:focus){
	background-color: #015258;
	color: #fff;
}
/*.btn-carro:is(:hover,:focus) .icono{
	background-color: var(--bar-footer)!important;
	color: #fff!important;
}*/
.btn-carro .badge {
	position: absolute;
	top: -8px;
	right: -11px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
    font-weight: 500;
    font-size: 12px;
    background-color: #000;
	padding: 0;
	color: #fff;
}
/*CSS Icono Carro de Compras*/

.buscador{
	width: 100%;
}
.buscador .input-group{
	border-radius: 25px;
	padding: 3px;
	border: 1px solid #e3e3e3;
}
.buscador .form-control{
	border-radius: 25px;
	padding:.5rem 1rem;
	border: none;
}
.buscador .form-control::placeholder{
	font-size: 14px;
}
.buscador .input-group .btn-color{
	border-radius: 50%!important;
	aspect-ratio: 1;
	padding: 6px 12px!important;
	color: #fff;
	background-color: var(--botones);
}
.buscador .input-group .btn-color:is(:hover,:focus,:active){
	background-color: var(--botones-hover);
	color: var(--botones);
}

/*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, #results2{
	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,
#results2 a{
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
#results a:hover,
#results2 a:hover{
	color: var(--botones);
}

.suscribir{
	background-color: #FAFAFA;
}
.suscribir .form-control{
	border:0;
	color: #666;
	padding: .4rem .7rem;
	border-bottom: 1px solid #666;
	background-color: transparent;
}

#clientes .owl-item figure img{
	width: 190px!important;
	opacity: .6;
	transition: all .3s ease;
}
#clientes .owl-item figure:hover img{
	opacity: 1;
}
#clientes .owl-dots{
	text-align: center;
}
#clientes button.owl-dot{
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #d7d7d7!important;
	margin: 5px 3px;
}


footer .input-group.suscribe{
	border-radius: 25px;
/*	padding: 3px;*/
	border: 1px solid #e3e3e3;
	background-color: #fff;
}
footer .input-group.suscribe .form-control{
	border-radius: 25px;
	padding:.6rem 1rem;
	border: none;
	height: 100%;
}
footer .input-group.suscribe .btn{
	border-radius: 50%!important;
	aspect-ratio: 1;
	padding: 6px 12px!important;
	color: #fff ;
	background-color: var(--bar-footer);
}
/*.btn-sm{
	font-size: 12px!important;
	line-height: 12px;
}*/


/*.carousel-inner{
	margin-top: 165px;
}*/

.carousel-item {
	margin-top: 0;
	height: 40vh;
	min-height: 400px;
	max-height: 400px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-item img{
	mix-blend-mode: multiply;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3%;
	right: 3%;
}
.carousel-item .opacidad{
	background-color: rgba(265, 265, 265, .8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-seccion{
/*	margin-top: 120px;*/
	height: 35rem;
	max-height: 300px;
	min-height: 300px;
	border: none;
	border-radius: 10px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #b1b1b1;
	background-blend-mode: multiply;
}

.banner-seccion.dashboard{
	height: 120px;
}
.header-detalle{
	margin-top: 185px;
}

.carousel-control-next, .carousel-control-prev{
	width: 10%;
}
.bg-claro{
	background-color: #F7F8FB;
}


.filtro-prop .form-select,
.filtro-prop form .bootstrap-select>.dropdown-toggle{
	background-color: transparent;
	border-radius: 0;
	border-color: #666;
	color: #666;
	font-size: 13px;
	padding: .8rem .8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.filtro-prop .form-select option,
.filtro-prop .bootstrap-select .dropdown-menu li a{
	color: #666;
	font-size: 14px;
	text-transform: capitalize!important;
}
/*.filtro-prop .btn-color:is(:hover,:focus){
	border-color: var(--turquesa)!important;
	color: var(--turquesa)!important;
}*/

#categorias .owl-item{
	background-color: var(--botones-hover);
	padding: 2rem 1rem;
	border-right: 1px solid rgba(265, 265, 265, .3);
	border-bottom: 1px solid rgba(265, 265, 265, .3);
	transition: all .3s ease-in-out;
}
#categorias .owl-item:hover{
	background-color: rgb(8 106 216/50%);
}
#categorias figure{
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 1;
}
#categorias figure img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#categorias .owl-nav {
    display: flex!important;
    justify-content: center;
/*    position: absolute;*/
/*    top: -3rem;*/
/*    right: 0;*/
    text-align: right;
    margin-bottom: 0.5rem;
}
#categorias .owl-nav button{
/*    background-color: var(--botones);*/
    height: 40px;
    width: 40px;
/*    border-radius: 50%;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(265, 265, 265, .6);;
    margin: 0 2px;
    transition: all .2s ease-in-out;
}
#categorias .owl-nav button:hover{
/*	background-color: var(--botones-hover);*/
	color: rgba(265, 265, 265, 1);
}

.btn-categorias{
	background-color: #f1f1f1;
	padding: 3px 3px 3px 1rem;
	display: inline-flex;
	justify-content: space-between;
	border-radius:25px;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.btn-categorias span{
	background-color: var(--botones);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: .4rem;
	color: #fff;
	font-size: 16px;
}
.btn-categorias:hover{
	background-color: #cbe0ba!important;
	color: #333;
}
.productos .card {
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    border-color: #eae8e9;
}
.productos .card:hover{
	border-color: #04cd5e;
}
.productos .card figure{
	
}
.productos .card figure img{
	width: 100%;
	aspect-ratio: 1;
	opacity: 1;
	object-fit: contain;
}
.productos .card:hover figure img{
	opacity: .8;
}
.productos .card .oferta,
.oferta {
    font-size: .7rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #005359;
    padding: 5px 10px;
    border-radius: 10px;
    position: absolute;
    top: .5rem;
    right: .5rem;
    font-weight: 600;
}
.productos .card h6{
	font-size: 15px;
	max-height: 36px;
	overflow: hidden;
}
.productos .card .valor-card,
.valor-card{
    color: #005359;
    font-size: 1.5rem;
    font-weight: 700;
}
.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*/

.nav-pills .nav-item{
	margin-right: 5px;
}
.nav-pills .nav-item .nav-link{
	background-color: #f6f6f6;
    color: var(--botones);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}
.nav-pills .nav-item .nav-link:is(:hover,:focus){
	background-color: var(--botones-hover);
    color: var(--botones);
}
.nav-pills .nav-item .nav-link.active{
	background-color: var(--botones-hover);
	color: var(--botones);
}

.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;
}
.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;
}
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%;
}
.pagination{
	justify-content: center;
}
.pagination .page-item .page-link{
	border-radius: 0;
	color: #666;
}
.pagination .page-item.active .page-link{
	background-color: var(--negro);
	border-color: var(--negro);
	color: #fff;
}

.icono-contacto{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: var(--botones);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.social-foot-contacto a.btn{
	height: 32px;
	width: 32px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--botones-hover);
	color: var(--botones);
	margin-right: .4rem;
	margin-bottom: .5rem;
}
.social-foot-contacto a.btn:hover{
	background-color: var(--botones);
	color: #fff;
}

.list-noti img{
	aspect-ratio: 1.3;
	object-fit: cover;
}

.demo-gallery li a img{
	aspect-ratio: 1;
	object-fit: cover!important;
	object-position: center!important;
}

#preguntas.accordion-flush .accordion-item .accordion-header .accordion-button{
	border-radius: 10px;
	border: none;
	box-shadow: none;
}
.mapa iframe{
	width: 100%;
}
.mapa-sucursal iframe{
	width: 100%;
	height: 300px;
}

.galerias figure img{
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	transition: all .2s ease-in;
}
.galerias .sobre-texto{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .8), 10%, rgba(0, 0, 0, 0));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 1rem;
	color: #fff;
}
.galerias figure:hover img{
	opacity: .6;
}
.galerias .sobre-texto h5{
	letter-spacing: 1.5px;
}
.galerias-img ul li a img{
	aspect-ratio: .9;
	width: 100%;
	object-fit: cover;
}

#reviews .owl-stage{
	margin:0 auto;
}
.review .foto img{
	width: 55px;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
/*	margin: auto;*/
}
#reviews .owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:.5rem auto 0 auto;
}
#reviews .owl-dots button{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #e3e3e3!important;
	margin:0 3px;
}

.menu-user .nav-link{
	background-color: #f6f6f6;
	color: #777;
	margin-bottom: .5rem;
	font-size: 15px;
	border-radius: 10px;
}
.menu-user .nav-link i{
	margin-right: .5rem;
}
.menu-user .nav-link:hover{
	color: var(--botones);
}
.menu-user .nav-link.active{
	color: var(--botones);
	background-color: var(--botones-hover);
	font-weight: 500;
}

.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: 62px;
    height: 62px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    padding: 8px 8px 8px 10px;
    animation: 1s infinite alternate shimmy;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.whatsapp i {
    font-size: 42px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}

@media (max-width: 1024px) {

}

@media screen and (max-width: 992px){
	
	 
}
@media screen and (min-width: 767px){
	
}
@media (max-width: 767px) {
	#navbar .navbar-brand img{
		width: 230px;
	}
	#navbar.navbar-shrink .navbar-brand img{
		width: 180px;

	}
	
}
@media (max-width: 576px){
	#navbar .navbar-brand{
		width: 100%;
		margin-right: 0;
		margin-bottom: .3rem;
		text-align: center;
	}

}
@media (max-width: 499px){
	/*#navbar .navbar-brand{
		width: 100%;
		margin-right: 0;
		margin-bottom: .5rem;
		text-align: center;
	}*/
	#navbar .navbar-brand img{
		width: 200px;
	}
	#navbar.navbar-shrink .navbar-brand img{
		width: 180px;
	}
	
}