/* 
Theme Name: astra Child
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/ 

.single .entry-header {
    display: flex;
    flex-wrap: wrap;
}
.single .entry-header .eh-imagen {
    flex-basis: 50%;
    padding: 0 20px 0 0;

}
.single .entry-header .eh-imagen img {
    width: 100%;
}

.eh-texto {
    flex-basis: 50%;

}
.eh-texto button {
    border-radius: 30px;
    padding: 6px 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.eh-texto button a {
    color: #fff;
}
header.entry-header .entry-title {
    font-weight: 400;
    font-size: 19px;
}
.aplicaciones-section h3,
.presentaciones-section h3 {
    background: #1f3579;
    padding: 6px 10px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;

}
@media (max-width: 420px) {
    .eh-texto {
        flex-basis: 100%;
    }
    .single .entry-header .eh-imagen {
        flex-basis: 100%;
    }

}
