body {
    background: #000;
}

#imgExtension {
    border-radius: 10px;
    border: 5px solid #3c3a3a;
}

.contenedorExtension {
    display: block;
    color: #fff;
    background: #111;
    font-family: "Ubuntu";
    border-radius: 20px;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

p {
    color: #fff;
    padding-bottom: 20px;
    font-size: 16px;
}

.btn-primary {
    background: #1565C0;
    border: 0;
}

.btn-primary:hover {
    background: #0D47A1;
    border: 0;
}

h2 {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    cursor: default;
}

h2:hover {
    transform: scale(1.1);
    transition: all 1s linear;
}

.btn-primary {
    transform: scale(1.0);
    transition: all 3s;
}

.btn:hover {
    transform: scale(1.1);
    transition: all 1s linear;
}

a {
    cursor: pointer !important;
}

.anuncio {
    text-align: center;
    padding: 10px;
}

#facebookContainer {
    text-align: center;
    background: #e9ebee;
}

.theoAdvice {
    font-size: 11px;
    padding-bottom: 0px;
}

.download {
    color: #1565C0;
    cursor: pointer;
    user-select: none;
    /*width: 65px;*/
    font-weight: 400;
}

.download:hover+.button-line {
    background-color: #fff;
    transition: all 0.3s;
}

.button-line {
    /*width: 45px;*/
    height: 0.5px;
    background: #737273;
    margin-top: 10px;
    margin-left: 10px;
    transition: all 0.3s;
}

#btnGotaExtension {
    margin: 10px 0px;
}

body.plugin.chrome.webkit.win.x1.Locale_es_ES {
    background: white !important;
}

.titulo {
    font-size: 30px;
    font-weight: 600;
}

.subtitulo {
    font-size: 25px;
    font-weight: 600;
}

.settings-list {
    list-style: none;
}