@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*
.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

:root {
    --body-background: #ffffff;
    --body-font-size: 16px;
    --primary: #007bff;
    --success: #28a745;
    --success-hover: #218b3a;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --red-italy: #e23437;
    --green-italy: #009b40;
}


/* --- general --- */
html {
    height: 100%
}

body,
td,
th {
    font-family: "Raleway", sans-serif;
    color: #000;
}

body {
    font-family: "Raleway", sans-serif;
    width: 100%;
    height: 100%;
    min-width: 380px;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: var(--body-font-size);
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Raleway", 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 {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    height: auto;
    margin: 0;
    float: left;
}

a:hover img {
    opacity: 0.8;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

p {
    font-size: 1.25rem;
    padding: .75rem 0;
    color: #FFF;
    line-height: 1.35;
}

p#main {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0
}

b, strong, .b, .strong {
    font-weight: 800
}

.underline {
    text-decoration: underline !important;
}

.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;
}

.w100 {
    width: 100%;
}

figure {
    padding: 0;
    margin: 0
}

.valign {
    display: flex;
    align-items: center;
}

.vhalign {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vhlalign {
    display: flex;
    align-items: center;
    justify-content: left;
}

.vhralign {
    display: flex;
    align-items: center;
    justify-content: right;
}

.no-gutter [class*='col-'],
.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
    /*margin-right: 0 !important;
    margin-left: 0 !important;*/
}

.inline {
    display: inline-block;
}



/* --- 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: "Raleway", 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);
}


/* --- headers --- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFF;
    font-weight: 700;
    margin: 0;
    padding: 0;
}


/* --- header --- */

header {
    width: 100%;
    /*padding: 0 0 30px;*/
    /*display: inline-block;*/
}

header#headerCont {
    height: 172px;
    background: #2E2E2E;
    background: -webkit-linear-gradient(180deg, rgba(46, 46, 46, 1) 25%, rgba(17, 17, 17, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(46, 46, 46, 1) 25%, rgba(17, 17, 17, 1) 100%);
    background: linear-gradient(180deg, rgba(46, 46, 46, 1) 25%, rgba(17, 17, 17, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E2E2E", endColorstr="#111111", GradientType=0);
}

header .header {
    width: 740px;
    float: left;
}

header .logo-seletor-container {
    width: 400px;
    float: left;
}

header .logo-container {
    width: 140px;
    padding: 20px 0;
    margin-right: 33px;
    float: left;
}

.sticky {
    position: fixed;
    -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;
}

/*
.headerBg {
    background: url(../images/bgHeader.jpg);
    background-color: #400e96;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
}
*/

header .barra-header {
    padding: 8px 0;
    background-color: #821215;
    /*border-bottom: 12px solid #009b40;*/
}

header .barra-header .item {
    display: inline-block;
    margin: 0 30px 0 0;
}

header .barra-header .item a {
    font-size: 1rem;
    color: #FFF;
}

header .barra-header .item a i {
    font-size: 1rem;
}

header .barra-header .item a i.midias {
    font-size: 1.25rem;
}

header .btn-area-cliente {
    font-size: .75rem;
    font-weight: 700;
    color: #d41d23;
    padding: 10px 15px;
    background-color: #FFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}

header .seletor-site {
    width: 208px;
    height: 74px;
    margin-right: 18px;
    float: left;
    position: relative;
}


header .seletor-site .voce {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: .6;
    padding: 10px 10px;
    background-color: #d41d23;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 10;
}

header .seletor-site .empresa {
    font-size: 1.15rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: .7;
    padding: 7px 13px;
    background-color: #000;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    position: absolute;
    right: -6px;
    top: 18px;
    z-index: 1;
}

header .seletor-site .voce span, 
header .seletor-site .empresa span {
    font-size: .65rem;
    font-weight: normal;
}



/* --- 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: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
}

.mobile-menu-divider {
    margin-top: 15px;
}

.mobile-menu li a {
    /*width: 320px;*/
    display: block;
    color: #2e2e2e;
    /*background: #F0F0F0;*/
    font-size: 1.25rem;
    font-family: "Raleway", sans-serif;
    padding: 15px 20px;
    margin-bottom: 1px;
}

.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: #dddddd;
    color: #686868;
}

.mobile-menu li ul {
    background-color: #f5f5f5;
}

.mobile-menu li ul a {
    font-size: .875rem;
}

.mobile-menu li ul ul a {
    font-size: .875rem;
}

.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: #585858;
}


/* --- 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: #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: .6875rem;
}

header .sticky .menu-container {

}


/* --- 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 {
    
}

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;
}


/* --- misc --- */
.scroll-top {
    font-size: 2rem;
    color: #000;
    position: fixed;
    display: block;
    width: 50px;
    display: none;
    padding: 10px;
    background: rgba(120, 120, 120, 0.8);
    right: 20px;
    bottom: 20px;
    text-align: center;
    z-index: 100;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scroll-top:before {
    font-size: 1.5rem;
    color: #FFF;
}

.scroll-top:hover {
    background: rgba(125, 125, 125, 1);
}

#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
}

.mt70 {
    margin-top: 70px
}

.mt80 {
    margin-top: 80px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

.mb90 {
    margin-bottom: 90px
}

.mb100 {
    margin-bottom: 100px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml80 {
    margin-left: 80px;
}

.ml100 {
    margin-left: 100px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.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
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pl80 {
    padding-left: 80px;
}

.pl100 {
    padding-left: 100px;
}

.mtb5 {
    margin: 5px 0
}

.mtb10 {
    margin: 10px 0
}

.mtb20 {
    margin: 20px 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
}

.fleft {
    float: left
}

.fright {
    float: right
}

.nopadding {
    padding: 0 !important
}

.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px
}

.flat-row {
    clear: both;
    display: block;
    position: relative
}

.hide {
    display: none;
}


/* --- buttons --- */
.btn {
    width: auto;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-shadow {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .35);
}

.btn-g {
    padding: 14px 28px;
    font-size: 1.75rem;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn-m {
    padding: 12px 20px;
    font-size: 1.5rem;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn-p {
    padding: 5px 10px;
    font-size: .875rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-white {
    color: var(--red-italy);
    background-color: #FFF;
    border: 2px solid #FFF;
}

.btn-white:hover {
    color: #FFF;
    background-color: var(--red-italy);
    border: 2px solid #FFF;
}

.btn-green {
    color: #FFF;
    background-color: var(--green-italy);
    border: 2px solid var(--green-italy);
}

.btn-green:hover {
    color: var(--green-italy);
    background-color: #FFF;
    border: 2px solid var(--green-italy);
}

.btn-red {
    color: #FFF;
    background-color: #910b0c;
    border: 2px solid #910b0c;
}

.btn-red:hover {
    color: #910b0c;
    background-color: #FFF;
    border: 2px solid #910b0c;
}

.btn:disabled {
    opacity: .5;
}

.cursor {
	cursor: pointer;
}


/* badges */
.badge {
    font-size: 1.1875rem;
    padding: 5px 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
}

.badge.badge-green {
    color: #FFF;
    background-color: var(--green-italy);
}

.badge.badge-green strong {
    font-weight: 600;
}

.badge.badge-black {
    color: #FFF;
    background-color: #000;
}




/* whatsapp */

.whatsbut {
    display: none;
}

/*@media screen and (min-width:380px) {*/
    .whatsbut {
        position: fixed;
        display: block;
        width: 60px;
        height: 60px;
        bottom: 95px;
        right: 16px;
        background-color: #25d366;
        color: #FFF;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        text-align: center;
        font-size: 2.5rem;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
        z-index: 100;
    }
    .whatsbutfloat {
        margin-top: 10px;
        margin-left: 3px;
    }
/*}*/


/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    width: 1140px;
    margin: 30px auto;
    background-color: #d0d0d0;
    border: 1px solid #888;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.modal-content .modal-title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #FFF;
    padding: 2px 20px 10px;
    /*background-color: #d6d6d6;*/
    /*border-bottom: 1px solid #a7a7a7;*/
    background-color: #3d3c3c;
    border-bottom: 3px solid #e34530;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.modal-content .modal-title a {
    color: #FFF;
}

.modal-content .modal-title span {
    font-size: 1rem;
    font-weight: 400;
}

.modal-content .modal-txt {
    width: 100%;
    padding: 20px;
    font-family: "Raleway", sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    background: #F2F2F2;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

.modal .modal-content.mini-modal {
    width: 400px;
}

.modal-close {
    width: 29px;
    height: 29px;
    font-size: 20px;
    color: #e34530;
    background-color: #FFF;
    padding: 3px 0 0 7px;
    position: absolute;
    right: 10px;
    top: -15px;
    border: 1px solid #CCC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* padrao */
.title-cont {
    width: 100%;
}

.title-cont h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #3b3c40;
    text-align: center;
}

.box1 {
    background-color: #FFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 6px #999;
    border: 1px solid #999;
}

.box1 .imgBox {
    /*width: 100%;
    height: 16rem;
    padding-bottom: 63.67%;*/
    background: url(../images/quadriculado.gif);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #666;
    overflow: hidden;
    /*position: relative;*/
}

.box1 .imgBox .item {
    width: 100%;
    height: 250px;
    position: relative;
}

.box1 .imgBox .item img {
    position: absolute;
}


/* LGPD */
#lgpdBar {
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-color: #b4b2b2;
    font-weight: normal;
    color: #000;
    z-index: 90;
}

#lgpdDivTxt p {
    color: #000;
}

#lgpdDivTxt a {
    text-decoration: underline;
    color: #333;
    cursor: pointer;
}

#lgpdButBar {
    border: none;
    box-shadow: none;
    display: inline-block;
    cursor: pointer;
    margin: 5px 0;
    text-decoration: none;
}



/* custom website */

section p.page {
    font-size: 1.625rem;
    font-weight: 800;
    color: var(--red-italy);
    padding: 0 0 .5rem;
}



/* empresa */
section#empresa {
    padding: 120px 0;
    background: #474747;
    background: -webkit-linear-gradient(180deg, rgba(71, 71, 71, 1) 0%, rgba(19, 19, 19, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(71, 71, 71, 1) 0%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(180deg, rgba(71, 71, 71, 1) 0%, rgba(19, 19, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474747", endColorstr="#131313", GradientType=0);
}

section#empresa h2 {
    font-size: 3.375rem;
    font-weight: 900;
}

section#empresa h2 span {
    color: var(--red-italy);
}

section#empresa p.text {
    font-size: 1.375rem;
    font-weight: 500;
}

section#empresa .empresa-img img {
    margin-top: 30px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

section#empresa .empresa-img-balao {
    width: 230px;
    height: 120px;
    text-align: center;
    background-color: #f2f2f2;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 10;
}

section#empresa .empresa-img-balao p {
    font-size: 4rem;
    font-weight: 800;
    color: var(--red-italy);
    line-height: 1;
}

section#empresa .empresa-img-balao p span {
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1;
    display: block;
}



/* solucoes */
section#solucoes {
    padding: 90px 0 90px;
    background: #3E0607;
    background: -webkit-linear-gradient(90deg, rgba(62, 6, 7, 1) 0%, rgba(100, 8, 9, 1) 50%, rgba(62, 6, 7, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(62, 6, 7, 1) 0%, rgba(100, 8, 9, 1) 50%, rgba(62, 6, 7, 1) 100%);
    background: linear-gradient(90deg, rgba(62, 6, 7, 1) 0%, rgba(100, 8, 9, 1) 50%, rgba(62, 6, 7, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E0607", endColorstr="#3E0607", GradientType=1);
}

section#solucoes p.page {
    color: #ffd1d1;
}

section#solucoes h2 {
    font-size: 2.75rem;
    font-weight: 900;
    color: #FFF;
}

section#solucoes .servico-box {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 30px;
    background-color: #393939;
    border: #5c5c5c 3px solid;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    float: left;
}

section#solucoes .servico-box h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

section#solucoes .servico-box img {
    height: 60px;
}

section#solucoes .servico-box p {
    font-size: 1.125rem;
    padding: .5rem 0;
}

section#solucoes .servico-box p.tit {
    font-size: 1.5rem;
    font-weight: 800;
}



/* planos-internet */
section#planos-internet {
    padding: 120px 0 90px;
    background: #3E0607;
    background: -webkit-linear-gradient(90deg, rgba(62, 6, 7, 1) 0%, rgba(100, 8, 9, 1) 50%, rgba(62, 6, 7, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(62, 6, 7, 1) 0%, rgba(100, 8, 9, 1) 50%, rgba(62, 6, 7, 1) 100%);
    background: linear-gradient(90deg, rgba(62, 6, 7, 1) 0%, rgba(100, 8, 9, 1) 50%, rgba(62, 6, 7, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E0607", endColorstr="#3E0607", GradientType=1);
}

section#planos-internet p.page {
    color: #ffd1d1;
}

section#planos-internet h2 {
    font-size: 2.75rem;
    font-weight: 900;
    color: #FFF;
}

section#planos-internet .plano-box {
    width: 100%;
    height: 190px;
    background-color: #750a0d;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: row;
}

section#planos-internet .plano-box .col1 {
    width: 24%;
    height: 100%;
    padding-left: 30px;
    text-align: left;
    background-color: #750a0d;
    border-right: 1px solid #ba1015;
    float: left;
    box-sizing: border-box;
}

section#planos-internet .plano-box .col1 .plano-size {
    font-size: 3.5rem;
    color: #ffa4a7;
    font-weight: 900;
}

section#planos-internet .plano-box .col1 .plano-size-p {
    font-size: 2rem;
    color: var(--red-italy);
    font-weight: 900;
}

section#planos-internet .plano-box .col1 p {
    font-size: 1.1875rem;
    padding-bottom: 0;
}

section#planos-internet .plano-box .col2 {
    width: 30%;
    height: 100%;
    background-color: #750a0d;
    float: left;
    box-sizing: border-box;
}

section#planos-internet .plano-box .col2 .icone {
    width: 75px;
    height: 75px;
    margin: 7px;
    background-color: #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
}

section#planos-internet .plano-box .col2 .icone.camera {
    background-image: url(../images/icones/cctv-camera.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

section#planos-internet .plano-box .col2 .icone.www {
    background-image: url(../images/icones/www.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

section#planos-internet .plano-box .col2 .icone.router {
    background-image: url(../images/icones/router.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

section#planos-internet .plano-box .col2 .icone.router-x2 {
    background-image: url(../images/icones/router-x2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

section#planos-internet .plano-box .col2 .icone.ip {
    background-image: url(../images/icones/ip-adress.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

section#planos-internet .plano-box .col2 .icone.internet {
    background-image: url(../images/icones/internet.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}

section#planos-internet .plano-box .col2 .icone.phone {
    background-image: url(../images/icones/phone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

section#planos-internet .plano-box .col3 {
    width: 26%;
    height: 100%;
    text-align: left;
    background-color: #750a0d;
    float: left;
    box-sizing: border-box;
}

section#planos-internet .plano-box .col3 p {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 20px;
}

section#planos-internet .plano-box .col3 ul li {
    font-size: 1.0625rem;
    font-weight: 500;
    padding: 8px 0;
}

section#planos-internet .plano-box .col3 i {
    color: var(--red-italy);
    margin-right: 5px;
}

section#planos-internet .plano-box .col4 {
    width: 20%;
    height: 100%;
    background-color: #c9a9aa;
    float: left;
    box-sizing: border-box;
}

section#planos-internet .plano-box .col4 .valor {
    font-size: 2.125rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    padding: 0;
}

section#planos-internet .plano-box .col4 .mensal {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    padding: 0;
}



/* cobertura */
section#cobertura {
    padding: 100px 0;
    background: #131313;
    background: -webkit-linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(57, 57, 57, 1) 50%, rgba(19, 19, 19, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(57, 57, 57, 1) 50%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(57, 57, 57, 1) 50%, rgba(19, 19, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
}

section#cobertura h2 {
    font-size: 3.25rem;
    font-weight: 900;
}

section#cobertura .cobertura-box {
    padding: 30px;
    background-color: #393939;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

section#cobertura .cobertura-box p {
    font-size: 1.125rem;
    padding: 0 0 15px;
}

section#cobertura .cobertura-box strong {
    font-weight: 600;
}

section#cobertura .cobertura-box ul li {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 500;
    color: #FFF;
    padding: 7px 0;
    float: left;
}

section#cobertura .cobertura-box ul li i {
    color: var(--red-italy);
}



/* servicos */
section#servicos {
    padding: 100px 0;
    background: #131313;
    background: -webkit-linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(57, 57, 57, 1) 50%, rgba(19, 19, 19, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(57, 57, 57, 1) 50%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(57, 57, 57, 1) 50%, rgba(19, 19, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
}

section#servicos h2 {
    font-size: 3.25rem;
    font-weight: 900;
}

section#servicos h2 span {
    color: var(--red-italy);
}

section#servicos p.text {
    font-size: 1.125rem;
    font-weight: 500;
}

section#servicos .servico-box {
    width: calc(50% - 20px);
    text-align: center;
    padding: 40px 20px;
    margin: 10px 20px 10px 0;
    background-color: #393939;
    border: #5c5c5c 3px solid;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    float: left;
}

section#servicos .servico-box h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

section#servicos .servico-box img {
    height: 60px;
}

section#servicos .servico-box p {
    font-size: 1.125rem;
    padding: .5rem 0;
}

section#servicos .servico-box p.tit {
    font-size: 1.5rem;
    font-weight: 800;
}



/* depoimentos */
section#depoimentos {
    padding: 100px 0;
    background: #BC1A1F;
    background:-webkit-radial-gradient(circle farthest-corner at top center, #922022 0%, #3e0607 80%);
    background:-o-radial-gradient(circle farthest-corner at top center, #922022 0%, #3e0607 80%);
    background:-moz-radial-gradient(circle farthest-corner at top center, #922022 0%, #3e0607 80%);
    background:radial-gradient(circle farthest-corner at top center, #922022 0%, #3e0607 80%);
}

section#depoimentos h2 {
    font-size: 3.25rem;
    font-weight: 900;
    color: #FFF;
}

section#depoimentos p.page {
    color: #ffe2e3;
}

section#depoimentos .depoimentos-box {
    background-color: #434343;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

section#depoimentos .depoimentos-box p {
    font-size: 1.125rem;
}

section#depoimentos .depoimentos-box .text {
    padding: 20px 30px 70px;
}

section#depoimentos .depoimentos-box .info {
    background-color: #F00;
    padding: 65px 30px 30px;
    position: relative;
    background: #7A1014;
    background: -webkit-linear-gradient(180deg, rgba(122, 16, 20, 1) 0%, rgba(173, 24, 29, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(122, 16, 20, 1) 0%, rgba(173, 24, 29, 1) 100%);
    background: linear-gradient(180deg, rgba(122, 16, 20, 1) 0%, rgba(173, 24, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7A1014", endColorstr="#AD181D", GradientType=0);
}

section#depoimentos .depoimentos-box .info p {
    color: #FFF;
    line-height: 1.2;
    padding: 0;
}

section#depoimentos .depoimentos-box .info img {
    position: absolute;
    top: -50px;
    left: calc(50% - 46px);
}



/* suporte */
section#suporte {
    padding: 100px 0;
    background: #151515;
    background: -webkit-linear-gradient(90deg, rgba(21, 21, 21, 1) 0%, rgba(56, 55, 56, 1) 50%, rgba(21, 21, 21, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(21, 21, 21, 1) 0%, rgba(56, 55, 56, 1) 50%, rgba(21, 21, 21, 1) 100%);
    background: linear-gradient(90deg, rgba(21, 21, 21, 1) 0%, rgba(56, 55, 56, 1) 50%, rgba(21, 21, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151515", endColorstr="#151515", GradientType=1);
}

section#suporte h2 {
    font-size: 3.25rem;
    font-weight: 900;
    margin: 10px 0;
    line-height: 1.15;
}

section#suporte a img {
    float: none;
    border: 1px solid #CCC;
}

section#suporte .suporte-box {
    text-align: center;
    padding: 20px 30px 25px;
    background-color: #1e1e1e;
    border: #5c5c5c 3px solid;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

section#suporte .suporte-box a {
    margin: 40px 0 0;
    display: block;
}

section#suporte .suporte-box p {
    padding: 0;
}

section#suporte .suporte-box p.tit {
    font-size: 1.75rem;
    font-weight: 800;
}

section#suporte .suporte-box p.cd {
    font-size: 1rem;
    font-weight: 500;
}

section#suporte p.contatos {
    font-size: 2.125rem;
    font-weight: 500;
    padding: .5rem 0;
}

section#suporte p.contatos a {
    color: #FFF;
}

section#suporte p.contatos i {
    color: var(--red-italy);
}



/* footer */
footer {
    color: #FFF;
    background-color: #2e0506;
    padding: 60px 0 0;
}

footer p {
    font-size: 1.125rem;
    line-height: 1.7;
}

footer p strong {
    font-size: 1.25rem;
}

footer .logo-foo {
    width: 150px;
}

footer i.icones {
    font-size: 3rem;
    color: #444a62;
}

footer .midias {
    margin: 20px 0 40px;
}

footer .midias i {
    font-size: 3rem;
    margin: 0 32px;
}

footer p, footer a {
    color: #FFF;
}

footer a:hover {
    text-decoration: underline;
}

footer .copyright {
    background-color: #351213;
    padding: 10px 0;
}