@import 'icons/icons.css';
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caprasimo&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Albert Sans", sans-serif;
  color: #b01169;
  overflow-x: hidden;
}
@media all and (max-width: 999px) {
  body {
    padding-top: 80px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --plyr-color-main: #e81a77 !important;
}

.plyr--video {
  border-radius: 10px;
}

a.whatsapp {
  background: #1ec131;
  color: white;
  display: flex;
  padding: 10px 15px;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
a.whatsapp i {
  margin-right: 10px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  width: 100%;
  margin: 0 auto;
  max-width: 1530px;
  padding: 0px 10px;
}

h2.title {
  font-size: 2rem;
  color: #8E0E42;
}
h2.title:after {
  display: block;
  width: 50px;
  height: 3px;
  content: "";
  background: #8E0E42;
  margin-top: 10px;
}

#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 140;
  display: none;
}
@media all and (max-width: 999px) {
  #main-nav {
    display: block;
  }
}
#main-nav:target .inset {
  transform: translateX(0%);
}
#main-nav .inset {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #DE005A;
  width: 250px;
  padding: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  transform: translateX(-100%);
}
#main-nav .inset .icon-close2 {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}
#main-nav .inset nav {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#main-nav .inset nav ul {
  margin: 0;
  padding: 0;
}
#main-nav .inset nav ul li {
  list-style: none;
  padding: 5px 0;
}
#main-nav .inset nav .submenu {
  padding-left: 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  margin-bottom: 20px;
}
#main-nav .inset nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

header {
  background: #DE005A;
  border-top: 5px solid #8E0E42;
}
@media all and (max-width: 999px) {
  header {
    background: white !important;
    position: fixed !important;
    border-bottom: 2px solid #f1f1f1;
  }
}
header .menu-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
  font-size: 1.2rem;
  color: white;
  display: none;
}
@media all and (max-width: 999px) {
  header .menu-mobile {
    display: block;
    color: #DE005A;
  }
}
@media all and (max-width: 999px) {
  header {
    position: absolute;
    height: 70px;
    background: rgba(222, 0, 90, 0.9);
    backdrop-filter: blur(3px);
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 100;
  }
}
header .upper.logged .content > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 0px;
}
header .upper.logged .content > ul > li {
  margin: 0;
  margin-left: 20px;
}
header .upper.logged .content > ul > li a {
  padding: 0px;
}
header .upper.logged .content > ul > li a i {
  font-size: 1.2rem;
}
@media all and (max-width: 999px) {
  header .upper {
    display: none;
  }
}
header .upper .content {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  align-items: center;
}
header .upper .content .phones {
  float: right;
}
header .upper .content span.phone,
header .upper .content span.mail {
  color: white;
  font-size: 0.9rem;
  margin: 0px 10px;
}
header .upper .content span.phone a,
header .upper .content span.mail a {
  color: inherit;
  text-decoration: none;
}
header .upper .content .options {
  display: flex;
  align-items: center;
}
header .upper .content .access {
  margin-left: 20px;
}
header .upper .content .access a {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 500;
}
header .upper .content .access a:hover {
  background: white;
  color: #DE005A;
}
header .upper .content .search {
  background: white;
  border-radius: 20px;
  display: flex;
  margin-left: 30px;
}
header .upper .content .search input {
  background: none;
  border: 0px;
  outline: none;
  width: 140px;
}
header .upper .content .search button {
  appearance: none;
  background: none;
  border: 0px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
header .bottom {
  background: white;
}
header .bottom .content {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  header .bottom .content {
    padding: 0px;
  }
}
header .bottom .content .logo {
  margin-right: 30px;
}
@media all and (max-width: 999px) {
  header .bottom .content .logo {
    margin-right: 0px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 0px;
  }
  header .bottom .content .logo img {
    height: 60px;
    width: auto;
  }
}
@media all and (max-width: 999px) and (max-width: 999px) {
  header .bottom .content .logo img {
    height: 30px;
  }
}
@media all and (max-width: 999px) {
  header .bottom .content .search {
    display: none;
  }
}
header .bottom .content .search form {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: flex;
}
header .bottom .content .search form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  padding: 12px;
  outline: none;
  color: white;
  background: none;
  flex: 1;
}
header .bottom .content .search form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  border: 0px;
  background: none;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
header .bottom .content .phones {
  display: flex;
}
header .bottom .content .phones .phone {
  margin-left: 20px;
}
header .bottom .content .phones a {
  color: #DE005A;
  font-weight: bold;
  text-decoration: none;
}
header .bottom .content nav {
  flex: 1;
}
header .bottom .content nav > ul {
  display: flex;
  margin-right: 40px;
  margin: 0;
  padding: 0;
}
header .bottom .content nav > ul > li {
  list-style: none;
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .bottom .content nav > ul > li:hover .sub-menu {
  visibility: visible;
  margin-top: 10px;
}
header .bottom .content nav > ul > li .sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 33px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 33px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 33px 0px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  visibility: hidden;
  margin-top: 0px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  z-index: 10;
}
header .bottom .content nav > ul > li .sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 13px;
  margin-top: -13px;
}
header .bottom .content nav > ul > li .sub-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
header .bottom .content nav > ul > li .sub-menu ul li {
  list-style: none;
  padding: 5px 0px;
}
header .bottom .content nav > ul > li .sub-menu ul li a {
  color: #b01169;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
}
header .bottom .content nav > ul > li .sub-menu ul li a i {
  color: #DE005A;
  font-size: 1.2rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
}
header .bottom .content nav > ul > li .sub-menu ul li a:hover {
  color: #DE005A;
}
header .bottom .content nav > ul > li > a {
  color: #8E0E42;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
  text-align: center;
}
header .bottom .content nav > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #8E0E42;
  content: "";
  bottom: -10px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
header .bottom .content nav > ul > li > a:hover {
  opacity: 0.8;
}
header .bottom .content nav > ul > li > a:hover:after {
  width: 100%;
}
@media all and (max-width: 999px) {
  header .bottom .content nav {
    display: none;
  }
}
header .bottom .content .cart {
  margin-left: 20px;
}
@media all and (max-width: 999px) {
  header .bottom .content .cart {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
header .bottom .content .cart a {
  color: #b01169;
  position: relative;
  text-decoration: none;
}
header .bottom .content .cart a i {
  font-size: 1.4rem;
}
header .bottom .content .cart a span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 20px;
  color: #DE005A;
  text-align: center;
  line-height: 20px;
  right: -10px;
  top: -10px;
}

select {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAbCAYAAAAZMl2nAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAIqADAAQAAAABAAAAGwAAAACNg1mZAAABHElEQVRIDe2SvWrCYBSG3/yICm4SBM3oUsFJ3LwAp15AKdhu3lV7DR3aguCkg7jkApxEo0WcImQR0/cbDoik8WcoDifLyTnnzZeHJwH0UgNqQA2oATVwRwZs2H0HzlMLrVwWltmbnMln5Y539nFz7t6CtU6QNAIEvTrq+bS8mZu9yTG/Ssukzay04V8zHm65cB9Z28wsq6i+L7CIJe/DL4YIX9jXCDHdY//Bmsg+q14FIgcRpnvAocP+p4zy2wabnQevtMX2lbMKP8mIEN+Sv6Q6l4ROM4SY8R8AzTRjxA8FFMII0TNzHiGGhBicPnOuv8mIHEozHUJ1pSfEFyHG0l9TbzIiLyDEnDARzfg09EmIiey0qgE1oAb+28AvdTpHi/to87AAAAAASUVORK5CYII=") right center no-repeat;
  border: 2px solid #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px;
  padding-right: 30px;
}

section.carrinho .products-list {
  display: flex;
  flex-direction: column;
}
section.carrinho .products-list .item-row {
  display: flex;
  align-items: center;
  border-bottom: 2px soliod #f1f1f1;
}
@media all and (max-width: 999px) {
  section.carrinho .products-list .item-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
section.carrinho .products-list .item-row .image {
  width: 100px;
}
@media all and (max-width: 999px) {
  section.carrinho .products-list .item-row .image {
    grid-column: 1/2;
  }
}
section.carrinho .products-list .item-row .image img {
  max-width: 100%;
  height: auto;
}
section.carrinho .products-list .item-row .info {
  flex: 1;
  margin: 0;
  padding: 0px 30px;
}
@media all and (max-width: 999px) {
  section.carrinho .products-list .item-row .info {
    grid-column: 2/4;
    padding: 0;
  }
}
section.carrinho .products-list .item-row h3 {
  color: #DE005A;
  margin: 0;
}
section.carrinho .products-list .item-row h4 {
  margin: 0;
}
@media all and (max-width: 999px) {
  section.carrinho .products-list .item-row .action {
    grid-column: 1/4;
  }
}
section.carrinho .products-list .item-row .action button {
  background: #b01169;
}
@media all and (max-width: 999px) {
  section.carrinho .products-list .item-row .action button {
    width: 100%;
  }
}
section.carrinho .totals {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
section.carrinho .totals .totals-inset {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  float: right;
}
section.carrinho .totals .coupon {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
section.carrinho .totals .coupon span {
  font-weight: bold;
  color: #DE005A;
}
section.carrinho .totals .coupon form {
  display: flex;
  margin-top: 10px;
}
section.carrinho .totals .coupon form input[type=text] {
  flex: 1;
  border: 2px solid #e5e5e5;
  padding: 10px;
  border-radius: 5px;
}
section.carrinho .totals .coupon form button {
  background: #DE005A;
  color: white;
  border-radius: 5px;
  border: 0px;
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  margin-left: 5px;
  cursor: pointer;
}
section.carrinho .totals dl {
  float: right;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
section.carrinho .totals dl dt {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #f1f1f1;
  width: 100%;
  padding: 10px 0px;
}
section.carrinho .totals dl dd {
  border-bottom: 2px solid #f1f1f1;
  width: 100%;
  margin: 0;
  padding: 10px 0px;
  text-align: right;
}
section.carrinho .totals dl dd h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #DE005A;
  margin: 0;
}

section.slider {
  position: relative;
  margin-bottom: 30px;
}
section.slider i {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  background: #8E0E42;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50px;
  font-size: 1.4rem;
  margin-top: -35px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media all and (max-width: 999px) {
  section.slider i {
    display: none;
  }
}
section.slider i:hover {
  box-shadow: 0px 0px 0px 10px rgba(142, 14, 66, 0.3);
}
section.slider i.icon-chevron-left {
  left: -30px;
}
@media all and (max-width: 1600px) {
  section.slider i.icon-chevron-left {
    left: 10px;
  }
}
section.slider i.icon-chevron-right {
  right: -30px;
}
@media all and (max-width: 1600px) {
  section.slider i.icon-chevron-right {
    right: 10px;
  }
}
section.slider .swiper-container {
  border-radius: 10px;
}
section.slider .swiper-slide {
  position: relative;
}
section.slider .swiper-slide .info {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  section.slider .swiper-slide .info {
    left: 0px;
    width: 100%;
  }
}
section.slider .swiper-slide .info h2 {
  background: #DE005A;
  padding: 20px;
  color: white;
  margin: 0;
  font-size: 1.8rem;
  border-radius: 10px;
}
section.slider .swiper-slide .info h3 {
  background: white;
  color: #b01169;
  margin: 0;
  font-size: 1.3rem;
  padding: 20px;
  border-radius: 10px;
}
section.slider .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media all and (max-width: 999px) {
  section.slider .swiper-slide img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

section.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media all and (max-width: 999px) {
  section.courses-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
section.courses-grid .item .image {
  width: 100%;
}
section.courses-grid .item .image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
section.courses-grid .item .info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -80px;
}
section.courses-grid .item .info h2 {
  background: #8E0E42;
  border-radius: 12px;
  padding: 30px;
  color: white;
  font-size: 2rem;
  line-height: 0.9;
  margin: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  section.courses-grid .item .info h2 {
    font-size: 2rem;
  }
}
section.courses-grid .item .info p {
  line-height: 1.4;
}
section.courses-grid .item .info .action {
  width: 100%;
}
section.courses-grid .item .info .action a {
  float: right;
  background: #DE005A;
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  text-decoration: none;
}

section.latest-news {
  background: #f9f9f9;
  padding: 50px 0px;
  margin-bottom: 240px;
}
section.latest-news .title {
  margin-bottom: 30px;
}
section.latest-news .title h2 {
  color: #8E0E42;
  border-left: 3px solid #8E0E42;
  padding-left: 10px;
  font-size: 2rem;
}
section.latest-news .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  position: relative;
  margin-bottom: -200px;
}
@media all and (max-width: 999px) {
  section.latest-news .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
section.latest-news .list .item {
  background: #ffffff;
  box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
section.latest-news .list .item .image {
  width: 100%;
}
section.latest-news .list .item .image img {
  width: 100%;
  border-radius: 15px;
}
section.latest-news .list .item .info {
  padding: 20px;
}
section.latest-news .list .item .info .date {
  font-weight: bold;
}
section.latest-news .list .item .info p {
  line-height: 1.4;
}
section.latest-news .list .item .info h3 {
  font-weight: bold;
  line-height: 1.4;
}
section.latest-news .list .item .info h3 a {
  text-decoration: none;
  color: #DE005A;
}

section.events-notices {
  display: flex;
  margin-bottom: 100px;
}
@media all and (max-width: 999px) {
  section.events-notices {
    flex-direction: column;
  }
}
section.events-notices .events {
  width: 40%;
  margin-right: 40px;
}
@media all and (max-width: 999px) {
  section.events-notices .events {
    width: 100%;
  }
}
section.events-notices .notices {
  flex: 1;
}

section.events .list {
  display: flex;
  flex-direction: column;
}
section.events .list .item {
  border-bottom: 2px solid #f1f1f1;
  padding: 30px 0px;
  display: flex;
  align-items: flex-start;
}
section.events .list .item strong {
  border: 2px solid #DE005A;
  padding: 8px;
  border-radius: 30px;
  margin-right: 20px;
  color: #DE005A;
}
section.events .list .item a {
  color: #DE005A;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3;
}

section.notices .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media all and (max-width: 999px) {
  section.notices .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
section.notices .list .item {
  background: #fbfbfb;
  border: 2px solid #eeeeee;
  padding: 38px;
  border-radius: 20px;
}
section.notices .list .item h3 a {
  color: #DE005A;
  text-decoration: none;
}
section.notices .list .item .date {
  border-top: 2px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
}

main.page {
  background: #f9f9f9;
  padding: 50px 0px;
}
@media all and (max-width: 999px) {
  main.page {
    padding-top: 20px;
  }
}

section.page-title h1 {
  color: #8E0E42;
  font-size: 2rem;
  margin-top: 0px;
}
@media all and (max-width: 999px) {
  section.page-title h1 {
    font-size: 2rem;
  }
}
section.page-title h1:after {
  display: block;
  width: 50px;
  height: 3px;
  background: #8E0E42;
  content: "";
  margin-top: 20px;
}

.default-text-content {
  line-height: 1.5;
}
.default-text-content img {
  max-width: 100%;
}
.default-text-content h1,
.default-text-content h2,
.default-text-content h3,
.default-text-content h4 {
  color: #8E0E42;
}
.default-text-content a {
  color: #DE005A;
}
.default-text-content .align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.default-text-content .align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

section.faq {
  display: flex;
  flex-direction: column;
}
section.faq h3 {
  color: #DE005A;
  font-size: 1.4rem;
  line-height: 1.4;
}
section.faq .item {
  border-bottom: 2px solid #e5e5e5;
}
section.faq .item:last-child {
  border-bottom: 0;
}

section.news-list {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 999px) {
  section.news-list {
    flex-direction: column;
  }
}
section.news-list .item {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f1f1f1;
}
@media all and (max-width: 999px) {
  section.news-list .item {
    flex-direction: column;
  }
}
section.news-list .item .image {
  width: 40%;
}
@media all and (max-width: 999px) {
  section.news-list .item .image {
    width: 100%;
  }
}
section.news-list .item .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
section.news-list .item .info {
  flex: 1;
  margin-left: 50px;
}
@media all and (max-width: 999px) {
  section.news-list .item .info {
    margin-left: 0px;
    margin-top: 30px;
  }
}
section.news-list .item .info .info-meta {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
section.news-list .item .info .info-meta .date {
  font-weight: bold;
}
section.news-list .item .info .action {
  margin-top: 20px;
}
section.news-list .item .info .action a {
  background: #DE005A;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
}
section.news-list .item .info h3 {
  line-height: 1.4;
}
section.news-list .item .info h3 a {
  text-decoration: none;
  color: #DE005A;
  font-size: 2rem;
}

section.contact {
  display: flex;
}
@media all and (max-width: 999px) {
  section.contact {
    flex-direction: column;
  }
}
section.contact .info {
  width: 40%;
}
section.contact .info .map {
  aspect-ratio: 2/1.2;
  position: relative;
  background: #f1f1f1;
  margin-top: 20px;
  border-radius: 10px;
}
section.contact .info .map #map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
section.contact .info address {
  line-height: 1.4;
  font-style: normal;
  font-weight: bold;
  margin-top: 20px;
}
section.contact .info .contact-blocks {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
section.contact .info .contact-blocks .mobile-items {
  display: flex;
  flex-direction: column;
  visibility: hidden;
}
@media all and (max-width: 999px) {
  section.contact .info .contact-blocks .mobile-items {
    visibility: visible;
  }
}
section.contact .info .contact-blocks .mobile-items a {
  width: 100%;
  display: inline-block;
  background: #DE005A;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  height: 50px;
}
section.contact .info .contact-blocks .mobile-items a img {
  margin-right: 10px;
}
section.contact .info .contact-blocks .item {
  display: flex;
  color: #DE005A;
  margin-bottom: 20px;
  align-items: center;
}
section.contact .info .contact-blocks .item .item-inset {
  display: flex;
  flex-direction: column;
}
section.contact .info .contact-blocks .item .icon {
  width: 50px;
  height: 50px;
  border: 2px solid #DE005A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DE005A;
  border-radius: 50px;
  margin-right: 20px;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-right: 20px;
}
section.contact .info .contact-blocks .item span {
  color: #b01169;
}
section.contact .info .contact-blocks .item h4 {
  font-size: 1.3rem;
  margin: 0;
  grid-column: 2/3;
}
section.contact .info .contact-blocks .item h4 a.whatsapp {
  color: white;
  text-decoration: none;
}
section.contact .info .contact-blocks .item h4 a {
  color: inherit;
  text-decoration: none;
}
@media all and (max-width: 999px) {
  section.contact .info {
    width: 100%;
  }
}
section.contact .form {
  flex: 1;
  margin-left: 20px;
}
@media all and (max-width: 999px) {
  section.contact .form {
    margin-left: 0px;
    margin-top: 40px;
  }
}
section.contact .form form {
  display: flex;
  flex-direction: column;
}
section.contact .form form .action button {
  float: right;
  background: #DE005A;
  color: white;
  font-weight: bold;
  border: 0px;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
}
section.contact .form form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
section.contact .form form .form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #DE005A;
  text-transform: uppercase;
}
section.contact .form form .form-group input,
section.contact .form form .form-group textarea {
  padding: 15px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
}
section.contact .form form .form-group .checkboxes ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
section.contact .form form .form-group .checkboxes ul li {
  display: flex;
  padding-bottom: 5px;
  color: #777;
  align-items: center;
}
section.contact .form form .form-group .checkboxes ul li input {
  margin-right: 5px;
  appearance: none;
  border: 2px solid #e5e5e5;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  padding: 0;
}
section.contact .form form .form-group .checkboxes ul li input:checked {
  background: url("data:image/svg+xml,%0A%3Csvg width='12px' height='9px' viewBox='0 0 12 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-8.000000, -9.000000)' fill='%23D6245C' fill-rule='nonzero'%3E%3Cpath d='M12.5950262,17.8266167 C12.4804787,17.9379071 12.324196,18 12.1618549,18 C11.9995138,18 11.8432311,17.9379071 11.7286836,17.8266167 L8.26925954,14.4846544 C7.91024682,14.1378879 7.91024682,13.5755843 8.26925954,13.2294679 L8.70243081,12.8109641 C9.06155574,12.4641976 9.64304412,12.4641976 10.0020568,12.8109641 L12.1618549,14.8971982 L17.9979432,9.26007489 C18.3570681,8.91330837 18.9391174,8.91330837 19.2975692,9.26007489 L19.7307405,9.67857875 C20.0897532,10.0253453 20.0897532,10.5875405 19.7307405,10.9337652 L12.5950262,17.8266167 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  border: 2px solid #DE005A;
}

.products-list {
  display: flex;
  flex-direction: column;
}
.products-list .item-row {
  display: flex;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 999px) {
  .products-list .item-row {
    display: flex;
    flex-direction: column;
  }
}
.products-list .item-row .image {
  width: 150px;
}
@media all and (max-width: 999px) {
  .products-list .item-row .image {
    width: 100%;
    text-align: center;
  }
}
.products-list .item-row .image img {
  border-radius: 20px;
}
@media all and (max-width: 999px) {
  .products-list .item-row .image img {
    max-width: 100%;
    height: auto;
  }
}
.products-list .item-row .info {
  flex: 1;
  margin-left: 40px;
  margin-right: 20px;
}
@media all and (max-width: 999px) {
  .products-list .item-row .info {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.products-list .item-row .price {
  width: 20%;
  text-align: center;
}
.products-list .item-row .action {
  padding-top: 20px;
}
.products-list .item-row .action button {
  background: #2bca5f;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
}
.products-list .item-row .action button:hover {
  opacity: 0.7;
}

#login {
  width: 100%;
  display: flex;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
@media all and (max-width: 999px) {
  #login {
    flex-direction: column;
  }
}
#login .left {
  width: 50%;
  background-image: linear-gradient(212deg, #0ebfef 0%, #068bda 100%);
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  #login .left {
    width: 100%;
    height: 150px;
  }
}
#login .left img {
  width: 300px;
}
@media all and (max-width: 999px) {
  #login .left img {
    width: auto;
  }
}
#login .main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  #login .main {
    padding: 30px;
  }
}
#login .main .goback {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}
#login .main .goback a {
  background: #f1f1f1;
  text-align: center;
  color: #8E0E42;
  padding: 10px 15px;
  border-radius: 40px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
#login .main .form {
  width: 100%;
  max-width: 400px;
}
#login .main .form h2 {
  color: #DE005A;
  font-size: 2.3rem;
}
#login .main .form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
#login .main .form .form-group label {
  font-weight: bold;
  color: #DE005A;
  margin-bottom: 5px;
}
#login .main .form .form-group input {
  width: 100%;
  padding: 15px;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  outline: none;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#login .main .form .form-group input:focus {
  border: 2px solid #DE005A;
  outline: 8px solid rgba(222, 0, 90, 0.1);
}
#login .main .action button {
  width: 100%;
  text-align: center;
  color: white;
  padding: 15px;
  border: 0px;
  background: #DE005A;
  font-size: 1.3rem;
  background: #DE005A;
  border-radius: 10px;
}
#login .main .options {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
#login .main .options a {
  text-align: center;
  text-decoration: none;
  color: #b01169;
}

section.testimonials-home {
  margin: 50px 0px;
  background: url(../images/ending.png) center bottom no-repeat;
}
section.testimonials-home h2.title {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.testimonials-home .grid {
  gap: 2rem;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 999px) {
  section.testimonials-home .grid {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
section.testimonials-home .grid .vide-depoimento,
section.testimonials-home .grid .testimonials-slider {
  flex: 1;
  min-width: 0;
}
section.testimonials-home .grid .vide-depoimento video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 100%;
}
section.testimonials-home .grid .vide-depoimento {
  position: relative;
}
section.testimonials-home .grid .vide-depoimento .name {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
section.testimonials-home .grid .vide-depoimento > i {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #8E0E42;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50px;
  font-size: 1.4rem;
  margin-top: -35px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  padding-left: 10px;
}
@media all and (max-width: 999px) {
  section.testimonials-home .grid .vide-depoimento > i {
    display: none;
  }
}
section.testimonials-home .grid .vide-depoimento > i:hover {
  box-shadow: 0px 0px 0px 10px rgba(142, 14, 66, 0.3);
}
section.testimonials-home .grid .vide-depoimento > i.icon-chevron-left {
  left: -30px;
}
@media all and (max-width: 1600px) {
  section.testimonials-home .grid .vide-depoimento > i.icon-chevron-left {
    left: 10px;
  }
}
section.testimonials-home .grid .vide-depoimento > i.icon-chevron-right {
  right: -30px;
}
@media all and (max-width: 1600px) {
  section.testimonials-home .grid .vide-depoimento > i.icon-chevron-right {
    right: 10px;
  }
}
section.testimonials-home .grid .audios {
  width: 100%;
  margin: 0 20px;
  flex: 1;
}
@media all and (max-width: 999px) {
  section.testimonials-home .grid .audios {
    max-width: 100%;
  }
}
section.testimonials-home .grid .audios .audio {
  margin-bottom: 20px;
}
section.testimonials-home .grid .audios .audio audio {
  width: 100%;
}
section.testimonials-home .grid .item {
  background: #f9f9f9;
  padding: 60px;
  border-radius: 500px;
}
section.testimonials-home .grid .item strong {
  color: #DE005A;
}
section.testimonials-home .testimonials-slider {
  position: relative;
  min-width: 0;
}
section.testimonials-home .testimonials-slider .swiper-slide {
  width: 100% !important;
}
section.testimonials-home .testimonials-slider .swiper-pagination {
  position: static;
  margin-top: 20px;
}
section.testimonials-home .testimonials-slider .swiper-pagination span {
  background: #DE005A;
}
@media all and (max-width: 1600px) {
  section.testimonials-home .testimonials-slider {
    padding: 0px 70px;
  }
}
@media all and (max-width: 999px) {
  section.testimonials-home .testimonials-slider {
    padding: 0px;
  }
}
section.testimonials-home .testimonials-slider > i {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #8E0E42;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50px;
  font-size: 1.4rem;
  margin-top: -35px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media all and (max-width: 999px) {
  section.testimonials-home .testimonials-slider > i {
    display: none;
  }
}
section.testimonials-home .testimonials-slider > i:hover {
  box-shadow: 0px 0px 0px 10px rgba(142, 14, 66, 0.3);
}
section.testimonials-home .testimonials-slider > i.icon-chevron-left {
  left: -30px;
}
@media all and (max-width: 1600px) {
  section.testimonials-home .testimonials-slider > i.icon-chevron-left {
    left: 10px;
  }
}
section.testimonials-home .testimonials-slider > i.icon-chevron-right {
  right: -30px;
}
@media all and (max-width: 1600px) {
  section.testimonials-home .testimonials-slider > i.icon-chevron-right {
    right: 10px;
  }
}
section.testimonials-home .testimonials-slider .item {
  background: #f9f9f9;
  padding: 60px;
  border-radius: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.testimonials-home .testimonials-slider .item strong {
  color: #DE005A;
}
section.testimonials-home .testimonials-slider .item a.button {
  background: #DE005A;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  font-weight: bold;
  margin-top: 20px;
}

#forgot-pass {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  z-index: 10;
  align-items: center;
  justify-content: center;
  display: none;
}
#forgot-pass:target {
  display: flex;
}
#forgot-pass .inset {
  width: 100%;
  max-width: 500px;
  background: white;
  padding: 40px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
#forgot-pass .inset a.close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  color: #b01169;
  text-decoration: none;
}
#forgot-pass .inset h2 {
  color: #DE005A;
}
#forgot-pass .inset .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
#forgot-pass .inset .form-group label {
  font-weight: bold;
  color: #DE005A;
  margin-bottom: 5px;
}
#forgot-pass .inset .form-group input {
  width: 100%;
  padding: 15px;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  outline: none;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#forgot-pass .inset .form-group input:focus {
  border: 2px solid #DE005A;
  outline: 8px solid rgba(222, 0, 90, 0.1);
}
#forgot-pass .inset .action button {
  width: 100%;
  text-align: center;
  color: white;
  padding: 15px;
  border: 0px;
  background: #DE005A;
  font-size: 1.3rem;
  background: #DE005A;
  border-radius: 10px;
}

main.home .video {
  background: #8E0E42;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
main.home .video .content {
  max-width: 1000px;
}
.video-report .video-specs {
  display: flex;
  width: 100%;
}
@media all and (max-width: 699px) {
  .video-report .video-specs {
    flex-direction: column;
  }
}
.video-report .video-specs .video {
  width: 50%;
  position: relative;
}
@media all and (max-width: 699px) {
  .video-report .video-specs .video {
    width: 100%;
    margin-bottom: 20px;
  }
}
.video-report .video-specs .video .play {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #DE005A;
  color: white;
  text-decoration: none;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font-size: 2rem;
}
.video-report .video-specs .video .play i:before {
  display: block;
}
.video-report .video-specs .video img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.video-report .video-specs .video-data {
  flex: 1;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 699px) {
  .video-report .video-specs .video-data {
    margin-left: 0px;
  }
}
.video-report .video-specs .video-data-block {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.video-report .video-specs .video-data-block span {
  margin-bottom: 10px;
}
.video-report .video-specs .video-data-block strong {
  color: #DE005A;
}
.video-report .video-specs .video-data-block .button {
  background: #DE005A;
  padding: 13px 16px;
  border-radius: 40px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.video-report-blocks {
  margin-top: 40px;
}
@media all and (max-width: 699px) {
  .video-report-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video-report-blocks h3 {
  color: #8E0E42;
}
.video-report-blocks .user-comments {
  display: flex;
  flex-direction: column;
}
.video-report-blocks .user-comments .action {
  text-align: right;
}
.video-report-blocks .user-comments .action .button {
  background: #DE005A;
  padding: 13px 16px;
  border-radius: 40px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.video-report-blocks .user-comments .user-comment {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.video-report-blocks .user-comments .user-comment:last-child {
  border-bottom: 0;
}
.video-report-blocks .user-comments .user-comment .user-avatar {
  margin-right: 10px;
}
.video-report-blocks .user-comments .user-comment .user-avatar img {
  width: 50px;
  height: auto;
  border-radius: 50px;
}
.video-report-blocks .user-comments .user-comment .user-name strong {
  color: #DE005A;
  font-size: 0.9rem;
}
.video-report-blocks .user-comments .user-comment .date {
  font-size: 0.8rem;
  margin-top: 5px;
}

#comment-modal {
  display: none;
}

.comment-modal {
  width: 100%;
  max-width: 500px;
}
.comment-modal textarea {
  resize: none;
}
.comment-modal .action {
  margin-top: 20px;
}
.comment-modal .action button {
  float: right;
}

.breadcrumb {
  margin-bottom: 25px;
  display: flex;
}
.breadcrumb a {
  color: #b01169;
  text-decoration: none;
  margin-right: 10px;
}
.breadcrumb a:hover {
  color: #DE005A;
}
.breadcrumb span {
  margin-right: 10px;
}
.breadcrumb span i {
  font-size: 0.7rem;
}

.curso-simple-view {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 999px) {
  .curso-simple-view {
    flex-direction: column;
  }
}
.curso-simple-view .default-text-content {
  width: 70%;
}
@media all and (max-width: 999px) {
  .curso-simple-view .default-text-content {
    width: 100%;
  }
}
.curso-simple-view .side-view {
  flex: 1;
  background: #f1f1f1;
  padding: 30px;
  border-radius: 20px;
  margin-left: 40px;
}
@media all and (max-width: 999px) {
  .curso-simple-view .side-view {
    margin-left: 0px;
  }
}
.curso-simple-view .side-view h2 {
  color: #DE005A;
}
.curso-simple-view .side-view .action {
  width: 100%;
  margin-top: 30px;
}
.curso-simple-view .side-view .action a {
  background: #DE005A;
  text-align: center;
  padding: 15px;
  border-radius: 40px;
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 1.2rem;
}
.curso-simple-view .modules {
  flex: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.curso-simple-view .modules .item {
  display: flex;
  align-items: flex-start;
  border-left: 2px solid #f1f1f1;
  margin-left: 20px;
  position: relative;
  padding-bottom: 40px;
}
.curso-simple-view .modules .item.complete {
  border-left: 2px solid rgba(49, 224, 106, 0.3);
}
.curso-simple-view .modules .item.complete i {
  background: #31e06a;
  box-shadow: 0px 0px 0px 10px rgba(49, 224, 106, 0.1);
}
.curso-simple-view .modules .item.complete:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEqADAAQAAAABAAAADgAAAAAccersAAAA/klEQVQoFaWSLYsCURSGr66wIGjQYNqfIBMNBqtgs2yxW2XT2ixGy+Y12wTrhi0btYkgG7QbNAjCsur4jHiGc4fhguOBh/P1nvdOGGMeCN/3u7AGL7ENx28gsUpkxHVbHG75/W4jDltwUkb9JCZNDI7K5MMyYfEKRWsYadjX4Q8kPilSoYxmcNvMyLlwoQrmNTiAxIgirSTGMFjKlvwNz1pAX4E9SEwoMlpzrRmWYScq8hiegiXZgy1IfFFYD1mGLKugP31IH5hsQOKHImsdxjWIGvAvV5E8pc/H3cXOEAf/yDliMqcvxB64hhx1lNEvdcmld+447sECXpxCtbwA1TFn0rz6zaUAAAAASUVORK5CYII=") center center no-repeat #31e06a;
  border-radius: 30px;
  top: 45px;
  left: -15px;
}
.curso-simple-view .modules .item i {
  background: #ecb03a;
  display: inline-block;
  margin-right: 20px;
  color: white;
  font-style: normal;
  text-align: center;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  margin-left: -20px;
  font-weight: bold;
}
.curso-simple-view .modules .item .info-inset {
  display: flex;
  flex: 1;
}
@media all and (max-width: 999px) {
  .curso-simple-view .modules .item .info-inset {
    flex-direction: column;
  }
}
.curso-simple-view .modules .item .image {
  width: 30%;
  max-width: 140px;
}
@media all and (max-width: 999px) {
  .curso-simple-view .modules .item .image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.curso-simple-view .modules .item .image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
@media all and (max-width: 999px) {
  .curso-simple-view .modules .item .image img {
    width: 100%;
  }
}
.curso-simple-view .modules .item .info {
  flex: 1;
  margin-left: 30px;
}
@media all and (max-width: 999px) {
  .curso-simple-view .modules .item .info {
    margin-left: 0px;
  }
}
.curso-simple-view .modules .item .info h2 {
  margin-top: 0px;
}

.depoimentos-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media all and (max-width: 999px) {
  .depoimentos-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.depoimentos-list .item {
  background: white;
  padding: 30px;
  border-radius: 20px;
  line-height: 1.4;
}
.depoimentos-list .item strong {
  color: #DE005A;
}

section.pagination {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pagination a {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  border: 2px solid #DE005A;
  color: #DE005A;
  border-radius: 40px;
}
section.pagination a:hover {
  background: #DE005A;
  color: white;
}
section.pagination span {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  border: 2px solid #e5e5e5;
  background: #e5e5e5;
  color: #b01169;
  border-radius: 40px;
}
section.pagination a,
section.pagination span {
  margin: 0px 10px;
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}
.partners-list .item {
  border: 2px solid #f1f1f1;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  background: white;
}
.partners-list .item img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 999px) {
  .partners-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 699px) {
  .partners-list {
    display: flex;
    flex-direction: column;
  }
}

.colaboradores {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}
.colaboradores .item {
  border: 2px solid #f1f1f1;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
.colaboradores .item img {
  max-width: 100%;
  height: auto;
}
.colaboradores .item h4 {
  color: #DE005A;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
  margin-top: 10px;
}
@media (max-width: 999px) {
  .colaboradores {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 699px) {
  .colaboradores {
    grid-template-columns: repeat(2, 1fr);
  }
}

.colaborador-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.colaborador-options .item {
  height: 150px;
  background: #DE005A;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.colaborador-options .item .bg {
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.colaborador-options .item .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.colaborador-options .item .info h2 {
  font-size: 2rem;
}

main.home .home-double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 40px 0px;
}
@media all and (max-width: 999px) {
  main.home .home-double {
    display: flex;
    flex-direction: column;
  }
}
main.home .home-double .item .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
main.home .home-double .item .info h3 {
  color: #8E0E42;
}
main.home .services-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 0;
  background: rgba(142, 14, 66, 0.05);
  border-radius: 50px;
  margin: 40px 0px;
}
main.home .services-cta span {
  color: #8E0E42;
  font-size: 1.4rem;
  max-width: 800px;
  text-align: center;
  font-weight: bold;
}
main.home .services-cta .button {
  background: #DE005A;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 40px;
  color: white;
  margin-top: 20px;
  font-weight: bold;
  text-decoration: none;
}
main.home .cta {
  display: flex;
  padding: 4rem 0;
  margin-bottom: 3rem;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.home .cta {
    flex-direction: column;
    display: flex;
    gap: 20px;
  }
}
main.home .cta .image {
  width: 60%;
}
main.home .cta .image img {
  width: 100%;
  height: auto;
}
main.home .cta .info {
  flex: 1;
  padding-left: 50px;
}
main.home .cta .info h2 {
  color: #8E0E42;
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1.3;
}
main.home .cta .info .button {
  background: #DE005A;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 40px;
  color: white;
  margin-top: 20px;
  font-weight: bold;
  text-decoration: none;
}

.parallax-window {
  min-height: 100%;
  background: transparent;
}

section.video-hero {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}
section.video-hero .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.video-hero .image img {
  max-width: 100%;
  height: auto;
}
section.video-hero .image:before {
  position: absolute;
  content: "";
  background: rgba(222, 0, 90, 0.3);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
section.video-hero .info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: white;
  text-align: center;
}
section.video-hero .info .info-inset {
  width: 100%;
  max-width: 1000px;
}
section.video-hero .info .info-inset h1 {
  font-size: clamp(4rem, 4vw, 6rem);
  color: white;
  margin: 0;
}
section.video-hero .info .info-inset h3 {
  font-weight: normal;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 10px 0px;
}

.home .triple-info {
  padding: 6rem 0;
  background: url(../images/bg.png) top center repeat-x;
}
.home .triple-info .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media all and (max-width: 999px) {
  .home .triple-info .content {
    display: flex;
    flex-direction: column;
  }
}
.home .triple-info .title {
  grid-column: 1/4;
  text-align: center;
}
.home .triple-info .title h2 {
  color: #DE005A;
  font-size: clamp(1.5rem, 4vw, 3rem);
  margin: 0;
  margin-bottom: 20px;
}
.home .triple-info .title span {
  margin-bottom: 40px;
  max-width: 1000px;
  display: inline-block;
}
.home .triple-info .item {
  position: relative;
}
.home .triple-info .item .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.home .triple-info .item .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.home .triple-info .item .info h2 {
  margin: 0;
  background: rgba(222, 0, 90, 0.8);
  backdrop-filter: blur(6px);
  color: white;
  font-size: 2rem;
  padding: 20px;
  margin: 20px;
}

.product-listing {
  width: 100%;
  margin: 40px 0px;
}
.product-listing-title {
  text-align: center;
}
.product-listing-title h2 {
  color: #DE005A;
  font-size: clamp(2rem, 4vw, 3rem);
}
.product-listing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media all and (max-width: 999px) {
  .product-listing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  .product-listing-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-listing .pagination {
  text-align: center;
  margin: 30px 0;
}
.product-listing .pagination a,
.product-listing .pagination span {
  min-width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-decoration: none;
}
.product-listing .pagination span {
  background: #f1f1f1;
}
.product-listing .pagination a {
  background: #DE005A;
  color: white;
}

.product--item--list {
  border: 2px solid #f1f1f1;
  padding: 1.5rem;
}
.product--item--list .image {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product--item--list .image .badge {
  position: absolute;
  right: -20px;
  top: -20px;
  background: #8E0E42;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
}
.product--item--list .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product--item--list .info {
  display: flex;
  flex-direction: column;
}
.product--item--list .info .whatsapp {
  display: inline-block;
  background: #5ce069;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.product--item--list .info .price h4 {
  color: #8E0E42;
}
.product--item--list .info em {
  font-style: normal;
  font-size: 0.9rem;
}
.product--item--list .info a {
  text-decoration: none;
}
.product--item--list .info h3 {
  color: #DE005A;
  margin-bottom: 10px;
}
.product--item--list .info .button {
  background: #DE005A;
  width: 100%;
  padding: 15px;
  color: white;
  text-decoration: none;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.brand-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
@media all and (max-width: 999px) {
  .brand-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.brand-row .item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

main.product .product-info {
  display: flex;
  min-height: 60vh;
  margin-top: 40px;
}
main.product .product-info .product-images {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
}
main.product .product-info .product-images .swiper-slide {
  text-align: center;
}
main.product .product-info .product-images .swiper-slide img {
  max-width: 100%;
  height: auto;
}
main.product .product-info .product-images > i {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DE005A;
  color: white;
  border-radius: 50px;
  z-index: 3;
  margin-top: -25px;
  cursor: pointer;
}
main.product .product-info .product-images > i.next {
  right: 0;
}
main.product .product-info .product-images > i.prev {
  left: 0;
}
main.product .product-info .product-images .swiper-pagination span {
  background: #DE005A;
}
main.product .product-info .product-main-info {
  flex: 1;
  padding-left: 50px;
  border-left: 1px solid #e5e5e5;
  padding-top: 40px;
}
main.product .product-info .product-main-info .breadcrumb {
  display: flex;
}
main.product .product-info .product-main-info .breadcrumb a {
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
main.product .product-info .product-main-info .breadcrumb i {
  font-size: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #f1f1f1;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 20px;
}
main.product .product-info .product-main-info h1 {
  color: #DE005A;
}
main.product .product-info .product-main-info h1:after {
  display: block;
  width: 100px;
  height: 2px;
  background: #DE005A;
  content: "";
  margin-top: 10px;
}
main.product .product-info .product-main-info .description {
  line-height: 1.4;
}
main.product .product-info .product-main-info .description .more {
  background: #8E0E42;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  text-decoration: none;
}
main.product .product-info .product-main-info .price {
  margin: 20px 0px;
}
main.product .product-info .product-main-info .price h3 {
  color: #DE005A;
  font-size: 2rem;
}
main.product .product-info .product-main-info .action .whatsapp {
  display: inline-block;
  background: #5ce069;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
}
main.product .product-description {
  line-height: 1.4;
  padding: 2rem;
  border: 2px solid #f1f1f1;
}
main.product .product-description h2 {
  color: #DE005A;
  border-bottom: 2px solid #f1f1f1;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.plans-list {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
.plans-list .title {
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.plans-list .title h2 {
  color: #DE005A;
  font-size: 3rem;
}
.plans-list .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  gap: 2rem;
  max-width: 1200px;
}
@media all and (max-width: 999px) {
  .plans-list .list {
    display: flex;
    flex-direction: column;
  }
}
.plans-list .list .item {
  border: 2px solid #e5e5e5;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.plans-list .list .item h4 {
  color: #DE005A;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}
.plans-list .list .item h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}
.plans-list .list .item > span {
  text-align: center;
}
.plans-list .list .item ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.plans-list .list .item ul li {
  margin-left: 20px;
}
.plans-list .list .item .button {
  background: #DE005A;
  padding: 14px 20px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: white;
  margin-top: 20px;
}
.plans-list .list .item em {
  text-align: center;
  font-size: 0.8rem;
  font-style: normal;
  margin-top: 10px;
}

.services-grid {
  display: inline-block;
  width: 100%;
  margin: 50px 0px;
  background: #f1f1f1;
  padding: 3rem;
  border-top: 2px solid #DE005A;
}
.services-grid .title {
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.services-grid .title h2 {
  color: #DE005A;
  font-size: 3rem;
}
.services-grid .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  row-gap: 2rem;
}
@media all and (max-width: 1400px) {
  .services-grid .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 999px) {
  .services-grid .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  .services-grid .list {
    display: flex;
    flex-direction: column;
  }
}
.services-grid .list .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-grid .list .item .icon {
  width: 140px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #DE005A;
  border-radius: 100px;
}
.services-grid .list .item h4 {
  font-size: 1.4rem;
}
.services-grid .list .item ul {
  text-align: left;
}
.services-grid .list .item ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.services-grid .list .item ul li:before {
  position: absolute;
  width: 5px;
  height: 2px;
  background: #DE005A;
  content: "";
  left: 0;
  top: 10px;
}
.services-grid .list .item ul li:last-child {
  margin-bottom: 0;
}

.projects {
  background: rgba(222, 0, 90, 0.1);
  padding: 3rem;
  border-radius: 20px;
  margin-top: 20px;
}
.projects h3 {
  color: #DE005A;
  margin: 0;
  font-size: 2rem;
  margin-bottom: 40px;
}
.projects .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.projects .list img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

section.sub-hero {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}
section.sub-hero .parallax-window {
  min-height: 100%;
  background: transparent;
}
section.sub-hero .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.sub-hero .image img {
  max-width: 100%;
  height: auto;
}
section.sub-hero .image:before {
  position: absolute;
  content: "";
  background: rgba(222, 0, 90, 0.3);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
section.sub-hero .info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: white;
  text-align: center;
}
section.sub-hero .info .info-inset {
  width: 100%;
  max-width: 1000px;
}
section.sub-hero .info .info-inset h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  color: white;
  margin: 0;
}
section.sub-hero .info .info-inset a.button {
  background: #37c043;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
}

main.service-page .service-page-hero {
  height: 310px;
  position: relative;
}
@media all and (max-width: 999px) {
  main.service-page .service-page-hero {
    height: auto;
  }
}
main.service-page .service-page-hero .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.service-page .service-page-hero .info {
    position: relative;
    z-index: 100;
    padding: 30px 0px;
  }
}
main.service-page .service-page-hero .info .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.service-page .service-page-hero .info .content {
    flex-direction: column;
    z-index: 100;
    position: relative;
  }
}
main.service-page .service-page-hero .info .content .form {
  max-width: 40%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 66px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 66px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 66px 0px rgba(0, 0, 0, 0.14);
  color: #b01169;
  padding: 1rem;
  border-radius: 10px;
  background: white;
  border-bottom: 4px solid #96e071;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 999px) {
  main.service-page .service-page-hero .info .content .form {
    max-width: 100%;
  }
}
main.service-page .service-page-hero .info .content .form h3 {
  color: #DE005A;
  font-size: 1.5rem;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
main.service-page .service-page-hero .info .content .form .col {
  display: flex;
  gap: 1rem;
}
@media all and (max-width: 999px) {
  main.service-page .service-page-hero .info .content .form .col {
    flex-direction: column;
  }
}
main.service-page .service-page-hero .info .content .form .col .form-group {
  flex: 1;
}
main.service-page .service-page-hero .info .content .form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
main.service-page .service-page-hero .info .content .form .form-group label {
  color: #8E0E42;
  font-weight: bold;
}
main.service-page .service-page-hero .info .content .form .form-group input {
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  padding: 15px;
  outline: none;
  color: #8E0E42;
}
main.service-page .service-page-hero .info .content .form button.button {
  background: #37c043;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: bold;
  border: 0;
  width: 100%;
  font-size: 1.2rem;
}
main.service-page .service-page-hero .info .info-inset {
  max-width: 40%;
  color: white;
}
@media all and (max-width: 999px) {
  main.service-page .service-page-hero .info .info-inset {
    max-width: 100%;
  }
}
main.service-page .service-page-hero .info .info-inset h2 {
  font-size: 2.3rem;
  margin: 0;
  margin-bottom: 20px;
}
main.service-page .service-page-hero .info .info-inset p {
  line-height: 1.5;
}
main.service-page .service-page-hero .image {
  width: 100%;
  height: 100%;
  position: relative;
}
main.service-page .service-page-hero .image:before {
  position: absolute;
  content: "";
  background: rgba(222, 0, 90, 0.6);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 999px) {
  main.service-page .service-page-hero .image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
main.service-page section.video-intro {
  display: flex;
  padding: 3rem 0;
}
@media all and (max-width: 999px) {
  main.service-page section.video-intro {
    flex-direction: column;
  }
}
main.service-page section.video-intro .video {
  width: 50%;
}
@media all and (max-width: 999px) {
  main.service-page section.video-intro .video {
    width: 100%;
  }
}
main.service-page section.video-intro .info {
  margin-left: 40px;
  flex: 1;
}
@media all and (max-width: 999px) {
  main.service-page section.video-intro .info {
    margin-left: 0;
    margin-top: 30px;
  }
}
main.service-page section.video-intro .info h2 {
  color: #DE005A;
  font-size: 2.5rem;
}
main.service-page section.perks {
  background: rgba(222, 0, 90, 0.1);
  padding: 5rem 0;
  border-radius: 20px;
}
main.service-page section.perks .title {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
main.service-page section.perks .title h2 {
  color: #DE005A;
}
main.service-page section.perks .title p {
  line-height: 1.5;
}
main.service-page section.perks .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 6rem auto;
  max-width: 1200px;
}
@media all and (max-width: 999px) {
  main.service-page section.perks .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
main.service-page section.perks .grid .item {
  display: flex;
  align-items: flex-start;
}
main.service-page section.perks .grid .item .icon {
  width: 80px;
  aspect-ratio: 1/1;
  border: 2px solid rgba(142, 14, 66, 0.3);
  border-radius: 20px;
}
main.service-page section.perks .grid .item .info {
  flex: 1;
  margin-left: 20px;
}
main.service-page section.perks .grid .item .info button {
  background: #37c043;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: bold;
  border: 0;
  font-size: 1rem;
}
main.service-page section.perks .grid .item .info h4 {
  color: #8E0E42;
  font-weight: bold;
  margin: 0;
}
main.service-page section.perks .action {
  text-align: center;
  margin-top: 20px;
}
main.service-page section.perks .action a.button {
  background: #37c043;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
}

section.blog-listing {
  display: flex;
  flex-direction: column;
}
section.blog-listing .item {
  display: flex;
  padding: 3rem 0;
  border-bottom: 1px solid #e5e5e5;
}
section.blog-listing .item .image {
  margin-right: 40px;
}
section.blog-listing .item .image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
section.blog-listing .item .info {
  flex: 1;
}
section.blog-listing .item .info h2 {
  color: #DE005A;
}

.quem-somos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media all and (max-width: 999px) {
  .quem-somos-grid {
    display: flex;
    flex-direction: column;
  }
}
.quem-somos-grid a.whatsapp {
  color: white !important;
}
.quem-somos-grid .button-right {
  text-align: right;
}
.quem-somos-grid hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 15px 0;
}
.quem-somos-grid form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.quem-somos-grid form .form-group {
  display: flex;
  flex-direction: column;
}
.quem-somos-grid form .form-group label {
  font-weight: bold;
}
.quem-somos-grid form .form-group input[type=text],
.quem-somos-grid form .form-group textarea {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 1rem;
}
.quem-somos-grid form .form-group .checkboxes ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.quem-somos-grid form .form-group .checkboxes ul li {
  display: flex;
  padding-bottom: 5px;
  color: #777;
  align-items: center;
}
.quem-somos-grid form .form-group .checkboxes ul li input {
  margin-right: 5px;
  appearance: none;
  border: 2px solid #e5e5e5;
  width: 22px;
  height: 22px;
  border-radius: 5px;
}
.quem-somos-grid form .form-group .checkboxes ul li input:checked {
  background: url("data:image/svg+xml,%0A%3Csvg width='12px' height='9px' viewBox='0 0 12 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-8.000000, -9.000000)' fill='%23D6245C' fill-rule='nonzero'%3E%3Cpath d='M12.5950262,17.8266167 C12.4804787,17.9379071 12.324196,18 12.1618549,18 C11.9995138,18 11.8432311,17.9379071 11.7286836,17.8266167 L8.26925954,14.4846544 C7.91024682,14.1378879 7.91024682,13.5755843 8.26925954,13.2294679 L8.70243081,12.8109641 C9.06155574,12.4641976 9.64304412,12.4641976 10.0020568,12.8109641 L12.1618549,14.8971982 L17.9979432,9.26007489 C18.3570681,8.91330837 18.9391174,8.91330837 19.2975692,9.26007489 L19.7307405,9.67857875 C20.0897532,10.0253453 20.0897532,10.5875405 19.7307405,10.9337652 L12.5950262,17.8266167 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  border: 2px solid #DE005A;
}
.quem-somos-grid form .action {
  text-align: right;
}
.quem-somos-grid form .action button {
  background: #DE005A;
  padding: 1rem;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
}

footer {
  border-top: 2px solid #f1f1f1;
  padding-top: 50px;
}
footer .upper {
  display: flex;
}
@media all and (max-width: 999px) {
  footer .upper {
    flex-wrap: wrap;
  }
}
footer .upper h3 {
  color: #DE005A;
}
footer .upper .logo {
  margin-right: 40px;
}
@media all and (max-width: 999px) {
  footer .upper .logo {
    margin-right: 0px;
    flex: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .upper .col {
  flex-grow: 1;
}
footer .upper .col .social {
  display: flex;
  align-items: center;
}
footer .upper .col .social a {
  min-width: 50px;
  height: 50px;
  background: #DE005A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  border-radius: 40px;
  margin-right: 10px;
}
footer .upper .col .social a i {
  margin: 0px 10px;
}
footer .upper .col .social a span {
  margin-right: 10px;
}
footer .upper .col .newsletter form {
  display: flex;
  background: #f1f1f1;
  border-radius: 40px;
  align-items: center;
}
footer .upper .col .newsletter form input {
  flex: 1;
  padding: 15px;
  background: none;
  border: 0px;
  outline: none;
  color: #DE005A;
}
footer .upper .col .newsletter form button {
  background: #DE005A;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  border: 0px;
  border-radius: 40px;
  margin-right: 5px;
  padding: 8px 10px;
}
footer .upper .col ul {
  margin: 0;
  padding: 0;
}
footer .upper .col ul li {
  list-style: none;
  padding: 5px 0px;
}
footer .upper .col ul li a {
  color: #b01169;
  text-decoration: none;
  font-size: 0.95rem;
}
footer .upper .col ul li a:hover {
  color: #DE005A;
}
footer .bottom {
  padding: 10px 0px;
  margin-top: 60px;
}
footer .bottom .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .bottom .content {
    flex-direction: column;
    text-align: center;
  }
}
footer .bottom .content span {
  font-size: 0.8rem;
  line-height: 1.7;
}
footer .bottom .content a {
  color: #0fb9c5;
  text-decoration: none;
  font-size: 0.8rem;
}
@media all and (max-width: 999px) {
  footer .bottom .content a {
    margin-top: 10px;
  }
}

#whats {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#whats .contacts {
  position: absolute;
  background: white;
  -webkit-box-shadow: 0px 10px 50px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 50px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 50px -1px rgba(0, 0, 0, 0.15);
  width: 200px;
  padding: 20px;
  border-radius: 10px;
  right: 0px;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -20px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  border-bottom: 2px solid #60e96d;
}
#whats .contacts a {
  color: #DE005A;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0;
  font-weight: 500;
}
#whats:hover .contacts {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0px;
}
#whats > a {
  background: #1ec131;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: white;
  text-decoration: none;
}

.html5-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.html5-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.aula-player {
  height: 100%;
  max-height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  grid-template-rows: auto 1fr auto;
}
main.aula-player .info, main.aula-player .nav {
  grid-column: 1/3;
}
main.aula-player .class, main.aula-player .sample {
  height: 100%;
  padding: 20px;
}
main.aula-player .class {
  border-right: 1px solid #e5e5e5;
}
main.aula-player .class.full {
  grid-column: 1/3;
}
main.aula-player .info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
}
main.aula-player .info h1 {
  color: #DE005A;
  margin-bottom: 15px;
}
main.aula-player .info p {
  line-height: 1.5;
}
main.aula-player .nav {
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  padding: 30px;
}
main.aula-player .nav #prev {
  float: left;
}
main.aula-player .nav #next {
  float: right;
}
main.aula-player .nav a {
  background: #DE005A;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 30px;
}

.aula-box .fancybox-content {
  width: 80vw !important;
}

main.home .home-book {
  padding: 4rem 0;
}
main.home .home-book .inset {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
main.home .home-book .inset .image {
  margin-right: 40px;
  width: 30%;
}
main.home .home-book .inset .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
main.home .home-book .inset .default-text-content {
  flex: 1;
}
main.home .home-book .inset .default-text-content a.button {
  background: #DE005A;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  font-weight: bold;
}
main.home .home-first-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media all and (max-width: 999px) {
  main.home .home-first-view {
    display: flex;
    flex-direction: column;
  }
}
main.home .home-first-view > h3 {
  text-align: center;
  grid-column: 1/3;
  color: #ed1b77;
  font-size: 3rem;
  margin: 0;
  font-family: "Caprasimo", cursive;
}
main.home .home-first-view > h3 strong {
  font-weight: bold;
}
main.home .home-first-view .headline {
  display: flex;
  grid-column: 1/3;
}
main.home .home-first-view .headline h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-grow: 1;
  margin-right: 10px;
  text-align: center;
  font-family: "Caprasimo", cursive;
  font-weight: normal;
}
main.home .home-first-view .headline h3:last-child {
  margin-right: 0;
}
main.home .home-first-view .headline h3 img {
  margin-right: 20px;
}
main.home .home-first-view > h2 {
  grid-column: 1/3;
  text-align: center;
  color: #DE005A;
  font-size: clamp(2rem, 4vw, 3rem);
}
main.home section.video-pres {
  display: flex;
  flex-direction: column;
}
main.home section.video-pres .player {
  width: 60%;
  margin: 0 auto;
}
main.home section.video-pres .description {
  flex: 1;
  margin-top: 20px;
}
main.home section.video-pres .description h4 {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  font-weight: 900;
}
main.home section.video-pres .description h2 {
  color: #8E0E42;
  font-size: 2rem;
}
main.home section.video-pres .description a.whatsapp {
  float: right;
}
main.home section.my-message {
  display: flex;
  flex: 1;
  align-items: flex-start;
}
main.home section.my-message .photo {
  width: 30%;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
main.home section.my-message .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
main.home section.my-message .text {
  flex: 1;
  line-height: 1.4;
}
main.home section.my-message .text h2 {
  margin-top: 0;
}
main.home section.my-message .text a.whatsapp {
  float: right;
}
main.home section.my-message .text h2 {
  color: #8E0E42;
}
main.home .home-first-view-wrapper {
  background: url(../images/home-bg1.jpg) center top no-repeat;
}
main.home .home-triple {
  background: linear-gradient(180deg, rgba(136, 26, 66, 0) 0%, rgb(136, 26, 66) 18%);
  padding: 3rem 0;
  padding-top: 1rem;
}
main.home .home-triple .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media all and (max-width: 999px) {
  main.home .home-triple .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  main.home .home-triple .content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home .home-triple .content > h2 {
  grid-column: 1/5;
  margin: 0;
  text-align: center;
  font-size: 2rem;
  color: #832343;
}
@media all and (max-width: 999px) {
  main.home .home-triple .content > h2 {
    grid-column: 1/3;
  }
}
@media all and (max-width: 999px) {
  main.home .home-triple .content > h2 {
    grid-column: 1/2;
  }
}
main.home .home-triple .content .col {
  color: white;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
main.home .home-triple .content .col .image {
  margin-bottom: 20px;
}
main.home .home-triple .content .col .image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
main.home .home-triple .content .col h2 {
  font-size: clamp(1.4rem, 4vw, 2rem);
}
main.home .home-triple .content .col .info {
  -webkit-box-shadow: 0px 0px 66px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 66px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 66px 0px rgba(0, 0, 0, 0.14);
  color: white;
  padding: 2rem;
  border-radius: 10px;
  background: #DE005A;
  border-bottom: 4px solid #96e071;
  flex: 1;
  line-height: 1.2;
}
main.home .home-triple .content .col .info a.button {
  background: #37c043;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}

/*# sourceMappingURL=base.css.map */
