@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald:wght@400&display=swap');
body{
	height: 100%;
}
.row{
	margin:0px;
}
.navbar-expand-lg {
	position: fixed;
	width: 100%;
	z-index: 999;
}
.navbar-light .navbar-nav .nav-link {
	font-family: 'Oswald', sans-serif;
}
.navbar-light .navbar-nav .show > .nav-link {
	color: #00AFEF;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #00AFEF;
}
.dropdown-item {
	font-family: 'Open Sans', sans-serif;
}
.menus{
	padding-top: 90px;
	height: 100%
}
.contenido{
	padding-top: 90px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.list-group-item.active {
	font-family: 'Oswald', sans-serif;
	padding: 0px;
	text-align: center;
	z-index: 2;
	color: #fff;
	background-color: #00AFEF;
	border-color: #00AFEF;
}
.list-group-item {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 2px;
	padding-left: 5px;
	text-align: left;
}
.izquierda{
	height: 100vh;
}
.tarjeta{
	margin-bottom: 30px;
}
.btn-primary {
	font-family: 'Oswald', sans-serif;
	width: 100%;
	color: #fff;
	background-color: #00AFEF;
	border-color: #00AFEF;
}
.btn-primary:hover {
	color: #00AFEF;
	background-color: #00AFEF;
	border-color: #00AFEF;
}
.card-title{
	color: #00AFEF;
	font-family: 'Oswald', sans-serif;
}
.card-text{
	color: #495057;
	font-family: 'Open Sans', sans-serif;
}
.progress-bar {
	background-color: #00AFEF;

}
.convertidor{
	margin-bottom: 10px;
}
.input-group-text {

	color: #ffffff;
    background-color: #393939;
	border: 1px solid #ced4da;
}
.pieopciones{
	margin-bottom: 10px;
}
.pieopciones .btn-primary{
	color: #00AFEF;
	background-color: #00AFEF;
	border-color: #00AFEF;
}
.pieopciones .btn-primary:hover{
	color: #fff;
	background-color: #00AFEF;
	border-color: #00AFEF;
}
.pieopciones .btn-success{
	color: #fff;
	background-color: #00AFEF;
	border-color: #00AFEF;
}
.top-data{
	margin-top: 10px;
	margin-bottom: 10px;
}
.data-info{
	color: #495057;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.data-info h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.data-info h5{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.codigo{
	font-family: 'Oswald', sans-serif;
	background-color: #00AFEF;
	border: #00AFEF solid 3px;
	padding: 10px;
	border-radius: 10px;
}
.order{
	margin-top: 15px;
	font-family: 'Oswald', sans-serif;
	background-color: #fff;
	border: #00AFEF solid 2px;
	padding: 10px;
	padding-bottom: 0px;
	border-radius: 10px;
}
.change-coin{
	margin:10px;
	font-family: 'Oswald', sans-serif;
	background-color: #fff;
	border: #00AFEF solid 2px;
	padding: 10px;
	padding-bottom: 0px;
	border-radius: 10px;
}
.change-coin a{
	color: #000000;
}
.change-coin a:hover{
	text-decoration: none;
}
.change-coin:hover{
	background-color: #00AFEF;
	text-decoration: none;
}
.small-buttons{
	margin-top: 10px;
	margin-bottom: 10px;
}
.dolarsoles{
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
}
.referidos{
	margin-top: 20px;
}
.shared{
	margin-top: 20px;
}
.shared img{
	margin-left: 10px;
}
@media only screen and (max-width: 991px) {
	.menutop{
		display: block;
	}
	.menus{
		display: none;
	}
}
@media only screen and (min-width: 991px) {
	.menutop{
		display: none;
	}
}

@media screen and (max-width: 799px) {
	.desktopdisplay {
		display: none;
	}
	.mobiledisplay {
		display: block;
	}
	.icono-menu{
		font-size: 15px;
	}
	.icono-carrito{
		font-size: 15px;
	}
}

@media screen and (max-width: 400px){
	.imagen-marca{
		width: 100px;
	}
}

@media screen and (min-width: 800px){
	.mobiledisplay{
		display: none;
	}
	.desktopdisplay {
		display: block;
	}
	.icono-menu{
		font-size: 25px;
	}
	.icono-carrito{
		font-size: 20px;
	}
}


/* más estilos modificados */
.bg-verde{
	background-color: #00AFEF;
}

.navbar{
	/* border-bottom: #00AFEF 2px solid; */
}

.slide{
	margin-top: 10px;
}



.imagen-producto{
	position: relative;
}

.etiquetas-producto {
    position: absolute;
    top: 0;
    left: 0;
}

.borde-productos{
	border: solid #00AFEF 0px;
	border-radius: 25px;
}
/*
.titulo-producto{
	background-color:#00AFEF;
	color: white;
}
*/
/*
.columna-producto{
	border-color:#00AFEF !important;
	outline: 1px #00AFEF solid;  /* inner stroke
	outline-offset: -2px;  /* negative border width + outline width
}
*/

.descripcion-producto {
	min-height: 50px;
	padding: 0;
}

.btn-primary{
	color: #000000;
	background-color: #00AFEF;
	border-color: #00AFEF;
}


.down-boton-categorias{
	font-size: 19px;
	color: white;
}

.frase-negocio{
	color: #00AFEF;
	font-family: "Ink Free";
	font-weight: bold;
}

.mensaje-guia-izquierda{
    background-color: #D8F1FC;
    border-radius: 0px 40px 40px 40px;
    border-color: #D8F1FC;
    text-align: left;
    padding: 10px 30px;

    color: #00AFEF;
}

.mensaje-guia-derecha {
    background-color: #D8F1FC;
    border-radius: 40px 0px 40px 40px;
    border-color: #D8F1FC;
    text-align: left;
    padding: 10px 30px;

    color: #00AFEF;
}

.mensaje-guia-derecha-danger {
    background-color: #F58634;
    border-radius: 40px 0px 40px 40px;
    border-color: #F58634;
    text-align: left;
    padding: 10px 30px;

    color: white;
    font-weight: bold;
}


.btn.btn-success:disabled {
    background-color: #00AFEF;
    border-color: #00AFEF;
}

.btn.btn-danger:disabled {
    background-color: #00AFEF;
    border-color: #00AFEF;
}

/* BARRA DE DESPLAZAMIENTO EN ITEM */
.contenedor {
    /*Estilos estándar experimentales (Principalmente Firefox)*/
    scrollbar-color: #cccccc #F58634;
    scrollbar-width: thin;
}

.coleccion-imagenes::-webkit-scrollbar {
    -webkit-appearance: none;
}

.coleccion-imagenes::-webkit-scrollbar:horizontal {
    height: 10px;
}

.coleccion-imagenes::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 15px;
    border: 1px solid #CCCCCC;
}

.coleccion-imagenes::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: #FFFFFF;
}
