/* ----------------IMPORT GOOGLE FONTS ------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/* ----------------Text Fonts ------------------- */
body {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #777777;
  font-style: normal;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #777777;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 42px;
  margin-bottom: 25px;
}

h2, .h2 {
  font-size: 38px;
  margin-bottom: 25px;
}

h3, .h3 {
  font-size: 36px;
  margin-bottom: 25px;
}

h4, .h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

h5, .h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px;
  line-height: 2.1;
  font-weight: 400;
  color: #777777;
}
p:last-child {
  margin-bottom: 0;
}

a {
  /* color: inherit; */
  text-decoration: none;
  /* cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; */
}


.text-muted {
  color: #868e96 !important;
  font-size: 14px;
  line-height: 2.1;
}

strong {
  font-weight: 700;
}

.text-xs {
  font-size: 11px;
}

.text-xl {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

img {
  max-width: 100%;
}


/* --------------------------------
              MEU
________________________________ */

.anchor-text {
  display: block;
  height: 20px;
  margin-top: -20px;
  visibility: hidden;
}

.center-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.branco {
    background: #fff;
	height: 40%;
}

.slider-backgroung {
  height:25rem;
  background-color:#ffee99;
}

.slider-header-image {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.slider-header-image-iniciacao {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
/*  height: 100%;
*/}

.slider-text-box {
position: relative;
z-index: 10;
padding: 30px 60px 30px 30px;
color: #fff;
/* top: 0;
left: 0; */
margin: auto;
}

.slider-text-title {
  font-weight: 800;
  font-size:20px;
}

.slider-text-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #777777;
}

.slider-caption-yellow {
  background-color: rgb(37, 98, 119, 0.9);
}

.slider-caption-title {
  color: white;
  font-weight: 800;
}

.altura {
  height: 15px;
}

.fa.fa-facebook-square {
  color: #3b5998;
  font-size: 30px;
}

.fa.fa-youtube-square {
  color: #FF0000;
  font-size: 30px;
}

.header-yellow {
  background-color: #ffd500;
  height: 65px;
  position: absolute;
}

.header-iniciacao {
  background-color: #afca00;
  height: 65px;
  position: absolute;
}

.header-intermedio {
  background-color: #2cafe5;
  height: 65px;
  position: absolute;
}

.header-consolidacao {
  background-color: #777777;
  height: 65px;
  position: absolute;
}

.header-white {
  background-color: white;
  height: 65px;
  padding: 20px;
  -webkit-transform: skew(-13deg);
      -ms-transform: skew(-13deg);
          transform: skew(-13deg);
  float: right;
}

.logo {
  height: 65px;
  padding: 10px 0 0 30px;
}

.icones {
  height: 65px;
  padding: 15px 30px 0 0;
}

.frase-lego {
  padding-left: 50px;
  padding-right: 12px;
  font-size: 12px;
  position: fixed;
  bottom: 70px;
}

.footer-yellow {
  background-color: #ffd500;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  padding: 10px;
}
.footer-yellow span {
  font-weight: 400;
  font-size: 10px;
}

.footer-iniciacao {
  background-color: #bace3b;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  padding: 10px;
}
.footer-iniciacao span {
  font-weight: 400;
  font-size: 10px;
}

.footer-intermedio {
  background-color: #2cafe5;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  padding: 10px;
}
.footer-intermedio span {
  font-weight: 400;
  font-size: 10px;
}

.footer-consolidacao {
  background-color: #777777;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  padding: 10px;
}
.footer-consolidacao span {
  font-weight: 400;
  font-size: 10px;
}





.special-box-iniciacao {
  background-color: #f7fae5;
  margin-bottom: 30px;
}

.iniciacao-text {
  color: #afca00;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 15px 20px;
}

.iniciacao-text.border-bottom-iniciacao {
  border-bottom: 3px solid #afca00;
}

.iniciacao-text span {
  color: #afca00;
  font-weight: 500;
}


.box-iniciacao {
  background-color: rgba(119, 137, 2, 0.8);
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #fff;
  padding: 6px;
  margin: 20px;
  right: 20px;
  bottom: 0;
  }
  
.box-iniciacao a {
  color: #fff;
  font-size: 16px;
  }
  
.box-iniciacao span {
  font-size: 14px;
  font-weight: 600;
  }
  
.box-iniciacao .lni-angle-double-right {
  font-size: 12px;
  font-weight: 900;
  }


  .img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  }
  
  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }


  .special-box-intermedio {
    background-color: #e9f7fc;
    margin-bottom: 30px;
  }
  
  .intermedio-text {
    color: #2cafe5;
    font-size: 20px;
    font-weight: 800;
    padding: 10px 15px 20px;
  }

  .intermedio-text.border-bottom-intermedio {
    border-bottom: 3px solid #2cafe5;
  }
  
  .intermedio-text span {
    color: #2cafe5;
    font-weight: 500;
  }
  
  .box-intermedio {
    background-color: rgba(8, 118, 163, 0.8);
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    padding: 6px;
    margin: 20px;
    right: 20px;
    bottom: 0;
    }
    
  .box-intermedio a {
    color: #fff;
    font-size: 16px;
    }
    
  .box-intermedio span {
    font-size: 14px;
    font-weight: 600;
    }
    
  .box-intermedio .lni-angle-double-right {
    font-size: 12px;
    font-weight: 900;
    }

.special-box-consolidacao {
  background-color: #f2f2f2;
  margin-bottom: 30px;
}

.consolidacao-text {
  color: #777777;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 15px 20px;
}

.consolidacao-text.border-bottom-consolidacao {
  border-bottom: 3px solid #777;
}

.consolidacao-text span {
  color: #777777;
  font-weight: 500;
}

.box-consolidacao {
  background-color: rgba(83, 83, 83, 0.8);
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #fff;
  padding: 6px;
  margin: 20px;
  right: 20px;
  bottom: 0;
  }
  
.box-consolidacao a {
  color: #fff;
  font-size: 16px;
  }
  
.box-consolidacao span {
  font-size: 14px;
  font-weight: 600;
  }
  
.box-consolidacao .lni-angle-double-right {
  font-size: 12px;
  font-weight: 900;
  }
      
.novo {
  color: white;
  position: relative;
  background-color: red;
  padding: 4px;
  width: 53px;
  text-align: center;
  
  }

/* _____ TAB MENU _____ */

.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #333;
  padding: 30px 0 10px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-menu .nav-tabs>li>a:hover, .tab-menu .nav-tabs > li > a:focus, .tab-menu .nav-tabs > li > a.active {
  border-color: #eff4cc;
  background-color: #dfea99;
  color: black;
}


.tab-menu-consolidacao .nav-tabs>li>a:hover, .tab-menu-consolidacao .nav-tabs > li > a:focus, .tab-menu-consolidacao .nav-tabs > li > a.active {
border-color: #777;
background-color: #777;
color: white;
}

.tab-menu-consolidacao {
  display: block;
  text-align: center;
}
.tab-menu-consolidacao ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu-consolidacao ul.nav li {
  border: medium none;
  display: inline-block;
}


.tab-menu-intermedio .nav-tabs>li>a:hover, .tab-menu-intermedio .nav-tabs > li > a:focus, .tab-menu-intermedio .nav-tabs > li > a.active {
border-color: #2cafe5;
background-color: #2cafe5;
color: white;
}

.tab-menu-intermedio {
  display: block;
  text-align: center;
}
.tab-menu-intermedio ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu-intermedio ul.nav li {
  border: medium none;
  display: inline-block;
}

.tab-menu  {
  display: block;
  text-align: center;
}

.tab-menu ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu ul.nav li {
  border: medium none;
  display: inline-block;
}

.tab-content {
  /* border: 1px solid #ccc; */
  padding: 15px;
  background-color: #eff4cc;
}

.tab-menu-consolidacao > .tab-content {
  /* border: 1px solid #ccc; */
  padding: 15px;
background-color: #777;
color: white;
}

/*.tab-content-consolidacao {
  /* border: 1px solid #ccc; 
  padding: 15px;
  background-color: #f6f6f6;
}*/

.tab-menu ul.nav li a {
  border-radius: 6px 6px 0 0;
  border: 1px solid #eff4cc;
  color: #777;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Roboto;
  font-size: 16px;
  text-decoration: none;
}

.tab-menu-consolidacao ul.nav li a {
  border-radius: 6px 6px 0 0;
  border: 1px solid #777;
  color: #777;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Roboto;
  font-size: 16px;
  text-decoration: none;
}

.tab-menu-consolidacao > .tab-menu ul.nav li a {
  border-radius: 6px 6px 0 0;
  border: 1px solid #777 !important;
  color: #777;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Roboto;
  font-size: 16px;
  text-decoration: none;
}

.tab-menu-consolidacao ul li.active a, .tab-menu-consolidacao ul li.hover a, .tab-menu-consolidacao ul li.focus a {
  color: white !important;
  background-color: #777;
}

.tab-menu-consolidacao .nav-tabs {
  border-bottom: none;
}

.tab-menu-intermedio ul.nav li a {
  border-radius: 6px 6px 0 0;
  border: 1px solid #2cafe5;
  color: #777;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Roboto;
  font-size: 16px;
  text-decoration: none;
}

.tab-menu-intermedio > .tab-menu ul.nav li a {
  border-radius: 6px 6px 0 0;
  border: 1px solid #2cafe5 !important;
  color: #777;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Roboto;
  font-size: 16px;
  text-decoration: none;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  color: black !important;
  background-color: #dfea99;
}

.tab-menu-intermedio ul li.active a, .tab-menu-intermedio ul li.hover a, .tab-menu-intermedio ul li.focus a {
  color: white !important;
  background-color: #2cafe5;
}

.tab-menu-intermedio .nav-tabs {
  border-bottom: none;
}

.tab-menu .nav-tabs {
  border-bottom: none;
}

/* --- meu ---- */

.img-gif {
  top: 0;
  left: 0;
  min-width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

p.texto {
  line-height: 1.5 !important;
  color: #000;
}

.titulo-table {
  font-size: 17px;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
}

.titulo-mini-table {
  font-size: 17px;
  line-height: 19px;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
  padding-left: 8px;
}

.light {
  font-weight: 400;
  text-transform: initial;
}

.etiquetas {
  list-style: none;
  display: inline;
}

.idade {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #777777;
  border-radius: 6px;
  border: 1px solid #777777;
  width: 60px;
  position: relative;
  float: left;
	text-transform: none !important;
}
.pecas {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #777777;
  border-radius: 6px;
  border: 1px solid #777777;
  width: 60px;
  position: relative;
  float: left;
  padding-left: 20px;
	
}

.brick {
background-image: url("../img/brick.png");
background-size: cover;
position: absolute;
width: 34px;
height: 34px;
top: -6px;
left: -10px;
}

.img-produto {
	
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.outro {
  height: 350px;
}

.botao {
  margin: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px;
  background-color: #9f216c;
  width: 120px;
  text-align: center;
  text-decoration: none;
}
.botao-2 {
  margin: 20px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px;
  background-color: #c91c00;
  width: 150px;
  text-align: center;
  text-decoration: none;

}
.botao-2 a {
  text-decoration: none !important;
}
      
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 700;
  }

  h2, .h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  h3, .h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  h4, .h4 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  h5, .h5 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  h6, .h6 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .hide-md {
    display: none !important;
  }

  
}
/* ----------------Responsive Align ------------------- */
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }

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

  .text-right-xs {
    text-align: right;
  }

  .outro {
    height: auto;
  }
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 999999;
}
.loader .loader-inner {
  position: absolute;
  border: 2px solid #99896e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* ----------------colors------------------- */
.color-gray {
  color: #f4f8fc !important;
}

.color-dark-gray {
  color: #9c9ca9 !important;
}

.color-dark {
  color: #333333 !important;
}

.color-black {
  color: #18181c !important;
}

.color-light {
  color: #ffffff !important;
}

.color-green {
  color: #6cc47f !important;
}

.color-blue {
  color: #0652fd !important;
}

.color-red {
  color: #f97794 !important;
}

.color-orange {
  color: #f79257 !important;
}

.color-yellow {
  color: #ffbf00 !important;
}

.color-purple {
  color: #926cc4 !important;
}

.bg-grad-purple {
  background: #8C66CA;
  background: -o-linear-gradient(315deg, #E25574 0%, #8C66CA 100%);
  background: linear-gradient(135deg, #E25574 0%, #8C66CA 100%);
}

.bg-macaroni {
  background: -webkit-gradient(linear, left top, right top, from(#ff5f6d), to(#ffc371));
  background: -o-linear-gradient(left, #ff5f6d 0%, #ffc371 100%);
  background: linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f4f8fc !important;
}

.bg-black {
  background-color: #18181c !important;
}

.bg-blue {
  background-color: #0652fd !important;
}

.bg-purple {
  background-color: #926cc4 !important;
}

/* --------------PADDING STYLE-------------- */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.p95 {
  padding: 95px !important;
}

.p100 {
  padding: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

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

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl0 {
  padding-left: 0;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

/*  -----------------MARGIN STYLE----------------------- */
.m0 {
  margin: 0;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.m55 {
  margin: 55px;
}

.m60 {
  margin: 60px;
}

.m65 {
  margin: 65px;
}

.m70 {
  margin: 70px;
}

.m75 {
  margin: 75px;
}

.m80 {
  margin: 80px;
}

.m85 {
  margin: 85px;
}

.m90 {
  margin: 90px;
}

.m95 {
  margin: 95px;
}

.m100 {
  margin: 100px;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt-75 {
  margin-top: -75px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/*  --------------MARGIN STYLE MINUS----------------------------- */
/*.mt-5 {
  margin-top: -5px;
}*/

.mt-10 {
  margin-top: -10px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-25 {
  margin-top: -25px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-35 {
  margin-top: -35px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-45 {
  margin-top: -45px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-55 {
  margin-top: -55px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-65 {
  margin-top: -65px;
}

.mt-70 {
  margin-top: -70px;
}

.mt-75 {
  margin-top: -75px;
}

.mt-80 {
  margin-top: -80px;
}

.mt-85 {
  margin-top: -85px;
}

.mt-90 {
  margin-top: -90px;
}

.mt-95 {
  margin-top: -95px;
}

.mt-100 {
  margin-top: -100px;
}

.mt-110 {
  margin-top: -110px;
}

.mt-120 {
  margin-top: -120px;
}

.mt-130 {
  margin-top: -130px;
}

.mt-140 {
  margin-top: -140px;
}

.mt-150 {
  margin-top: -150px;
}

.ml-5 {
  margin-left: -5px;
}

.ml-10 {
  margin-left: -10px;
}

.ml-15 {
  margin-left: -15px;
}

.ml-20 {
  margin-left: -20px;
}

.ml-25 {
  margin-left: -25px;
}

.ml-30 {
  margin-left: -30px;
}

.ml-35 {
  margin-left: -35px;
}

.ml-40 {
  margin-left: -40px;
}

.ml-45 {
  margin-left: -45px;
}

.ml-50 {
  margin-left: -50px;
}

.ml-55 {
  margin-left: -55px;
}

.ml-60 {
  margin-left: -60px;
}

.ml-65 {
  margin-left: -65px;
}

.ml-70 {
  margin-left: -70px;
}

.ml-75 {
  margin-left: -75px;
}

.ml-80 {
  margin-left: -80px;
}

.ml-85 {
  margin-left: -85px;
}

.ml-90 {
  margin-left: -90px;
}

.ml-95 {
  margin-left: -95px;
}

.ml-100 {
  margin-left: -100px;
}

.ml-110 {
  margin-left: -110px;
}

.ml-120 {
  margin-left: -120px;
}

.ml-130 {
  margin-left: -130px;
}

.ml-140 {
  margin-left: -140px;
}

.ml-150 {
  margin-left: -150px;
}

.mb-5 {
  margin-bottom: -5px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb-20 {
  margin-bottom: -20px;
}

.mb-25 {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mb-35 {
  margin-bottom: -35px;
}

.mb-40 {
  margin-bottom: -40px;
}

.mb-45 {
  margin-bottom: -45px;
}

.mb-50 {
  margin-bottom: -50px;
}

.mb-55 {
  margin-bottom: -55px;
}

.mb-60 {
  margin-bottom: -60px;
}

.mb-65 {
  margin-bottom: -65px;
}

.mb-70 {
  margin-bottom: -70px;
}

.mb-75 {
  margin-bottom: -75px;
}

.mb-80 {
  margin-bottom: -80px;
}

.mb-85 {
  margin-bottom: -85px;
}

.mb-90 {
  margin-bottom: -90px;
}

.mb-95 {
  margin-bottom: -95px;
}

.mb-100 {
  margin-bottom: -100px;
}

.mb-110 {
  margin-bottom: -110px;
}

.mb-120 {
  margin-bottom: -120px;
}

.mb-130 {
  margin-bottom: -130px;
}

.mb-140 {
  margin-bottom: -140px;
}

.mb-150 {
  margin-bottom: -150px;
}

/*  ----------------------------------------------------
2. HEADER
-------------------------------------------------------- */
.body-container {
  position: relative;
}

.menu-btn {
  font-size: 36px;
  text-align: center;
  position: fixed;
  right: 30px;
  display: none;
  opacity: 0;
  bottom: 30px;
  padding: 3px 0;
  background-color: #fff;
  z-index: 99999;
  width: 60px;
  color: #99896e;
  height: 60px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 42px rgba(0, 0, 0, 0.1);
}
.menu-btn:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.09);
  color: #18181c;
}

.menu_block {
  background-color: #fffbe5;
  min-height: 100vh;
  padding: 0 !important;
  bottom: 0;
  overflow-x: hidden !important;
}

.menu_block .logo_box {
  text-align: center;
  padding: 25px 10px;
}
.menu_block .side_menu_section {
  margin-top: 50px;
}

.menu_block .side_menu_bottom {
  min-height: 300px;
}
.menu_block .side_menu_bottom .side_menu_bottom_inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu_block-iniciacao {
  background-color: #f7fae5;
  min-height: 100vh;
  padding: 0 !important;
  bottom: 0;
  overflow-x: hidden !important;
}
.menu_block-iniciacao .logo_box {
  text-align: center;
  padding: 25px 10px;
}
.menu_block-iniciacao .side_menu_section {
  margin-top: 50px;
}

.menu_block-iniciacao .side_menu_bottom {
  min-height: 300px;
}
.menu_block-iniciacao .side_menu_bottom .side_menu_bottom_inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu_block-intermedio {
  background-color: #e9f7fc;
  min-height: 100vh;
  padding: 0 !important;
  bottom: 0;
  overflow-x: hidden !important;
}
.menu_block-intermedio .logo_box {
  text-align: center;
  padding: 25px 10px;
}
.menu_block-intermedio .side_menu_section {
  margin-top: 50px;
}

.menu_block-intermedio .side_menu_bottom {
  min-height: 300px;
}
.menu_block-intermedio .side_menu_bottom .side_menu_bottom_inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu_block-consolidacao {
  background-color: #f2f2f2;
  min-height: 100vh;
  padding: 0 !important;
  bottom: 0;
  overflow-x: hidden !important;
}
.menu_block-consolidacao .logo_box {
  text-align: center;
  padding: 25px 10px;
}
.menu_block-consolidacao .side_menu_section {
  margin-top: 50px;
}

.menu_block-consolidacao .side_menu_bottom {
  min-height: 300px;
}
.menu_block-consolidacao .side_menu_bottom .side_menu_bottom_inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu_nav {
  width: 100%;
  padding: 0;
  list-style: none;
  margin-left: 0;
}
.menu_nav li {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin-top: 2px;
}
.menu_nav li a {
  display: block;
  padding: 12px 25px 12px 50px;
  background-color: transparent;
  color: #777777;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.menu_nav li a:hover {
  background-color: #ffd500;
  color: white;
}

.menu_nav .menu-active > a {
  background-color: #ffd500;
  color: white;
}



/* MEU */

.menu_nav-iniciacao {
  width: 100%;
  padding: 0;
  /* list-style: none; */
  margin-left: 0;
}

.menu_nav-iniciacao li a {
  display: block;
  padding: 12px 25px 12px 50px;
  background-color: transparent;
  color: #777777;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* este funciona */
.menu_nav-iniciacao li:hover > a {
  background-color: #afca00;
  color: white;
}

.menu_nav-intermedio li:hover > a {
  background-color: #2cafe5;
  color: white;
}

.menu_nav-consolidacao li:hover > a {
  background-color: #777;
  color: white;
}


/* este funciona */
.menu_nav-iniciacao .menu-active > a {
  background-color: #afca00;
  color: white;
}

.menu_nav-intermedio .menu-active > a {
  background-color: #2cafe5;
  color: white;
}

.menu_nav-consolidacao .menu-active > a {
  background-color: #777;
  color: white;
}

#homeSubmenu, #homeSubmenu-2, #homeSubmenu-3 {
  padding-left: 20px;
}

.teste0 li>a:hover, .teste1 li>a:hover, .teste2 li>a:hover {
  background-color: transparent;
  color: black !important;
}

.teste0 li.active a, .teste1 li.active a, .teste2 li.active a {
  background-color: transparent;
  color: black !important;
}

.menu_nav-intermedio {
  width: 100%;
  padding: 0;
  list-style: none;
  margin-left: 0;
}
/*.menu_nav-intermedio li {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin-top: 2px;
}*/
.menu_nav-intermedio li a {
  display: block;
  padding: 12px 25px 12px 50px;
  background-color: transparent;
  color: #777777;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/*.menu_nav-intermedio li a:hover {
  background-color: #2cafe5;
  color: white;
}
.menu_nav-intermedio li a:focus {
  background-color: #2cafe5;
  color: white;
}
.menu_nav-intermedio li.active a {
  background-color: #2cafe5;
  color: #ffffff;
}
.menu_nav-intermedio .sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  z-index: 999999;
  background-color: #2cafe5;
  padding: 10px;
  display: inline-block;
  min-width: 200px;
}*/

.menu_nav-consolidacao {
  width: 100%;
  padding: 0;
  list-style: none;
  margin-left: 0;
}
/*.menu_nav-consolidacao li {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin-top: 2px;
}*/
.menu_nav-consolidacao li a {
  display: block;
  padding: 12px 25px 12px 50px;
  background-color: transparent;
  color: #777777;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/*.menu_nav-consolidacao li a:hover {
  background-color: #777777;
  color: white;
}
.menu_nav-consolidacao li a:focus {
  background-color: #777777;
  color: white;
}
.menu_nav-consolidacao li.active a {
  background-color: #777777;
  color: #ffffff;
}*/




/* ----- MEU ------- */

    /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
        /* Carousel base class */
        
        .carousel {
          margin-bottom: 2rem;
      }
      /* Since positioning the image, we need to help out the caption */
      
      .carousel-caption {
          bottom: 3rem;
          z-index: 10;
      }
      /* Declare heights because of positioning of img element */
      
      .carousel-item {
          height: 25rem;
          background-color: white;
      }
      
      .carousel-item > img {
          position: absolute;
          top: 0;
          left: 0;
          min-width: 100%;
          height: 25rem;
          -o-object-fit: cover;
             object-fit: cover;
      }
      /* RESPONSIVE CSS
-------------------------------------------------- */
      
      @media (min-width: 40em) {
          /* Bump up size of carousel content */
          .carousel-caption p {
              margin-bottom: 1.25rem;
              font-size: 1.25rem;
              line-height: 1.4;
          }
      }


.top {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 1040;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}



@media (min-width: 768px) and (max-width: 991.98px) {

  .outro {
    height: 200px;
}

}




@media (max-width: 768px) {
	



  .menu-btn {
    opacity: 1;
    display: block;
  }

  .menu_block {
    min-height: 100%;
    padding: 0;
    max-width: 250px;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    z-index: 999999;
    margin-left: -250px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu_block .side_menu_bottom {
    position: relative;
  }

  .sidebar_closed .menu_block {
    margin-left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .menu_block-iniciacao {
    min-height: 100%;
    padding: 0;
    max-width: 250px;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    z-index: 9999;
    margin-left: -250px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu_block-iniciacao .side_menu_bottom {
    position: relative;
  }

  .sidebar_closed .menu_block-iniciacao {
    margin-left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .menu_block-intermedio {
    min-height: 100%;
    padding: 0;
    max-width: 250px;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    z-index: 999999;
    margin-left: -250px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu_block-intermedio .side_menu_bottom {
    position: relative;
  }

  .sidebar_closed .menu_block-intermedio {
    margin-left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .menu_block-consolidacao {
    min-height: 100%;
    padding: 0;
    max-width: 250px;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999999;
    margin-left: -250px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu_block-consolidacao .side_menu_bottom {
    position: relative;
  }

  .sidebar_closed .menu_block-consolidacao {
    margin-left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

}


@media (max-width: 576px) { 
  .slider-text-box {
  padding: 0 30px;
  margin: auto;
}
.embed-responsive-21by9::before {
  padding-top: 20% !important;
}

}


/*  ----------------------------------------------------
3 body
-------------------------------------------------------- */
.body_block {
  background-color: #ffffff;
  padding: 0 30px 20px 30px;
}

.img_card {
  position: relative;
}
.img_card .content_section {
  background-color: #ffffff;
  position: relative;
  padding: 50px 0;
}
.img_card .content_section .content_box {
  position: relative;
  left: 0;
  right: 0;
  margin-right: -75px;
  z-index: 999;
  top: 0;
  width: auto;
  bottom: 0;
  padding: 15px;
  min-height: 500px;
  background-color: #ffffff;
}
.img_card .content_section .content_box .content_box_inner {
  padding: 25px 20px 25px 15px;
}
.img_card .img_section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



/* MODAL */
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
  height:280px;

}

.modal-open {
  overflow:auto;
  padding-right:0 !important;
}

.video {
  position: relative;
  margin: auto;
  display: block;
  bottom: -180px;
}
.botao-video {
background-color:rgba(201, 28, 0, 0.8);
width: 60px;
text-align: center;
height: 60px;
border-radius: 60px;
color: #fff;
font-size: 25px;
font-weight: 600;
line-height: 65px;
text-decoration: none;
}

.second-slide {
  position: absolute;
  height: 25rem;
  width: 100%;
}


/* popup */

#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup video {
  width:100%;
  margin:0 auto;
}

.mfp-hide {
  display: none!important;
}


.embed-responsive video {
  position: relative !important;
}

.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}

.mfp-close {
  font-size: 5rem !important;
}

.embed-responsive-21by9::before {
  padding-top: 6%;
}

.popup-modal {
  text-decoration: none !important;
}

html {
  margin-right: 0 !important;
}