/* Side panel */
html.side-panel .side-panel-wrapper {
  background-color: #f18d8d;
}

@media (max-width: 426px) {
  html.side-panel .side-panel-wrapper {
    width: 305px;
  }
}


html.side-panel .side-panel-wrapper .menu-title {
  font-family: 'aminoregular_13';
  font-size: 36px;
  color: #fff;
  letter-spacing: 2px;
  word-break: break-word;
}

html.side-panel .side-panel-wrapper .side-panel-close {
  top: 35px !important;
  z-index: 5;
  font-family: 'aminoregular_5' !important;
  font-weight: bold;
}

html.side-panel .side-panel-wrapper .side-panel-nav ul li {
  margin-bottom: 20px;
}

html.side-panel .side-panel-wrapper .side-panel-nav ul li a {
  color: #fff !important;
  font-family: 'aminoregular_5';
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  transition: ease-in-out .3s !important;
}

html.side-panel .side-panel-wrapper .side-panel-nav ul li a:hover {
  text-decoration: none;
  color: #000 !important;
}

html.side-panel .side-panel-wrapper .side-panel-nav .side-panel-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

html.side-panel .side-panel-wrapper .side-panel-nav .social-icons li a {
  width: 40px !important;
  height: 40px !important;
  line-height: 44px !important;
}

html.side-panel .side-panel-wrapper .side-panel-nav .social-icons li:hover a {
  color: #f18d8d !important;
  background-color: #fff !important;
}

@media (min-width: 426px) {
  html.side-panel .side-panel-wrapper {
    width: 400px;
  }
}

/* .social-content-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid blue;
} */
/* /Side panel */

/* Header */
#header .header-body {
  background-color: #f18d8d !important;
}

html.sticky-header-active #header .header-body.header-body-bottom-border {
  border-bottom: 1px solid #333 !important;
  box-shadow: none !important;
}

#header .header-body .social-icons li a {
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 20px;
  color: #f18d8d !important;
  background-color: #fff;
  transition: ease-in-out .3s !important;
}

#header .header-body .social-icons li a:hover {
  color: #fff !important;
  background-color: #f18d8d !important;
}

#header .header-column:first-child {
  align-items: flex-start;
}

#header .header-column:last-child {
  align-items: flex-end;
}

.hamburguer-btn {
  width: 40px;
}

.hamburguer-btn .hamburguer span {
  top: 54%;
  height: 3px;
  background-color: #fff !important;
}

.hamburguer-btn .hamburguer span:nth-child(3) {
  top: 78%;
}
/* /Header */

/* Banner */
html .bg-home {
  background-color: #0dceff;
}

html .bg-home .banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.owl-banner .owl-nav,
.owl-galeria .owl-nav {
  top: 50% !important;
  left: 0 !important;
  bottom: unset !important;
  position: absolute !important;
  width: 100% !important;
}

html .owl-carousel.owl-galeria .owl-nav button[class*="owl-"] {
  background: #bf6a4d !important;
  border-color: #bf6a4d #bf6a4d #bf6a4d !important;
  width: 30px !important;
  height: 30px !important;
}

.owl-banner .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  left: 15px !important;
}

.owl-galeria .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  left: 0px !important;
}

.owl-banner .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  right: 15px !important;
}

.owl-galeria .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  right: 0px !important;
}

/* /Banner */

/* quem somos */
.quem-somos-bg-home {
  position: relative;
}

.quem-somos-bg-home::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3b29c;
}

.quem-somos-bg {
  position: relative;
}

.quem-somos-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6d9d3;
}

.quem-somos .quem-somos-titulo {
  color: #f18d8d;
  font-weight: bold;
  font-family: 'mockupregular';
  line-height: 38px;
}

.quem-somos .quem-somos-texto {
  color: #7c5a4b;
  font-size: 16px;
  font-family: 'mockupregular';
}

.quem-somos .quem-somos-titulo-home {
  color: #bf6a4d;
  font-weight: bold;
  font-family: 'mockupregular';
  line-height: 38px;
}

.quem-somos .quem-somos-texto {
  color: #7c5a4b;
  text-align: justify;
}

.quem-somos .col-lg-6:nth-of-type(1) > .row img {
  display: none;
}

@media (min-width: 991px) {
  .quem-somos .col-lg-6:nth-of-type(1) > .row img {
    display: block;
  }

  .quem-somos .col-lg-6:nth-of-type(2) > .row {
    position: absolute;
  }

  .quem-somos-bg-home::after,
  .quem-somos-bg::after {
    height: 65% !important;
  }

  .owl-carousel .owl-nav {
    left: 100px;
  }
}

@media (max-width: 991px) {
  .owl-carousel .owl-nav {
    left: 0;
  }
}

.owl-carousel .owl-nav {
  top: unset;
  bottom: 35px;
  width: 70px;
  right: 0;
  margin: auto;
}

.owl-carousel .owl-nav button[class*="owl-"] {
  background-color: #bf6a4d;
  border-color: #bf6a4d #bf6a4d #bf6a4d;
  color: #FFF;
  border-radius: 100%;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
  color:#bf6a4d;
  background-color: transparent !important;
  border-color: #bf6a4d #bf6a4d #bf6a4d !important;
  border: 1px solid #bf6a4d !important;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
  top: 0;
  font-size: 14px;
}
/* /quem somos */


/* sabores */
.sabores-titulo {
  font-family: 'mockupregular';
  color: #f18d8d;
  line-height: 34px;
}

.sabores-texto {
  color: #bf6a4d;
  padding-bottom: 20px;
  border-bottom: 2px solid #f3b29c;
  line-height: 20px;
}

.thumb-info {
  background-color: #e6d9d3 !important;
}

.thumb-info .thumb-info-title {
  bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
  padding: 8px;
  text-align: center;
  background-color: #f3b29c;
}

.thumb-info:hover .thumb-info-title ,
html .bg-color-dark, html .bg-dark {
  background: #bf6a4d !important;
}

html .bg-color-dark, html .bg-dark {
  /* border-radius: 100% !important; */
}

.thumb-info-inner {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.thumb-info .thumb-info-action-icon i {
  top: 56% !important;
}

.thumb-info:hover .thumb-info-action-icon {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  /* width: 42px !important;
  height: 42px !important;
  line-height: 42px !important; */
  margin: auto;
  background-color: #bf6a4d;
  border-radius: 100% !important;
}

.sabor-card h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'mockupregular';
  color: #fff;
  background-color: #f3b29c;
}

.sabor-card p {
  color: #bf6a4d;
  font-family: 'mockupregular';
  background-color: #e6d9d3;
}

.barra {
  border-bottom: 2px solid #f3b29c;
}

.outros-sabores .owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next {
  right: -40px;
}

.outros-sabores .owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
  left: -40px;
}

.outros-sabores .owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next,
.outros-sabores .owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  background-color: #bf6a4d !important;
}

.outros-sabores .owl-carousel .owl-nav {
  top: 38%;
  left: 0;
  bottom: unset;
  width: 100%;
  /* border: 1px solid red; */
}

.btn-carrega-mais {
  background-color: #f3b29c !important;
  border-color: #f3b29c !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.btn-carrega-mais:hover {
  background-color: #bf6a4d !important;
  border-color: #bf6a4d !important;
  color: #fff !important;
  border-radius: 0 !important;
}

/* /sabores */



/* home */
.home-est-presentation {
  margin-top: 85px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .home-est-presentation {
    margin-top: 50px;
   }
}

@media (max-width: 425px) {
  .home-est-presentation > div {
    padding-left: 0;
    padding-right: 0;
  }

  .home-est-presentation > div p {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.home-est-presentation .master-coach-title {
  position: relative;
  color: #0dceff;
  font-family: 'aminoregular_13';
  font-size: 55px;
  letter-spacing: 2px;
}

.home-est-presentation .master-coach-title:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  width: 45px;
  margin: auto;
  border-bottom: 2px solid #ddff2a;
}

.home-est-presentation p {
  margin-bottom: 50px;
  font-family: 'aminoregular_10';
  font-size: 16px;
  text-align: center;
}

.home-est-presentation .saiba-mais-button {
  position: relative;
  font-family: 'aminoregular_13';
  font-size: 16px;
  color: #0dceff;
  text-decoration: none;
}

.home-est-presentation .saiba-mais-button:hover {
  color: #666 !important;
}

.home-est-presentation .saiba-mais-button:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  width: 45px;
  margin: auto;
  border-bottom: 2px solid #ddff2a;
}
/* /home */

/* Help services */
/* .help-services {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0dceff;
}

.help-services h2 {
  margin-bottom: 20px;
  font-family: 'aminoregular_13';
  font-size: 55px;
  color: #ddff2a;
  line-height: 55px;
  letter-spacing: 3px;
}

.help-services p {
  position: relative;
  font-family: 'aminoregular_7';
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  line-height: 22px;
}

.help-services p:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  width: 45px;
  margin: auto;
  border-bottom: 2px solid #ddff2a;
}

.help-services .service-business:after {
  display: none;
  content: '';
  position: absolute;
  top: 210px;
  left: 25px;
  width: 140px;
  margin: auto;
  border-bottom: 3px solid #fff;
}

.help-services .service-personal:after {
  display: none;
  content: '';
  position: absolute;
  top: 350px;
  right: 85px;
  height: 140px;
  margin: auto;
  border-left: 3px solid #fff;
}

.help-service-details {
  display: none;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000;
}

.help-service-details .business::after,
.help-service-details .personal::after {
  content: '';
  position: absolute;
  top: -150px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 30px solid #000;
}

.help-service-details .business::after {
  left: 25%;
}

.help-service-details .personal::after {
  right: 25%;
}

.help-service-details .business,
.help-service-details .personal {
  display: none;
}

.active {
  display: block;
}

.help-service-details .close-button {
  font-size: 70px;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 100;
}

.help-service-details .service-detail-title {
  position: relative;
  width: fit-content;
  width: 415px;
  line-height: 40px;
  margin: 0 auto 60px;
  font-size: 38px;
  font-family: 'aminoregular_13';
  text-transform: uppercase;
  letter-spacing: 3px;
  z-index: 0;
}

.help-service-details .text-yellow {
  color: #ddff2a;
}

html .help-service-details .btn-with-arrow.btn-primary.btn-outline {
  color: #ddff2a;
  border-color: #ddff2a !important;
  transition: ease-in-out .5s !important;
}

html .help-service-details .btn-with-arrow.btn-primary.btn-outline:active,
html .help-service-details .btn-with-arrow.btn-primary.btn-outline:hover {
  color: #000;
  background-color: #ddff2a;
}

html .help-service-details .btn-with-arrow.btn-primary.btn-outline:hover span {
  background-color: #000 !important;
}

html .help-service-details .btn-with-arrow.btn-primary.btn-outline:hover i {
  color: #ddff2a !important;
}

html .help-service-details .btn-with-arrow.btn-primary:active {
  color: #ddff2a !important;
}

html .help-service-details .btn-with-arrow.btn-primary span {
  background-color: #ddff2a;
}

.help-service-details .btn-with-arrow i {
  color: #000 !important;
}

@media (max-width: 768px) {
  .help-service-details .close-button {
    position: absolute;
    top: -34px;
    right: 8px;
  }

  .help-service-details .service-detail-title {
    font-size: 20px;
    line-height: 26px;
    width: 240px;
  }
}

.help-service-details .service-detail-title:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 44px;
  height: 2px;
  margin: auto;
  background-color: #ddff2a;
}

.service-business,
.service-personal {
  cursor: pointer;
  transition: opacity .5s ease-out !important;
  -moz-transition: opacity .5s ease-out !important;
  -webkit-transition: opacity .5s ease-out !important;
  -o-transition: opacity .5s ease-out !important;
}

.service-business:hover,
.service-personal:hover {
  opacity: .5;
} */
/* /Help services */

/* Depoimentos */
.depoimentos-destaque {
  padding: 70px 0 100px;
  background-color: #dcdcdc;
}

.depoimentos-destaque-texto {
  font-family: 'aminoregular_10';
  font-size: 30px;
  color: #000;
  line-height: 34px;
}

@media (max-width: 991px) {
  .depoimentos-destaque-texto {
    font-size: 25px;
    line-height: 29px;
  }
}

.depoimentos-destaque-titulo {
  font-family: 'aminoregular_5';
  font-size: 30px;
  color: #000;
}

.depoimentos-destaque-profissao {
  position: relative;
  font-family: 'aminoregular_10';
  font-size: 20px;
  color: #000;
}

.depoimento-cargo::after,
.depoimentos-destaque-profissao::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 138px;
  height: 3px;
  background-color: #f3d400;
}

.depoimentos {
  padding: 50px 0;
}

.depoimentos .depoimento {
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #dcdcdc;
  background: url(../img/aspas-begin-depo.png) left top no-repeat;
}

.depoimentos .depoimento:last-child {
  border-bottom: none;
}

.depoimentos .depoimento-texto {
  font-family: 'aminoregular_10';
  font-size: 25px;
  color: #666;
}

.depoimentos .depoimento-autor {
  font-family: 'aminoregular_5';
  font-size: 28px;
  color: #000;
}

.depoimentos .depoimento-cargo {
  position: relative;
  font-family: 'aminoregular_10';
  font-size: 20px;
  color: #000;
}
/* /Depoimentos */

/* start your life */
.start-your-life {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.start-your-life h4 {
  padding: 0 15px;
  font-family: 'aminoregular_13';
  font-size: 52px;
  line-height: 50px;
  letter-spacing: 5px;
}

.start-your-life p {
  font-family: 'aminoregular_7';
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 20px;
}

.start-your-life button {
  padding: 12px 40px;
  font-family: 'aminoregular_13' !important;
  font-size: 17px;
  background-color: #ddff2a;
  border: 1px solid #ddff2a;
  border-radius: 0;
  transition: ease-in-out .3s !important;
}

.start-your-life button:hover {
  color: #ddff2a;
  border: 1px solid #ddff2a;
  background-color: transparent;
}
/* /start your life */

/* Footer */
#footer {
  margin-top: 0 !important;
  background-color: #f18d8d !important;
  border-color: #f18d8d;
}

#footer  .col-12:nth-of-type(1)::after ,
#footer  .col-12:nth-of-type(2)::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  border-right: 1px solid #fff;
}

#footer  .col-12:nth-of-type(1)::after {
  right: 10px;
}

#footer  .col-12:nth-of-type(2)::after {
  right: 0px;
}

@media (max-width: 992px) {
  #footer  .col-12:nth-of-type(1)::after ,
  #footer  .col-12:nth-of-type(2)::after {
    border: none;
  }
}

#footer .logomarca {
  padding: 100px 0 20px;
}

#footer .footer-social-icons li a {
  font-size: 20px;
  /* color: #f18d8d !important; */
  background-color: transparent;
  transition: ease-in-out .3s !important;
  background-color: #fff;
}

#footer .footer-social-icons li a i {
  transition: ease-in-out .3s !important;
}

#footer .footer-social-icons li a:hover,
#footer .footer-social-icons li a:hover i {
  color: #fff !important;
  background-color: #f18d8d;
}

#footer .footer-social-icons li a i {
  color: #f18d8d !important;
}

html .scroll-to-top:hover,
html .scroll-to-top:focus {
  color: #f18d8d;
}
/* /Footer */

/* whatsapp */
a.btn-whats-app {
  position: fixed;
  left: 5%;
  background-color: #1ebea5;
  display: inline-block;
  padding: 0;
  box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
  line-height: 100%;
  height: 50px;
  width: 50px;
  color: #fff !important;
  z-index: 9999;
  bottom: 10%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

a.btn-whats-app i {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 30px;
  color: #fff;
}
/* /whatsapp */

/* quem sou */
/* .quem-sou-mobile .texto {
  font-family: 'aminoregular_10';
  font-size: 16px; */
  /* border: 1px solid #010101; */
/* }

.quem-sou-mobile .simbol {
  position: absolute;
  left: 120px;
  bottom: 50px;
} */

/* .quem-somos-titulo {
  color: #0ccdff;
  font-family: 'aminoregular_13';
  font-size: 55px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .quem-sou-mobile .simbol {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
   }
}

.galeria-container {
  height: 400px;
  overflow: hidden;
} */

/* .galeria-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; */

  /* height: 100%; */
  /* width: auto; */
/* 
  -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
  filter: grayscale(100%); 
}

/* .galeria-container img:hover { */
  /* -webkit-filter: grayscale(0); Safari 6.0 - 9.0 */
  /* filter: grayscale(0);
}

.owl-carousel .img-thumbnail,
.owl-carousel .img-thumbnail img {
  border-radius: 0;
}

.owl-carousel.owl-drag .owl-item {
  position: relative;
  height: 400px;
}

.owl-carousel .img-thumbnail.img-thumbnail-hover-icon {
  text-decoration: none;;
}

/* .owl-carousel .owl-item img { */
  /* width: auto !important; */
  /* -webkit-filter: grayscale(100%) !important; */
  /* filter: grayscale(100%) !important; */
/* } */

/* .owl-carousel .owl-item a img:hover {
  -webkit-filter: grayscale(0) !important; /* Safari 6.0 - 9.0 */
  /* filter: grayscale(0) !important; */
/* }  */

/* .bg-quem-sou {
  background: url(../img/bg-quem-sou.png) no-repeat center !important;
} */

/* @media (max-width: 1199px) {
  .bg-quem-sou {
    background: none !important;
  }
} */


/* .bg-quem-sou p {
  font-family: 'aminoregular_10';
  font-size: 16px;
  color: #878787;
}

.mama-nome-destaque {
  position: absolute;
  left: 0;
  top: 95px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.owl-carousel .owl-nav button[class*="owl-"],
.owl-carousel .owl-nav button[class*="owl-"]:hover, 
.owl-carousel .owl-nav button[class*="owl-"].hover {
  background-color: #0dceff !important;
  border-color: #0dceff #0dceff #0dceff !important;
  color: #000;
} */
/* /quem sou */

/* projetos */
.titulo-projetos {
  position: absolute;
  left: 18%;
  bottom: 130px;
  font-family: 'aminoregular_13';
  font-size: 45px;
  color: #fff;
  letter-spacing: 3px;
}

.titulo-projetos::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 138px;
  height: 3px;
  background-color: #ddff2a;
}

.projetos-titulo {
  padding: 0 55px;
  font-family: 'aminoregular_5';
  font-size: 45px;
  color: #6c6c6c;
  line-height: 45px;
  text-transform: none !important;
  letter-spacing: 2px;
  background: url("../img/aspas-begin.png") top left no-repeat, url("../img/aspas-end.png") bottom right no-repeat;
}

@media (max-width: 476px) {
  .projetos-titulo {
    background: none;
  }
}

@media (max-width: 476px) {
  .projetos-titulo {
    font-size: 29px;
    line-height: 33px;
  }
}

.projetos-titulo .aspas {
  font-family: 'arialroundedmtbold' !important;
  font-size: 50px;
  border: 1px solid;
}

.projetos-container {
  background-color: #ddff2a;
}

.projeto-button {
  padding: 15px 30px;
  font-family: 'aminoregular_13';
  color: #fff;
  text-align: center;
  background-color: #0dceff !important;
  border: 2px solid #0dceff !important;
  transition: ease-in-out .3s !important;
}

.projeto-texto {
  font-family: 'aminoregular_10';
  font-size: 16px;
  color: #000;
}

.projeto-button:focus,
.projeto-button:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent !important;
}

.projetos-container .projeto .projeto-titulo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  line-height: 45px;
  text-align: left;
  font-family: 'aminoregular_13';
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.projetos-container .projeto .projeto-titulo .titulo::after {
  content: '';
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 138px;
  height: 3px;
  background-color: #fff;
}
/* /projetos */

/* Tools */
.ferramentas {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 0px;
}

.ferramentas .ferramentas-titulo {
  position: relative;
  padding: 0 170px;
  font-family: 'aminoregular_5';
  font-size: 45px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {

  .owl-carousel.owl-banner .owl-nav button[class*="owl-"] {
    margin: 0 !important;
  }

  .ferramentas .ferramentas-titulo {
    padding: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .outros-sabores .owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next {
    right: 0px;
  }

  .outros-sabores .owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
    left: 0px;
  }

}

.ferramentas .ferramentas-titulo::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  width: 44px;
  height: 2px;
  background-color: #000;
}

.ferramentas .ferramentas-texto {
  margin-top: 80px;
  font-family: 'aminoregular_10';
  font-size: 16px;
  color: #000;
}

@media (max-width: 576px) {
  .ferramentas .ferramentas-texto {
    padding: 0 15px;
  }
}

.ferramentas .ferramentas-ebook {
  padding-left: 25px;
  font-family: 'aminoregular_10';
  font-size: 15px;
  color: #000;
  border: 1px solid #dcdcdc;
  transition: ease-in-out .3s !important;
  flex-direction: row;
}

@media (max-width: 576px) {
  .ferramentas .ferramentas-ebook {
    padding-left: 0;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .ferramentas .ferramentas-ebook > span {
    padding: 25px;
    /* border: 1px solid red; */
  }
}

.ferramentas .ferramentas-ebook:hover {
  text-decoration: none;
  background-color: #dcdcdc;
}
/* /Tools */

/* Contratar palestra */
.contratar {
  padding: 80px 0;
}

@media (max-width: 576px) {
  .contratar {
    padding: 30px 20px;
  }
}

.contratar p {
  font-family: 'aminoregular_10';
  font-size: 16px;
  color: #000;
}

.contratar-container {
  padding: 120px 0;
}

.contratar-title {
  position: relative;
  margin-bottom: 40px;
  padding: 0 260px;
  line-height: 65px;
  font-family: 'mockupregular';
  font-size: 65px;
  color: #bf6a4d;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .contratar-title {
    padding: 0;
    font-size: 42px;  
    line-height: 40px;
  }
  
  .contratar-text {
    line-height: 22px;
  }
}

.contratar-text {
  position: relative;
  font-family: 'aminoregular_7';
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
  letter-spacing: 3px;
}

.contratar-text::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 44px;
  height: 2px;
  margin: auto;
  background-color: #fff !important;
}

.form-contratar .form-row .form-control {
  color: #000 !important;
  background: transparent;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
  letter-spacing: 2px;
  transition: ease-in-out .3s !important;
  font-size: 16px;
}

.form-contratar .form-row textarea {
  padding: 20px;
  font-family: 'aminoregular_7';
  font-size: 16px;
  border: 1px solid #000 !important;
}

.form-contratar .form-row .form-control:focus {
  border: 1px solid #000;
  box-shadow: none;
}

.form-contratar .form-row .form-control::placeholder {
  color: #000;
}

.form-contratar .form-row .send-button {
  font-family: 'aminoregular_13' !important;
  font-size: 17px;
  color: #fff;
  background-color: #f18d8d;
  border-radius: 0;
  border-color: #f18d8d;
  letter-spacing: 3px;
  transition: ease-in-out .3s !important;
}

.form-contratar .form-row .send-button:hover {
  color: #000;
  background-color: transparent;
}

.form-contratar .form-row .send-button:active {
  background-color: #333 !important;
}
/* /Contratar palestra */