body {
    background: #eee;
    margin: 0;
    padding: 0;
}

.contenedor {
    margin: 5px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #c4c3c2;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 50px;
    
}
.contenedor ul {
    list-style: none;
    display: flex;
    font-size: 12px;
    padding: 0;
}
.contenedor ul li {
    margin-left: 10px;
    margin-right: 10px;
}
.contenedor ul li a {
    text-decoration: none;
    color: #1c590a
    
}
.contenedor ul li a:hover {
    color: #000;
}
.icono { 
width: 40px;
margin-left: 20px;
}


.elplan {
    width: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    min-height: 30vh;
    box-shadow: 5px 10px 10px #c4c3c2;
}

h1 { 
    text-align: center;
    font-family: 'Abril Fatface', cursive;
    font-size: 160%;
    color: #458d80;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    margin-left: 5px;
    margin-right: 5px;
}
h2 {
    color: #2c5d54;
    font-family: 'Abril Fatface', cursive;
    font-weight: 600;
    margin: 0;
    margin-left: 10px;
    font-size: 15px
}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;


}
h3 {
    margin-top: 50px;
    font-family: 'Abril Fatface', cursive;
    color: #458d80;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
}

.bocetito {
    text-align: center;
    
}
.webapp {
    width: 100%;
}
.persona {
    width: 400px;
    
}
.mvp {
    width: 375px;
}

.fotos {
    text-align: center;
    margin-bottom: 50px;
    
}