/* --- general --- */

html {
    height: 100%
}

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

body {
    height: 100%;
    min-width: 380px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #25092a;
    overflow: auto;
}

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

a:hover {
    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;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    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
}


/* --- table --- */

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

table thead {
    border: 1px solid #ed3237;
}


/* Zebra striping */

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

table td,
table th {
    padding: 12px 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

table th {
    background: #f00;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}

table tfoot td {
    border-top: 1px solid #CCC
}


/* --- form --- */

input,
textarea,
select {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #C1C1C1;
    font-size: 1rem;
    line-height: 24px;
    padding: 12px 10px;
    color: #777;
    margin: 0;
}

select {
    padding: 13px 10px;
}

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

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

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

.form input.field,
.form textarea,
.form select {
    width: 100%;
    background-color: #e4e4e4;
    border: none;
    font-size: 16px;
    color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 10px;
    margin-top: 20px;
}

.form input.field.field50 {
    width: 49%;
    float: left
}

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

.contato .form textarea {
    height: 268px
}

.form input.field:hover,
.form textarea:hover,
.form select:hover {
    background-color: #d9d9d9;
    color: #000
}

.form input.field:focus,
.form textarea:focus,
.form select:focus {
    background-color: #c9c9c9;
    color: #000
}

.form .form-group {
    margin: 0
}

.form .form-group input,
.form .form-group textarea,
.form .form-group select {
    width: 100%
}

.form label {
    width: 100%;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    padding: 16px 0 6px;
    float: left;
    text-align: left;
}

.form label.error {
    font-size: .875rem;
    color: #F00;
    background-color: #FF0;
    padding: 6px;
}

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

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

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


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

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


/* Internet Explorer 10-11 */

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


/* Microsoft Edge */


/* --- form horizontal --- */

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal input.form-control {
    width: 100%;
    background-color: #F2F2F2
}

.form-horizontal .dropdown {
    background-color: #F2F2F2
}

.form-horizontal p.form-control-static {
    font-size: 1rem
}


/* --- headers --- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

h1 {
    font-size: 22px;
    line-height: 1.3;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 5px;
}

h3 {
    font-size: 22px;
    letter-spacing: normal;
    margin: 30px 0 20px 0;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 17px;
    line-height: 27px;
}

h6 {
    font-size: 14px;
    line-height: 26px;
}


/* --- header --- */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
    -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;
}

.sticky2 {
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -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-container {
    /*
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index:100;
	*/
}

.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;
}

header .barraAmarela {
    font-size: 1.5rem;
    color: #ff8814;
    padding: 10px 0;
    background-color: #000
}

header .barraAmarela a.midias {
    font-size: 2.2rem;
    color: #ff8814;
    padding: 5px 0;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

header .barraAmarela a.midias:first-child {
    margin-right: 30px;
}

header .barraAmarela strong {
    color: #ff8814;
    margin-right: 0;
    vertical-align: text-top
}

header .barraAmarela a.midias:last-of-type {
    margin-right: 10px
}

header .logo {
    float: left;
    text-align: left;
    padding: 40px 0;
    -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 .sticky .logo {
    float: left;
    padding: 18px 0;
    -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;
}

.headerInt {
    height: 305px;
    padding: 0;
    margin: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.headerInt h1 {
    position: absolute;
    z-index: 10;
}

.headerInt .banIntEmpresa h1 {
    width: 440px;
    font-size: 45px;
    color: #db7f53;
    text-align: right;
    text-shadow: -1px 0 #412619, 0 1px #412619, 1px 0 #412619, 0 -1px #412619;
    left: calc(50% - 455px);
}

.headerInt .banIntPlanos h1 {
    width: 290px;
    font-size: 45px;
    color: #db7f53;
    text-align: right;
    text-shadow: -1px 0 #412619, 0 1px #412619, 1px 0 #412619, 0 -1px #412619;
    left: calc(50% + 100px);
}

.headerInt .banIntContrato h1 {
    width: 440px;
    font-size: 45px;
    color: #db7f53;
    text-align: right;
    text-shadow: -1px 0 #412619, 0 1px #412619, 1px 0 #412619, 0 -1px #412619;
    left: calc(50% - 455px);
}

.headerInt .banIntSuporte h1 {
    width: 290px;
    font-size: 45px;
    color: #db7f53;
    text-align: right;
    text-shadow: -1px 0 #412619, 0 1px #412619, 1px 0 #412619, 0 -1px #412619;
    left: calc(50% - 410px);
}

.headerInt .banIntContato h1 {
    width: 290px;
    font-size: 45px;
    color: #db7f53;
    text-align: right;
    text-shadow: -1px 0 #412619, 0 1px #412619, 1px 0 #412619, 0 -1px #412619;
    left: calc(50% - 410px);
}

.headerInt .banIntEmpresa img,
.headerInt .banIntPlanos img,
.headerInt .banIntContrato img,
.headerInt .banIntSuporte img,
.headerInt .banIntContato img {
    width: 1920px;
    position: absolute;
    left: calc(100% - 1920px);
}


/* --- menu --- */

.menu-container {
    float: right;
    margin-top: 70px;
}

.sticky .menu-container {
    padding-top: 30px;
}

.menu-container nav {
    float: right;
}

.menu-container nav a {
    text-transform: uppercase
}

.sf-menu li.areaCliente a {
    color: #FFF;
    padding: 18px;
    margin-left: 10px;
    background-color: #1e1727;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.sf-menu li.areaCliente a:hover {
    background-color: #ff8814;
    color: #000
}


/* --- 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;
    background-color: #FFF;
}

.mobile-menu {
    width: 100%;
    background-color: #fed8b3;
    -webkit-box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, 0.2);
}

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

.mobile-menu li a {
    display: block;
    color: #25282A;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    padding: 20px;
    margin-bottom: 1px;
}

.mobile-menu li:hover a {
    background-color: #ff8a14;
}

.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: #00b9f2;
    color: #FFF;
}

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

.mobile-menu li ul a {
    font-size: 14px;
    /*padding-left: 40px;*/
}

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

.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: 30px;
    height: 3px;
    background: #777;
    margin-top: 6px;
}

.mobile-menu-switch .line:first-child {
    /*margin-top: 0;*/
}

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


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

.vertical-menu li a {
    display: block;
    background: transparent;
    border-bottom: 1px solid #E2E6E7;
    padding: 17px 18px 18px 19px;
    font-family: 'Roboto', sans-serif;
    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: #00b9f2;
}

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

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


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

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

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

.vertical-align-cell {
    display: table-cell;
    vertical-align: middle;
}


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

footer {
    padding: 0 0 10px;
    border-top: rgb(229, 227, 223) 2px solid
}

footer .areaCobertura {
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background-color: #f88718;
}

footer p a {
    text-decoration: underline
}

.footer {
    width: 100%;
    padding: 20px 0 40px;
}

.footer h2 {
    font-size: 20px;
    font-weight: 900;
    color: #fe9d3e;
    margin-bottom: 5px
}

.footer p {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 0
}

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;
}

.midiasFoo {
    width: 100%;
    text-align: center;
    margin: 20px 0 30px 0
}

.midiasFoo li {
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #009544;
    display: inline-block;
    margin: 0 20px;
}

.midiasFoo li.facebook {
    padding-top: 8px
}

.midiasFoo li.facebook a {
    padding: 5px 12px
}

.midiasFoo li.instagram {
    padding-top: 8px
}

.midiasFoo li.instagram a {
    padding: 5px
}

.midiasFoo li.linkedin {
    padding-top: 8px
}

.midiasFoo li.linkedin a {
    padding: 5px 10px
}

.midiasFoo li a {
    font-size: 26px;
    color: #FFF
}

.copyright {
    background: #000;
    color: #f88718;
    padding: 30px 0;
    clear: both
}

.copyright a {
    color: #f88718;
}


/* --- misc --- */

.scroll-top.animated-top {
    position: fixed;
    width: 50px;
    display: none;
    font-size: 26px;
    padding: 13px 0;
    background: #f88718;
    right: 30px;
    bottom: 30px;
    text-align: center;
    border: 1px solid #FFF;
    z-index: 100;
}

.scroll-top:hover {
    background: #fdb934;
}

.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 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

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

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

:focus {
    outline: none;
}

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

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt80 {
    margin-top: 80px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb70 {
    margin-bottom: 70px
}

.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
}

.mtb10 {
    margin: 10px 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

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

.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
}

.intCont {
    padding: 70px 0;
    text-align: justify;
}

.intCont h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 45px
}

.intCont h3 {
    font-size: 26px;
    margin: 30px 0 10px 0;
}


/* --- buttons --- */

.btn {
    width: auto;
    font-size: 18px;
    color: #1e1727;
    background-color: #fe9d3e;
    padding: 10px 12px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #CCC;
}

.btn-primary {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d32d31;
    border-color: #cb2b2f;
    text-decoration: none;
}

.btn-primary:active {
    color: #fff;
    background-color: #d32d31;
    border-color: #cb2b2f;
}

.btn-primary:disabled,
.btn-primary.is-disabled {
    opacity: .5;
}

.btn-p {
    padding: 4px 10px;
    font-size: .75rem;
}

.btn-m {
    padding: 10px 25px;
    font-size: 1.0625rem;
}

.btn-g {
    padding: 16px 35px;
    font-size: 1.5rem;
}

.btnRound {
    font-weight: 400;
    color: #000;
    border: 2px solid #ff9e3f;
    background-color: #FFF;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnRound:hover,
.btnRound:focus,
.btnRound:active {
    color: #000;
    background-color: #ff9e3f;
}


/* inicial */

.homePlanos {
    padding: 80px 0 80px;
    background-color: #fdfdfd;
    font-size: 1.1875rem;
}

.homePlanos h2 {
    font-size: 1.875rem;
    color: #000;
    text-align: center;
    margin-bottom: 65px;
}

.homePlanos div.box,
.planos div.box {
    margin: 0 10px;
    padding-bottom: 25px;
    border: 1px solid #AAA;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.shad {
    -webkit-box-shadow: 0px 6px 12px 6px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 6px 12px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 12px 6px rgb(0 0 0 / 25%);
}

.homePlanos .fibra h3,
.planos .fibra h3 {
    background-color: #ff9e3f;
    font-size: 1.75rem;
    color: #000;
    padding: 15px 0;
    margin: 0;
}

.homePlanos .fibra h4,
.planos .fibra h4 {
    font-size: 2rem;
    color: #ff9e3f;
    margin: 20px 0 0;
}

.homePlanos .radio h3,
.planos .radio h3 {
    background-color: #b0b0b0;
    font-size: 1.75rem;
    color: #222;
    padding: 15px 0;
    margin: 0;
}

.homePlanos .radio h4,
.planos .radio h4 {
    font-size: 2rem;
    color: #665c5c;
    margin: 20px 0 0;
}

.homePlanos ul,
.planos ul {
    padding: 5px 15px 15px;
}

.homePlanos ul li,
.planos ul li {
    margin: 12px 0;
    padding: 7px 0;
}

.homePlanos .fibra ul li,
.planos .fibra ul li {
    border-bottom: 2px solid #ff9e3f;
}

.homePlanos .radio ul li,
.planos .radio ul li {
    border-bottom: 2px solid #BBB;
}

.homePlanos .fibra ul li i,
.planos .fibra ul li i {
    color: #ff9e3f;
    font-size: 14px;
}

.homePlanos .radio ul li i,
.planos .radio ul li i {
    color: #665c5c;
    font-size: 14px;
}

.homeVelocidade {
    padding: 50px 0;
    background-color: #fdb934;
    font-size: 1.25rem
}

.homeVelocidade .tit {
    font-size: 40px;
    line-height: 1.1
}

.homeVelocidade i.fas {
    font-size: 70px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .75)
}

.homeVelocidade .seuIP {
    padding: 15px 20px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 900;
    color: #FFF;
    background-color: #1e1727;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.homeConecte {
    padding: 80px 0;
    background-color: #FFF;
    color: #211823
}

.homeConecte h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2
}

.homeConecte p {
    width: calc(100% - 86px);
    font-size: 22px;
    display: inline-block;
    float: left;
    line-height: 1.2;
}

.homeConecte .boxImg {
    width: 100%;
    float: left;
    clear: both;
    margin: 5px 0;
}

.homeConecte .boxImg img {
    margin-right: 20px;
}

.homeDiferenciais1 {
    height: 100vh;
    background-image: url(../images/bgDiferenciais1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.homeDiferenciais .dif1 {
    height: 100vh;
    background: rgba(0, 0, 0, .75);
}

.homeDiferenciais .dif1 div {
    width: 60%;
    padding-left: 40px;
    color: #FFF;
    text-align: right;
}

.homeDiferenciais .dif1 div h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px
}

.homeDiferenciais .dif1 div p {
    font-size: 24px;
    color: #FFF;
    line-height: 1.3
}

.homeFale {
    padding: 30px 0;
    background-color: #090705;
    font-size: 20px;
    border-top: rgb(229, 227, 223) 2px solid;
}

.homeFale,
.homeFale a,
.homeFale p {
    color: #FFF;
}

.homeFale .txtAmarelo {
    color: #fe9d3e;
}

.homeFale .tit {
    font-size: 24px;
    font-weight: normal;
}

.homeFale p {
    line-height: 1.2;
    padding-top: 0
}


/* planos */

.planos .intCont {
    padding-bottom: 0;
}


/* suporte */

.suporte a img {
    float: none
}

.suporte .fone {
    font-size: 36px;
    padding: 30px 0
}

.suporte .links {
    margin-top: 70px
}

.suporte .links a img {
    border: 1px solid #CCC
}

.suporte .suporteBox {
    border: 1px solid #fe9d3e;
    padding: 50px 40px;
}


/* contato */

.contato h2 {
    font-size: 20px;
    font-weight: 900;
}

.bgIntCont.contato .mt50 {
    overflow: auto;
}

.bgIntCont.contato .boxed {
    width: calc(20% - 2px);
    text-align: center;
    font-size: 30px;
    float: left;
    background-color: #FFF;
    border: 1px solid #000;
    padding: 20px 0;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.3);
}

.bgIntCont.contato .boxed,
.bgIntCont.contato .boxed a {
    color: #fe9d3e;
}

.bgIntCont.contato .boxed.clock {
    padding: 60px 0;
}

.bgIntCont.contato .txt1 {
    width: 71%;
    font-size: 20px;
    padding: 24px 0 0;
    display: block;
    float: left;
}

.bgIntCont.contato .txt1 a,
.bgIntCont.contato .txt1.clock {
    display: inline-block;
    margin-left: 25px;
}

.bgIntCont.contato .txt1 .txt1_1 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 30px;
}

.contato h2.form {
    font-size: 26px;
    margin-bottom: 15px;
}

#map {
    width: 100%;
    height: 420px;
    border-top: rgb(229, 227, 223) 2px solid
}

p#msgSubmit {
    padding: 20px;
    background: #fffabf;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 2em;
    font-weight: bold;
    display: none;
}