/* --- general --- */



html {
    height: 100%
}

body,
td,
th {
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    min-width: 360px;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    color: #FFF;
    overflow: auto;
    background-color: #30353a;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a i {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover,
a:hover i {
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a img {
    /*
	display: block;
	transition: opacity 0.3s ease 0s;
	opacity: 1;
	max-width: 100%;
	height: auto;
	*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    /*max-width: 100%;*/
    height: auto;
    margin: 0 8px 0 0;
    float: left;
}

a:hover img {
    opacity: 0.8;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#aPolPrivFoo,
#aTermosUsoFoo {
    cursor: pointer;
}

p {
    font-size: 1rem;
    padding: .375rem 0;
    color: #000;
    line-height: 1.6;
}

p#main {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0
}

b,
strong {
    font-weight: 700
}

.clearfix:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.clear {
    float: none;
    clear: both
}

.relative {
    position: relative
}

.responsive {
    max-width: 100%;
    height: auto;
}

figure {
    padding: 0;
    margin: 0
}

.valign {
    display: flex;
    align-items: center;
}

.vhalign {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-gutter [class*='col-'],
.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.inline {
    display: inline-block;
}


/* cores */

.font-white {
    color: #FFF;
}


/* --- table --- */

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #CCC;
}


/* Zebra striping */

tr:nth-of-type(odd) {
    background: #EEE;
}

table td,
table th {
    padding: 10px 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    vertical-align: middle;
}

table.c td,
table.c th {
    text-align: center;
}

table th {
    background-color: #267b86;
    border-right: 1px solid rgba(0, 0, 0, .25);
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    color: #FFF;
    font-weight: bold;
    text-align: left;
}

table tfoot td {
    border-top: 1px solid #CCC;
    background-color: #267b86;
    color: #FFF;
    font-weight: bold;
    border-right: 1px solid rgba(0, 0, 0, .25);
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}


/* --- form --- */

.form {
    font-family: 'Roboto', sans-serif;
}

.form input[type="text"],
.form textarea,
.form select {
    font-size: 1rem;
    color: #494949;
    padding: 6px;
    background: none;
    border: none;
}

.form .borderRadius6,
.internas.newsletter #newsletterCad .borderRadius6 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.form .form-group.field50,
.form select.field50 {
    width: 49%;
    float: left
}

.form .form-group.formSpc {
    margin-right: 2%
}

.form input[type="text"]:hover,
.form textarea:hover,
.form select:hover {
    background-color: #e7e7e7;
    color: #494949
}

.form input[type="text"].formInvert:hover,
.form textarea.formInvert:hover,
.form select.formInvert:hover {
    background-color: #e7e7e7;
    color: #494949
}

.form input[type="text"]:focus,
.form textarea:focus,
.form select:focus {
    background-color: #e7e7e7;
    color: #494949
}

.form input[type="text"].formInvert:focus,
.form textarea.formInvert:focus,
.form select.formInvert:focus {
    background-color: #e7e7e7;
    color: #494949
}

.form label {
    width: 100%;
    font-size: 1rem;
    color: #494949;
    padding: 30px 0 5px;
    float: left;
    text-align: left;
}

.form label.error,
.form label.errorFile {
    width: 100%;
    font-size: .875rem;
    color: #494949;
    background-color: #F00;
    padding: 6px;
}

.form .field50.error+label.error {
    width: 49%;
    background-color: #FF0;
}

.form input[type="radio"] {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
}

.form input[type="button"] {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form input[type="submit"] {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form ::placeholder {
    color: #000;
    opacity: 1
}

.form .formInvert::placeholder {
    color: #c6c9e5;
    opacity: 1
}

.form input[type='number'] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* Chrome, Firefox, Opera, Safari 10.1+ */

.form :-ms-input-placeholder {
    color: #000
}

.form .formInvert:-ms-input-placeholder {
    color: #c6c9e5
}


/* Internet Explorer 10-11 */

.form ::-ms-input-placeholder {
    color: #000
}

.form .formInvert::-ms-input-placeholder {
    color: #c6c9e5
}


/* --- headers --- */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 600
}


/* --- header --- */

.sticky {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sticky2 {
    position: fixed;
    background-color: rgba(70, 0, 136, .9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1000;
}

.header-top-bar-container .header-toggle {
    display: none;
    clear: both;
    text-align: center;
    color: #777;
    padding: 15px 0;
}

.header-top-bar-container .header-toggle:hover {
    color: #000;
}

.header-top-bar-container .header-toggle {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: fliph;
    filter: fliph;
}

.header-top-bar-container .header-toggle.active {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.header-top-bar div {
    display: inline-block
}

.headerContatos {
    padding: 8px 0;
    background: #1aaa45;
    background: -moz-linear-gradient(90deg, rgba(31, 226, 101, 1) 0%, rgba(19, 95, 25, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(31, 226, 101, 1) 0%, rgba(19, 95, 25, 1) 100%);
    background: linear-gradient(90deg, rgba(31, 226, 101, 1) 0%, rgba(19, 95, 25, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#20e366", endColorstr="#135f19", GradientType=1);
}

.headerContatos a {
    font-weight: bold;
    font-size: .875rem;
    color: #FFF;
    padding: 7px 20px 6px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #FFF;
    display: inline-block;
    background-color: #199338;
}

.headerContatos a.round {
    width: 30px;
    text-align: center;
    padding: 7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.headerContatos a:hover {
    background-color: #126827;
}

header {
    width: 100%;
    padding-top: 5px;
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,.2);
}

header .menuContainer {
    width: calc(100% - 350px);
    float: left;
}

header .logoCont {
    width: 350px;
    float: left;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .logoCont .img1 {
    width: 50%;
    margin-right: 0;
}

header .logoCont .img2 {
    width: calc(50% - 10px);
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 0;
}

header .menu {
    width: 100%;
    float: left;
}

header .barraTopo {
    height: 60px;
    padding: 16px 0 0;
    border-bottom: 1px solid #FFF;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header.sticky2 .barraTopo {
    height: 40px;
    padding: 6px 0 0;
    border-bottom: 1px solid #FFF;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .barraTopo a {
    margin-left: 35px;
    font-size: 26px;
    color: #FFF;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

header .barraTopo a span {
    font-size: 20px;
    vertical-align: middle
}

header .barraTopo a:hover {
    color: #fff600
}

.headerInt {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.headerInt .bgImg {
    height: 250px;
    background: url(../images/bgInternas.jpg);
    background-position: center -5px;
}

.headerInt .bgImg h1 {
    font-size: 2.5rem;
    color: #FFF;
    word-spacing: 0.5rem;
    text-align: center;
    padding-top: 145px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}


/* --- menu --- */

.menu-container {
    text-align: right;
}


/* --- mobile menu --- */

.mobile-menu-container {
    display: none;
}

.header .mobile-menu-switch,
.mobile-menu,
.mobile-menu-divider {
    display: none;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

.mobile-menu {
    width: 100%;
    background-color: #FFF;
    /*
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    */
}

.mobile-menu-divider {
    margin-top: 15px;
}

.mobile-menu li a {
    /*width: 320px;*/
    display: block;
    color: #25282A;
    /*background: #F0F0F0;*/
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
    margin-bottom: 1px;
}

.mobile-menu li.respMidiaSocial {
    padding: 0 15px;
    margin: 0;
}

.mobile-menu li.respMidiaSocial a {
    background-color: #F0F0F0;
    padding: 20px 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.mobile-menu li.respMidiaSocial a i {
    font-size: 2rem;
}

.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a {
    background: #f5f5f5;
    color: #FFF;
}

.mobile-menu li ul {
    background-color: #f5f5f5;
}

.mobile-menu li ul a {
    font-size: 14px;
}

.mobile-menu li ul ul a {
    font-size: 14px;
}

.mobile-menu li.selected ul a,
.mobile-menu li.selected ul li.selected ul a {
    color: #25282A;
    background: #F0F0F0;
}

.mobile-menu-switch .line {
    display: block;
    width: 35px;
    height: 4px;
    background: #FFF;
    margin-top: 6px;
}

.mobile-menu-switch:hover .line {
    background: #FFF;
}

.mobile-menu .mobile-menu-whats {
    background-color: #9fc77a;
}

.mobile-menu .mobile-menu-portal {
    background-color: #819dd1;
}

.mobile-menu .mobile-menu-2via {
    background-color: #d87779;
}


/* --- vertical menu --- */

.vertical-menu li a {
    display: block;
    background: transparent;
    border-bottom: 1px solid #E2E6E7;
    padding: 17px 18px 18px 19px;
    line-height: 24px;
    color: #777;
}

.vertical-menu li.selected a {
    background: #00b9f2;
    border-color: #00b9f2;
}

.vertical-menu li:hover a,
.vertical-menu li:hover a span {
    color: #f5f5f5;
}

.vertical-menu li.selected a,
.vertical-menu li.selected a span {
    color: #FFF;
}

.vertical-menu li a span {
    float: right;
    color: #f5f5f5;
    font-size: 11px;
}


/* --- vertical align --- */


/*
.vertical-align-table {
    display: table;
}

.vertical-align {
    display: table-row;
}
*/

header .vertical-align-cell {
    /*display: table-cell;*/
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .vertical-align-cell nav {
    display: inline-block;
}

header.sticky2 .vertical-align-cell {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* --- footer row --- */

footer .footer {
    width: 100%;
    padding: 10px 0;
    background-color: #FFF;
}

footer .footer,
footer .footer p,
footer .footer a {
    color: #000;
    font-size: 1rem;
}

footer .logo {
    width: 180px;
    float: left;
}

footer ul.menuFooter {
    text-align: center;
}

footer ul.menuFooter li {
    display: flex;
    align-items: center;
    padding: .5rem;
}

footer ul.menuFooter li::before {
    content: "";
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: #fe3f3f;
    margin-right: .5rem;
}

footer ul.menuFooter li:hover::before {
    background: #8b2626;
}

footer ul.menuFooter li {
    padding: 10px 0 10px 0;
}

footer ul.menuFooter li a {
    font-size: 1rem;
    color: #000;
    text-align: left;
    padding: 0;
    display: block;
}

footer ul.menuFooter li a:hover {
    text-decoration: none;
}

footer ul.linksFooter {
    float: right;
}

footer ul.linksFooter li a {
    width: 100%;
    font-size: 1rem;
    color: #FFF;
    text-align: center;
    padding: 10px 20px;
    margin: 15px 0;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #9d0202;
    background: -moz-linear-gradient(90deg, rgba(254, 63, 63, 1) 0%, rgba(155, 1, 1, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(254, 63, 63, 1) 0%, rgba(155, 1, 1, 1) 100%);
    background: linear-gradient(90deg, rgba(254, 63, 63, 1) 0%, rgba(155, 1, 1, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fc3e3e", endColorstr="#9d0202", GradientType=1);
}

footer ul.linksFooter li a:hover {
    text-decoration: none;
    background: #7a0505;
    background: -moz-linear-gradient(90deg, rgba(247, 98, 98, 1) 0%, rgb(158, 18, 18) 100%);
    background: -webkit-linear-gradient(90deg, rgba(247, 98, 98, 1) 0%, rgba(158, 18, 18, 1) 100%);
    background: linear-gradient(90deg, rgb(247, 98, 98, 1) 0%, rgba(158, 18, 18, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fc3e3e", endColorstr="#9d0202", GradientType=1);
}

footer ul.linksFooter li a i {
    font-size: 1rem;
    margin: 0 5px 0 0;
}

footer a:hover,
footer li a:hover {
    text-decoration: underline;
}

footer a i {
    font-size: 2.5rem;
    margin-right: 15px;
    margin-top: 5px;
}

footer .contContatoFoo i:hover {
    color: #6b4fd6;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    background-color: #009544;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

.copyright,
.copyright a {
    font-size: .9375rem;
    font-weight: normal;
    color: #FFF;
    padding: 20px 0;
    clear: both;
}

.spacerFoo {
    margin-top: 0;
}


/* --- misc --- */

.scroll-top.animated-top {
    position: fixed;
    display: block;
    width: 50px;
    display: none;
    font-size: 2rem;
    color: #FFF;
    padding: 5px 0;
    background: rgba(157, 2, 2, 0.5);
    right: 30px;
    bottom: 60px;
    text-align: center;
    z-index: 100;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scroll-top:hover {
    background: rgba(157, 2, 2, 0.9);
}

#top {
    display: none
}

.header h1 a,
.sf-menu a:hover,
.social-icons a:hover,
.header-top-bar .template-search:hover,
.header-top-bar-container .header-toggle:hover,
.slider-control:hover,
.vertical-menu li a:hover,
.buttons li a:hover,
.tabs-navigation li a:hover,
.tabs-navigation li a:focus,
.tabs-navigation li a:active,
.scroll-top:hover {
    text-decoration: none;
}

input,
textarea {
    -webkit-appearance: none;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox;
}

input[type='radio'] {
    -webkit-appearance: radio;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt80 {
    margin-top: 80px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.ml5 {
    margin-left: 5px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.mr10 {
    margin-right: 10px;
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px;
}

.mtb10 {
    margin: 10px 0
}

.mtb40 {
    margin: 40px 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.fwhite,
.fwhite p,
.fwhite p a {
    color: #FFF !important
}

.fblack,
.fblack p,
.fblack p a {
    color: #000 !important;
}

.fverde,
.fverde p,
.fverde p a {
    color: #007984 !important;
}

.fleft {
    float: left
}

.fright {
    float: right
}

.nopadding {
    padding: 0 !important
}

.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px
}

.valign {
    display: flex;
    align-items: center
}

.contImages {
    width: 50%;
    margin-top: 10px
}

.contImages img {
    margin-bottom: 10px
}

.contImagesRight {
    margin-left: 2em
}

.flat-row {
    clear: both;
    display: block;
    position: relative
}


/* --- buttons --- */

.btn {
    width: auto;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 12px 30px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*transition: color 0.3s cubic-bezier(0.7, 0, 0.2, 1) 0s;*/
    /*-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;*/
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.btn-shadow {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .35);
}

.btn-g {
    padding: 18px 20px;
    font-size: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.btn-p {
    padding: 8px 14px;
    font-size: 1rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-cinza {
    color: #FFF;
    background-color: #9d0202;
    box-shadow: inset 0 0 0 0 #d44e4e;
}

.btn-cinza:hover {
    color: #000;
    box-shadow: inset 400px 0 0 0 #d44e4e;
}

.btn-azul {
    color: #05273f;
    padding: 15px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #4fa1d1;
    background: -moz-linear-gradient(90deg, rgba(79, 161, 209, 1) 0%, rgba(20, 102, 160, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(79, 161, 209, 1) 0%, rgba(20, 102, 160, 1) 100%);
    background: linear-gradient(90deg, rgba(79, 161, 209, 1) 0%, rgba(20, 102, 160, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#4fa1d1", endColorstr="#1466a0", GradientType=1);
}

.btn-azul:hover {
    color: #FFF;
    background: #023857;
}

.btn-planos {
    padding: 15px 35px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #FFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #9d0202;
    box-shadow: inset 0 0 0 0 #d44e4e;
    position: absolute;
    left: calc(50% - 100px);
}

.btn-planos:hover {
    color: #000;
    box-shadow: inset 400px 0 0 0 #d44e4e;
}

.btn-planos i {
    margin-right: 5px;
}

.btn-planos-red {
    padding: 18px 40px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFF;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background-color: #9d0202;
    box-shadow: inset 0 0 0 0 #d44e4e;
}

.btn-planos-red:hover {
    color: #000;
    box-shadow: inset 450px 0 0 0 #d44e4e;
}


/* inicial */

/* home planos */
.homePlanos {
    padding: 80px 0 50px;
    background: rgb(240,240,240);
    background: -moz-linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(204,204,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(204,204,204,1) 100%);
    background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#cccccc",GradientType=1);
}

.intPlanos {
    padding: 30px 0;
    background-color: #ececec;
}

.homePlanos h2, .intPlanos h2 {
    font-size: 4.5rem;
    color: #dedede;
    line-height: .55;
    text-align: right;
    /*-webkit-text-stroke: 1px black;*/
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;
    display:inline-block;
}

.homePlanos h2 span, .intPlanos h2 span {
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
    text-shadow:none;
}

.intPlanos .planos .planoBox {
    margin: 30px 0;
}

.homePlanos .planos div.cont, .intPlanos .planos div.cont {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #9d0202;
    background: -moz-linear-gradient(90deg, rgba(254, 63, 63, 1) 0%, rgba(155, 1, 1, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(254, 63, 63, 1) 0%, rgba(155, 1, 1, 1) 100%);
    background: linear-gradient(90deg, rgba(254, 63, 63, 1) 0%, rgba(155, 1, 1, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fc3e3e", endColorstr="#9d0202", GradientType=1);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .25);

}

.homePlanos .planos div.cont div.tit, .intPlanos .planos div.cont div.tit {
    position: relative;
    padding: 20px 0 10px;
}

.homePlanos .planos p.tamanhoPlano, .intPlanos .planos p.tamanhoPlano {
    font-size: 3rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1;
}

.homePlanos .planos p.tamanhoPlanoComp, .intPlanos .planos p.tamanhoPlanoComp {
    width: 70%;
    font-size: 1.5rem;
    color: #FFF;
    padding: 6px 0 0 0;
    display: inline-block;
    border-top: 1px solid #FFF;
}

.homePlanos .planos div.caract, .intPlanos .planos div.caract {
    background-color: #FFF;
    padding: 30px 40px 0;
    -webkit-border-radius: 0 0 18px 18px;
    -moz-border-radius: 0 0 18px 18px;
    border-radius: 0 0 18px 18px;
}

.homePlanos .planos div.cont-btn-planos, .intPlanos .planos div.cont-btn-planos {
    width: 100%;
    height: 41px;
    position: relative;
    display: inline-block;
}

.homePlanos .planos ul, .intPlanos .planos ul {
    text-align: left;
    margin-top: 25px;
}

.homePlanos .planos ul li, .intPlanos .planos ul li {
    color: #000;
    margin: 0;
    padding: 9px 0;
    line-height: 1.35;
    border-top: 1px solid #CCC;
}

.homePlanos .planos ul li:first-child, .intPlanos .planos ul li:first-child {
    border-top: none;
}

.homePlanos .planos ul li i, .intPlanos .planos ul li i {
    font-size: .75rem;
    color: #000;
    margin-right: 10px;
}

.homePlanos .planos div.caract .preco, .intPlanos .planos div.caract .preco {
    font-size: 3rem;
    color: #000;
}

.homePlanos .planos div.caract .preco .moeda, .intPlanos .planos div.caract .preco .moeda {
    vertical-align: super;
    font-size: 1.125rem;
    margin-right: 5px;
}

.homePlanos .planos div.caract .preco .valor, .intPlanos .planos div.caract .preco .valor {
    font-weight: 700;
    margin-right: 5px;
}

.homePlanos .planos div.caract .preco .centavos, .intPlanos .planos div.caract .preco .centavos {
    vertical-align: super;
    font-size: 1.5rem;
}

.homePlanos .planos div.caract .preco .mensal, .intPlanos .planos div.caract .preco .mensal {
    font-size: 1rem;
    font-weight: 400;
}


/* home vantagens */

.homeVantagens {
    padding: 100px 0 100px;
    background: rgb(233,247,27);
    background: -moz-linear-gradient(90deg, rgba(233,247,27,1) 0%, rgba(179,175,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(233,247,27,1) 0%, rgba(179,175,0,1) 100%);
    background: linear-gradient(90deg, rgba(233,247,27,1) 0%, rgba(179,175,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9f71b",endColorstr="#b3af00",GradientType=1);
}

.homeVantagens h2 {
    font-size: 4.5rem;
    color: #cdd00b;
    line-height: .55;
    text-align: right;
    /*-webkit-text-stroke: 1px black;*/
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;
    display:inline-block;
}

.homeVantagens h2 span {
    font-size: 2.125rem;
    color: #000;
    font-weight: bold;
    text-shadow:none;
}


.homeVantagens .vantagens .box {
    padding: 20px;
    text-align: center;
    background: #9d0202;
    background: -moz-linear-gradient(90deg, rgba(254, 63, 63, 1) 0%, rgba(155, 1, 1, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(254, 63, 63, 1) 0%, rgba(155, 1, 1, 1) 100%);
    background: linear-gradient(90deg, rgba(254, 63, 63, 1) 0%, rgba(155, 1, 1, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fc3e3e", endColorstr="#9d0202", GradientType=1);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .25);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.homeVantagens .vantagens .box i {
    font-size: 2.5rem;
    color: #550909;
    margin-bottom: 15px;
}

.homeVantagens .vantagens .box span {
    font-size: 1rem;
    line-height: 1.3;
}

.homeVantagens .vantagens div.col-sm-6,
.homeVantagens .vantagens div.col-md-4,
.homeVantagens .vantagens div.col-lg-2 {
    margin: 10px 0;
}


/* home empresas */

.homeEmpresas {
    height: 500px;
    background-image: url(../images/bgHomeEmpresa.jpg);
    background-position: center;
    border-top: 2px solid #558cca;
}

.homeEmpresas .mask {
    width: 100%;
    height: 100%;
    background: #0f4b8b;
    background: -moz-linear-gradient(180deg, #558cca 0%, #0f4b8b 100%);
    background: -webkit-linear-gradient(180deg, #558cca 0%, #0f4b8b 100%);
    background: linear-gradient(180deg, #558cca 0%, #0f4b8b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#558cca", endColorstr="#0f4b8b", GradientType=1);
    opacity: 0.9;
}

.homeEmpresas h2 {
    font-size: 5rem;
    color: #4e7fb3;
    line-height: .55;
    text-align: right;
    /*-webkit-text-stroke: 1px #FFF;*/
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
    display:inline-block;
}

.homeEmpresas .preTit {
    font-size: 2.75rem;
    color: #d7f2ff;
    font-weight: bold;
    text-shadow:none;
}

.homeEmpresas p {
    font-size: 1.125rem;
    color: #d7f2ff;
    margin-top: 20px;
}


/* home app */
.homeApp {
    padding: 50px 0 50px;
    background-color: #0e4913;
}

.homeApp h2 {
    font-size: 3rem;
    color: #FFF;
    line-height: 1.1;
}

.homeApp p {
    color: #FFF;
    line-height: 1.4;
}

.homeApp ul li {
    color: #FFF;
}

.homeApp ul li {
    color: #FFF;
    margin: 18px 0;
}

.homeApp ul li i {
    font-size: .75rem;
    color: #FFF;
    margin-right: 10px;
}


/* internas */

.internas {
    padding: 40px 0;
    background-color: #ececec;
}

.internas h2 {
    color: #383838;
    margin-top: 30px;
}

.internas p {
    color: #383838;
    text-align: justify;
}

.internas a {
    color: #4d4d4d;
}

.internas.obrig {
    padding: 60px 0;
}

.internas .foto {
    margin: 5px 0 20px 20px;
    float: right;
    overflow: hidden;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}


/* planos */
.intPlanos h2 {
    width: 100%;
    font-size: 2.5rem;
    color: #333;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: none;
}

.intPlanos div.empresarialBox {
    text-align: center;
    padding: 20px;
    margin: 30px 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .25);
}

.intPlanos div.empresarialBox i {
    font-size: 3rem;
    color: #9d0202;
    margin-bottom: 20px;
}

.intPlanos div.empresarialBox p strong {
    font-size: 1.25rem;
}

.intPlanos .btn-planos-red {
    display: inline-block;
}


/* contato */

.contato p {
    line-height: 1.8;
}

.contato .form input,
.contato .form textarea,
.contato .form select {
    width: 100%;
    border-bottom: 1px solid #959595;
}

.contato .form select {
    padding: 3.2px 0;
}

.contato .form input[type="submit"] {
    width: auto;
    cursor: pointer;
    border: none;
}

.contato .form label {
    font-size: 1rem;
    color: #383838;
}

.contato .link-rapido {
    margin-bottom: 40px;
}

.contato .link-rapido .item {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    padding-top: 36px;
    background-color: #009544;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.contato .link-rapido a .item {
    color: #FFF;
}

.contato .horarios .item {
    padding: 20px 20px 10px;
    background-color: #d7d7d7;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.contato .horarios .item h2 {
    margin: 0 0 10px;
}


/* boleto 2 via */
.boleto2via {
    padding: 70px 0;
}

form#segundaVia #verBoletos {
    display: none;
    text-align: center;
    margin-top: 10px;
    background-color: #1aac46;
    color: #fff;
    font-weight: 400;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 1.125rem;
	padding: 10px 20px;
    float: left;
}

form#segundaVia #cpfCnpj {
	width: 300px !important;
    background-color: #CCC;
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
	padding: 10px;
    float: left;
}

form#segundaVia button {
    width: 140px;
    background-color: #ed3237;
    text-align: center;
    color: #fff;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
	padding: 10px;
    border: none;
    cursor: pointer;
}



/* redimensionador de imagem via JS */

.item .imgBox {
    width: 100%;
    height: 16rem;
    padding-bottom: 63.67%;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    overflow: hidden;
    /*display: block;*/
    position: relative;
}

.item .imgBox img {
    position: absolute;
}


/* whatsapp */

.whatsbut {
    display: none;
}

@media screen and (min-width:640px) {
    .whatsbut {
        position: fixed;
        display: block;
        width: 60px;
        height: 60px;
        bottom: 130px;
        right: 25px;
        background-color: #25d366;
        color: #FFF;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
        z-index: 100;
    }
    .whatsbutfloat {
        margin-top: 16px
    }
}