* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; }

.encabezado {
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    box-shadow: 0px 1px 10px;
    background: linear-gradient(to top right, #f198f7 1%, #6b83ff 100%);    
} 

.encabezado img {
    
    width: 10rem;
    margin: 1.5rem 1rem 1rem 3rem;
}

.contenedor-uno {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
} 

.contenedor-uno article {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8rem;
}

.contenedor-dos {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient( 109.6deg, rgba(246,114,128,1) 0.2%, rgba(248,177,149,1) 90.6% );
} 

.contenedor-dos article {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8rem;
}

.contenedor-tres {
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 3rem;
}

.contenedor-tres article {
    width: 50%;
    justify-content: center;
    flex-wrap: wrap;
}


.texto1 {
    width: 50%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 3rem;
}

.texto1 h1 {
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
    color: black;
    margin-bottom: 0rem;
    padding: 2rem;
    font-weight: 100
}

.texto1 p {
    font-size: 1rem;
    text-align: left;
    color: black;
    padding: 0 2rem 2rem 2rem;
}


.texto2 {
    width: 50%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 3rem;
}


.texto2 h2 {
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0rem;
    padding: 2rem;
    font-weight: 100
}

.texto2 p {
    font-size: 1rem;
    text-align: left;
    color: #FFFFFF;
    padding: 0 2rem 2rem 2rem;
}

.contenedor-tres h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center;
    color: black;
    margin-bottom: 0rem;
    padding: 2.5rem;
    font-weight: 100;
}


.mockups { width: 10rem; margin: 1rem; }

.btn  {  align-items: center;
         margin: auto;
         display: flex;
         justify-content: center;
         align-items: center;
         padding: 1.5rem;
}


footer {
    color: white;
    font-size: 0.8rem;
    text-align: left;
    padding: 1.5rem;
    width: auto;
    margin: 5rem 0 0 0;
    background: linear-gradient( 109.6deg, rgba(61,121,176,1) 11.3%, rgba(35,66,164,1) 91.1% );
}

@media screen and (min-width: 768px)