header > .wrapper_welcome {
    margin: 10px 0;
}
footer .container-1 img {
    padding: 50px 0;
}
.topbar > .wrapper_welcome, header > .wrapper_welcome {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
}
footer > .wrapper_welcome {
    display: grid;
    grid-template-columns: minmax(max-content, 200px) auto;
}
footer {
    background-color: #2B2C2C;
    color:whitesmoke;
}
footer .container-1 {
    background-color: whitesmoke;
    display: grid;
    justify-items: center;
}
footer .container-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: 1fr repeat(3, minmax(max-content, 1fr));
    justify-items: end;
    align-content: center;
}
footer .container-2 nav {
    display: grid;
    grid-auto-rows: 18px;
    margin-bottom: 50px;
}
footer a {

        text-decoration: none;
        color: inherit;

}

nav {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.bienvenidos > .wrapper_welcome {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    padding: 50px 0;
    justify-items: center;
}
.wrapper_welcome {
    width: calc(100vw - 60px);
    max-width: 1542px;
}
section.cursos_uns {
    background:  #D43737;
}
header, .topbar, section, .banner, .bienvenidos, footer {
    display: grid;
    justify-items: center;
}
section.cursos_regulares {
    background: #ffa81d;
}
.cta_dos {
    line-height: 1.61rem;
    color:#ffa81d;
    background:    #D43737;
    margin-top: 3.22rem;
}
.cta {
    line-height: 1.61rem;
    color:#ffa81d;
    background:    #2B2C2C;
    margin-top: 3.22rem;
}
a.cta {
    font-family: inherit;
    font-size: 1.33rem;
    font-weight: 700;
    border: 0;
    padding: .62rem 1.6rem;
    border-radius: 2.72rem;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a.cta_dos {
    font-family: inherit;
    font-size: 1.33rem;
    font-weight: 700;
    border: 0;
    padding: .62rem 1.6rem;
    border-radius: 2.72rem;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a.cta:hover{
    color:white;
}
a.cta_dos:hover{
    color:white;
}
.fondo_uns{

      background: -webkit-linear-gradient(-135deg, #e8413a, #ffa33e);
  background: -o-linear-gradient(-135deg, #e8413a, #ffa33e);
  background: -moz-linear-gradient(-135deg, #e8413a, #ffa33e);
  background: linear-gradient(-135deg, #e8413a, #ffa33e);
  width: 100%;
}
.fondo_regular{

     background: -webkit-linear-gradient(-135deg, #ffa33e, #e8413a);
  background: -o-linear-gradient(-135deg, #ffa33e, #e8413a);
  background: -moz-linear-gradient(-135deg, #ffa33e, #e8413a);
  background: linear-gradient(-135deg, #ffa33e, #e8413a);
  width: 100%;
}
