section.banner-shop
{
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	background-color: #65193d;
	padding: 20px 17px;
	height: 285px;
	max-height: 285px;
	
	color: white;
	text-align: center;
}

section.banner-shop .btn-shop
{
	font-weight: bold;
	font-family: Gotham, Arial;
	font-size: 32px;
	background-color: transparent;
	transition: ease-in background-color 0.3s;
	position: relative;
	border: 2px solid #fff;
	border-top: none;
	padding: 30px 25px;
	display: inline-block;
	margin-top: 35px;
	margin-bottom: 19px;
}

section.banner-shop .btn-shop:hover
{
	backgraound-color: rgba(101, 25, 62, 0.6);
	color: #fff;
}

section.banner-shop .btn-shop:before
{
	content: "";
	display: block;
	background-color: #fff;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
}

section.banner-shop .btn-shop:after
{
	content: "";
	display: block;
	background-color: #fff;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
}

section.banner-shop .btn-shop .icon
{
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

section.banner-shop.align-left
{
	text-align: left;
}

.title-oswald
{
	font-family: 'Allura', cursive;
	font-size: 52px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 780px){
	section.banner-shop .btn-shop
	{
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		margin: 0;
		margin-top: 10px;
		padding: 30px 20px;
	}
	.title-oswald
	{
		font-size: 45px;
	}
}


#nav .covid
{
    transition: opacity 0.2s ease-in;
}

#nav.open .covid
{
	opacity: 0;
}

/** Solo para cuando esté el botón COVID */
@media screen and (max-width: 500px){
	#nav
	{
		background-position: 95% 50%;
	}
    .sidebar-nav{
        width: 65%!important;
    }

    
}
@media screen and (min-width: 501px) and (max-width: 991px){
	#nav
	{
		background-position: 70% 50%;
	}
}
@media screen and (max-width: 1250px) and (min-width: 992px){
	#nav
	{
		background-position-x: 58%;
	}
	#lang-selector a.btn, #lang-selector button.btn
	{
		width: 150px;
	}
}
@media screen and (max-width: 1450px){
	#search{
		max-width: 160px;
	}
}