html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background-color: #f1f1f3;
  font-family: 'Roboto', arial, verdana, sans-serif;
  scroll-behavior: smooth;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header {
  background-color: rgba(99, 81, 179, 0.8);
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menu-item {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 45px;
}
.menu-item:last-child {
  margin-right: 0px;
}
.about {
  background: url(img/bg_nls.png) center 0px no-repeat;
  height: 1250px;
  padding-top: 118px;
}
.top-form{
  background: #6e36a3;  
  padding-bottom: 40px;
}
.chamada-1 {
  text-align: left;  
  font-size: 20px;
  padding-top: 80px;
  padding-bottom: 165px;
}
.chamada-1 .text {
  max-width: 570px;
  margin-bottom: 20px;
  margin-top: 0px;
  color: #707070;
  font-size: 18px;
}
.logo-mma{
  width: 620px;
  margin-bottom: 20px;
}
.call-metting{ 
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
  background-color: rgba(99, 81, 179, 0.3);
  padding: 12px 8px 12px 8px;
  border-radius: 30px;
}
.call-metting-white{
  background-color: rgba(253, 253, 253, 1);
}
.call-metting .chamada{
  font-size: 20px;
  font-weight: bold;
  color: #6351b3;
  display: inline-block;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.call-metting .bt-cta{
  background-color: #86b86a;
  color: #ffffff;
  padding: 10px 10px 8px 10px;
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}
.logo-lovebrand{
  width: 450px;
  margin-right: 40px;
}
.chamada-2{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.chamada-2 ul li{
  font-size: 1em;
  list-style-type: circle;
  margin-bottom: 10px;
}
.chamada-2 .text{
  padding-top: 75px;
}
.slider{
  width: 100%;
  max-width: 541px;
  height: 590px;
  margin-right: 40px;
}
.effect-cards{
  background: url(img/bg_cards_desktop.png) center center no-repeat;
  position: relative;
}
.img-card-single{
  position: absolute;  
}
.card-single-1{
  top: 130px;
  left: 80px;
}
.card-single-2{
  top: 70px;
  left: 45px;
  display: none;
}
.text {
  color: #ffffff;
  flex: 1;
}
.text h2 {
  font-size: 43px;
  line-height: 48px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 12px; 
}
.text p {
  font-size: 18px;
  margin: 0px;
}
.ranking{
  padding-top: 45px;
  padding-bottom: 50px;
}
.chamada-3{
  padding-bottom: 0px;
}
.chamada-3,
.chamada-4 {
  text-align: center;
}
.chamada-3 h2,
.chamada-4 h2 {
  font-size: 48px;
  font-weight: bold;
  color: #707070;
  margin-top: 0px;
  margin-bottom: 0px;
}
.chamada-3 p,
.chamada-4 p {
  font-size: 18px;
  color: #707070;
}
.chamada-3 .img-entenda {
  margin-bottom: 45px;
}
.chamada-3 p{
  margin-bottom: 40px;
}
.chamada-4 p {
  margin-bottom: 40px;
}
.cage-tables{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
.item-table{
  border: 1px solid #ed5f5f;
  border-radius: 8px;
  position: relative;
  padding: 26px 26px 16px 26px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-right: 14px;
}
.item-table-highlight{
  border: 1px solid #6e36a3;
}
.item-table-soon{
  position: relative; 
  width: 240px;
}
.year{
  position: absolute;
  top: -14px;
  left: 10px;
  color: #ed5f5f;
  font-size: 21px;
  font-weight: bold;
  background-color: #f1f1f3;
  padding-left: 8px;
  padding-right: 8px;
}
.year-highlight{
  color: #6e36a3;
}
.column-table{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 28px;
}
.column-table:last-child {
  margin-right: 0px;
}
.row-top{
  text-align: right;
  margin-bottom: 5px;
}
.row-table{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
  align-items: center;
}
.place{
  display: inline-block;
  width: 30px;
  height: 28px;
  padding-top: 2px;
  border-radius: 15px;
  background-color: #ed5f5f;
  color: #ffffff;
  font-size: 18px;  
  text-align: center;
  margin-right: 7px;
  margin-left: 5px;
}
.index{
  border-left: 1px solid #ed5f5f;
  padding-left: 7px;
  color: #707070;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.compre-agora-fale-conosco{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #6e36a3;
}
.bullets{
  text-align: left;
}
.single-form{
  padding-bottom: 30px;
  background: #6e36a3;
}
.chamada-5,
.chamada-5-5,
.chamada-6{
  text-align: center;
}
.chamada-5 h2,
.chamada-5-5 h2,
.chamada-6 h2 {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 30px;
}
.chamada-5-5 h2{
  font-size: 46px; 
}
.chamada-5{
  padding-bottom: 50px;
}
.chamada-5 .single-text{
  color: #ffffff;
  font-size: 18px;
}
.cage-cards{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
}
.item-card{
  width: 336px;
  border-radius: 8px;
  margin-right: 75px;
  display: flex;
  align-items: center;
}
.item-card:last-child {
  margin-right: 0px;
}
.topo-card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(146,40,245);
  background: linear-gradient(180deg, rgba(146,40,245,1) 0%, rgba(105,214,236,1) 100%);
  color: #707070;
  width: 100%;
  height: 112px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.topo-card h3{
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
}
.content-card{
  background-color: #f1f1f1;
  padding: 20px 16px 20px 16px;
  border-radius: 8px;
  height: 125px;
  display: flex;
  align-items: center;
  /* -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px; */
}
.content-card p{
  margin: 0px;
  color: #2c2c2c;
  font-size: 20px;
}
.cta-card{
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-top: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #e6008a;
  font-size: 18px;
  color: #ffffff;
}
.form-sharpspring{
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  border-radius: 8px;
}
.cage-compare-boxes{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.compare-box{ 
  width: 184px;
  padding: 22px 18px 22px 18px;
  background-color: #ffffff;
  color: #2c2c2c;
  border-radius: 8px;
  margin-right: 10px;
  text-align: left;
}
.compare-box:last-child{
  margin-right: 0px;
}
.compare-box h3{
  text-transform: uppercase;
  color: #595959;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;    
}
.content-compare-box{
  height: 335px;
  vertical-align: top;
}
.content-compare-box p{
  margin-top: 0px;
  font-size: 12px;
}
.soon{  
  width: 280px;
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer{
  background: #6e36a3;  
  padding-bottom: 60px;
}
footer .cage{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-left{
  width: 410px;
  color: #dab2ff;
  font-size: 14px;
}
.footer-right{
  text-align: right;
}
.location{
  margin-bottom: 30px;
}
.country-city{
  font-size: 18px;
  text-transform: uppercase;
}
.link-item{
  display: inline-block; 
  margin-right: 10px;
}
.link-item:last-child{
  margin-right: 0px;
}
.link-item a{
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
}
.social-links,
.footer-logos{
  text-align: center;
}
.social-links,
.footer-logos img{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.social-links{
  margin-top: 65px;
  margin-bottom: 90px;
}
.social-links a{
  color: #ffffff;
  margin-right: 15px;
}
.social-links a:last-child{
  margin-right: 0px;
}
.cards-effect{
  transition: all .2s ease-in-out;
}
.cards-effect:hover{
  transform: scale(1.2, 1.2);
}
.ecglobal-footer{
  width: 170px;
}
.stefanini-footer{
  width: 149px;
}
.haus-footer{
  width: 120px;
}
.lbs-footer{
  width: 201px;
}
.nls-footer{
  width: 139px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.cage,
.cage2{
  margin: 0 auto;
  width: 1010px;
}
.call-to-action{
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #86b86a;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 10px;
}
.yellow-highlight{
  color: #f7ff15;
  font-weight: bold;
}
.red-highlight{
  color: #ed5f5f;
  font-weight: bold;
}
.purple-highlight{
  color: #931eff;
}
.grey-highlight{
  font-size: 18px;
  color: #888888;
}
.hideshow-desktop{display: flex;}
.hideshow-desktop-2{display: inline-block;}
.hideshow-mobile{display: none;}
.hideshow-mobile-2{display: none;}
/* ==========================================================================
   Responsive Tablet/Phone
   ========================================================================== */
@media only screen and (max-width: 1009px) {
  .hideshow-desktop{display: none;}
  .hideshow-desktop-2{display: none;}
  .hideshow-mobile{display: flex;}
  .hideshow-mobile-2{display: inline-block;}
  .top-form{    
    padding-bottom: 0px;
  }
  .cage,
  .cage2 {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .header-content {
    justify-content: center;
  }
  .logo-header{
    width: 113px;
  }
  .menu{
    display: none;
  }
  .about{
    background: none;
    height: auto;
    padding-top: 0px;
  }
  .logo-mma{
    width: 318px;
  }
  .call-metting{ 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-block;  
  }
  .logo-lovebrand{
    width: 230px;
    margin-right: 0px;
  }
  .chamada-1 {
    text-align: center;
    padding-bottom: 0px;
    background: url(img/bg-nls-mobile.png) bottom center no-repeat;
    height: 810px;
    padding-top: 100px;
  }
  .chamada-1 .text{
    max-width: none;   
    font-size: 14px;
    margin-bottom: 0px;
  }
  .chamada-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #6e36a3;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .call-metting{   
    margin-top: 10px;
  }
  .call-metting .chamada{
    font-size: 14px;
    /* display: block; */
    /* margin-bottom: 10px; */
    margin-right: 0px;
  }
  .slider {
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: 0px;
    text-align: center;
  }  
  .chamada-2 .text{
    text-align: center;
    padding-top: 10px;
  }
  .chamada-2 .text h2{
    font-size: 26px;
  }
  .chamada-2 .text p{
    font-size: 12px;
    margin-bottom: 15px;
  }
  .ranking {
    padding-top: 35px;
    padding-bottom: 55px;
  }
  .chamada-3 h2,
  .chamada-4 h2{
    font-size: 26px;
  }
  .chamada-3 p,
  .chamada-4 p {
    font-size: 14px;
  }
  .chamada-4 p {
    margin-bottom: 40px;
  }
  .chamada-5 {
    padding-bottom: 60px;
  }
  .chamada-5 h2,
  .chamada-5-5 h2, 
  .chamada-6 h2 {
    font-size: 26px;
  }
  .chamada-5 .single-text{
    font-size: 12px;
  }
  .cage-cards{
    flex-direction: column;
    align-items: center;
  }
  .item-card{
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .item-card:last-child{
    margin-bottom: 0px;
  }
  .cage-tables { 
    flex-direction: column;
    margin-bottom: 0px;
  }
  .item-table {
    margin-bottom: 45px;
  }
  .item-table-soon{
    position: relative; 
    width: 84%;
    height: 100px;
  }
  .topo-card{   
    height: 80px;   
  }
  .topo-card h3{   
    font-size: 20px;
  }
  .content-card p{
    margin: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    height: auto;
    font-size: 18px;
  }
  .compare-box{ 
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .content-compare-box{
    height: auto;
  }
  .cage-compare-boxes{  
    margin-bottom: 20px;
  }
  footer .cage{
    flex-direction: column;
  }
  .footer-left,
  .footer-right{
    width: 100%;
    text-align: center;
  }
  .link-item-blocked{
    display: block;
    margin-bottom: 10px;
  }
  .social-links{
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .social-links,
  .footer-logos {  
    justify-content: center;
  }
  .ecglobal-footer{
    width: 118px;
    margin-right: 20px;
  }
  .nls-footer{
    width: 91px;
  }
  .call-to-action{
    font-size: 16px;
  }
  .place{
    width: 21px;
    height: 19px;
    font-size: 13px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
ul,li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}