h1,h2,h3,h4,h5, button, .amiibo-name{
    font-family: 'Bitter', serif;

}
#navbar{
    z-index: 1;
}

#justificar{
    text-align: justify;
}

#ribbon{
    /*background-color: rgb(219, 26, 26);*/
    background-color: rgb(255, 255,0);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 25px, rgba(131, 21, 21, 0.5) 25px, rgba(131, 21, 21, 0.5) 40px);
}
#ribbon::after{
    content: '';
    background-color: transparent;
    display: block;
    height: 20px;
    width: 50%;
    margin: 0 auto;
    position: relative;
    left: auto;
    margin-top: -40px;
}

#color_pie{
    background-color: rgb(219, 26, 26);
    /*background-color: rgb(128, 0, 85);*/
    position: relative;
    margin-top: 0px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#birthday{
    /*background-color: rgb(219, 26, 26);*/
    background-color: rgb(0,128,128);
    position: relative;
    margin-top: -20px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


#birthday img{
    position: relative;
    margin-top: -30px;
}

.text-shadow{
    text-shadow: 0 3px 3px rgba(0,0,0,0.6);
}

#separator-ribbon{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#separator-ribbon .content{
    width: 150%;
    height: 150px;
    margin-left: -25%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.card-border{
    border: solid 10px white;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease-out 0.2s;
}
.card-border:hover{
    transform: scale(1.05);
}
.card-sin-border{
    overflow: hidden;
    transition: all ease-out 0.2s;
}
.card-sin-border:hover{
    transform: scale(1.05);
}


#games{
    background: rgb(255,255,255);
    background: url(../img/bg-02.png),  linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(99,196,255,1) 57%);
    background-repeat: repeat-x;
    background-size: 75%;
    margin-top: -20px;
}

#separator-amiibos{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#separator-amiibos .content{
    background: url(../img/bg-03.png);
    width: 110%;
    height: 100px;
    margin-left: -5%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

#separator-amiibos-footer{
    height: 20vw;
}


#amiibos{
    background: url(../img/bg-01.png),url(../img/bg-03.png);
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center center;
    background-size: 100%, auto;
}

.amiibo{
    cursor: pointer;
    transition: all ease-out 0.2s;
}
.amiibo:hover{
    transform: scale(1.05);
}

.amiibo-name{
    background-color: rgba(0,0,0,0.4);
    color: white;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
}



    #play{   
        background: url(../img/bg-04.png);
        background-color: rgb(255, 255, 219);
        background-size: 40px 40px;
    }
    
    #footer{
        background: url(../img/equipo_1.jpg);
        /*background-color: rgb(224, 144, 24);
        background-size: 25px 25px;*/
        background-size: 100%;
    }
    #centro{
        background: url(../img/imagen_portada_1.png);
        background-repeat: no-repeat;
       
        /*background-color: rgb(224, 144, 24);
        background-size: 25px 25px;*/
        background-size: 100%;
        height: 65vw;
    }
    #centro_a{
        background: url(../img/imagen_portada_1.png);
        background-repeat: no-repeat;
       
        /*background-color: rgb(224, 144, 24);
        background-size: 25px 25px;*/
        background-size: 100%;
        height: 65vw;
    }
	#centro_b{
        background: url(../img/imagen_portada_1.png);
        /*background-repeat: repeat-y;*/
       
        /*background-color: rgb(224, 144, 24);
        background-size: 25px 25px;*/
        background-size: 100%;
        height: 65vw;
    }
	#centro_c{
        background: url(../img/imagen_portada_1.png);
		background-size: 100%;
    }
	
	#centro_blanco{
        background: none;
        background-color: white; /*#fff;*/
    }
	
	
	
	
	/**************codigo tabla************************/
	 body {
    font-family: arial;
  }

  table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr {
    border: 15px solid #ddd;
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
    text-align: center;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 700px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 1px;
      display: block;
      border-bottom: 4px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }
	
	
	
/*%%%%%%%%% Configuración para muchos teléfonos y tablets %%%%%%%%%%%%%%%%%%%%%%%%%%%*/

@media (max-width: 768px) {
    #centro_a{
        background: none;
        background-color: white; /*#fff;*/
       }
    }

@media (max-width: 1279px) {
        #centro_a {
           background: none;
           background-color: white; /*#fff;*/
        }
      }
