* { padding: 0;
    margin: 0;
    box-sizing: border-box;
    }
/*mobile*/

body{
    background-image: url(../img/fondo3.jpg);
    }

.contenedor {
    max-width: 1280px;
    margin: auto;
}

.encabezado{
    display: inline-block;
    background: linear-gradient(90deg, rgba(105,63,251,1) 0%, rgba(203,70,252,1) 100%);
    width: 100%;
    padding: 0 1rem 0 1rem;
    margin-bottom: 2rem;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
}

header{
    width: 100%;
    text-align: center;
    }

header img{
    max-height: 50px;
    margin: 3%;
    }

nav {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 0 1rem 0;
    }

nav ul li{
    text-decoration: none;
    display: inline-block; 
    }

nav ul li a{
    text-decoration: none;
    padding: 1rem; 
    color: #fff;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    align-content: center;
}
      

section{
    display: flex;
    flex-wrap: wrap;
}

section article{ 
    width: 100%; 
    height: 40rem; 
    text-align: center;
}


.parrafo1 h1{
    font-size: 3rem;
    color: #7C5BFF;
    padding: 2rem;
    line-height : 3.5rem;
    font-family: 'Roboto:900', sans-serif;
}


.parrafo1 p{
    font-size: 1.2rem;
    color: #000;
    padding: 0rem 2rem 3rem 2rem;
    font-family: 'Roboto:400', sans-serif;
}

.texto1 img { 
    margin: auto;
    width: 100px;
    height: 32px;
}

.imagen1 {
    background: #fff;
    display:block;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    padding-left: 0rem;
    padding: 2rem;
    width: 100%
}

.imagen1 img {
    height: 100%
}

.modulo2{
margin: 10rem 0 0 0 ;
}


.parrafo2 { 
    display:block;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    padding-right: 0rem;
    padding: 2rem;
}

.parrafo2 h1{
    font-size: 3rem;
    color: #7C5BFF;
    padding: 2rem;
    line-height : 3.5rem;
    font-family: 'Roboto:900', sans-serif;
}


.parrafo2 p{
   font-size: 1.2rem;
    color: #000;
    padding: 0rem 2rem 3rem 2rem;
    font-family: 'Roboto:300', sans-serif;
}

.imagen2 img {
    height: 90%;   
}

.contenedor-footer{
    width: 100%;
    margin: 17rem 0 0 0;
    background: linear-gradient(90deg, rgba(105,63,251,1) 0%, rgba(203,70,252,1) 100%);
}

footer{
    background: linear-gradient(90deg, rgba(105,63,251,1) 0%, rgba(203,70,252,1) 100%);
    width: 100%;
    height: auto;
    padding: 1rem;
    display: flex;
    margin: auto;
    text-align: center;
    color: white;
    font-family: 'Roboto:400' , sans-serif;
    font-size: 1rem;
}

.separadora {
width: 100%;
margin-top: 20%;    
    }    


/* escritorio */
@media screen and (min-width:768px) {
    
.encabezado{
    background: linear-gradient(90deg, rgba(105,63,251,1) 0%, rgba(203,70,252,1) 100%);    
    width: 100%;
    display: flex;
    padding: 0 2.3rem 0 2.3rem;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
}

header{
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;

    }

header img{
    max-height: 50px;
    vertical-align: middle;
    margin: 0.5rem 0 1.1rem 0;
    }

nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem 0 3rem 0;
    }
    
nav ul li{
    text-decoration: none;
    display: inline-block;  
    font-family: 'Roboto', sans-serif;
    margin: 2rem 0 0 0;
    }

nav ul li a{
    text-decoration: none;
    padding: 0.8rem; 
    margin: 0 0 1rem 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    }

    
    
.texto1 { 
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    padding: 0 5rem 0 0;
    }    
    
.texto1 h1{
    font-size: 3rem;
    line-height : 3rem;
    text-align: right;
    color: black;
    margin-bottom: 1rem;
    padding: 0rem;
    } 
    
.texto1 p{
    font-size: 1rem;
    text-align: right;
    color: black;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0rem;
    } 
    
.texto1 img { 
    display: block;
    width: auto;
    height: 2.5rem;
    margin-left: 1rem;
    }

.imagen1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    padding: 0rem;
    padding-left: 5rem;
    width: 50%
}

.imagen1 img {
    height: 500px;
}
    
.texto2 h1{
    font-size: 3rem;
    line-height : 3rem;
    text-align: left;
    margin: 0 0 1rem 0;
    padding: 0rem;
    } 
    
.texto2 p{
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0rem;
    } 

.texto2 { 
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    padding: 0 0 0 5rem;
    }
    
section article {
    width: 50%; 
    height: 35rem;
    }

footer{
    background: linear-gradient(90deg, rgba(105,63,251,1) 0%, rgba(203,70,252,1) 100%);
    width: 100%;
    height: auto;
    padding: 1.6rem 8rem 1.6rem 8rem;
    display: flex;
    margin: auto;
    text-align: center;
    color: white;
    font-family: 'Roboto:400' , sans-serif;
    font-size: 0.8rem;
}
    
    .separadora {
width: 0%;
margin-top: 10%;        
    }