body{
    margin-left: 5%;
}

header nav img {
    width: 60px;
    height: 60px;
    border: 2px rgb(0, 0, 0) solid;
    border-radius: 50%;
}

article section {
    display: flex;
    align-items: center;
    height: 50vh;
}

header nav {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: none;
    border: 3px black solid;
    background-color: #fff;
}

header nav a {
    display: block;
    margin: 20px;
    height: 59px;
    width: 59px;
}


.contenedor-1 {
    border: 2px #000000 solid;
    border-radius: 15px;
    background-color: #001135;
    display: flex;
    justify-content: space-evenly;
    margin: 50px;
    height: auto; 
    max-width: 100%;
}

.contenedor-2 {
    border: 2px #000000 solid;
    border-radius: 15px;
    background-color: #144b76;
    display: flex;
    justify-content: space-evenly;
    margin: 50px;
    height: auto; 
    max-width: 100%;
    
}

.imagen {
    margin: 30px;
    border: 2px #ffffff solid;
    border-radius: 50px;
    height: 300px;
    width: 300px;
}

.imagen-2 {
    height: 320px;
    width: 320px;
    border: 2px #ffffff solid;
    border-radius: 50%;
    margin-top: 30px;
    margin-left: 20px;

}
.img-text{
    height: auto; 
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
    height: auto;
    width: 800px;

}



.texto-1{
    margin: 30px;
    background-color: #144b76;
    border: 2px #ffffff solid;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    justify-content: flex-start;
}

.texto-2 {
    margin: 30px;
    background-color: #001135;
    border: 2px #ffffff solid;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    justify-content: flex-end;
}

.titulo-1 {
    color: #001135;
    background-color: #fb8828;
    font-size: 24px;
    margin-left: 55px;
    margin-right: 55px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;


}

h2 {
    color: #001135;
    background-color: #ffffff;
    font-size: 24px;
    margin-left: 55px;
    margin-right: 55px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}