﻿@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    margin:0;
    background-color:#e2e2e2;
}

p {
    font-size:1.5em;
    font-family: 'Lato', sans-serif;
    padding: 10px;
}

h1 {
    color:white;
    font-size:3em;
    font-family: 'Raleway', sans-serif;
    font-style:bold;
}


#contenido {
    width:100%;
    text-align:center;
}

.CntDescarga {
    background: url("./recursos/bg_cellphone.jpg") no-repeat ;
    background-size: cover;
}

.image {
width:40%;
margin:120px 0px 120px 0px;
}

.btnDescargar {
width:80%;
height:3em;
background-color:#307B9C;
border:none;
border-radius:10px;
font-size:2em;
margin:100px 0px 100px 0px;
color:white;
cursor:pointer;
}

.footer {
    background-color: #0B5270;
    width: 100%;
    color: white !important;
}

@media(max-width:600px){

    .image {
        width:40%;
        margin:60px 0px 60px 0px;
        }

        .btnDescargar {
            width:60%;
            height:62px;
            background-color:#307B9C;
            border:none;
            border-radius:10px;
            font-size:1.2em; 
            margin:60px 0px 60px 0px;
            color:white;
            cursor:pointer;
            }
}