*{
    font-family: 'Oswald', sans-serif;
    }

header{
    background-color:#081D40;
    padding:1em
    } 
    
#contenedorlogo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    }

.elementologo img{
    width: 6.5em;
    height: auto;
    }

.elementologo p2{
    font-weight: 300;
    color: #fff;
    font-size: 0.7em;
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.7em;
    margin-left: 1em;
    margin-top: -0.2em;
    }

#contenedorlogo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 1.5em;
    }

.contenedormenu{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
   }

.elementomenu a{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    list-style: none;
    width: 7em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.2em;
    background-color: #3B5787;
    border-radius: 10px 80px 10px 10px;
    font-size: 1em;
   }

.elementomenu a:hover{
    background-color: #E08FEE;
    }

.contenedortotal{
    background-color: #3B5787;
    color:#fff;
    border-radius: 10px 80px 10px 10px;
    }

h2{
    font-size: 1.9em;
    font-weight: 900;
    margin-top: 0.2em;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    color:#3B5787;
    }

.contenedordelbody{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    }

.elementoimagen h6, h5, p{
    font-size: 0.8em;
    text-align: left;
    color:  #3B5787;
    width: 13em;
    flex-direction: column;
    margin-left: 1.5em;
    margin-top: -0.5em;
    }

.elementoimagen h6{
    font-size: 1em;
    font-weight: 600;
    }

.elementoimagen h5{
    margin-top:-2.3em;
    background-color: #081D40;
    color: #fff;
    padding:0.5em;
    text-transform: uppercase;
    width: 9em;
    }

.elementoimagen p{
    font-size: 0.8em;
    margin-top: -1.5em;
    }

.elementoimagen img{
    border-radius: 8px 85px 8px 8px;
    height: 15em;
    width: auto;
    margin-left: 1em;
    -webkit-box-shadow: -10px 20px 80px -10px rgba(59,87,135,1);
    -moz-box-shadow: -10px 20px 80px -10px rgba(59,87,135,1);
    box-shadow: -10px 20px 80px -10px rgba(59,87,135,1);
    }

h3,h4{
    width: 100%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    color:#3B5787;
    }

h3{
    font-size: 1em;
    margin-top: 1em;
    font-weight: 700;
    }

h4{
    font-size: 0.8em;
    font-weight: 600;
    }

hr{
    height: 0.1em;
    background-color: #081D40;
    margin-top: 1.5em;
    width: 22em;
    }

.contenedorwireframe{
    text-align: center;
    }

.elementowireframes img{
    width: 22em;
    height: auto;
    margin-top: -1em;
   }

.elementowireframes h1{
    font-size: 1.3em;
    margin-top: auto;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #3B5787;
    padding:0.2em;
    }

.elementowireframes a{
     font-weight: 400;
    color: #fff;
    text-decoration: none;
    list-style: none;
    justify-content: center;
    padding: 0.5em;
    background-color: #3B5787;
    border-radius: 5px 30px 5px 5px;
    font-size: 1.5em;
    width: 7em;
    -webkit-box-shadow: 25px -5px 60px -10px rgba(59,87,135,1);
    -moz-box-shadow: 25px -5px 60px -10px rgba(59,87,135,1);
    box-shadow: 25px -5px 60px -10px rgba(59,87,135,1);
    }

.elementowireframes a:hover{
    background-color: #E08FEE;
    }

footer{
    background-color: #3B5787;
    padding: 0.5em;
    margin-top: 2.5em;
    }

footer hr{
    height: 1px;
    background-color: #fff;
    width: 22em;
    margin-top: 0.2em;
    }

footer p{
    width: 100%;
    font-size: 0.7em;
    margin: 0.2em;
    color: #fff;
    text-align: center;
    }