h1, h2, h3, h4, h5, h6, p, footer, button, .amiibo-name{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal !important;
}

.card-border{
    border: solid 10px rgba(235, 235, 235, 0);
    border-radius: 20px;
    overflow: hidden;
    transition: all ease-out 0.2s;
}

.card-border:hover{
    transform: scale(1.01);
}

.card{
    border-radius: 0px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.050);
    transition: all 0.25s;
}

#footer{
    margin-top: 10px;
    padding-top: 20px;
    height: auto;
    border-top-color:rgb(236, 236, 236) ;
    border-top-style: outset;
    border-width: 1px;
    background-color:rgb(255, 255, 255) ;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.212);
    transition: all 0.25s;
}

.dropdown-toggle{
    color: #000000;  
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border: 1px solid transparent;
    background-color:#00000013;
    border-radius: 0px;
}

.dropdown-toggle:hover{
    color: #000000;  
}

.custom-toggler.navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#cookiesms1:target {
    display: none;
}

.cookiesms{	
	width:100%;
	height:auto;
	margin: auto;
    padding-top:15px;
    clear:both;
    bottom:0px;
    position:fixed;
    left: 0px;
    color: #000000;
    font-family: roboto;
    background-color:rgb(255, 255, 255) ;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    transition: bottom 1s;
    -webkit-transition:bottom 1s; /* Safari */
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.274);
    z-index:999999999;
}
 
.cookies2{
    background-color:rgb(255, 255, 255) ;
    display:inline;
    opacity:100;
    filter:alpha(opacity=100);
    position:absolute; 
    top:-30px;
    height:30px;
    padding-left:25px;
    padding-right:25px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.212);
}

#boton{
    background-color: #358F77;
    color: #FFF;
    border: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    border-radius: 0px;
  }

#boton-comprar{
    background-color: #358F77;
    color: #FFF;
    border: 0px;
    border-radius: 0px;
  }


.button-up {
	display:none;
	padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
    border: solid 2px rgba(0, 0, 0, 0.24);
    border-radius: 0px;
	background:#ffffff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.027);
      
}

a{
    color: #358F77;
}

#menusuper{
    margin-bottom: 10px;
    padding-top: 10px;
    height: auto;
    border-top-color:rgb(236, 236, 236) ;
    border-top-style: outset;
    border-width: 1px;
    background-color:rgb(255, 255, 255) ;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.076);
    transition: all 0.25s;
}

#datos-empresa{
    padding-left: 10px;
    border-color:rgb(236, 236, 236) ;
    border-style: solid;
    border-width: 1px;
    background-color:rgb(255, 255, 255) ;
 
    
}

#atencion-clientes{
    border: solid 1px #7070702e;
}

#texto-legal{
    border: solid 1px #7070702e;
    background-color: #74737307 ;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 12px;
   
}