html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
    main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not ([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not (:root ) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
    {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
    {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
    {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
} /*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'PT Sans', sans-serif
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

.modality-one .header {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 901;
  color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(13, 146, 181);
  overflow: hidden;
}
@media screen and (min-width: 1200px) and (max-aspect-ratio: 8/5) {
  .modality-one .header {
    background-position: top center;
  }
}
@media screen and (min-width: 1360px) and (min-aspect-ratio: 16/9) {
  .modality-one .header {
    background-size: cover;
    background-position: center left;
  }
}

.header-content {
    text-align: center
}

@media screen and (max-width: 600px) {
    .header-title {
        width: 80%;
        height: auto;
        max-width: 504px
    }
}

.header-lead {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em
}

@media screen and (max-width: 600px) {
    .header-lead {
        font-size: 30px
    }
}

.header-description {
    font-size: 24px;
    margin: 10px 0;
    line-height: 1.2em;
/*     text-transform: uppercase */
}

@media screen and (max-width: 600px) {
    .header-description {
        font-size: 15px
    }
}

.header-anchor {
    display: inline-block;
    background-color: #E81900;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
	padding: 15px 40px;
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    position: relative;
    z-index: 1;
    transition: background 0.2s linear;
    text-shadow: 1px 1px 1px #333;
    box-shadow: 0px 2px 1px #A70000;
    white-space: nowrap
}
@media screen and (max-width: 600px) {
    .header-anchor {
        padding: 15px 25px
    }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
	.header-anchor {
		font-size: 15px;
		width: 200px;
		margin: 0 0;
		padding: 15px 10px;
		box-shadow: none;
		border-bottom: none;
		border-radius: 4px;
	}
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
	.header-anchor {
		font-size: 15px;
		width: 100%;
		width: -moz-available;
		width: -webkit-fill-available;
		margin: 0 0;
		padding: 15px 10px;
		box-shadow: none;
		border-bottom: none;
		border-radius: 4px;
	}
}

.header-anchor:hover {
    background-color: #c90000
}

.header-contacts {
    position: absolute;
    top: 0;
	right: 90px;
    text-align: left
}

@media screen and (max-width: 735px) {
    .header-contacts {
		top: 30px;
		right: 90px;
    }
}

.header-contacts-list {
    list-style: none;
    margin: 40px 0;
    background-image: url("./../images/telefone_branco_52x52.png");
    background-repeat: no-repeat;
    padding-left: 60px
}

/* @media screen and (max-width: 1000px) {
    .header-contacts-list {
        margin: 10px 0
    }
} */

@media screen and (max-width: 600px) {
    .header-contacts-list {
        background-image: none
    }
}

.ie8 .header-contacts-list {
    background-image: url("./../images/telefone_header.png")
}

.header-contacts-list-item.header-contacts-list-item a[href^=tel] {
    color: #FFF;
    text-decoration: none;
}

.header-contacts-list-item {
    margin-top: 10px
}

.header-contacts-title {
    color: #808285;
    font-size: 14px;
    margin: 0
}

.header-contacts-number {
    color: #808285;
    font-size: 26px;
    line-height: 1em;
    margin: 0;
    font-weight: bold
}

@media screen and (max-width: 600px) {
    .header-contacts-number {
        font-size: 20px
    }
}

.header-contacts-note {
    font-size: 15px;
    color: #808285;
    margin: 0
}

@media screen and (max-width: 600px) {
    .header-contacts-note {
        font-size: 12px
    }
}

.ie8 .header {
    position: relative;
    background-image: none;
    overflow: hidden
}

.header-background {
    position: absolute;
    width: 100%
}

.menu {
    position: fixed;
	top: 10%;
	/* margin-top: -120px; */
    z-index: 100;
	/* left: 50px; */
	right: 2%;
    z-index: 902
}
@media screen and (max-width: 800px) {
    .menu {
        display: none
    }
}

.menu-list {
    list-style: none;
    padding-left: 0
}

.menu-list-item-anchor {
    position: relative;
	float: right;
	clear: right;
    min-width: 20px;
    min-height: 38px
}

.menu-list-item-anchor:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background-color: rgba(98, 99, 91, 0.7);
	top: 8px;
	right: 0px;
}

.menu-list-item-anchor:after {
    content: "";
    position: absolute;
    background-color: #EAEDED;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 15px;
	/* left: 7px; */
	right: 7px;
    display: none
}

.menu-list-item-anchor-description {
    background-color: rgba(156, 152, 149, 0.7);
    display: none;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    min-width: 105px;
    padding: 0 10px;
	margin: 3px 40px 0 0;
    font-size: 18px;
    position: relative
}

.menu-list-item-anchor-description:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 8.5px 0 8.5px 9px;
	border-color: transparent transparent transparent rgba(156, 152, 149, 0.7);
	/* left: -9px; */
	right: -9px;
    top: 8px
}

.menu-list-item-anchor.selected:after, .menu-list-item-anchor:hover:after
    {
    display: block
}

.menu-list-item-anchor.selected .menu-list-item-anchor-description,
    .menu-list-item-anchor:hover .menu-list-item-anchor-description {
    display: inline-block
}

.ie8 .menu {
    display: none
}

.section {
    padding: 40px 0
}

.section-title {
    color: #2e2e2e;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: 0.2em 0;
    padding-top: 20px
}

.section-confidence .section-title {
    color: #FFF
}

.section-faqs {
    padding-top: 40px;
    background-color: #f6f6f6
}

.section-faqs #faqs_acordion {
    padding: 20px
}

.section-faqs div.boxs.open {
    background-color: rgba(196, 198, 199, 0.4);
    padding-bottom: 5px
}

.section-faqs div.faq_pergunta {
    background-color: #e2e3e3
}

.section-faqs p.accordion {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #c4c6c7;
    line-height: 25px;
    margin: 0;
    padding: 5px 40px
}

.section-faqs .signalplus {
    background-image: url("./../images/sinal_mais.svg");
    background-repeat: no-repeat;
    background-size: 27px;
    padding-left: 31px;
    margin-right: 31px;
    padding-top: 10px;
    background-position: left center
}

.ie8 .section-faqs .signalplus {
    background-image: url("./../images/sinal_mais.png")
}

.section-faqs .signalminus {
    background-image: url("./../images/sinal_menos.svg");
    background-repeat: no-repeat;
    background-size: 27px;
    padding-left: 31px;
    margin-right: 31px;
    padding-top: 10px;
    background-position: left center
}

.ie8 .section-faqs .signalminus {
    background-image: url("./../images/sinal_menos.png")
}

.section-faqs .colors {
    background-color: #e2e3e3;
}

.section-faqs div.accordionAnsw {
    display: none;
}

.section-faqs div.accordionAnsw p {
    font-size: 12px;
    padding-left: 33px;
    margin: 0;
}

.section-faqs table {
    font-size: 12px;
    padding-left: 33px;
    margin: 0;
    margin-left: 50px;
}

.section-faqs table td {
    padding: 10px;
    border: 1px solid black;
    text-align: left;
}

.section-faqs table td:nth-child(2) {
    text-align: center;
    width: 40px;
}

.section-faqs table td:nth-child(3) {
    text-align: center;
    width: 40px;
}

.section-faqs table td:nth-child(4) {
    text-align: center;
    width: 40px;
}

.section-faqs table td.doenca-included {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("./../images/bullet.png")
}

.section-faqs div.accordionAnsw li {
    font-size: 12px;
}

.section-faqs aside {
    text-align: center;
    padding: 30px 0;
}

.section-faqs aside h1 {
    color: #2e2e2e;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0
}

.section-faqs aside a {
    display: inline-block;
    background-color: #E81900;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 67px;
    font-size: 18px;
    margin: 40px 0;
    text-decoration: none;
    color: #FFF;
    position: relative;
    z-index: 1;
    transition: background 0.2s linear;
    box-shadow: 0px 2px 1px #A70000;
    text-shadow: 1px 1px 1px #333
}

.section-faqs aside a:hover {
    background-color: #c90000
}

.section-telef_assist {
    padding-top: 40px;
    background-color: #f6f6f6
}

.section-telef_assist-table {
    margin: 0 auto;
    max-width: 830px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 1100px) {
    .section-telef_assist-table {
        left: 0
    }
}

.section-telef_assist-table-alltd {
    width: 100px;
    height: 60px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase
}

.section-advantages {
    background-repeat: no-repeat
}

.section-advantages.one {
    text-align: center;
    margin: 0;
    background-image: url("./../images/icon_vantagem1.svg");
    min-width: 100px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: 100px 100px;
}

.ie8 .section-advantages.one {
    background-image: url("./../images/icon_vantagem1.png")
}

.section-advantages.two {
    text-align: center;
    margin: 150px 150px 5px 0;
    background-image: url("./../images/icon_vantagem2.svg");
    min-width: 100px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: 100px 100px;
}

.ie8 .section-advantages.two {
    background-image: url("./../images/icon_vantagem2.png")
}

.section-advantages.three {
    text-align: center;
    margin: 150px 150px 5px 0;
    background-image: url("./../images/icon_vantagem3.svg");
    min-width: 100px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: 100px 100px;
}

.ie8 .section-advantages.three {
    background-image: url("./../images/icon_vantagem3.png")
}

.section-lead {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px
}

.section-lead a {
    color: #222
}

.section-lead strong {
    font-weight: normal;
    text-transform: uppercase
}

.section-advantages .section-lead {
    color: #808285;
    max-width: 660px
}

.section-flexibility .section-lead, .section-modalities .section-lead {
    color: #5b0b00
}

.section-flexibility .section-lead a, .section-modalities .section-lead a
    {
    color: #5b0b00
}

.section-confidence .section-lead {
    color: #FFF
}

.section-next {
    display: block;
    margin: 0 auto;
    color: transparent;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 45px 45px;
    background-position: center
}

.ie8 .section-next {
    text-indent: -9999px
}

.section-next-advantages {
    background-image: url("./../images/seta_vantagens.svg")
}

.ie8 .section-next-advantages {
    background-image: url("./../images/seta_vantagens.png")
}

.section-next-flexibility {
    background-image: url("./../images/seta_flexibilidade.svg")
}

.ie8 .section-next-flexibility {
    background-image: url("./../images/seta_flexibilidade.png")
}

.section-next-confidence {
    background-image: url("./../images/seta_confianca.svg")
}

.ie8 .section-next-confidence {
    background-image: url("./../images/seta_confianca.png")
}

.section-advantages-list {
    padding-left: 22px;
    list-style-type: none;
    list-style-position: inside;
    color: #d81e05;
    font-size: 24px
}

@media screen and (max-width: 480px) {
    .section-advantages-list {
        list-style-position: outside;
        padding-left: 20px
    }
}

.section-advantages-list-item {
    width: 100%
}

@media screen and (max-width: 768px) {
    .section-advantages-list-item {
        width: 100%;
        margin: 0 0 15px 0
    }
}

.section-advantages-list-item.column-one {
    float: left;
    clear: left;
    margin: 0 1% 15px 0
}

.section-advantages-list-item.column-two {
    float: right;
    margin: 0 0 15px 1%
}

.section-advantages-list-item-title {
    font-size: 18px;
    margin: 0;
    display: inline-block
}

@media screen and (max-width: 480px) {
    .section-advantages-list-item-title {
        display: block
    }
}

.section-advantages-list-item-description {
    margin: 0;
    font-size: 14px;
    color: #808285
}

.section-advantages-list-item-description-small {
    margin: 0;
    font-size: 6px;
    color: #808285
}


.section-flexibility {
    padding-top: 60px;
    background-color: #e6e6e7
}

.section-flexibility-options {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 60px
}

@media screen and (max-width: 600px) {
    .section-flexibility-options {
        text-align: center
    }
}

.section-flexibility-options-item {
    width: 33%;
    float: left;
    text-align: center
}

@media screen and (max-width: 600px) {
    .section-flexibility-options-item {
        float: none;
        display: inline-block;
        width: 40%;
        min-width: 200px
    }
}

.section-flexibility-options-item-ball {
    display: block;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    margin: 30px auto 10px;
    box-shadow: 0px 1px 1px rgba(51, 51, 51, 0.5);
    background: #ef2100;
    background: -moz-linear-gradient(top, #ef2100 1%, #e81900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ef2100),
        color-stop(100%, #e81900));
    background: -webkit-linear-gradient(top, #ef2100 1%, #e81900 100%);
    background: -o-linear-gradient(top, #ef2100 1%, #e81900 100%);
    background: -ms-linear-gradient(top, #ef2100 1%, #e81900 100%);
    background: linear-gradient(to bottom, #ef2100 1%, #e81900 100%)
}

.ie8 .section-flexibility-options-item-ball {
    background: none;
    height: 144px;
    width: 144px
}

@media screen and (max-width: 768px) {
    .section-flexibility-options-item-ball {
        width: 90px;
        height: 90px
    }
}

.section-flexibility-options-item-ball:before {
    content: "";
    display: block;
    height: 140px;
    width: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px 90px
}

.ie8 .section-flexibility-options-item-ball:before {
    height: 144px;
    width: 144px
}

@media screen and (max-width: 768px) {
    .section-flexibility-options-item-ball:before {
        background-size: 60px 60px;
        width: 90px;
        height: 90px
    }
}

.section-flexibility-options-item-ball-online:before {
    background-image: url("./../images/online_white.svg")
}

.ie8 .section-flexibility-options-item-ball-online:before {
    background-image: url("./../images/online_icone.png")
}

.section-flexibility-options-item-ball-phone:before {
    background-image: url("./../images/telefone_white.svg")
}

.ie8 .section-flexibility-options-item-ball-phone:before {
    background-image: url("./../images/telefone_icone.png")
}

.section-flexibility-options-item-ball-mediator:before {
    background-image: url("./../images/mediador_white.svg")
}

.ie8 .section-flexibility-options-item-ball-mediator:before {
    background-image: url("./../images/mediador_icone.png")
}

.section-flexibility-options-item-title {
    text-transform: uppercase;
    color: #595959;
    font-size: 24px;
    margin: 0
}

.section-flexibility-options-item-lead {
    color: #808285;
    font-size: 18px;
    font-style: italic;
    margin: 0 auto;
    max-width: 120px;
    line-height: 1em
}

.section-include_services-list {
    padding-left: 0;
    list-style-type: square;
    list-style-position: inside;
    color: #FFFFFF;
    font-size: 24px
}

@media screen and (max-width: 480px) {
    .section-include_services-list {
        list-style-position: outside;
        padding-left: 15px
    }
}

.section-include_services-list-item {
    width: 20%;
    color: #FFFFFF;
    font-size: 22px
}

@media screen and (max-width: 768px) {
    .section-include_services-list-item {
        width: 100%;
        margin: 0 0 15px 0
    }
}

.section-confidence {
    background-color: #b00100;
    background: url(./../images/confidence.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100%
}

.section-confidence-logo {
    margin: 40px auto;
    display: block;
    max-width: 100%
}

.section-modalities {
    margin: 40px 20px 0
}

.section-modalities-table-legend {
    background-color: #eee6e5;
    border: 1px solid #bfc0c2;
    padding: 20px 0
}

.section-modalities-table-legend-item {
    width: 50%;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #5b0b00;
    font-weight: bold
}

.section-modalities p.table-foot {
    max-width: 830px;
    margin: 0 auto 50px
}

.section-modalities-table {
    margin: 50px auto;
    max-width: 830px;
    position: relative;
    left: 0px
}

@media screen and (max-width: 1100px) {
    .section-modalities-table {
        left: 0;
        margin: 50px auto 0
    }
}

@media screen and (max-width: 600px) {
    .section-modalities-table .one, .section-modalities-table .two,
        .section-modalities-table .three, .section-modalities-table .four {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .modality-one .section-modalities-table .one {
        display: table-cell
    }
}

@media screen and (max-width: 600px) {
    .modality-two .section-modalities-table .two {
        display: table-cell
    }
}

@media screen and (max-width: 600px) {
    .modality-three .section-modalities-table .three {
        display: table-cell
    }
}

@media screen and (max-width: 600px) {
    .modality-four .section-modalities-table .four {
        display: table-cell
    }
}

.section-modalities-table-plans-item {
    background-color: #2e2e2e;
    color: #838383;
    font-style: italic;
    font-size: 14px;
    padding: 30px 20px;
    border: 1px solid #bfc0c2;
    line-height: 1.2em;
    width: 160px;
    position: relative
}

.section-modalities-table-plans-item strong {
    color: #FFF;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    line-height: 1.1em
}

@media screen and (max-width: 600px) {
    .section-modalities-table-plans-item strong:after {
        content: '';
        width: 14px;
        height: 8px;
        background-repeat: no-repeat;
        background-image: url("./../images/input_arrow_down.png");
        display: block;
        margin-left: 50%;
        position: relative;
        left: -7px;
        top: 10px
    }
}

@media screen and (max-width: 600px) {
    .section-modalities-table-plans-item {
        cursor: pointer
    }
}

.section-modalities-table-plans-item ul {
    display: none;
    list-style: none;
    position: absolute;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #DDD;
    font-style: normal;
    padding-left: 0;
    font-weight: normal;
    padding: 10px 0;
    left: 5px;
    right: 5px
}

.section-modalities-table-plans-item li.selected {
    color: #D81E05
}

.section-modalities-table-plans-item li+li {
    margin-top: 10px
}

.section-modalities-table-plans-description {
    color: #2e2e2e;
    font-size: 12px;
    border: 1px solid #bfc0c2;
    text-align: center;
    padding: 30px 10px
}

.section-modalities-table-legend {
    background-color: #eee6e5;
    border: 1px solid #bfc0c2;
    padding: 20px 0
}

.section-modalities-table-legend-item:before {
    width: 25px;
    height: 25px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
    background-repeat: no-repeat
}

.section-modalities-table-legend-item-included:before {
    background-image: url("./../images/required.png")
}

.section-modalities-table-legend-item-optional:before {
    background-image: url("./../images/optional.png")
}

.section-modalities-table-valores {
    text-align: center;
    color: #ff0000
}

.section-modalities-table-features th {
    width: 210px;
    color: #5b0b00;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #bfc0c2;
    padding: 8px 0 8px 5px;
    min-height: 40px;
    max-height: 40px;
    height: 40px;
}

.section-modalities-table-features td {
    text-align: center;
    border: 1px solid #bfc0c2;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 12px
}

.section-modalities-table-features tr:nth-child(odd) td {
    background-color: #f8f8f8
}

.section-modalities-table-features-included {
    background-image: url("./../images/required.png")
}

.section-modalities-table-features-optional {
    background-image: url("./../images/optional.png")
}

.footer {
    background-color: #2e2e2e;
    color: #FFF
}

.footer-contacts {
    background-color: #272727;
    padding-top: 20px
}

.footer-contacts-title {
    float: left;
    font-size: 16px;
    color: #babbbd;
    margin: 0 35px 0 0
}

.footer-contacts-list {
    width: 80%;
    float: left;
    list-style: none;
    padding-left: 0;
    margin: 0
}

@media screen and (max-width: 1100px) {
    .footer-contacts-list {
        clear: left;
        margin-bottom: 20px
    }
}

.footer-contacts-list-item {
    float: left;
    font-size: 16px
}

@media screen and (max-width: 1100px) {
    .footer-contacts-list-item {
        clear: left
    }
}

.footer-contacts-list-item+.footer-contacts-list-item {
    margin-left: 80px
}

@media screen and (max-width: 1100px) {
    .footer-contacts-list-item+.footer-contacts-list-item {
        margin-left: 0
    }
}

.footer-contacts-list-item-title {
    color: #808286;
    font-size: 16px;
    float: left;
    font-weight: normal;
    margin: 0 10px 0 0
}

.footer-contacts-list-item-number {
    float: left;
    color: #babbbd;
    font-weight: bold;
    margin: 0
}

.footer-contacts-list-item-link {
    color: #b3b4b6
}

.footer-contacts-list-item:last-child {
    width: 33%;
    text-align: right
}

@media screen and ( max-width : 1100px) {
    .footer-contacts-list-item:last-child {
        text-align: left;
        width: 100%
    }
}

.footer-contacts small {
    float: left;
    width: 100%;
    color: #808286;
    font-size: 12px;
    margin: 10px 0
}

.footer-subscription {
    padding-top: 40px
}

.footer-subscription-description {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 340px;
    font-size: 18px;
    color: #BFC0C2;
    font-weight: bold;
    margin-right: 40px
}

.footer-subscription-options {
    list-style: none;
    padding: 15px 0 15px 90px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background-image: url("./../images/arrow.png");
    background-repeat: no-repeat;
    overflow: hidden
}

@media screen and (max-width: 1100px) {
    .footer-subscription-options {
        background-image: none;
        padding-left: 0
    }
}

.footer-subscription-options-item {
    float: left;
    background-repeat: no-repeat;
    min-height: 60px;
    background-size: 60px 60px;
    padding-left: 70px
}

@media screen and (max-width: 768px) {
    .footer-subscription-options-item {
        width: 100%;
        margin-bottom: 20px
    }
}

.footer-subscription-options-item+.footer-subscription-options-item {
    margin-left: 30px
}

@media screen and (max-width: 768px) {
    .footer-subscription-options-item+.footer-subscription-options-item {
        margin-left: 0
    }
}

.footer-subscription-options-item-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px
}

.footer-subscription-options-item-lead {
    color: #BFC0C2;
    font-size: 16px;
    font-style: italic;
    margin: 0;
    line-height: 1.1em
}

.footer-subscription-options-item-online {
    background-image: url("./../images/online.svg")
}

.ie8 .footer-subscription-options-item-online {
    background-image: url("./../images/online_cinza_60x60.png")
}

.footer-subscription-options-item-phone {
    background-image: url("./../images/telefone.svg")
}

.ie8 .footer-subscription-options-item-phone {
    background-image: url("./../images/telefone_cinza_60x60.png")
}

.footer-subscription-options-item-mediator {
    background-image: url("./../images/mediador.svg")
}

.ie8 .footer-subscription-options-item-mediator {
    background-image: url("./../images/mediador_cinza_60x60.png")
}

.footer-info {
    padding: 15px 0 35px 0
}

.footer-info-copyright {
    color: #808285;
    font-size: 12px;
    margin-left: 90px
}

@media screen and (max-width: 1100px) {
    .footer-info-copyright {
        display: block;
        margin-left: 0
    }
}

.footer-info-links {
    float: right;
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px 0
}

@media screen and (max-width: 1100px) {
    .footer-info-links {
        float: left
    }
}

.footer-info-links-item {
    display: inline-block
}

@media screen and (max-width: 480px) {
    .footer-info-links-item {
        display: block
    }
}

.footer-info-links-item+.footer-info-links-item {
    margin-left: 25px
}

@media screen and (max-width: 480px) {
    .footer-info-links-item+.footer-info-links-item {
        margin-left: 0
    }
}

.footer-info-links-item-link {
    color: #D81E05;
    font-size: 14px
}

#highlight {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    box-shadow: 0px 3px 5.82px 0.18px rgba(0, 0, 0, 0.3)
}

#highlight h1 {
    color: #2e2e2e;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block
}

#highlight a {
    display: inline-block;
    background-color: #E81900;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 50px;
    font-size: 16px;
    margin: 10px 0 10px 55px;
    text-decoration: none;
    color: #FFF;
    position: relative;
    z-index: 1;
    transition: background 0.2s linear;
    box-shadow: 0px 2px 1px #A70000;
    text-shadow: 1px 1px 1px #333
}

#highlight a:hover {
    background-color: #c90000
}

.caixa_shadow {
    text-align: center;
    padding: 0 0 50px 0
}

.caixa_shadow .latRede, .caixa_shadow .latClientes {
    box-shadow: -2px 2px 10px #cccccc;
    background-color: #FFFFFF;
    width: 230px;
    height: 230px;
    border: 1px solid #cccccc;
    padding: 15px;
    display: inline-block
}

.caixa_shadow .latRede .latRed, .caixa_shadow .latClientes .latRed {
    background: #D62018;
    width: 100%;
    height: 100%;
    padding: 5px 0 0 0
}

.caixa_shadow .latRede .latRed p.latBkg, .caixa_shadow .latClientes .latRed p.latBkg
    {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0
}

.caixa_shadow .latRede .latRed p.latBkg.column-one, .caixa_shadow .latClientes .latRed p.latBkg.column-one
    {
    background-image: url("./../images/img_prestadores.png")
}

.caixa_shadow .latRede .latRed p.latBkg.column-two, .caixa_shadow .latClientes .latRed p.latBkg.column-two
    {
    background-image: url("./../images/img_areaCliente.png")
}

.caixa_shadow .latRede .latRed p.latText, .caixa_shadow .latClientes .latRed p.latText
    {
    margin: 0;
    padding: 0;
    margin-top: -50px;
    position: absolute;
    width: 230px;
    text-align: center
}

@media screen and ( max-width : 660px) {
    .caixa_shadow .latRede, .caixa_shadow .latClientes {
        display: block;
        margin: 0 auto
    }
}

.caixa_shadow .latClientes {
    margin-left: 75px
}

@media screen and ( max-width : 660px) {
    .caixa_shadow .latClientes {
        margin: 75px auto 0
    }
}

.tooltip {
    position: absolute;
    text-align: left;
    bottom: 30px;
    font-size: 12px;
    line-height: 12px;
    padding: 10px;
    max-width: 400px;
    min-width: 200px;
    color: #2e2e2e;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #e32606
}

.tooltip p {
    padding: 0;
    margin: 0;
    border: 0
}

th.info:after {
    content: '';
    display: inline-block;
    margin-left: 7px;
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
    background-image: url("./../images/info_red.png");
    cursor: pointer
}

.wrapper {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative
}

.wrapper-small {
    max-width: 780px
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr, img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
}

.obs {
    font-size: 12px;
    color: black;
}

.section-netvida {
    text-align: left;
    padding: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.section-netvida-space {
    height: 10px;
}

.section-netvida-bullets {
    width: 20px;
    vertical-align: top;
}

@media screen and ( max-width : 800px) {
    .section-netvida {
        display: none
    }
}

@media screen and (max-width : 800px) {
    #ref_netvida {
        display: none;
    }
    #ref_flex_contratacao {
        display: block;
    }
}

@media screen and (min-width : 800px) {
    #ref_netvida {
        display: block;
    }
    #ref_flex_contratacao {
        display: none;
    }
}

.white_text {
	color: #FFF !important;
}

.legal {
  margin-bottom: 35px;
  max-width: 1200px;
  padding: 0 10px;
  text-transform: uppercase;
  background-image: url("./../images/info.png");
  background-repeat: no-repeat;
  background-position: 10px 0px;
  line-height: 16px;
}

.modality-one .header #name-and-slogan .header__site-link {
  color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  margin: 5px auto;
  display: inline-block;
  line-height: 100%;
  white-space: nowrap;
  width: 371px;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/logo_netvida.svg");
}
.lt-ie9 .modality-one .header #name-and-slogan .header__site-link {
  background-image: url("../images/logo_netvida.png");
  text-indent: 9999px;
  width: 371px;
  height: 56px;
  overflow: hidden;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .modality-one .header #name-and-slogan .header__site-link {
    margin: 0 0;
    padding: 0 0;
    width: 218px;
    height: 33px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (min-height: 800px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
  .modality-one .header #name-and-slogan .header__site-link {
    margin: 0 0;
    padding: 0 0;
    width: 371px;
    height: 56px;
  }
}

.modality-one .header #name-and-slogan .header__site-slogan {
  font-size: 22px;
  line-height: 1.3em;
  white-space: nowrap;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .modality-one .header #name-and-slogan .header__site-slogan {
    font-size: 14px;
    color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape) {
  .modality-one .header #name-and-slogan .header__site-slogan {
    font-size: calc((100% + 0.25vw) * 1.5);
    color: rgb(255, 255, 255);
	line-height: inherit;
  }
}

.modality-one .header #name-and-slogan .header__site-slogan > a {
  text-decoration: none !important;
  color: rgb(255, 255, 255);
}

/* Wide laptop screens */
@media screen and (min-width: 1360px) and (max-height: 700px) and (min-aspect-ratio: 16/9) {
  .modality-one .header {
    background-size: cover;
    background-position: calc(-0.2 * (80vw - ((16 / 9) * (100vh)))) 0px !important;
  }
  .wrapper_wrapper .color_bar {
    padding-right: calc(80vw - ((16 / 9) * (100vh)));
  }
  .wrapper_middle, .wrapper_mid_bottom {
    padding-right: calc(80vw - ((16 / 9) * (100vh)) - 100px);
  }
}

.selo-new {
  position: absolute;
  right: 100px;
  top: 15%;
  z-index: 2;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 1200px) and (orientation: portrait),
       screen and (max-width: 800px) and (orientation: landscape),
       screen and (max-height: 700px) and (orientation: landscape) {
  .selo-new {
    display: none !important;
  }
}

.selo-canto {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FFF;
  z-index: 9999;
  background-repeat: no-repeat;
  width: 135px;
  height: 134px;
}
@media screen and (min-width: 480px) and (max-width: 800px) {
    .selo-canto {
        width: 102px;
        height: 101px;
    }
}
@media screen and (max-width: 480px) {
    .selo-canto {
        display: none !important;
    }
}
