﻿.container-topo {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #bfcadc;
}

img.logo-vitality {
    max-width: 380px;
}
.imagem-top {
    display: block;
}
.imagem-topM {
    display: none;
}
.texto-blue {
    width: 50%;
    max-width: 650px;
    float: left;
    margin-top: 60px;
    padding: 50px;
    background-color: #0071ce;
}

h3.headline {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2em;
    padding: 40px 0 20px 15px;
}

p.txt-blue {
    color: #fff;
    font-size: 1.8em;
    padding: 0 40px 20px 15px;
}

.container-middle {
    width: 100%;
    float: left;
    background-image: url(/Particulares/Seguros/PublishingImages/programa-vitality/bg.png);
    background-position: top center;
    background-size: cover;
}

.esq, .dir {
    width: 50%;
    float: left;
    padding: 50px;

}


h3.big-title {
    color: #0071ce;
    font-size: 2.8em;
    font-weight: 700;
    padding: 0 0 20px 0;
    line-height: 1.2em;
}

p.txt-grey {
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0 0 15px 0;
}

span.destaque.blue {
    color: #0071ce;
    font-weight: 700;
    font-size: 1.2em;
}

img.store {
    max-width: 150px;
}

li.vantagens {
    font-size: 1.4em;
    margin: 15px 0 20px 15px;
    line-height: 1.4em;
}

.container-banner {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

p.elegiveis {
    font-size: 1.4em;
    margin: 0 0 0 15px;
}

a.link-elegiveis {
    color: #0071ce;
}
a.link-elegiveis:hover {
    color: #4597db;
}
a.link-elegiveis:before {
    content: "\e607";
    font-family: icomoon;
    vertical-align: middle;
    font-size: 1.8em;
}

span.nota {
    font-size: 0.85em;
    font-weight: 700;
    font-style:italic;
}
.container-last {
    padding: 40px 15px;
    width: 100%;
    float: left;
}

@media (max-width: 1004px) {
    .imagem-top {
    display: none;
}
    .imagem-topM {
    display: block;
}

.esq, .dir {
    width: 100%;
    float: none;
    padding: 50px;
    max-width: 650px;
    margin: auto;

}

.container-middle {
    width: 100%;
    float: left;
    background-image: url(/Particulares/Seguros/PublishingImages/programa-vitality/bg.png);
    background-position: top left;
    background-size: cover;
}
img.store {
    max-width: 130px;
    }

}