/**
* Template Name: Flattern - v2.2.1
* Template URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #4d4643;
}

a {
  color: #f03c02;
}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Loader sppiner
--------------------------------------------------------------*/
.loader {
  width: 100vw;
  height: 100vh;
  z-index: 90;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  background-image: linear-gradient(rgb(58, 58, 58));
}
.spinner {
  position: absolute;
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left-color: #0069d9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loader-text {
  color: #fff;
  font-family: arial, sans-serif;
  position: absolute;
  top: 58%;
  left: 45%;
}

.loader-text:after {
  content: 'Processando Pagamento';
  animation: load 2s linear infinite;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 53px;
  right: 15px;
  bottom: 15px;
  background: #fe1e14;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #c0180f;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #f8f6f5;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #4d4643;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #f03c02;
}

#topbar .contact-info i {
  color: #f03c02;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #836a61;
  padding: 4px 0 4px 20px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #f03c02;
}

.btn-whatsapp {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 53px;
  right: 15px;
  bottom: 85px;
  background: #11bb11;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.btn-whatsapp i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.btn-whatsapp:hover {
  color: #fff;
  background: #0f7e0f;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(16, 16, 16);
}

#header.header-scrolled {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  background: rgba(16, 16, 16,.9);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-content {
  background: rgba(28, 23, 21, 0.7);
  padding: 20px;
  color: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  border-top: 5px solid #fe1e14;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fe1e14;
}

#hero .btn-get-started:hover {
  background: #fe1e14;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #b4aca8;
  font-size: 14px;
  background: #14100f;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #101010;
}

#footer .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}

#footer .footer-top .footer-links ul i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  font-style: normal;
}

#footer .footer-top .footer-links ul i:hover {
  color: #fff;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-flex;
  line-height: 1;
  background-color: #fe1e14;
  margin-right: 5px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--primary);
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f03c02;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #fd5c28;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #b4aca8;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f03c02;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fd5c28;
  color: #fff;
  text-decoration: none;
}

.social-line {
  color: white;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Merriweather', serif;
  margin-left: -10px;
}

/*--------------------------------------------------------------
# ourPlatform
--------------------------------------------------------------*/
#ourPlatform,
#LogInOurPlatform {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 36px; 
}

#ourPlatform h2,
#LogInOurPlatform h2 {
  font-weight: bold;
  color: #101010;
}

#ourPlatform h2 span,
#LogInOurPlatform h2 span {
  color: #101010;
}

#ourPlatform h2::after,
#LogInOurPlatform h2::after {
  content: '';
  width: 10%;
  height: 10px;
  background-color: #101010;
  position: absolute;
  margin-top: 60px;
  border-radius: 10px;
  left: 15px;
}

.platform-items {
  background-color: #373737;
  border-bottom: solid 4px #101010;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 25px;
  padding: 15px 15px 15px 105px;
  color: #fff;
  margin-bottom: 15px;
  font-size: .96rem;
}
.benefits-app {
  background-image: url(../img/icons/benefits-app.png);
  background-position: 15px;
  background-size: 75px;
}
.benefits-security {
  background-image: url(../img/icons/benefits-security.png);
  background-position: 15px;
  background-size: 75px;
}
.benefits-location {
  background-image: url(../img/icons/benefits-location.png);
  background-position: 15px;
  background-size: 75px;
}
.benefits-time {
  background-image: url(../img/icons/benefits-time.png);
  background-position: 15px;
  background-size: 75px;
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  background: #11182d;
  border: solid 1px var(--primary);
  color: #fff;
  flex: initial;
  padding: 10px 60px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
}

.nav-fill .nav-item,
.nav-fill>.nav-link:hover {
  background-color: #08101a;
  transition: ease-in-out 0.2s;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--primary);
  border: solid 1px #11182d;
}

/*SLIDER Mentores 2*/

@media (max-width: 1024px) {
  .clients-carousel .owl-item img {
    width: 290px;
  }
}

@media (max-width: 768px) {
  .clients-carousel .owl-item img {
    width: 330px;
  }
}

@media (max-width: 667px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  #footer .footer-top {
    text-align: center;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.btn-slider-mentor {
  border: solid 1px var(--primary);
  padding: 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: 50%/50% 100% no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.slider-bottom-detail {
  width: 98%;
  height: 5px;
  background-color: var(--primary);
  margin: 2.5rem 2rem 1.5rem 2rem;
}
.slider-bottom-detail::before {
  content: '';
  width: 110px;
  height: 15px;
  background-color: var(--primary);
  position: absolute;
  top: -5px;
  left: calc(100% - 55%);
}
#recipeCarousel .card {
  background: none;
  border: none;
}
.mentors-carousel .owl-item h2::after {
  display: none;
}
.img-card-slide1,
.img-card-slide2,
.img-card-slide3,
.img-card-slide4,
.img-card-slide5,
.img-card-slide6,
.img-card-slide7,
.img-card-slide8,
.img-card-slide9,
.img-card-slide10,
.img-card-slide11,
.img-card-slide12,
.img-card-slide13 {
  width: 300px;
  min-height: 300px;
  background-color:var(--primary);
  filter: opacity(.8);
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: left;
  padding: 15px 25px;
  transition: ease-in-out .2s;
}
.img-card-slide1:hover,
.img-card-slide2:hover,
.img-card-slide3:hover,
.img-card-slide4:hover,
.img-card-slide5:hover,
.img-card-slide6:hover,
.img-card-slide7:hover,
.img-card-slide8:hover,
.img-card-slide9:hover,
.img-card-slide10:hover,
.img-card-slide11:hover,
.img-card-slide12:hover,
.img-card-slide13:hover {
  transition: ease-in-out .2s;
  display: block !important;
  animation: fadeIn .4s;
}
.footer-politicas {
  list-style: none;
  padding-left: 0;
}
.footer-politicas li {
  margin-bottom: 10px;
}
.footer-politicas li a {
  color: #fff;
  text-decoration: none;
}
.footer-politicas li a:hover,
.footer-politicas li a:focus {
  color: #fff;
  text-decoration: underline;
}

/* Media Queries */

@media (max-width:667px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
  .slider-nottom-detail::before {
    left: calc(100% - 58%);
  }
}

@media (max-width:500px) {

  #ourPlatform h2::after,
  #LogInOurPlatform h2::after {
    width: 30%;
  }

  .content-course-items {
    width: 50%;
  }

  .course-content-themes .col-sm-3 {
    width: 50%;
  }

  #footer .footer-top {
    text-align: center;
  }

  #footer .footer-top .footer-links ul {
    display: inline-flex;
    align-items: center;
  }
  .carousel-control-prev {
    left: -10px;
  }
  .carousel-control-next {
    right: -10px;
  }
  .slider-nottom-detail::before {
    left: calc(100% - 62%);
  }
  .register-line {
    display: none;
  }
  .register-left-box ul {
    padding-left: 6px;
  }
  .slider-bottom-detail::before {
    width: 90px;
    left: calc(100% - 65%);
  }
}
