*
{
    margin:0p;
    padding: 0;
    box-sizing: border-box
}
.encabezado {
    background-image: url(1.4.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 50vh;
}
.contenedor {
    display: flex;
    max-width: 3000px;
    margin:  auto;
    color: lightyellow;
}

h1{
    text-align: center;
    font-size: 200px;
    font-family: arial;
    margin-top: 70px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 6px rgb(255, 0, 136);
}
h2{
    text-align: center;
    font-size: 20px;
    font-family: arial;
    margin-top: 20px;
    color: rgb(107, 106, 106);
    text-shadow: 0px 0px 6px rgb(223, 213, 16);
}
h3{
    text-align:left;
    font-size: 30px;
    font-family: arial;
    margin-top: 20px;
    color: rgb(255, 243, 243);
    text-shadow: 0px 0px 6px rgb(255, 162, 0);
}
img.alineandoTextoImagenAbajo{
    vertical-align: text-bottom;
}
h4{
    font-size: 30px;
    line-height: 0px;
    text-align:center;
    width: 100px;
    height: 0%;
}