.encabezado {
    background-color: #2e6121;
    padding: 20px;
    justify-content: center;
    align-content: center;
    margin-bottom: 15px;
}
.encabezado h3{
    color: white;
}
.buscador-rastreo{
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
}

.cuerpo-rastreo p{
    font-size: larger;
    font-weight: 700;
}
.encabezado img{
    width: 280px;
    margin-top: 25px;
    filter: invert(1);
}
.contenido h1{
    margin-left: 170px;
}
.encabezado-cuerpo{
    display: flex;
    justify-content: space-between;
}

.separador{
    border: 1px solid; border-color: #E70000; background-color: #E70000;
}