@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

/* TABLES */
table,
th,
td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}
table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
table td,
table th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

/* Colors */
/* Fonts */
/* General Styles */
:root {
  font-size: 100%;
}

.hero .wrapper p, p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #574C7F;
}

p a, a {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  color: #8F48FF;
  text-decoration: underline;
}
a:hover {
  color: #5700e1;
}

/* scrollbar */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8F48FF;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding-right: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

/* Images details */
.img-responsive {
  width: 100%;
  max-width: 100%;
  display: block;
}

/* Links */
a {
  text-decoration: none;
  transition: 0.3s;
}

/* Buttons */
.button {
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .button {
    justify-content: center;
  }
}

.btn {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 40px 80px 20px 90px;
  -webkit-border-radius: 40px 80px 20px 90px;
  -ms-border-radius: 40px 80px 20px 90px;
  transition: 0.3s;
  overflow: hidden;
}
.btn.btn-primary {
  position: relative;
  width: auto;
  padding: 15px 40px;
  background: rgb(238, 154, 98);
  background: linear-gradient(135deg, rgb(238, 154, 98) 0%, rgb(192, 115, 187) 35%, rgb(104, 132, 247) 100%);
  transition: 1s;
}
.btn.btn-primary span {
  position: relative;
  z-index: 1;
}
.btn.btn-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, rgb(238, 154, 98) 0%, rgb(192, 115, 187) 65%, rgb(104, 132, 247) 100%);
  transition: 1s;
}
.btn.btn-secondary {
  color: #C073BB;
}
.btn.btn-secondary:hover {
  color: #8d4088;
}
.btn.btn-tertiary span {
  position: relative;
  padding-right: 30px;
}
.btn.btn-tertiary span::before {
  content: "+";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}

.link {
  font-size: 2rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #8F48FF;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 540px) {
  .link {
    font-size: 2.5rem;
    line-height: 2.1rem;
  }
}
.link:hover {
  color: #8F48FF;
}

/* body */
body {
  padding: 0px;
  font-family: "Bricolage Grotesque", sans-serif;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", sans-serif;
}

h1 {
  font-size: 2.4rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #8F48FF;
}
h1 span {
  color: #574C7F;
}
@media screen and (min-width: 540px) {
  h1 {
    font-size: 4.5rem;
    line-height: 4.8rem;
    text-align: left;
  }
}

h2 {
  font-size: 2rem;
  line-height: 2.1rem;
  color: #8F48FF;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
h2 span {
  color: #574C7F;
}
h2 a {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #ae7bff;
}
h2 a:hover {
  color: #7015ff;
}
@media screen and (min-width: 540px) {
  h2 {
    font-size: 3.5rem;
    line-height: 3.6rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #574C7F;
  margin-bottom: 0.5rem;
}
h3 a {
  color: #574C7F;
  transition: 0.3s;
}
h3 a:hover {
  color: #8a7fb2;
}

h4 {
  font-size: 1.7rem;
  color: #8F48FF;
  margin-bottom: 0.5rem;
}
h4 a {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #ae7bff;
}
h4 a:hover {
  color: #7015ff;
}

h5 {
  font-size: 1.15rem;
  color: #8F48FF;
  margin-bottom: 0.5rem;
}
h5 a {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #ae7bff;
}
h5 a:hover {
  color: #7015ff;
}

h6 {
  font-size: 1rem;
  color: #8F48FF;
  margin-bottom: 0.5rem;
}
h6 a {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #ae7bff;
}
h6 a:hover {
  color: #7015ff;
}

/* Logo */
.logo {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 540px) {
  .logo {
    max-width: 350px;
  }
}

/* Nav */
.navbar {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (min-width: 540px) {
  .navbar {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .navbar {
    width: 60%;
    margin: 0 auto;
  }
}
.navbar .hamburguer {
  position: fixed;
  right: 20px;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1001;
  cursor: pointer;
  transition: 0.3s;
}
.navbar .hamburguer span {
  margin-top: 5px;
  width: 100%;
  height: 3px;
  display: block;
  background-color: #8F48FF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  transition: 0.3s;
}
@media screen and (min-width: 540px) {
  .navbar .hamburguer {
    display: none;
  }
}
@media screen and (max-height: 539px) and (orientation: landscape) {
  .navbar .hamburguer {
    display: block !important;
  }
}
.navbar nav {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 100%;
  background-color: #8F48FF;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 1000;
}
@media screen and (max-height: 539px) and (orientation: landscape) {
  .navbar nav {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    height: 100vh !important;
    width: 100% !important;
    background-color: #8F48FF !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: 0.3s !important;
    z-index: 1000 !important;
  }
}
.navbar nav ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.navbar nav ul .subnav {
  align-items: center;
}
.navbar nav ul .subnav div {
  margin: 15px 0 30px;
}
.navbar nav ul .subnav div a {
  font-weight: 600;
  font-size: 0.9rem;
}
.navbar nav a {
  font-family: "Bricolage Grotesque", sans-serif;
  height: 20px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
.navbar nav a:hover {
  color: #8F48FF;
}
.navbar nav a:hover::after {
  height: 20px;
  transform: translateY(10px);
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.navbar nav a.active {
  color: #8F48FF;
}
.navbar nav a::after {
  display: flex;
  width: 5px;
  height: 10px;
  content: "";
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  margin: 0px auto 0;
  background-color: #8F48FF;
  transform: translateY(0px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .navbar nav a::after {
    display: none;
  }
}
@media screen and (min-width: 540px) {
  .navbar nav {
    position: relative;
    top: inherit;
    right: inherit;
    display: flex;
    justify-content: center;
    gap: 2rem;
    height: auto;
    width: auto;
    background-color: inherit;
    align-items: center;
    visibility: visible;
    opacity: 1;
    z-index: 1000;
  }
  .navbar nav ul {
    flex-direction: row;
    gap: 30px;
    text-align: left;
  }
  .navbar nav ul .subnav {
    position: relative;
  }
  .navbar nav ul .subnav a::after {
    display: none;
  }
  .navbar nav ul .subnav div {
    margin-top: 0;
    width: -moz-max-content;
    width: max-content;
    display: block;
    position: absolute;
    top: 40px;
    left: -15%;
    background-color: #6884F7;
    padding: 20px;
    transition: 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.0016);
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.0016);
    -ms-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.0016);
    z-index: 100;
    visibility: hidden;
    opacity: 0;
  }
  .navbar nav ul .subnav div ul {
    flex-direction: column;
    gap: 30px;
    transition: ease-in-out 0.3s;
  }
  .navbar nav ul .subnav div ul a {
    color: #f3b890;
    font-size: 0.9rem;
    font-weight: 400;
  }
  .navbar nav ul .subnav div ul a:hover {
    color: #ae7bff;
  }
  .navbar nav ul .subnav div ul a::after {
    display: none;
  }
  .navbar nav ul .subnav:hover > div {
    top: 32px;
    visibility: visible;
    opacity: 1;
  }
  .navbar nav ul .subnav:hover > div ul {
    gap: 20px;
  }
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .navbar.active {
    z-index: 1001 !important;
  }
  .navbar.active nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  .navbar.active nav a {
    background-color: inherit;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .navbar.active nav a:first-child {
    margin-top: 0vh;
  }
  .navbar.active nav a:hover {
    background-color: inherit;
  }
  .navbar.active .hamburguer span {
    margin-top: -3px;
    transform: rotate(45deg);
    background-color: #fff;
  }
  .navbar.active .hamburguer span:first-child {
    transform: rotate(-45deg);
    margin-top: 10px;
  }
  .navbar.active .hamburguer span:last-child {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-height: 539px) and (orientation: landscape) {
  .navbar.active {
    z-index: 1001 !important;
  }
  .navbar.active nav {
    display: flex !important;
    gap: 5%;
    flex-direction: column !important;
    justify-content: center;
    right: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
  }
  .navbar.active nav a {
    background-color: inherit !important;
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    padding: 0px !important;
    margin-top: 0px !important;
    text-align: center !important;
  }
  .navbar.active nav a:first-child {
    margin-top: 0vh !important;
  }
  .navbar.active nav a:hover {
    background-color: inherit !important;
  }
  .navbar.active .hamburguer span {
    margin-top: -3px !important;
    transform: rotate(45deg) !important;
    background-color: #fff;
  }
  .navbar.active .hamburguer span:first-child {
    transform: rotate(-45deg) !important;
    margin-top: 10px !important;
  }
  .navbar.active .hamburguer span:last-child {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

#utilnav {
  position: absolute;
  z-index: 100;
  right: 15px;
  top: 0px;
  text-align: right;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  #utilnav {
    left: 15px;
  }
}
@media screen and (max-height: 539px) and (orientation: landscape) {
  #utilnav {
    left: 15px;
  }
}
#utilnav nav {
  display: flex;
  gap: 15px;
  align-items: center;
  height: 30px;
}
#utilnav nav a {
  color: #6884F7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
}
#utilnav nav a:hover {
  color: #574C7F;
}
#utilnav nav .language {
  position: relative;
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  font-family: "Bricolage Grotesque", sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
#utilnav nav .language:hover {
  color: #8F48FF;
}
#utilnav nav .language:hover .flagger {
  color: #fff;
}
#utilnav nav .language:hover .flagger .ico-arrow-down path {
  stroke: #fff;
}
#utilnav nav .language .flagger {
  display: block;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  background: #EE9A62;
  color: #fff;
  padding: 8px;
  position: relative;
  transition: 0.3s;
}
#utilnav nav .language .flagger .ico-arrow-down {
  display: flex;
}
#utilnav nav .language .flagger .ico-arrow-down path {
  stroke: #fff;
}
#utilnav nav .language ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 25px;
  padding: 15px;
  background-color: #e0b9dd;
  border-radius: 5px;
  transition: 0.3s;
  transform: translateY(20px);
}
#utilnav nav .language ul li {
  line-height: 10px;
  transition: 0.3s;
}
#utilnav nav .language ul li a {
  color: #EE9A62;
}
#utilnav nav .language ul li a:hover {
  color: #fff;
}
#utilnav nav .language.active ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
#utilnav nav .language.active ul li {
  line-height: 24px;
  transition: 0.3s;
}

/* Headers */
.template-1 #header {
  background: url(../../i/hero-bg.jpg) no-repeat center center #FAF6FF;
  background-size: cover;
}

main {
  position: relative;
  z-index: 1;
}

/* Sections */
section {
  display: flex;
  flex-direction: column;
  gap: 5%;
  margin-top: 150px;
}
@media screen and (min-width: 540px) {
  section {
    flex-direction: row;
  }
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  section {
    margin-top: 60px;
    padding: 20px;
  }
}
section .title {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  section .title {
    text-align: left;
    max-width: 40vw;
  }
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 5%;
  max-width: 1000px;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .wrapper {
    flex-direction: column;
    text-align: center;
  }
  .wrapper .content {
    margin-bottom: 40px;
  }
  .wrapper.right {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: 1500px;
  }
}
.wrapper .img {
  width: 40%;
  overflow: hidden;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .wrapper .img {
    width: 100%;
  }
}
.wrapper .img a img {
  transition: 0.3s;
}
@media screen and (min-width: 540px) {
  .wrapper .img a img:hover {
    transform: scale(1.2);
  }
}
.wrapper .content {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .wrapper .content {
    width: 100%;
  }
  .wrapper .content h3 {
    margin-top: 20px;
  }
  .wrapper .content .btn-primary {
    width: 100%;
  }
}
.wrapper.center {
  flex-direction: column;
  text-align: center;
}
.wrapper.center .title {
  text-align: center;
  max-width: 100%;
}
.wrapper.center .content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 540px) {
  .wrapper.center .content {
    flex-direction: row;
    gap: 5%;
  }
}
.wrapper.center .content .list {
  width: 33%;
}
.wrapper.center .content .list img {
  margin-bottom: 20px;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .wrapper.center .content .list + .list {
    margin-top: 100px;
  }
  .wrapper.center .content .list {
    width: 100%;
  }
  .wrapper.center .content .list img {
    max-width: 60%;
  }
}

/* Hero */
.hero {
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding: 0 0 50px 0;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 540px) {
  .hero {
    padding: 50px;
  }
}
.hero .logo-mobile {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .hero .logo-mobile {
    margin-top: 30px;
    margin-bottom: 0px;
    width: 70%;
  }
}
.hero .wrapper {
  width: 100%;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .hero .wrapper {
    padding: 20px;
  }
}
.hero .wrapper .title {
  position: relative;
  width: 100%;
  max-width: inherit;
  height: 100%;
  color: #d0aaff;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
@media screen and (min-width: 540px) {
  .hero .wrapper .title {
    width: 60%;
  }
}
.hero .wrapper .title h2 {
  margin-top: 20px;
  color: #574C7F;
}
.hero .wrapper .content {
  width: 100%;
}
@media screen and (min-width: 540px) {
  .hero .wrapper .content {
    width: 40% !important;
  }
}
.hero .wrapper .content img {
  border-radius: 100%;
}
.highlight-section {
  margin-top: 0;
  height: 100vh;
  text-align: center;
  background: rgb(250, 246, 255);
  background: linear-gradient(180deg, rgb(250, 246, 255) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .highlight-section {
    height: auto;
  }
}
.highlight-section .wrapper {
  background: url(../../i/hl-bg1.png) no-repeat center center;
  background-size: contain;
  width: 100%;
}
.highlight-section .wrapper picture {
  display: none;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .highlight-section .wrapper {
    background: none;
  }
  .highlight-section .wrapper picture {
    display: block;
  }
}

.price-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 2%;
  width: 100%;
  margin-bottom: 30px;
}
.price-list div {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #8F48FF;
  color: #8F48FF;
  margin: 10px 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .price-list div {
    width: 20%;
    font-size: 2rem;
    padding: 70px;
    margin: 20px;
  }
}

.prices .content {
  flex-direction: column;
  flex-flow: wrap;
}

.detail-highlights {
  width: 100%;
  background-color: #FFFBF6;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.detail-highlights div {
  margin-top: 30px;
}
.detail-highlights div:first-child {
  margin-top: 0;
}
@media screen and (min-width: 540px) {
  .detail-highlights {
    margin-top: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5%;
  }
  .detail-highlights div {
    margin-top: 0;
  }
}

.pains .wrapper {
  display: flex;
  flex-direction: column;
}
.pains .title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.pains .content {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 540px) {
  .pains .content {
    width: 80%;
  }
}
.pains .content ul {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pains .content ul {
    width: calc(50% - 10px);
  }
}
.pains .content ul li {
  margin-top: 10px;
  background-color: #FAF6FF;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 540px) {
  .pains .content ul li {
    font-size: 1.5rem;
  }
}
.pains .content ul li i {
  font-style: normal;
  font-size: 3rem;
  margin-right: 20px;
}

.valor {
  padding: 20px 0;
}
@media screen and (min-width: 540px) {
  .valor {
    padding: 100px 0;
  }
}
.valor .wrapper {
  display: flex;
  flex-direction: column;
}
.valor .title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.valor .content {
  width: 95%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 540px) {
  .valor .content {
    width: 80%;
  }
}
.valor .content .box {
  width: 100%;
  display: flex;
  text-align: left;
  font-size: 1.5rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .valor .content .box {
    width: calc(50% - 10px);
    flex-direction: column;
  }
}
@media screen and (min-width: 540px) {
  .valor .content .box {
    margin-top: 10px;
  }
}
.valor .content .box h3 {
  color: #8F48FF;
}
.valor .content .box img {
  max-width: 80px;
}
.valor .button {
  margin-top: 50px;
}

.lead-form .title h2 + h2 {
  color: #574C7F;
}
.lead-form .content {
  flex-direction: column;
  flex-flow: wrap;
}
.lead-form h3 {
  margin-top: 20px;
}
.lead-form .discount-text {
  width: 100%;
  margin-bottom: 30px;
}
.lead-form .discount-text h3 {
  font-size: 2rem;
  font-weight: 600;
  background: -webkit-linear-gradient(45deg, #EE9A62, #8F48FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.picture-card {
  text-align: center;
}
.picture-card img + img {
  margin-top: 15px;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .picture-card img + img + img {
    display: none;
  }
}

.video-hero {
  border-radius: 20% 30% 5% 50%;
  -webkit-border-radius: 20% 30% 5% 50%;
  -ms-border-radius: 20% 30% 5% 50%;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .video-hero {
    max-width: 80%;
    margin: 0 auto;
  }
}

.pasion {
  background-color: #FAF6FF;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .pasion img {
    max-width: 80%;
    margin: 0 auto;
  }
}

.cajas p {
  font-size: 20px;
}
.cajas .title article p > b {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 540px) {
  .cajas .title article p > b {
    justify-content: start;
  }
}

/* Effects */
.shadow {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.brdr-rad10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}

.scale-in-out {
  animation: star 4s ease-in-out 0s infinite normal forwards;
}
@keyframes star {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* Pages */
.breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs {
    margin: 0;
    padding: 0 50px;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li a {
  font-weight: 300;
  margin-right: 10px;
}
.breadcrumbs ul li a:hover {
  color: #574C7F;
}
.breadcrumbs ul li span {
  background: url(../i/ico-right-arrow.svg) no-repeat center right;
  width: 10px;
  height: 10px;
  display: flex;
  background-size: contain;
  margin-right: 10px;
}
.breadcrumbs ul li:last-child {
  font-weight: 400;
  font-style: italic;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #EE9A62;
}

/* Contact */
#form .wrapper {
  align-items: start;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  #form .wrapper {
    align-items: center;
  }
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  #form {
    margin-top: 0;
    padding: 0;
  }
}
#form aside {
  flex: 0.5;
}
#form aside .contact-detail a {
  margin-left: 0;
}
#form aside .follow ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  #form aside .follow ul {
    justify-content: center;
  }
}
#form aside a {
  align-items: center;
  display: flex;
  margin-top: 30px;
  color: #FAF6FF;
  transition: 0.3s;
}
#form aside a svg {
  margin-right: 10px;
  transition: 0.3s;
}
#form aside a svg path {
  fill: #FAF6FF;
  transition: 0.3s;
}
#form aside a:hover {
  color: #8F48FF;
}
#form aside a:hover path {
  fill: #8F48FF;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  #form aside {
    margin-top: 50px;
  }
}

.form {
  flex: 1;
  background-color: #ddc8ff;
  padding: 50px;
}
.form input,
.form textarea {
  border: 1px solid #cdaeff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  min-height: 40px;
  padding: 5px;
  margin-top: 15px;
}
.form input:focus,
.form textarea:focus {
  border: 1px solid #be95ff;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .form input,
  .form textarea {
    width: 100%;
  }
}
.form textarea {
  width: 100%;
}
.form input[type=checkbox] {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
  margin-top: 0;
}
.form .legal {
  margin: 25px 0;
}
.form .legal p {
  font-size: 0.9rem;
}
.form .button {
  margin-top: 30px;
  float: left;
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .form .button {
    width: 100%;
    float: none;
    margin: 50px 0;
  }
}
@media screen and (max-width: 539px) and (orientation: portrait) {
  .form {
    padding: 20px;
  }
}

/* Footer */
footer {
  margin-top: 100px;
  background-color: #8F48FF;
  padding: 100px 50px;
  color: #fff;
}
footer a {
  color: #fff;
  font-weight: 200;
}
footer a:hover {
  color: #C073BB;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo img {
  max-width: 200px;
}
footer .navbars {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 5%;
}
footer .navbars div {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
footer .navbars h5 {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #8F48FF;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  footer .navbars h5 {
    margin-top: 0px;
  }
}
footer .navbars ul + h5 {
  margin-top: 20px;
}
@media screen and (max-width: 770px) {
  footer .navbars {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer .navbars ul {
    margin-top: 10px;
  }
}
@media screen and (max-width: 770px) and (min-width: 769px) {
  footer .navbars ul {
    margin-top: 30px;
  }
}
footer .navbars li {
  line-height: 2rem;
}
@media screen and (max-width: 770px) {
  footer .navbars .follow ul {
    display: flex;
    gap: 20px;
  }
}
footer .other {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20%;
}
@media screen and (min-width: 769px) {
  footer .other {
    flex-direction: row;
  }
}
footer .other p,
footer .other a {
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
footer .other p i,
footer .other a i {
  color: #8F48FF;
  font-weight: 500;
}
@media screen and (min-width: 540px) {
  footer .other p {
    float: left;
  }
  footer .other a {
    float: right;
  }
}

.follow a {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}
.follow a img {
  width: 20px;
  height: 20px;
}
.follow a img fill {
  color: #fff;
}

/* animación B*/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2913.3276367188px;
    stroke-dasharray: 2913.3276367188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2913.3276367188px;
  }
}/*# sourceMappingURL=style.css.map */