body {
    margin: 0 auto;
    padding: 0px;
    font-family: Helvetica, Arial, Sans-Serif;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url("../images/fondo.jpg");

}

.sombra{
            color: #D8D8D8;
            text-shadow:
            1px 1px 1px #69D2E7,
            4px 4px 0px rgba(0,0,0,0.5);
            font-size: 60px;
            font-weight: bold;
            font-family: 'Arial Black';
            margin: 0 auto;
            text-align:center;
            }
.sombra1{
            color: #000000;
            text-shadow:
            1px 1px 0px #69D2E7;
            font-size: 15px;
            font-weight: bold;
            font-family: 'Arial Black';
            margin: 0 auto;
            text-align:center;
            text-decoration:none;
            }

.sombra2{
            color: #fff;
            text-shadow:
            2px 2px 2px #000000;
            font-size: 17px;
            font-weight: bold;
            font-family: 'Arial Black';
            margin: 0 auto;
            text-align:center;
            text-decoration:none;
            }

.imagen{
            top: 5;
            -webkit-border-radius: 150px;
            -moz-border-radius: 150px;
            border-radius: 150px;
            margin: 0 auto;
            text-align:center;
            z-index: 1;

                         }


.conteiner-circle{
            background-color: #fff;
            padding: 0px;
            width: 152px;
            height: 0%;
            -webkit-border-radius: 152px;
            -moz-border-radius: 152px;
            -webkit-box-shadow: 1px 1px 10px #484848;
            border-radius: 152px;
            z-index: 1;
            text-align: center;
                         }
.position:relative{
            padding: 10px;
            width: 150px;
            z-index: -3;
            text-align: center;

  }
.position:absolute{
            padding: 20px;
            width: 300px;
            z-index: -2;
            text-align: center;
          }
.atras{
  z-index: 0;
}



header {
    width: 100%;
    background: #000000;
        }

#btn-menu {
    display: none;
                }

header label {
    display: none;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-right: 1px solid #fff;

    }

header label:hover {
cursor: pointer;
background: rgba(215,229,220,0.3);
    }

.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    right: 100%;

}

.menu li {
    border-left: 1px solid #fff;

}

.menu li:hover {
    background: rgba(215,229,220,0.3);
}
.menu li a {
    display: block;
    padding: 15px 20px;
    color:  #fff;
    text-decoration:none;
}

@media (max-width:768px ) {
    header label {
        display: block;

        }

    .menu {
        position: absolute;
        background:  #000000;
        width: 70%
        transition: all 0.5s;
        z-index: 2;
        }

    .menu ul {
        flex-direction: column;

    }

    .menu li {
        border-top: 1px solid #fff;

    }

    #btn-menu: checked ~ .menu {
        margin:0;

    }

ol {list-style:none;}
ol li span
{
  display: block;
  float: left;
  width: 30px;
}
ol li
{
 clear:both;
 width: 400px;

}
ol li p
{
  float: left;
  width: 370px;
  margin: 0;

}
