/* estilos css indexweb */


@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

body {
    background: linear-gradient(to right,#69A9B8,#96C1B0);
    font-family: Lato;
}

header {
   text-align: center;
}

h1 {
    color: white;
    font-size: 3em;
}

h2 {
    color: dimgrey;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

article {
    background: white;
    margin: 1em;
    border-radius: 15px;
    padding: 1em;
    width: 700px;
}

.info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    
}

ul .derecha {
    display: flex;
    flex-direction: column;
}

.video {
    display: flex;
    justify-content: center;
    padding-bottom: 2em;
    padding-top: 2em;
    
}

li {
    list-style: none;
   margin-top: 2em;
}

.texto {
    padding-right: 4em;
    
}


#celularapp {
    width: 8em;
    
}

a {
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.descarga {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7em;
    background-color: orangered;
    border-radius: 15px;
    height: 3em;
    width: 10em;
    
}


.pertenencia {
    display: flex;
    justify-content: space-between;
}

.pertenencia li {
    font-size: 0.8em;
    padding left: 2em;
    padding-right: 2em;
}

img {
    margin-left: 2em;
}

.boton {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 3em;
    text-decoration: none;
    
}