
@import url('https://fonts.googleapis.com/css2?family=Poppins&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

body{
     border-top: 50px solid #00d9d5;
     font-family: 'Roboto', sans-serif;
}




.custom-toggler.navbar-toggler { 
    border:none;
} 
/* Setting the stroke to green using rgb values (0, 128, 0) */ 
  
.custom-toggler .navbar-toggler-icon { 
    background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
} 



li.nav-item{
    position: relative;
    margin-left: 40px;
}



li.nav-item a {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px!important;
    font-weight: 200;
    text-transform: uppercase;
    border-top: 5px solid #00d9d5;
}

li.active a{
    color: #FFF;
    font-size: 15px!important;
    border-top: 5px solid #EE193E;
 }


 li a:hover{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: #EE193E!important;
    font-size: 15px!important;
    /* border-top: 5px solid #EE193E; */
    text-transform: uppercase;
 }
 

 nav.navbar li.nav-item a:before,
 nav.navbar li.nav-item a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav.navbar li.nav-item a:before {
  top: 0;
  left: 0;
  display: block;
  height: 5px;
  width: 0%;
  content: "";
  background-color: #EE193E!important;
}
nav.navbar li.nav-item a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
nav.navbar li.nav-item a:hover:before,
nav.navbar li.nav-item .current a:before {
  opacity: 1;
  width: 100%;
}
nav.navbar li.nav-item a:hover:after,
nav.navbar li.nav-item .current a:after {
  max-width: 100%;
}



header{
    /* width: 100%; */
    
    /* background-image: url(../images/bg-header-adjust.jpg);
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat; */
    background-color: #001f49;
    padding: 0!important;
} 

header p.text-white {
  
    padding-left: 25%!important;
    padding-right: 25%!important;
    font-size: 26px;
}

header .content{
    padding-top: 150px!important;
    padding-bottom: 50px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 40%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


h3{
    font-family: "Roboto";

}

section#vantages h3{
    font-family: "Roboto";
    color: #7b7b7b;
    color: #4ed8d3;
    font-size: 12px;
}

section#vantages h3 span.mental-title{
    font-family: "Roboto";
    font-size: 47px!important;
    font-weight: bold;
    -webkit-text-stroke-width: 0.019em; 
    -webkit-text-stroke-color: #012c5b; 
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
 
}

section#vantages h3 span.foryou-title{
    font-family: "Roboto";
    color: #7b7b7b;
    font-size: 15px!important;
}



div.mental-content{
    background-image: url('../images/bg-contentpng.png');
    /* background-size:contain;
    min-height: 510px; */
    background-repeat: no-repeat;
    background-position: center center;
}

ul.list-itens{
    list-style: none;
    padding: 0;
}

ul.list-itens li{
    display: inline-block!important;
}


ul.list-itens li h4 .bullet{
    border: 3px solid #cfcfcf;
    display: block;
    width: 8%;
    border-radius: 10px;
    margin-bottom: 6px;
}

ul.list-itens li h4 .bullet-right{
    border: 3px solid #cfcfcf;
    float:right;
    width: 30%;
    border-radius: 10px;
    margin-bottom: 6px;
 }


ul.list-itens li h4.title{
    color: #3f5d8b;
    font-size: 25px;
}

ul.list-itens li h4.title-right{
    color: #3f5d8b;
    font-size: 25px;
    float: right;
}

ul.list-itens li h4.title-right span{
    float: right;

}

ul.list-itens li p{
    font-family: "Roboto";
    font-size: 15px;
    color: #5b5b5b;
    padding-right: 40%;
    float: right;
    font-weight: 300;
    font-style: initial;
}

ul.list-itens li p.right{

    padding-left: 40%;
    padding-right: 0;
   
}

ul.list-itens li.first{
    margin-top: 30px;
}

ul.list-itens li.second{
    margin-top: 130px;
}


ul.list-itens li.third{
    margin-top: 0px;
}

ul.list-itens li.fourth{
    margin-top: 90px;
}


.inteligence{
    background-color: #00d9d5;
}

.inteligence::after{
    content: url('../images/arrow-down.png'); 
    background-color: #FFF;
    position: relative;
    width: 100%;
    background-position-y: center;
    vertical-align: middle;
    text-align: center;
    padding-top: 0px;

}


section#inteligence h2 {
    font-family: "Roboto";
    font-size: 15px!important;
    color: #206183;
}

section#inteligence h2 img{
    padding-left: 5px;
}

section#inteligence h2 span{
    font-family: "Roboto";
    font-size: 22px!important;
    color: #002659;
}

section#inteligence h2 p{
    font-family: "Roboto";
    font-weight: 200;
    font-size: 20px!important;
    color: #002659;
    padding: 5px 24%;
}



section#products h4{
    font-family: "Roboto";
    font-weight: bold;
    font-size: 70px!important;
    line-height: 62px;
    -webkit-text-stroke-width: 0.019em;
    -webkit-text-stroke-color: #012c5b;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.product-titles{
    -webkit-text-stroke-width: 0.019em; 
    -webkit-text-stroke-color: #359390!important; 
  
}

.product-txt{
    float: left;
    padding-right: 0;
}

section#products b {
    font-family: "Roboto";
    font-size: 30px!important;
    color: #002659;
    font-weight: 400;
}


section#products hr{
    margin: 20px 0;
}

section#products span {
    font-family: "Roboto";
    font-size: 20px!important;
    color: #828282;
    font-weight: 250;
}


section#products p {
    font-family: "Roboto";
    font-size: 20px!important;
    color: #828282;
    font-weight: 250;
}

p.first-text{padding-left: 0px;padding-right: 0px;}



.content-product{
    position: relative;
}

.images-background{
    position: absolute;
    z-index: -222;
    top: -20px;
    right: -239px;
}
.images-background2{
    position: absolute;
    z-index: -222;
    top: -10px;
    right: -222px;
}


.separator{
    background: url('../images/separator.png') no-repeat center center;
    height: 75px;
    margin: 40px 0;
}


.call-action{
    background-color:#eb1f43 ;
    height: 100px;
}

.btn-call-action{
    background-color:transparent!important;
    border:1px solid #FFF;
    border-radius: 20px;
    font-family: "Roboto";
    font-size: 15px!important;
    color: #FFF;
}


.conteudos{
    background-color:#14223c ;
    position: relative;
   
}

.conteudos::after{
    width:100%;
    height: 15%!important;
    position:absolute;
    right:0;
    bottom:0;
    content:"";
    display:block;
    height:100%;
    background-color:#dadada;
    z-index: 0;
}

section#contents{
    position: relative;
    z-index: 4;
}


section#contents  b {
    font-family: "Roboto";
    font-size: 20px!important;
    color: #eb1f43!important;
    position: absolute;
    top: 6px;
    left: 200px;
}

.content-titles{
    font-family: "Roboto";
    font-size: 50px;
    color: transparent;
    font-weight: bold;
    -webkit-text-stroke-width: 0.019em;
    -webkit-text-stroke-color: #FFF!important;
}



section#contents span {
    font-family: "Roboto";
    font-size: 12px!important;
    color: #FFF;
    
}


section#contents li{
    background-color: #FFF;
    width: 200px;
    border-radius: 50px 0 50px 0;
    padding: 8px;
    margin-left: 40px;
}

section#contents li:first-child{
    margin-left: 0!important;

}

section#contents li img{
    width: 100%;
    border-radius: 50px 0 0 0;
}

section#contents li h5{
    font-family: "Roboto";
    font-size: 14px!important;
    color: #002659;
    text-align:center;
}

section#contents p {
    font-family: "Roboto";
    font-size: 12px!important;
    color: #868686;
    
}


ul.post-list{
    top: 10px;
    list-style: none;
    padding:0;
}


div.map{
    background-color: #dadada;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 200px;
}


section#map h5{
    font-family: "Roboto";
    font-size: 18px!important;
    color: #002658;
    
}

section#map address{
    font-family: "Roboto";
    font-style: italic;
    font-size: 15px!important;
    color: #002658;
}

section#map span{
    font-family: "Roboto";
    font-style: italic;
    font-size: 15px!important;
    color: #002658;
    
}

.contacts{
    background: url('../images/wpp.png') no-repeat center left;
    height: 60px;
    padding-left: 60px;
    margin-top: 15px;
}

.contacts span{
    display: block;
    padding: 3px;
    font-family: "Roboto";
    font-style: italic;
    font-size: 13!important;
    color: #002658;
}


.social-media{
    margin-top:15px;
}


.social-media h4{
    font-family: "Roboto";
    font-size: 15px!important;
    color: #002658;
}

.social-media span{
    font-family: "Roboto";
    font-style: italic;
    font-size: 18px!important;
    color: #4ed8d3!important;
}

.social-media-contact h4{
    font-family: "Roboto";
    font-size: 28px!important;
    color: #002658;
}

.social-media-contact h4 span{
    font-family: "Roboto";
    font-style: italic;
    font-size: 20px!important;
    color: #4ed8d3!important;
}


.address-contact{
    color: #868686!important;
}

.tels-contact span{
    color: #48BEBC!important;
}

.map-contact{
    border-radius: 50px;
    width: 350px;

}

footer{
    background-color: #1b293f;
    min-height: 80px;
}

footer .content-footer {
    font-family: "Roboto";
    font-size: 14px!important;
    color: #FFF;
 
}


.max-lines {
    display: block;/* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 150px;
    line-height: 1.8em;
    text-decoration-color: #00174a;
    font-family: "Roboto"!important;
    font-size: 12px!important;
    color: #868686;
  }
 
  li a:hover{
      text-decoration-color: #00174a;
  }
  

  section#content li a:hover{
    text-decoration-color: #00174a;
    font-family: "Roboto"!important;
    font-size: 12px!important;
    color: #868686;
}



  .max-lines:hover {
      text-decoration: none!important;
      text-decoration-color: #00174a;
    font-family: "Roboto"!important;
    font-size: 12px!important;
    color: #868686;
     
  }



  #about h4{
    font-family: "Roboto";
    font-size: 26px!important;
    color: #4EC5C3;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
  }

  #about img{
      width: 70%;
  }

  #about h5{
    font-family: "Roboto";
    font-size: 22px!important;
    color: #00284D;

  }

  #about .texts{
    padding-left: 15%; 
    padding-right: 15%;
    }

  #about  p{ 
      /* padding-left: 15%; */
      /* padding-right: 10%; */
      text-align: justify;
      text-justify: inter-word;
      font-family: 'Roboto', sans-serif;;
      font-weight: 100;
      font-size: 16px;
      color: #989898;
  }

  

  .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
  .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

  .video{
    background-color: #000000;
  }


  .callback{
    background-color: #00d9d5;
    }


    section#callback h2 {
        font-family: "Roboto";
        font-size: 15px!important;
        color: #206183;
    }
    
    section#callback h2 img{
        padding-left: 5px;
    }
    
    section#callback h2 span{
        font-family: "Roboto";
        font-size: 15px!important;
        color: #002659;

    }
    
    section#callback h2 p{
        
        font-family: "Roboto";
        font-size: 15px!important;
        color: #002659;
    }

    section#callback input{
        border-radius: 30px!important;
        border: none;
    }
    
    section#callback button{
        border-radius: 5px!important;
        border: none;
    }

    section#callback  input::placeholder {
        font-family: "Roboto";
        font-size: 14px!important;
        color: #989898;
    }

    section#product h3{
         /* padding-left: 15%; */
        /* padding-right: 10%; */  
        font-family: 'Roboto', sans-serif;;
        font-weight: 700;
        font-size: 40px;
        color: #45D8D4;
        padding-right: 5%;
    }


    section#product  p{
        /* padding-left: 15%; */
        /* padding-right: 10%; */
        text-align: left;
        text-justify: inter-word;
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        font-size: 21px;
        color: #989898;
        padding-right: 15%;
    }

    section#product b{
        font-family: 'Roboto', sans-serif;;
        font-weight: 700;
        font-size: 28;
        color: #001E4A;
        /* padding-right: 10%; */
    }

    section#product ul{
        list-style: none;
        padding: 0;
    }

    section#product ul li{
       margin-top: 20px;
       margin-left: 20px;
      
    }

    section#product ul span{
        font-family: 'Roboto', sans-serif;;
        font-weight: 700;
        font-size: 28;
        color: #4D6C9A;
        padding-left: 10px;      
        line-height: 25px;
        vertical-align: middle 
    }
     

    section#product ul li img{
        width: 25px;
    }
    .appInf{
        position: relative;
    }
    .appInf a{
        position: absolute;
        z-index: 0;
        left: -50px;
        bottom: 0;
        max-height: 96%;
        overflow: hidden;
        cursor: pointer;
    }

    section#apps {
       background-color: #F8F8F8!important;


    }

    section#apps h4{
        font-family: 'Roboto', sans-serif;;
        font-weight: 700;
        font-size: 42;
        color: #001E4A;
        padding-right: 5%;


    }

    
    #myTab {
        padding: 0!important;
    }
    #myTab li.nav-item{
        display: inline;
        margin-left: 95px!important;
    }

  

    #myTab li.nav-item a{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #FFF;
        color: #4D6C9A!important;
        border-radius: 50px;     
        border: 1px solid #45D8D4;
        font-family: 'Roboto', sans-serif;;
        font-weight: 600;
        font-size: 16px!important;
        text-transform: none;
       
    
    }

  
    #myTab li.nav-item a:hover{
        border: 1px solid   #4D6C9A;
        background-color: #4D6C9A;
        color: #FFF!important;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: 'Roboto', sans-serif;!important;
        font-weight: 600!important;
        font-size: 16px!important;
        text-transform: none;
    }

    
    #myTab li.nav-item a:active{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        color: #FFF;
        border-radius: 50px;
        background-color: #4D6C9A!important;
        border: none;
        font-family: 'Roboto', sans-serif;;
        font-weight: 600;
        font-size: 25px;
        text-transform: none;
       
    
    }


   .bullet-prod{
    border: 3px solid #45D8D4;
    display: block;
    justify-content: center;
    width: 10%;
    border-radius: 10px;
    margin-bottom: 6px;
    }

   h5.titletab{
        font-family: 'Roboto', sans-serif;;
        font-weight: 600;
        font-size: 30px;
        text-transform: none;
        color: #001E4A;
    }

    .empresa {
        background-image: url(../images/bg-product2.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto;
        padding-bottom: 200px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .empresa .item {
        margin-top: 60px;
    }
    .empresa .item b { 
        font-family: 'Roboto', sans-serif;;
        font-weight: 600;
        font-size: 20px;
        text-transform: none;
        color: #001E4A;
    }

    .empresa .item p{
       
        font-family: 'Roboto', sans-serif;;
        font-weight: 100;
        font-size: 15px;
        text-transform: none;
        color: #484748;
    }

    .bullet-item{
        border: 3px solid #45D8D4;
        display: block;
        justify-content: center;
        width: 20%;
        border-radius: 10px;
        margin-bottom: 6px;
    }

    .item-label{
        background-color: #FFF;
        padding: 10px;
    }

    .item-label b { 
        font-family: 'Roboto', sans-serif;;
        font-weight: 500;
        font-size: 15px;
        text-transform: none;
        color:#436BA4;
    }

    .item-label p {

        font-family: 'Roboto', sans-serif;;
        font-style: italic;
        font-weight: 100;
        font-size: 13px;
        text-transform: none;
        color:#484748;

    }
    
    .right-bull{
        float: right!important;
        clear: right;
    }

  
    .right-title {
        float: right!important;
    }

    .right-item p {
        text-align: right;
        float: right!important;
        clear: right!important;
        background-color: transparent!important;
    }

    .right-label{
        float: right;
        clear:right!important;
    }

    section#contact  h3 {
        font-family: 'Roboto', sans-serif;;
        font-weight: 400;
        font-size: 28px;
        text-transform: none;
        color:#001E4A;
    }


    section#contact input{
        border-radius: 10px!important;
    }

    section#contact input::placeholder,  section#contact textarea::placeholder{
        font-style: italic;
        font-weight: 200;
        color: #001E4A!important;
        font-size: 15px;
      }


      section#contact select{
        border-radius: 10px!important;
        font-style: italic;
        font-weight: 200;
        color: #001E4A!important;
        font-size: 15px;
    }

  



    section#contact textarea{
        border-radius: 10px!important;
    }

    section#contact label{
        font-family: 'Roboto', sans-serif;;
        font-style: italic;
        font-weight: 200;
        font-size: 16px;
        text-transform: none;
        color:#001E4A;
    }

    .btn-send{
        border-radius: 50px!important;
        background-color: #4EC5C3!important;
        border: none!important;
        width:150px;
        height: 42px;
    }

    .messageCheck{
        margin-top:15px;
    }

@media only screen and (max-width: 767px) {
    
    body{
        border-top: 50px solid #00d9d5;
       font-family: "Roboto", "Helvetica", "Arial";
   }

    header{
        /* width: 100%; */
      
        background-image: url(../images/background-header-mobile.png);
   
    }

    .banner-mobile{
        width: 100%;     
        top: 35%;
        z-index: 200;
    }


    .navbar-nav{
        background: #00d9d5;
        padding-bottom: 40px;
        padding-top: 20px;
    }


    .logo-menu-mobile{
        position: absolute;
        top: 10px;
        left: 33%;
    }



    li.nav-item{
        position: relative;
        margin-left: 40px;
        border-bottom: 1px solid #5ADDD9;
    }


    li.special-item{
        color: #FFF;
        font-family: 'Poppins', sans-serif;
        font-size: 17px!important;
        font-weight: bold;
        border: none!important;
        margin-bottom: 5px;
    }


    li.nav-item a {
        color: #FFF;
        font-family: 'Poppins', sans-serif;
        font-size: 15px!important;
        font-weight: 100;
        text-transform:capitalize;
        border-top: 5px solid #00d9d5;
    }

    li.active a{
        color: #FFF;
        font-size: 15px!important;
        border-top: none;
    }


    li a:hover{
        font-family: 'Poppins', sans-serif;
        font-weight: 200;
        color: #EE193E!important;
        font-size: 15px!important;
        /* border-top: 5px solid #EE193E; */
        text-transform: uppercase;
    }
    

    nav.navbar li.nav-item a:before,
    nav.navbar li.nav-item a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    }
    nav.navbar li.nav-item a:before {
    top: 0;
    left: 0;
    display: block;
    height: 5px;
    width: 0%;
    content: "";
    background-color:none;
    }
    nav.navbar li.nav-item a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff!important;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
    }
    nav.navbar li.nav-item a:hover:before,
    nav.navbar li.nav-item .current a:before {
    opacity: 1;
    width: 100%;
    }
    nav.navbar li.nav-item a:hover:after,
    nav.navbar li.nav-item .current a:after {
    max-width: 100%;
    }


    
    ul.list-itens li{
        display: none;
    }

 
    ul.list-itens li h4 .bullet{

        width: 15%;

    }

    ul.list-itens li h4 .bullet-right{
        border: 3px solid #cfcfcf;
        float:right;
        width: 30%;
        border-radius: 10px;
        margin-bottom: 6px;
    }


    ul.list-itens li h4.title{
        color: #3f5d8b;
        font-size: 25px;
    }

    ul.list-itens li h4.title-right{
        color: #3f5d8b;
        font-size: 25px;
        float: right;
    }

    ul.list-itens li h4.title-right span{
        float: right;

    }

    ul.list-itens li p{
       
        color: #5b5b5b;
        padding-right: 0!important;
        text-align: justify;
        text-justify: inter-word;
        
    }

    ul.list-itens li p.right{

        padding-left: 0;
        padding-right: 0;
    
    }

    ul.list-itens li.first{
        margin-top: 10px;
    }

    ul.list-itens li.second{
        margin-top: 10px;
    }


    ul.list-itens li.third{
        margin-top: 10px;
    }

    ul.list-itens li.fourth{
        margin-top: 10px;
    }

    section#vantages h3 span.mental-title {
        font-size: 45px!important;

    }

    
    .inteligence {
        background-color:#FFF;
     
    }

    .inteligence-inner{
        background-color: #00d9d5;
        padding-top: 10px;
    }
    
    section#inteligence h2 p {
         padding: 10px ;
    }

    section#products b {
        font-family: "Roboto";
        font-size: 13px!important;
        color: #002659;
        font-weight: 400;
    }

    section#products h4 {
       
        font-family: "Roboto";
        font-weight: bold;
        font-size: 50px!important;
        line-height: 40px;
        -webkit-text-stroke-width: 0.019em;
        -webkit-text-stroke-color: #012c5b;
        color: #FFF;
        -webkit-font-smoothing: antialiased;
        -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
        text-shadow: rgba(0,0,0,.01) 0 0 1px;
    }

    section#products p {
        font-family: "Roboto";
        font-size: 12px!important;
        color: #828282;
        font-weight: 250;      
        float: none;
        clear: both;

    }

    section#product h3 {
        font-family: 'Roboto', Helvetica;
        font-size: 37px;
        text-align: left;
        /* margin-left: auto; */
        /* margin-right: auto; */
        padding-right: 0;
    }


    section#product p {
        /* padding-left: 15%; */
        /* padding-right: 10%; */
        text-align: left;
        text-justify: inter-word;
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        font-size: 13px;
        color: #989898;
        padding-right: 5%;
    }


    section#product a {
        margin-bottom: 30px!important;
        float: left;
    }
  
    section#product b {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #001E4A;
        padding-left: 17px;
    }

    .images-background{
        position: relative;
        top: 20%;
        right: auto;
        left: auto;
    }
    
    

    .content-product{
        margin-top: 10px;
    }

    #myTab li.nav-item {
        display: inline;
        margin-left: 20%!important;
        border: none;
        margin-top: 10px;
    }



            #myTab li.nav-item a {
        
                width: 200px;
            }



        .empresa {
            background-image: none!important;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: auto;
            padding-bottom: 0!important;
            padding-left: 0!important;
            padding-right: 0!important;
        }

        .empresa .item {
            position: relative;
            margin-top: 50px;
        }

        .empresa .item .image-mobile{
            position: absolute;
            top: -30px;
            right: 0;
            z-index: 222;
        }

        .empresa .item b {
            float: left;
            width: 100%;
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 22px;
            text-transform: none;
            color: #FFF;
            padding-left: 20px;
            background: #F52255;
            margin-bottom: 15px;
        }


        .empresa .item p {
            font-family: 'Roboto', sans-serif;
            font-weight: 100;
            font-size: 16px;
            text-transform: none;
            color: #484748;
            padding-right: 41%;
            padding-left: 20px;
        }


        .item-label {
            background-color: #FFF;
            padding-left: 10%;
        }

        .item-label b {
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 22px;
            text-transform: none;
            color: #436BA4;
        }

        .item-label p {
            font-family: 'Roboto', sans-serif;
            font-style: italic;
            font-weight: 100;
            font-size: 17px;
            text-transform: none;
            color: #484748;
        }

       

    .inteligence::after {
        content: url(../images/arrow-down.png);
        background-color: #FFF;
        position: relative;
        width: 100%;
        background-position-y: center;
        vertical-align: middle;
        text-align: center;
        padding-top: 0px;
        padding: 0!important;
        height: 46px;
        border: none;
        /* margin-top: 7px; */
    }

    section#contents li{
        margin-top: 40px!important;
        margin-left: 31px!important;
    }
    

    section#contents li:first-child {
        margin-left: 31px!important;
        margin-top: 20px!important;
    }

    section#contents li:last-child {
   
        margin-bottom: 20px;
    }

    section#contents li:hover{
        font-family: "Roboto";
        font-size: 22px!important;
        color: #4EC5C3;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        line-height: 35px;
    }

    section#callback h2 p {
        font-family: "Roboto";
        font-size: 22px!important;
        color: #002659;
        padding: 0 60px;
        /* display: block; */
    }

    section#callback h2 span {
        font-family: "Roboto";
        font-size: 15px!important;
        font-weight: 200;
        color: #002659;
    }

    .mob-space{
        margin-top: 20px;
    }

    section#apps h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #001E4A;
        padding-right: 0;
    }


    .conteudos::after {

         background-color:#14223c!important;
    
    }

    div.map {
        background-color: #FFF; 
        padding-top: 0px!important;
 
    }

    section#map span {
        font-family: "Roboto";
        font-style: bold;
        font-size: 20px!important;
        color: #002658;
    }

     .separator {
        background: url(../images/separator.png) no-repeat center center;
        height: 35px;
        margin: 25px 0;
    }

    #about img {
        width: 100%;
    }
    
    #about .texts {
        padding-left: 1px;
        padding-right: 1px;
    }

    #about p {
        padding-left: 0; 
        padding-right: 0;
        text-align: justify;
        text-justify: inter-word;
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        font-size: 16px;
        color: #989898;
    }

    #about h4 {
        font-family: "Roboto";
        font-size: 27px!important;
        font-weight: bold;
        color: #45D8D4;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        justify-content: end;
        line-height: 35px;
    }

    header p.text-white {
        padding: 0!important;
   
    }

    section#contact input{
        margin-top:25px
    }

    .messageCheck{
        margin-top:0!important;
    }

    section#map address {
        font-family: "Roboto";
        font-style: italic;
        font-size: 15px!important;
        color: #002658;
         padding-right: 0!important; 
    }

    .map-contact {
        border-radius: 50px;
       width: auto!important;
    }


    
    
}
