@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body,
* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    width: 100%;
}

#tudo {
    min-height: 100%;
    position: relative;
}

* html #tudo {
    height: 100%;
    /* hack para IE6 que trata height como min-height */
}

body {
    /*background: rgb(124, 211, 246);
  background: -moz-linear-gradient(top, rgb(124, 211, 246) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgb(124, 211, 246) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(124, 211, 246) 0%, rgb(255, 255, 255) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7cd3f6', endColorstr='#ffffff', GradientType=0);*/
    background-image: url(../img/fundo-degrade.png);
    background-repeat: repeat-x;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}

header {
    height: 5em;
    background-image: url(../img/bg_sub-header.png);
}

header,
footer {
    display: block;
    width: 100%;
    background-color: #875b9f;
    text-align: center;
    color: #fff;
}

#envolve-logo,
footer div,
.l80 {
    width: 85%;
    padding: 0;
    margin: 0 auto;
}
.col-3{
    width: 28%;
    float: left;
    display: block;
    margin: 0 9px 20px 0;
}
#logotipo {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0.5em 0 0 0;
    width: 19%;
    vertical-align: top;
}

nav {
    display: inline-block;
    height: 5em;
    margin: 0;
    padding: 0;
}

header img {
    border: 0;
}

header p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin: 6px 0 0;
}

nav {
    width: 80%;
}

nav ul {
    width: 100%;
    display: inline-block;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
}

nav ul li {
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 40%;
}

nav ul li a:link,
nav ul li a:visited {
    line-height: 5em;
    color: white;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

nav ul li a.active {
    background-color: #7cd3f6;
    border-radius: 10px 10px 0 0;

}

nav ul li a:hover,
nav ul li a:focus {
    background-color: #7cd3f6;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

main {
    padding-bottom: 4em;
}

#tudo {
    background-image: url(../img/enfermeiros-direita.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background: url(../img/enfermeiros-direita.png) bottom right no-repeat, url(../img/enfermeiros-esquerda.png) bottom left no-repeat;
}

#titulo {
    text-align: center;
}

#titulo h1 {
    margin-bottom: 0;
    font-size: 3.5em;
    font-weight: 900;
    color: #f15d44;
}

#titulo h2 {
    font-size: 1em;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

#titulo h1 spam {
    color: #000000;
    display: block;
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: 100;
}

form {
    margin: 2em auto;
    width: 60%;
    text-align: center;
}

form label {
    display: none;
}

img.emojione{
    margin: 0 !important;
    display: initial !important;
}

.emojionearea .emojionearea-button{ top: 21px; }

.emojionearea, .emojionearea:focus, .emojionearea:hover, .emojionearea:active{
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.emojionearea .emojionearea-editor{ width: 100% !important; }

.emojionearea .emojionearea-editor,
form input,
form select,
form textarea {
    border-radius: 5px;
    margin: 1.5em auto;
    border: 1px solid #acacac;
    display: block;
    width: 96%;
    padding: 1.2em;
    outline: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    text-align: left;
}

.emojionearea .emojionearea-editor:focus,
form input:focus,
form select:focus,
form textarea:focus {
    box-shadow: 0 10px 20px #a7a7a7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #acacac;
}

form textarea {
    height: 5em;
    margin-top: 0;
}

.countLimitedCaracters{
    float: right;
    color: #4c335a;
}

form button {
    position: relative;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    background-color: #f15d44;
    padding: 1em 7em 1em 3em;
    border: 0;
    margin-top: 1em;
    outline: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

form button:hover,
form button:focus {
    background-color: #c1442f;
    box-shadow: 0 10px 20px #a7a7a7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

form button::after {
    content: " ";
    display: block;
    position: absolute;
    width: 4em;
    height: 100%;
    background-color: #e1563e;
    background-image: url(../img/airplane.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
}

form img,
.inPage img {
    display: block;
    margin: 1em auto;
}

.inPage img {
    margin-top: 2em;
}

.inPage {
    margin: 2em auto;
    text-align: center;
    position: relative;
}

.inPage .coracao {
    margin: 0 auto 1em auto;
    vertical-align: middle;
    width: 50%;
    height: 350px;
    box-sizing: border-box;
    padding: 8em 12em;
    color: #ffffff;
    background-image: url(../img/coracao-grande.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.inPage .coracao::before {
    content: "";
    position: absolute;
    display: block;
    width: 58px;
    height: 38px;
    background: url(../img/aspasBranca.png) no-repeat;
    margin: -5em 0 0 0em;
}

.inPage .coracao blockquote{
    margin-top: -20px;
    height: 130px;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}

.inPage .coracao blockquote::after{
    content: '';
    width: 100%;
    height: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(241, 93, 68, 0.65), #f15d44);
}

.inPage cite {
    display: inline-block;
    margin: 1em 0 0;
    font-weight: bold;
    width: 100%;
}

#semi-rodape {
    background-color: #ad87c0;
}

#semi-rodape .l80 {
    padding: 3em 0;
    margin: 0 auto;
    vertical-align: middle;
}

#semi-rodape .mensagem .fb-share-button {
    display: block;
    margin-top: 1em;
}


.mensagem {
    color: #ffffff;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 1em;
}

.mensagem blockquote {
    font-size: 1em;
    font-weight: 400;
}

.mensagem blockquote::before {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    height: 20px;
    background: url(../img/aspas.png) no-repeat;
    margin: -1em 0 0 -2em;
}

.mensagem cite {
    font-style: italic;
    display: inline-block;
    padding: 1.3em 0 0;
    width: 100%;
}

.inPage {
    margin-bottom: 5em;
}

.mensagem.envolve-btn a:link,
.mensagem.envolve-btn a:visited,
.inPage .envolve-btn a:link,
.inPage .envolve-btn a:visited {
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    background-color: #875b9f;
    padding: 1em 5em 1em 1em;
    border: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.mensagem.envolve-btn a:hover,
.mensagem.envolve-btn a:focus {
    background-color: #6a467e;
    box-shadow: 0 10px 20px #606060;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.inPage h3 {
    margin: 1em auto 1.5em auto;
    font-weight: 400;
    font-size: 2em;
}

.mensagem.envolve-btn a::after,
.inPage .envolve-btn a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 4em;
    height: 100%;
    background-color: #77508c;
    background-image: url(../img/seta-direita.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
}

.inPage .envolve-btn a:link,
.inPage .envolve-btn a:visited {
    background-color: #f15d44;
}

.inPage .envolve-btn a:hover,
.inPage .envolve-btn a:focus {
    background-color: #c1442f;
    box-shadow: 0 10px 20px #a7a7a7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.inPage .envolve-btn a::after {
    background-color: #e1563e;
}

.inPage .compartilhe {
    margin: 1em 0 3em 0;
}

.inPage #homenagens .compartilhe {
    margin: 1em 0 1em 0;
}

.inPage .compartilhe p {
    padding-bottom: 0.5em;
}

.homenagem {
    display: inline-block;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 2em;
    width: 20%;
    margin: 1.1em !important;
    text-align: left;
}

.homenagem cite {
    font-style: italic;
}

.homenagem blockquote::before {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    height: 20px;
    background: url(../img/aspas.png) no-repeat;
    margin: 0em 0 0 -1.6em;
}

.homenagem:after {
    content: "";
    display: block;
    width: 100%;
    padding: 0 2em;
    position: relative;
    margin-left: -2em;
    height: 0.5em;
    background-color: #ebebeb;
}

footer {
    padding: 1em 0;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.envolve-whats{
    display: none;
}

/*
 * SWIPER SLIDER
 */

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide blockquote{
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.swiper-slide blockquote::-webkit-scrollbar-track
{
	//-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	//border-radius: 10px;
	//background-color: #F5F5F5;
}

.swiper-slide blockquote::-webkit-scrollbar
{   width: 5px;
}

.swiper-slide blockquote::-webkit-scrollbar-thumb
{
        border-radius: 10px;
	background-color: #9E9E9E;
}

/* MOBILE ---------------------------------------------------------------------*/

@media screen and (max-width: 720px) {
    .emojionearea .emojionearea-editor {
        width: 96% !important;
    }
    .emojionearea .emojionearea-button{
        right: 12px
    }
    .col-3{
        width: 96%;
        float: none;
        margin: 1em auto;
    }
    .not-mobile {
        display: none;
    }
    #tudo {
        background: none;
    }
    header {
        height: auto;
    }
    #envolve-logo,
    footer div,
    .l80 {
        width: 100%;
    }
    #logotipo {
        padding: 1em 0;
        width: 100%;
    }
    nav {
        height: 3em;
    }
    nav {
        width: 100%;
    }
    nav ul {
        float: none;
        text-align: center;
    }
    nav ul li {
        list-style: none;
        width: 49%;
    }
    nav ul li a:link,
    nav ul li a:visited {
        line-height: 3em;
        margin-bottom: 5em;
    }
    .envolve-whats{
        display: inline-block;
    }
    .botao-wpp {
        text-decoration: none;
        color: #eee;
        display: inline-block;
        background-color: #00a651;
        font-weight: 600;
        font-size: 0.8em;
        padding: 4px 10px 2px 25px;
        border-radius: 4px;
        margin-top: 1em;
    }

    .botao-wpp:hover, .botao-wpp:focus {
        background-color: #058c47;
    }
    .botao-wpp::before {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../img/whatsapp-logo.png) no-repeat;
        background-size: 16px 16px;
        margin: 0em 0 0 -1.5em;
    }
    #titulo {
        text-align: center;
    }
    #titulo h1 {
        margin: 1.5em 0;
        font-size: 2em;
    }
    #titulo h2 {
        display: none;
    }
    #titulo h1 spam {
        font-weight: 400;
        padding: 0 1em;
    }
    form {
        width: 90%;
    }
    form input,
    form select,
    form textarea {
        margin: 1em auto;
        box-sizing: border-box;
    }
    form input:focus,
    form select:focus,
    form textarea:focus {
        box-shadow: 0 10px 20px #a7a7a7;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    form textarea {
        height: 8em;
    }
    form button {
        width: 100%;
        margin-top: 0em;
    }
    #semi-rodape .l80 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        padding-bottom: 10em;
    }
    #semi-rodape .mensagem .fb-share-button {
        display: inline-block;
    }
    .mensagem {
        padding-right: 0;
        width: 100%;
        margin: 0 auto;
        display: none;
    }
    .mensagem.botao{ display: block; }
    .mensagem:first-child{
        display: block;
    }
    .mensagem blockquote,
    .mensagem cite{
        display: block;
        width: 50%;
        margin: 0 auto;
        text-align: left;
    }
    
    .mensagem small{
        display: block;
        margin: 0 auto;
        text-align: left;
        padding-left: 24%;
    }
    
    .mensagem cite {
        margin-bottom: 0em;
    }
    .mensagem .botao-wpp {
        margin-bottom: 2em;
    }
    .inPage {
        margin: 0;
        margin-bottom: 5em;
        width: 95%;
    }
    .inPage {
        margin-bottom: 8em;
    }
    .inPage .coracao {
        width: 100%;
        padding: 6em 1em 0em 1em;
        margin: 0 auto;
        background-size: contain;
        background-position: top center;
    }
    .inPage .coracao::before {
        width: 58px;
        height: 38px;
        background: url(../img/aspasBranca.png) contain no-repeat;
        margin: -3.5em 0 0 0em;
    }
    #homenagens {
        width: 100%;
    }
    .homenagem {
        box-sizing: border-box;
        margin: 1em auto;
        display: block;
        width: 90%;
    }
    footer div {
        width: 90%;
        padding: 2em 0;
    }
}

@media screen and (min-width: 721px) and (max-width: 920px) {
    form{
        width: 100%;
    }
}