/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
font-family: "Righteous";
src: url("../fonts/BalooChettan-Regular.ttf");
src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
     font-family: poppins;
}


a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}



h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -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;
}

img {
     max-width: 100%;
     height: auto;
     transition: 0.5s;
     border-radius: 8%;
}

.left-align {
    text-align: left;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 30px;
     padding-bottom: 0px;
}

.padding_0{
     padding: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    padding: 20px 0px;
}


.header_section1 {
    width: 100%;
    float: left;
    background-image: url(../images/servicos.jpg);
    height: auto;
    background-size: 100%;
    padding: 20px 0px;
}

.header_section2 {
    width: 100%;
    float: left;
    background-image: url(../images/nanci.png);
    height: auto;
    background-size: 100%;
    padding: 350px 250px;
}

.bg-light {
    background-color: transparent !important;
}
.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}
.logo_mobile{
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}
.mobile_menu{
    width: 100%;
    float: left;
    display: none;
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-nav { align-items: center; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}
.menu_main li {
    float: left;
    padding-left: 35px;
    padding-right: 38px;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #050101;
    position: relative;
}

.menu_main li a{
    color: #050101;
}
.menu_main li a:hover{
    color: #050101;
}

.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.menu_main {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 0px #ffffff;

}

.banner_section{
    width: 100%;
    float: left;
}

.your_text {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.your_text_2 {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.there_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}

.images_1{
    width: 100%;
    float: left;
}
.read_bt {
    width: 170px;
    float: left;
    margin: 20px 0px 80px 0px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #FF9900;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
}
.read_bt a:hover{
    background-color: #ffffff;
    color: #000;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #ffffff;
    border-radius: 20px;
}
.carousel-indicators {
    bottom: 30px;
    margin-left: 0%;
    right: initial;;
}
.carousel-indicators .active {
    background-color: transparent;
    border: 3px solid #FF9900;
}

.banner_section_2{#FF9900
    width: 100%;
    float: left;
    padding-top: 9px;
}

.bordas_image{
    border-top: 1px;
    border-bottom: 3px;
    border: 10%;
}

.box_main {
    width: 100%;
    float: left;
    background-color: #00295a;
    height: auto;
    padding: 30px;
    border-radius: 10px;
}
.box_main.active {
    background-color: #FF9900;
}

.box_main:hover {
    background-color: #FF9900;
}
.internet_icon {
    width: 100%;
    float: left;
    padding: 12px 0px;
}
.broadband_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.box_main h4.active{ color: #ffffff ; }
.box_main:hover h4{ color: #ffffff ; }
.box_main:hover .many_text{
     color: #ffffff ;
}
.box_main .many_text.active{
     color: #ffffff ;
}

.many_text {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
}
.about_section{
    width: 100%;
    float: left; 
    background-color: #ededed;
    height: auto;
    background-size: 100%; 
    padding-bottom: 20px;  
}

.image_2{
    width: 100%;
    float: left;
}
.live_text {
    width: 100%;
    float: left;
    font-size: 46px;
    color: #FF9900;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 70px;
}
.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
   margin-left: 0px;
}

.read_bt1 {
    width: 30%;
    float: left;
    margin-top: 30px;
}
.read_bt1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #00295a;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
}
.read_bt1 a:hover{
    color: #ffffff;
    background-color: #FF9900;
}

.services_section{
    width: 100%;
    float: left;
}
.sevices_taital {
    width: 100%;
    float: left;
    font-size: 46px;
    color: #FF9900;
    font-weight: bold;
    text-transform: uppercase;
}
.ipsum_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #0e0e0e;
    margin-left: 0px;
    margin-top: 0px;
}

.read_bt_1 {
    width: 170px;
    float: left;
    margin: 20px 0px 80px 0px;
}
.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #00295a;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    border: 2px solid #004a80;
}
.read_bt_1 a:hover{
    color: #FF9900;
    border: 2px solid #FF9900;

}
.read_bt_1.active a {
    color: #FF9900;
    border: 2px solid #FF9900;
}
.news_section {
    width: 100%;
    float: left;
    padding-bottom: 0px;
}
.news_main {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #b7b7b7;
    border-width: 2px;
    padding-bottom: 90px;
}

.news_main_2 {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #b7b7b7;
    border-width: 2px;
    padding-bottom: 90px;
}

.news_taital{
    width: 100%;
    float: left;
    font-size: 46px;
    color: #FF9900;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 70px;
    text-align: center;
}
.tempor_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0e0e0e;
    text-align: center;
    margin-left: 0px;
}
.news_section_2{
    width: 100%;
    float: left;
}
.date_box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.agust_text {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    background-color: #ededed;
    padding: 15px 0px;
    font-weight: bold;
    font-size: 24px;
    margin-top: 80px;
}

.agust_text_2 {
    width: 20%;
    margin: 1 auto;
    text-align: center;
    border-radius: 10px;
    background-color: #ededed;
    padding: 15px 0px;
    font-weight: bold;
    font-size: 24px;
    margin-top: 80px;
}

.agust_text_3 {
    position: relative;
    right: -345px;
    top: -205px;
    width: 20%;
    margin: 1 auto;
    text-align: center;
    border-radius: 10px;
    background-color: #ededed;
    padding: 15px 0px;
    font-weight: bold;
    font-size: 24px;
    margin-top: 80px;
}

.agust_text_4 {
    position: relative;
    right: -685px;
    top: -412px;
    width: 20%;
    margin: 1 auto;
    text-align: center;
    border-radius: 100px;
    background-color: #ededed;
    padding: 15px 0px;
    font-weight: bold;
    font-size: 24px;
    margin-top: 80px;
}

.dolor_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0e0e0e;
    text-align: center;
    margin-left: 0px;
}
.border_botoom{
    width: 30%;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    height: 10px;
}
.border_botoom {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    background-color: #FF9900;
    height: 10px;
    display: flex;
    border-radius: 5px;
    
}

.border_botoom1 {
    float: left;
    width: 290px;
    margin: 0 auto;
    text-align: center;
    background-color: #FF9900;
    height: 10px;
    display: flex;
    border-radius: 5px;
}

.online_bt_main {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.read_bt_2{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.read_bt_2 a:hover {
    color: #ffffff;
    background-color: #FF9900;
}
.read_bt_2 a {
    width: 130%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #00295a;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
}
.testimonial_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 90px;
}
.testimonial_taital{
    width: 100%;
    float: left;
    font-size: 46px;
    color: rgb(0, 41, 90);
    font-weight: bold;
    padding-top: 70px;
    text-align: center;
}
.testimonial_taital::after{
     content: '';
    border: 2px solid rgb(0, 41, 90);
    position: relative;
    width: 140px;
    text-align: center;
    right: 0;
    top: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.testimonial_section-2 {
    width: 100%;
    float: left;
    background-image: url(../images/client-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 90px;
}
.testimonial_taital-2{
    width: 100%;
    float: left;
    font-size: 46px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-top: 70px;
    text-align: center;
}
.testimonial_taital-2::after{
     content: '';
    border: 2px solid rgb(255, 255, 255);
    position: relative;
    width: 140px;
    text-align: center;
    right: 0;
    top: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.image_3 {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 87px;
}

.client_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #FF9900;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 25px;
}
.dummy_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
}
#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: rgb(255, 153, 0);
    color: #000;
}
#main_slider a.carousel-control-next {
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 55%;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #000;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0px;
    top: 55%;
    background-color: #ffffff;
}

.news_section {
    width: 100%;
    float: left;
}
.newsletter_section {
    width: 100%;
    float: left;
    background-color: #ededed;
    height: auto;
    padding: 40px 0px;
    margin-top: 90px;
}
.subscribe_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2c2c2c;
    margin-left: 0px;
}
.newsletter_text {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #FF9900;
    font-weight: bold;
}

.quote_bt {
    width: 65%;
    float: right;
    font-size: 18px;
    color: #ffffff;
    background-color: #003471;
    padding: 10px 0px 10px 0px;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 90px;
}
.quote_bt a {
    color: #ffffff;
}

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background-image: url(../images/contact-bg.png);
    height: auto;
    background-size: 100%;
}
.contact_taital {
    width: 100%;
    float: left;
    color: #FF9900;
    font-weight: bold;
    font-size: 46px;
}

.contact_section_2 {
    width: 100%;
    float: left;
}
.mail_section_1 {
    width: 100%;
    float: left;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #989999;
    border: 0px;
    border-bottom: 1px solid #003471;
    background-color: transparent !important;
    padding: 50px 30px 0px 0px;
}
.massage-bt {
    color: #696868;
    width: 100%;
    height: 110px;
    font-size: 18px;
    border-bottom: 1px solid #003471 !important;
    background-color: transparent !important;
    padding: 75px 30px 0px 0px;
    border: 0px;
}
.send_bt {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.send_bt a {
    width: 30%;
    float: left;
    background-color: #FF9900;
    color: #fefeff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 40px;
}
.send_bt a:hover {
    background-color: #011e41;
    color: #fefeff;
}
.map_section{
    width: 100%;
    float: left;
    margin-top: 155px;
}
.call_section{
    width: 100%;
    float: left;
    background-color: #FF9900;
    height: auto;
    padding: 20px 0px;
}
.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
}
.call_text a{
    color: #ffffff;
}
.padding_left_0{
    padding-left: 15px;
}
.input_bt {
    width: 100%;
    float: left;
}
.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    padding: 5px 200px 5px 30px;
    border-radius: 30px;
    border: 0px;
    height: 60px;
    position: relative;
}
.subscribe_bt {
    width: 35%;
    float: right;
    font-size: 18px;
    color: #ffffff;
    background-color: #003471;
    padding: 5px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 9px;
}
.subscribe_bt a {
    color: #ffffff;
}

.footer_section{
    width: 100%;
    float: left;
    background-color: #011e41;
    height: auto;
    padding-bottom: 5px;
}
.footer_text{
    width: 100%;
    float: left;
    border-right: 2px solid #c6cbd2;
}
.footer_logo{
    width: 100%;
    float: left;
}
.jonson_text {
    width: 86%;
    float: left;
    font-size: 15px;
    margin-left: 0px;
    color: #e3e3e3;
}
.social_icon {
    width: 100%;
    float: left;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
}
.social_icon li {
    float: left;
    padding-right: 10px;
}

.information_text{
    width: 100%;
    float: left;
    font-size: 24px;
    margin-left: 0px;
    color: #ffffff;
    font-weight: 500;
}
.many_text_1 {
    width: 53%;
    float: left;
    font-size: 16px;
    color: #d4d6da;
    line-height: 30px;
}
.margin_left_0{
    padding-left: 30px;
}
.copyright_section {
    width: 100%;
    float: left;
    background-color: #011e41;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #d1d1d1;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}
.copyright_text a{
    color: #d1d1d1;
}
.copyright_text a:hover{
    color: #FF9900;
}

.solucoes-interna-banner .img-sobreposta {
    margin-top: 195px;
	width: 46%;     
	position: absolute;
    right: 0;
    bottom: 0;
    top: 0;}



    

    .solucoes-interna-banner .img-sobreposta::after{content:'';height:106%;width:150%;background:linear-gradient(90deg, #ffffff 1%, transparent);position:absolute; left: 0; z-index: 2}
.solucoes-interna-banner h2{font-size:65px;color:#2069a9;letter-spacing:1.5px;margin-bottom:5px;}

.porque-precisa {
    background: linear-gradient(
180deg
, #f4faff, transparent);
}

.porque-precisa .row {align-items: center}

.porque-precisa [class*='col-'] img, .porque-precisa [class*='col-'] picture  {border-radius: 20px; position: relative; display: block}
.porque-precisa [class*='col-'] img::after, .porque-precisa [class*='col-'] picture::after {
    content: '';
    height: 95%;
    width: 93%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    margin: auto;
    border: 3px solid #fff;
}

.porque-precisa [class*='col-'] h3 {
    line-height: 1.3;
    color: #0091E2;
    text-transform: uppercase;
    font-size: 22px;
    margin: 50px;
}

.style17{
    color: #6A98F2;
    font-weight: bold;
}



.porque-precisa [class*='col-'] ul li {margin-bottom: 12px}
.porque-precisa [class*='col-'] ul li:last-child {margin-bottom: 0px}
.porque-precisa [class*='col-'] ul li span {font-weight: 600}

.de-acordo-lgpd .container .row:nth-of-type(2) {margin-bottom: 100px; align-items: center}
.de-acordo-lgpd .container .row:nth-of-type(2) ul li {margin-bottom: 20px;font-size: 20px;font-weight: 400}
.de-acordo-lgpd .container .row:nth-of-type(2) ul li:last-child {margin-bottom: 0}
.de-acordo-lgpd .container .row:nth-of-type(2) ul li::before {content: url(../svg/seta-direita-azul.svg);display: inline-block;width: 22px;vertical-align: middle;margin-right: 20px}
.de-acordo-lgpd .container .row:nth-of-type(3) .box {border: 1px solid #c6dff5;padding: 60px;border-radius: 20px}
.de-acordo-lgpd .container .row:nth-of-type(3) .box svg {width: 70px; color: #0091E2; margin-bottom: 20px}
.de-acordo-lgpd .container .row:nth-of-type(3) .box h3 {font-size: 20px;margin-bottom: 30px}
.de-acordo-lgpd .container .row:nth-of-type(3) .box p {margin: 0}
.de-acordo-lgpd .col-btn {text-align: center;margin-top: 70px}

.porque-escolher-backup .container [class*='row']:last-child {margin-top: 70px}
.porque-escolher-backup .box {padding: 65px;background: #f4faff;border-radius: 20px;border: 1px solid #eef3f6;height: 85%}
.porque-escolher-backup .box .icone {width: 90px;height: 90px;background: #2069a9;display: flex;justify-content: center;align-items: center;border-radius: 100%;box-shadow: 0px 20px 20px #00000020;margin: -80px 0 25px}
.porque-escolher-backup .box .icone svg {width: 50px; fill: #ffffff}
.porque-escolher-backup .box .txt h3 {line-height: 1.25;margin-bottom: 20px;font-size: 19px}
.porque-escolher-backup .box .txt p {margin: 0; text-align: justify}

.sec-titulo{width:85%;text-align:center;margin:0 auto 80px}
.sec-titulo span{text-transform:uppercase;font-size:12px;letter-spacing:4px;font-weight:700;color:#0091E2;margin-bottom:15px;display:block;width:fit-content;margin:0 auto 15px;padding:6px 10px 5px 15px;border-radius:50px;border:2px solid #0091E2;line-height:1}
.sec-titulo span strong{font-weight:600}
.sec-titulo.esquerda{width:100%;margin:0 0 30px;text-align:left}
.sec-titulo.esquerda span{margin:0 0 15px}
.divisoria-com-titulo{background:#00295a;padding:90px 0 200px}
.divisoria-com-titulo .sec-titulo{margin:0 auto 0}
.divisoria-com-titulo .sec-titulo h2, .divisoria-com-titulo .sec-titulo p{color:#fff}
.divisoria-com-titulo .sec-titulo p{opacity:0.;margin-bottom:0}
.divisoria-com-titulo .sec-titulo span{color:#fff;border:2px solid #fff}

main#suporte-de-ti .divisoria-com-titulo .sec-titulo{width:50%}

#chave .locais .sec-titulo h2 {font-weight: 500}
#chave .locais .sec-titulo h2 strong {text-transform: uppercase}








