

body {
    background: #002432;
    font-size:16px; font-family: 'Muli', sans-serif;
    line-height: 20px;
    color: #ff5c55;
    }
 


img { 

   border-radius:01%; width: 15% ; height: 15%

}

article { display:flex;}


article div {margin: 20px;}
 

container {
    margin: 0 auto;
}

header p {
    text-align: center; font-family: lato, sans-serif; font-size: 2rem
    ;
}

nav {
    margin: 30px auto;
    background-color: #002432;
  box-shadow: 0px 3px 20px 3px #002432;
}

nav ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
    text-align: center;
}
    
nav ul li {
    display:inline-block;
    background-color: #002432;
    }

nav a {
    display:block;
    padding:0 20px; 
    color:#ff5c55;
    font-size:16px;
    line-height: 50px;
    text-decoration:none;
}

nav a:hover { 
    background-color: #000000; 
}


nav ul ul {
    display: none;
    position: absolute; 
    top: 60px; 
}
    

nav ul li:hover > ul {
    display:inherit;
}
    

nav ul ul li {
    width:200px;
    float:none;
    display:list-item;
    position: relative;
}


nav ul ul ul li {
    position: relative;
    top:-60px; 
    left:170px;
}

    
i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin: -7px 0 0px 7px;
    vertical-align: middle;
}

.contenedortotal { background: #003456;}



.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}



.botontp { 
    text-decoration: none;
    text-align: center;
    max-width:12%;
    padding: 2px;
   
    font-size: 20px;
    color: #ff5c55;
    margin-top: 3rem;
    margin-left: 2rem;
    background-color: #1883ba;
    border-radius: 6px;
    border: 1px solid #0016b0;
  }
