html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
}

* {
  text-decoration: none;
}

button {
  outline: none;
}

.container {
  width: 1170px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.header-bg {
  margin-bottom: 75px;
  background: #f9f1ee;
}

.header-content {
  height: 745px;
  width: 1440px;
  margin: 0 auto;
  background: url("../images/backgr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.template {
  height: 910px;
  width: 1440px;
  margin: 0 auto;
  background: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header-text {
  padding-top: 78px;
  font-family: "Dancing Script", cursive;
  font-style: normal;
  font-weight: normal;
  color: #993abf;
  font-size: 28px;
  line-height: 34px;
}

h1.top-text {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 107px;
  color: #2e2e2e;
}

.header-sub {
  margin-top: 30px;
  position: relative;
}

.header-sub li {
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #2e2e2e;
  list-style: none;
}

.header-sub li:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 11px;
  border: 3px solid transparent;
  border-left: 13px solid #5e097f;
}

.heaser-button {
  margin-top: 40px;
}

.heaser-button button {
  width: 172px;
  height: 66px;
  cursor: pointer;
  background: #5e097f;
  box-shadow: 0px 4px 12px rgba(94, 9, 127, 0.25);
  border-radius: 100px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  transition: 0.3s;
}

.heaser-button button:hover {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  background-color: #fff;
  text-transform: uppercase;
  color: #5e097f;
  border: 2px solid #5e097f;
  box-sizing: border-box;
  border-radius: 100px;
  box-shadow: none;
}

.header-box {
  padding: 30px 45px;
  background: #ffffff;
  width: 967px;
  position: relative;
  top: 52px;
  height: 170px;
  margin: 0 auto;
  box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.15);
}

.header-box-flex {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.box-sub {
  display: flex;
  width: 200px;
  justify-content: center;
  flex-direction: column;
}

.box-sub img {
  width: 56px;
  margin: 0 auto;
}

.box-sub span {
  margin-top: 10px;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  color: #2e2e2e;
}

.template {
  padding-top: 87px;
}

h2.subtext {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 75px;
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #2e2e2e;
}

.footer-content {
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
}

.footer-content h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

a.tel-img {
  margin-top: 20px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #bcbcbc;
  display: block;
  padding-left: 33px;
  transition: 0.3s;
}

a.tel-img:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background: url("../img/phone-icon.svg");
}

a.tel-img:hover {
  color: #fff;
}

a.mailto {
  margin-top: 18px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #bcbcbc;
  display: block;
  padding-left: 33px;
}

a.mailto:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background: url("../img/email-icon.svg");
}

a.mailto:hover {
  color: #fff;
}

p.adress {
  margin-top: 16px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #bcbcbc;
  padding-left: 33px;
}

p.adress:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background: url("../img/location.svg");
}

.footer-copyright {
  border-top: 0.5px solid #bcbcbc;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 54px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #bcbcbc;
}

.footer-contect {
  width: 320px;
}

.footer-link {
  width: 320px;
}

.footer-link ul {
  list-style: none;
  text-decoration: none;
}

.footer-link li {
  padding-top: 20px;
}

.footer-link a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  color: #bcbcbc;
  transition: 0.3s;
}

.footer-link a:hover {
  color: #fff;
}

.footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.visa,
.stripe {
  margin-left: 22px;
}

.template-box {
  width: 260px;
  position: relative;
  text-align: center;
  z-index: 2;
  margin-right: 150px;
}

.template-box:after {
  content: "";
  width: 76px;
  height: 40px;
  top: 50%;
  z-index: 0;
  left: 129%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url("../images/line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.template-box-next {
  width: 260px;
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: 57px;
}

.template-box-next:after {
  content: "";
  width: 84px;
  height: 76px;
  top: 55%;
  z-index: 0;
  left: 129%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url("../images/line2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.template-circle {
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
}

.template-circle:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #f8f1ee;
  width: 316px;
  height: 316px;
  z-index: 0;
  border-radius: 100%;
}

.template-circle-one {
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
}

.template-circle-one:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #f8f1ee;
  width: 316px;
  height: 316px;
  z-index: 0;
  border-radius: 100%;
}

.template-box-last {
  width: 260px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-left: 150px;
  margin-top: 118px;
}

.number-one {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 144px;
  line-height: 168px;
  text-align: center;
  color: #993abf;
  z-index: 1;
}

.number-two {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 144px;
  line-height: 192px;
  text-align: center;
  color: #5e097f;
  z-index: 1;
}

.number-one-last {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 144px;
  line-height: 192px;
  text-align: center;
  color: #3c0353;
  z-index: 1;
}

.template-text {
  padding-top: 18px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #2e2e2e;
  z-index: -1;
}

.template-text span {
  font-weight: bold;
  z-index: 1;
}

.template-img {
  z-index: 1;
  margin-top: 18px;
}

.template-flex {
  display: flex;
  justify-content: center;
}

.template-listo {
  background: #f8f1ee;
}

.template-listo-flex {
  display: flex;
}

.template-listo-left {
  width: 60%;
}

.template-listo-right {
  width: 40%;
  position: relative;
}

.template-listo-right img {
  right: -25px;
  position: relative;
  display: block;
}

.top-listo-text {
  padding-top: 80px;
  font-family: "Dancing Script", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  color: #993abf;
}

.template-listo-text h2 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 75px;
  color: #2e2e2e;
  margin-bottom: 40px;
}

.template-listo-text p {
  width: 590px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #2e2e2e;
  padding-bottom: 40px;
}

.btn button {
  transition: 0.3s;
  border: none;
  font-family: "PT Sans", sans-serif;
  width: 262px;
  height: 66px;
  cursor: pointer;
  background: #5e097f;
  box-shadow: 0px 4px 12px rgba(94, 9, 127, 0.25);
  border-radius: 100px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
}

.btn button:hover {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  background-color: #fff;
  text-transform: uppercase;
  color: #5e097f;
  border: 2px solid #5e097f;
  box-sizing: border-box;
  border-radius: 100px;
  box-shadow: none;
}

.template-listo-button {
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.button-text {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #2e2e2e;
  margin-left: 35px;
}

.button-text span {
  font-weight: bold;
}

.templato-activos-text {
  padding-top: 90px;
}

.templato-activos-text h2 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 75px;
  text-align: center;
  color: #2e2e2e;
}

.activos-txt {
  width: 100%;
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  color: #993abf;
}

.templato-activos-flex {
  margin-top: 65px;
  display: flex;
  margin-bottom: 112px;
  justify-content: center;
}

.templato-activos-box {
  width: 470px;
}

.templato-activos-bt {
  width: 365px;
}

.tm-title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-family: "Playfair Display", serif;
  color: #000000;
  padding-bottom: 20px;
}

.tm-txt {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 141.9%;
  color: #2e2e2e;
}

.tm-txt span {
  font-weight: 700;
}

.templato-act {
  display: flex;
  align-items: center;
}

.templato-act-flex {
  margin-left: 5px;
}

.pd {
  margin-bottom: 62px;
}

.templato-act-txt {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.templato-act-tx {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 141.9%;
  color: #2e2e2e;
  margin-top: 7px;
}

.tm-flex-box-name {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 141.9%;
  color: #2e2e2e;
}

.tm-flex-box-pr {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 141.9%;
  color: #2e2e2e;
}

.tm-flex {
  margin-top: 30px;
}

.tm-flex-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tm-flex-box-shem {
  width: 100%;
  position: relative;
  height: 5px;
  background: #d2d2d2;
}

.color-sheme {
  position: absolute;
  height: 5px;
  left: 0;
  width: 82%;
  top: 0;
  background: #3c0353;
  background: -moz-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #3c0353),
    color-stop(100%, #993abf)
  );
  background: -webkit-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -o-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -ms-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: linear-gradient(to right, #3c0353 0%, #993abf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c0353', endColorstr='#993abf', GradientType=1);
}

.color-sheme2 {
  position: absolute;
  height: 5px;
  left: 0;
  width: 52%;
  top: 0;
  background: #3c0353;
  background: -moz-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #3c0353),
    color-stop(100%, #993abf)
  );
  background: -webkit-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -o-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -ms-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: linear-gradient(to right, #3c0353 0%, #993abf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c0353', endColorstr='#993abf', GradientType=1);
}

.color-sheme3 {
  position: absolute;
  height: 5px;
  left: 0;
  width: 21%;
  top: 0;
  background: #3c0353;
  background: -moz-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #3c0353),
    color-stop(100%, #993abf)
  );
  background: -webkit-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -o-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -ms-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: linear-gradient(to right, #3c0353 0%, #993abf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c0353', endColorstr='#993abf', GradientType=1);
}

.color-sheme4 {
  position: absolute;
  height: 5px;
  left: 0;
  width: 73%;
  top: 0;
  background: #3c0353;
  background: -moz-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #3c0353),
    color-stop(100%, #993abf)
  );
  background: -webkit-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -o-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: -ms-linear-gradient(left, #3c0353 0%, #993abf 100%);
  background: linear-gradient(to right, #3c0353 0%, #993abf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c0353', endColorstr='#993abf', GradientType=1);
}

.pt {
  margin-top: 30px;
}

.templato-activos-box-center {
  padding-left: 30px;
}

.fl {
  width: 262px;
  height: 465px;
  position: absolute;
  right: -127px;
  top: 48px;
  background: url("../images/fl2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fl2 {
  width: 215px;
  height: 385px;
  position: absolute;
  right: -136px;
  bottom: 0;
  background: url("../images/fl2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fl17 {
  width: 274px;
  height: 383px;
  position: absolute;
  right: -130px;
  top: 90px;
  background: url("../images/fl4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fl18 {
  width: 236px;
  height: 411px;
  position: absolute;
  left: -130px;
  top: 90px;
  background: url("../images/fl5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fl3 {
  width: 530px;
  height: 680px;
  position: absolute;
  right: -161px;
  bottom: 0;
  background: url("../images/slider-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fl4 {
  width: 318px;
  height: 388px;
  position: absolute;
  left: -150px;
  top: 16px;
  background: url("../images/fl3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fl5 {
  z-index: 9;
  width: 350px;
  height: 437px;
  position: absolute;
  right: -27px;
  bottom: 10px;
  background: url("../images/img-rt.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.template-prof-subtitle {
  font-family: "Dancing Script", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  color: #993abf;
}

.template-prof-title h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 75px;
  font-family: "Playfair Display", serif;
  color: #2e2e2e;
}

.template-prof,
.template-slider {
  background: #f8f1ee;
  position: relative;
}

.template-slider-wrap {
  display: flex;
  padding-top: 68px;
  padding-bottom: 68px;
}

.template-prof-title,
.template-prof-title-text,
.template-prof-title-tex,
.template-slider-left,
.template-slider-right {
  width: 50%;
}

.template-prof-top {
  display: flex;
}

.template-prof-wrap {
  padding-top: 90px;
  padding-bottom: 60px;
}

.template-prof-title-text p {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 141.9%;
  text-align: justify;
  color: #2e2e2e;
}

.template-prof-title-tex {
  width: 414px;
}

.template-prof-title-tex p {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 141.9%;
  text-align: justify;
  color: #2e2e2e;
}

.template-prof-user {
  display: flex;
  align-items: center;
  padding-top: 25px;
}

.template-prof-user-name {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 141.9%;
  font-family: "PT Sans", sans-serif;
  color: #2e2e2e;
}

.template-prof-user-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 141.9%;
  font-family: "PT Sans", sans-serif;
  color: #2e2e2e;
}

.template-prof-user-wrap {
  margin-left: 20px;
}

.template-prof-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.prof-pd {
  padding-top: 30px;
}

.template-slider-left h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 75px;
  font-family: "Playfair Display", serif;
  color: #2e2e2e;
}

.template-slider-title {
  font-family: "Dancing Script", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  color: #993abf;
}

.template-slider-text {
  margin-top: 40px;
  width: 480px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 141.9%;
  font-family: "PT Sans", sans-serif;
  color: #2e2e2e;
}

.slider-button {
  margin-top: 65px;
}

.slider-button button {
  width: 262px;
  height: 66px;
  cursor: pointer;
  background: #5e097f;
  box-shadow: 0px 4px 12px rgba(94, 9, 127, 0.25);
  border-radius: 100px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  transition: 0.3s;
}

.slider-button button:hover {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  background-color: #fff;
  text-transform: uppercase;
  color: #5e097f;
  border: 2px solid #5e097f;
  box-sizing: border-box;
  border-radius: 100px;
  box-shadow: none;
}

.template-main-sub {
  width: 100%;
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  color: #993abf;
}

.template-main-wrap {
  padding-top: 105px;
  padding-bottom: 122px;
}

.template-main-wrap h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 75px;
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #2e2e2e;
}

.template-main-slider {
  margin-top: 50px;
}

.star {
  display: flex !important;
}

.main-slider .slick-next {
  right: 0px !important;
}

.main-slider .slick-prev {
  left: 0px !important;
}

img.img-hover-next {
  width: 52px !important;
  display: block;
  height: 52px !important;
  padding: 25px;
  transition: 0.3s;
  background-image: url("../images/right.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  z-index: 9;
}

img.img-hover-next:active {
  transform: translateY(-50%) scale(0.9);
}

img.img-hover-next:hover {
  width: 52px !important;
  display: block;
  height: 52px !important;
  transition: 0.3s;
  background-image: url("../images/right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  z-index: 9;
  border-radius: 100%;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.35);
}

img.img-hover-prev {
  z-index: 9;
  width: 52px !important;
  display: block;
  height: 52px !important;
  padding: 25px;
  transition: 0.3s;
  background-image: url("../images/left.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}

img.img-hover-prev:active {
  transform: translateY(-50%) scale(0.9);
}

img.img-hover-prev:hover {
  width: 52px !important;
  display: block;
  height: 52px !important;
  transition: 0.3s;
  background-image: url("../images/left.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border: none;
  z-index: 9;
  border-radius: 100%;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.35);
}

.slide-name {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 85px;
  color: #5e097f;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-img {
  z-index: 1;
  width: 71%;
  margin-left: 20px;
}

.slide-img img {
  width: 100%;
}

.template-slider-box {
  display: flex !important;
}

.slick-next {
  font-size: 22px;
}

.template-para-slider .slick-next:hover {
  width: 33px;
  background-image: url("../img/bigarrow.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.template-para-slider .slick-prev:hover {
  width: 33px;
  background-image: url("../img/bigarrowright.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  left: -252px !important;
  top: 83.5% !important;
}

.template-para-slider,
.slick-next:hover::before {
  content: "→";
}

.template-para-slider,
.slick-prev:hover::before {
  content: "←";
}

.template-para-slider .slick-prev {
  left: -245px !important;
  top: 83.5% !important;
}

.template-para-slider .slick-next {
  left: -155px !important;
  top: 83.5% !important;
}

.template-para-slider .slick-next:before {
  font-family: "" !important;
  font-size: 20px;
  transition: 0.3s;
  line-height: 1;
  opacity: 0.75;
  color: #2e2e2e !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.template-para-slider .slick-prev:before {
  font-family: "" !important;
  font-size: 20px;
  transition: 0.3s;
  line-height: 1;
  opacity: 0.75;
  color: #2e2e2e !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider__counter {
  position: absolute;
  bottom: 70px;
  left: -212px;
  z-index: 1;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 141.9%;
  color: #2e2e2e;
  pointer-events: none;
}

.template-slider-box .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  padding: 0;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: 0.25s;
}

.slick-list {
  box-sizing: initial;
  padding: 25px !important;
}

.main-slider-box {
  width: 1026px !important;
  justify-content: space-between;
  display: flex !important;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}

.slider-img img {
  display: block;
}

.slider-content {
  padding-left: 35px;
  padding-top: 48px;
  padding-right: 50px;
}

.slider-content p {
  padding-top: 20px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 141.9%;
  text-align: justify;
  color: #2e2e2e;
  padding-bottom: 25px;
}

.date {
  font-style: italic;
  font-size: 18px;
  line-height: 141.9%;
  color: #2e2e2e;
  font-family: "PT Sans", sans-serif;
}

.date span {
  font-weight: bold;
}

.template-form-sub {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  font-family: "Dancing Script", cursive;
  color: #993abf;
}

.template-form-wrap {
  padding-top: 53px;
  display: flex;
  padding-bottom: 60px;
  justify-content: space-between;
}

.template-form-left {
  width: 55%;
}

.template-form {
  background: #f8f1ee;
}

h2.template-form-title {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 75px;
  font-family: "Playfair Display", serif;
  color: #2e2e2e;
}

.paso {
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
}

.paso-box {
  text-align: center;
}

.paso-conten-name {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 141.9%;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
  padding-bottom: 4px;
}

.paso-conten-text {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 141.9%;
  text-align: center;
  color: #2e2e2e;
}

.paso-content {
  padding-top: 20px;
}

.form-main-content-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.form-main-content-title span {
  font-weight: 600;
}

.form-main-content-wrap {
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
}

.form-main-left-name {
  padding-top: 17px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #2e2e2e;
}

.form-main-left-sub {
  padding-top: 5px;
}

.form-main-left-sub li {
  padding-left: 20px;
  list-style: none;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20.7px;
  color: #2e2e2e;
  position: relative;
}

.form-main-left-sub li:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 9px;
  border: 3px solid transparent;
  border-left: 10px solid #5e097f;
}

.form-wrap {
  background: #ffffff;
  box-shadow: 0px 11px 29px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 455px;
  padding-top: 28px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 40px;
}

.form-wrap-title {
  margin-bottom: 23px;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 131.9%;
  text-align: center;
  color: #2e2e2e;
}

.form-wrap-title span {
  color: #5e097f;
}

.price {
  padding-top: 20px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #767676;
}

.price-name {
  padding-top: 4px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: #2e2e2e;
}

.main-price {
  padding-top: 5px;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  font-family: "Playfair Display", serif;
  text-align: center;
  text-transform: uppercase;
  color: #5e097f;
}

.form-btn {
  margin-top: 20px;
}

.form-btn button {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  width: 380px;
  height: 85px;
  background: #5e097f;
  box-shadow: 0px 4px 12px rgba(94, 9, 127, 0.25);
  border-radius: 100px;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

.form-btn button:hover {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  background-color: #fff;
  text-transform: uppercase;
  color: #5e097f;
  border: 2px solid #5e097f;
  box-sizing: border-box;
  border-radius: 100px;
  box-shadow: none;
}

.form-ftm-text {
  padding-top: 35px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 141.9%;
  text-align: justify;
  color: #2e2e2e;
}

.main-form input::placeholder {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #aaaaaa;
}

.main-form input {
  border: 0.5px solid #aaaaaa;
  border-radius: 100px;
  height: 65px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #aaaaaa;
}

.main-form input:focus {
  outline: none;
}

input.text-name {
  margin-bottom: 20px;
}

input.text-subname {
  margin-bottom: 20px;
}

.template-usar-wrap {
  padding-top: 80px;
  padding-bottom: 265px;
}

.template-usar-sub {
  font-family: "Dancing Script", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  color: #993abf;
  width: 100%;
  text-align: center;
}

.template-usar-title {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 75px;
  text-align: center;
  color: #2e2e2e;
  font-family: "Playfair Display", serif;
}

.user-icon-box-name {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 141.9%;
  text-align: center;
  color: #2e2e2e;
  padding-top: 15px;
  padding-bottom: 7px;
}

.user-icon-box-text {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 141.9%;
  text-align: center;
  color: #2e2e2e;
}

.user-icon-box {
  width: 300px;
  position: relative;
  text-align: center;
}

.user-icon-wrap {
  display: flex;
}

.template-usar-wrapers {
  padding-top: 76px;
  display: flex;
  justify-content: space-between;
}

.first {
  padding-top: 180px;
}

.fir {
  padding-top: 240px;
}

.icon-pading {
  padding-left: 40px;
}

.fl16 {
  position: absolute;
  bottom: -16%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.first:after {
  content: "";
  width: 65px;
  height: 84px;
  top: 51%;
  z-index: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url("../images/path.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.second:after {
  content: "";
  width: 179px;
  height: 95px;
  top: 5%;
  z-index: 0;
  left: 104%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url("../images/path2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.three:after {
  content: "";
  width: 83px;
  height: 75px;
  top: 55%;
  z-index: 0;
  left: 111%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url("../images/path3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.template-foto-sub {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  color: #993abf;
  width: 100%;
  text-align: center;
  font-family: "Dancing Script", cursive;
}

.template-foto-title {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  font-family: "Playfair Display", serif;
  line-height: 75px;
  text-align: center;
  color: #2e2e2e;
}

.template-foto-wrap {
  padding-top: 80px;
  padding-bottom: 116px;
}

.template-foto-wrapers {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  justify-content: space-evenly;
}

img.rh {
  height: 313px;
}

img.rh2 {
  height: 250px;
  margin-top: 40px;
}

img.rh3 {
  height: 393px;
}

img.rh4 {
  height: 393px;
}

img.rh5 {
  height: 243px;
  margin-top: 60px;
}

img.rh6 {
  height: 197px;
  margin-top: 60px;
}

img.rh7 {
  margin-top: 30px;
  height: 323px;
}

.form-visible {
  display: none;
}

.header-box-section {
  display: flex;
  width: 50%;
  justify-content: space-around;
}

.header-mobile-bg {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .fl3 {
    right: -129px;
  }

  .template {
    width: 100%;
  }

  .header-content {
    width: 100%;
  }

  .fl {
    right: -49px;
  }

  .fl3 {
    right: -115px;
  }

  .fl17 {
    right: -51px;
  }

  .fl2 {
    right: -51px;
  }

  .template-listo-right img {
    right: 18px;
  }

  .icon-pading {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1348px) {
  .fl3 {
    right: -53px;
  }

  .template-listo-right img {
    right: 22px;
  }

  .form-main-content-wrap {
    flex-direction: column;
    align-items: center;
  }

  .form-main-content-title {
    text-align: center;
  }
}

@media only screen and (max-width: 1215px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fl3 {
    display: none;
  }

  .fl {
    right: 12px;
  }

  .template-listo-right img {
    right: 64px;
  }

  .fl5,
  .fl17 {
    display: none;
  }

  .fl2 {
    display: none;
  }

  .icon-pading {
    padding-left: 0px;
  }

  .user-icon-box {
    width: 273px;
  }

  .user-icon-box-text br {
    display: none;
  }

  .fl18 {
    left: 0px;
  }

  .template-listo-button {
    padding-top: 0px;
  }

  .template {
    background: none;
  }

  .template-listo-flex {
    flex-direction: column;
  }

  .template-listo-left {
    width: 100%;
  }

  .top-listo-text {
    text-align: center;
  }

  .template-listo-text h2 {
    text-align: center;
  }

  .template-listo-button {
    align-items: center;
    flex-direction: column-reverse;
  }

  .button-text {
    margin-left: 0;
    width: 100%;
  }

  .template-listo-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .template-circle:after {
    width: 266px;
    height: 266px;
  }

  .template-circle-one:after {
    width: 266px;
    height: 266px;
  }

  .first {
    padding-top: 0px;
  }

  .fir {
    padding-top: 0px;
  }

  .fl {
    display: none;
  }

  .second:after {
    display: none;
  }

  .three:after {
    display: none;
  }

  .first:after {
    display: none;
  }

  .template-usar-wrapers {
    padding-top: 76px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-slider-box {
    width: 90% !important;
  }

  .slider-content {
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
  }

  .slider-content p {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .main-slider {
    width: 100% !important;
  }

  .template-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .template-box {
    margin-right: 0;
  }

  .template-box-last {
    margin-left: 0;
    margin-top: 0;
  }

  .template-box-next {
    margin-top: 0;
  }

  .template-box:after {
    display: none;
  }

  .template-box-next:after {
    display: none;
  }

  .template {
    height: inherit;
  }

  .template-slider-wrap {
    display: flex;
    padding-top: 68px;
    padding-bottom: 68px;
    flex-direction: column;
  }

  .template-para-slider {
    width: 95% !important;
  }

  .template-prof-title,
  .template-prof-title-text,
  .template-prof-title-tex,
  .template-slider-left,
  .template-slider-right {
    width: 100%;
  }

  .template-slider-box {
    display: flex !important;
    margin: 0 auto;
    justify-content: center;
  }

  .template-para-slider .slick-prev {
    left: inherit !important;
    right: 65px !important;
    top: 104.5% !important;
  }

  .slider__counter {
    position: absolute;
    bottom: -40px;
    left: inherit;
    right: 0;
  }

  .template-para-slider .slick-prev:hover {
    left: inherit !important;
    right: 65px !important;
    top: 104.5% !important;
  }

  .template-para-slider .slick-next {
    left: inherit !important;
    right: -40px !important;
    top: 104.5% !important;
  }

  .ds {
    display: none;
  }
}

@media only screen and (max-width: 1068px) {
  .template-form-left {
    width: 100%;
  }

  .template-form-wrap {
    justify-content: center;
    flex-direction: column;
  }

  .template-form-right {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }

  .form-hidden {
    display: none;
  }

  .form-visible {
    margin-top: 40px;
    display: block;
  }

  .templato-activos-box-center {
    /* display: none; */
    display: block;
    margin: auto;
  }

  .template-prof-top {
    display: flex;
    flex-direction: column;
  }

  .template-prof-bottom {
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .slider-button {
    text-align: center;
  }

  .template-listo-right img {
    right: 0;
  }

  h2 br {
    display: none;
  }

  .fl16 {
    position: relative;
    bottom: 0;
    left: 0;
    transform: inherit;
    text-align: center;
  }

  .template-usar-wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .form-main-content-wrap {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .header-box {
    padding: 30px 45px;
    background: #ffffff;
    width: 100%;
    height: inherit;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-contect,
  .footer-link {
    width: 100%;
  }

  .footer-link {
    margin-top: 35px;
  }

  .templato-activos-flex {
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .templato-activos-bt {
    width: 100%;
    padding-top: 30px;
  }

  .templato-activos-box {
    width: 100%;
  }

  .templato-act-tx br {
    display: none;
  }

  h1.top-text {
    font-size: 65px;
    line-height: 96px;
  }

  .fl18 {
    display: none;
  }

  .main-slider-box {
    flex-direction: column-reverse;
  }

  .slider-content {
    padding-bottom: 25px;
  }

  .slider-img img {
    width: 100%;
  }

  .template-main-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fl4 {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .form-main-content-wrap {
    flex-direction: column;
    align-items: center;
  }

  .form-main-content-title {
    text-align: center;
  }
}

@media only screen and (max-width: 668px) {
  .box-sub {
    padding: 10px;
  }

  .header-box {
    padding: 25px 25px;
  }

  .header-box-flex {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
  }

  .header-box-section {
    width: 100%;
  }

  .template {
    padding-top: 141px;
  }

  .template-box-last,
  .template-box-next,
  .template-box {
    width: 350px;
  }

  .template-flex {
    justify-content: center;
  }

  .template-box:after {
    display: block;
    top: 106%;
    z-index: 0;
    left: -1%;
    transform: rotate(70deg);
  }

  .template-box-next:after {
    display: block;
    top: 106%;
    z-index: 0;
    left: 85%;
    transform: rotate(70deg);
  }

  .template-circle-one:after {
    width: 316px;
    height: 316px;
    transform: translate(-50%, -34%);
  }

  .template-circle:after {
    width: 316px;
    height: 316px;
  }

  .template-prof-title h2 {
    font-size: 46px;
    line-height: 57px;
  }

  .template-main-wrap h2 {
    font-size: 46px;
    line-height: 57px;
  }

  h2.template-form-title {
    font-size: 46px;
    line-height: 57px;
  }

  .template-foto-title {
    font-size: 46px;
    line-height: 57px;
  }

  .template-usar-title {
    font-size: 46px;
    line-height: 57px;
  }

  .template-slider-left h2 {
    font-size: 46px;
    line-height: 57px;
  }

  .templato-activos-text h2 {
    font-size: 46px;
    line-height: 57px;
  }

  .template-listo-text h2 {
    font-size: 46px;
    line-height: 57px;
  }

  h2.subtext {
    font-size: 46px;
    line-height: 57px;
  }

  h1.top-text {
    font-size: 46px;
    line-height: 57px;
  }

  .header-content {
    background: none;
    height: inherit;
  }

  .header-mobile-bg {
    display: flex;
    justify-content: center;
  }

  .heaser-button {
    text-align: center;
  }

  .header-box {
    padding: 10px 10px;
  }

  .header-bg {
    margin-bottom: 0;
  }

  .header-text {
    padding-top: 48px;
    text-align: center;
  }

  h1.top-text {
    text-align: center;
  }

  .header-sub ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header-sub li {
    width: 270px;
    padding-bottom: 10px;
  }

  .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    content: "" !important;
  }

  .slick-dots li button:before {
    opacity: 1 !important;
    content: "" !important;
    background: #5e097f;
    width: 17px !important;
    border-radius: 100% !important;
    height: 17px !important;
  }

  .slick-dots li {
    margin: 0 30px !important;
  }

  .slick-dots li button {
    content: "" !important;
    background: #5e097f;
    width: 17px !important;
    border-radius: 100% !important;
    height: 17px !important;
    border: 1px solid #5e097f;
  }

  .slick-dots li.slick-active button:before {
    content: "" !important;
    left: -10px !important;
    top: -10px !important;
    width: 35px !important;
    height: 35px !important;
    border: 3px solid #5e097f !important;
    border-radius: 100% !important;
    background-color: #fff !important;
  }

  .slider__counter {
    right: 40px;
  }

  .template-para-slider .slick-prev {
    right: 98px !important;
  }

  .template-para-slider .slick-next {
    left: inherit !important;
    right: 0 !important;
  }

  .template-para-slider .slick-prev:hover {
    right: 98px !important;
  }

  .template-foto-wrapers {
    display: none;
  }

  .template-foto-slider {
    display: flex;
    width: 90% !important;
    margin: 0 10px;
  }

  .template-foto-slider img {
    width: 260px !important;
    height: auto;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  .template-slider-text {
    width: 100%;
  }

  .template-listo-text p {
    width: 100%;
  }

  .template-para-slider {
    width: 90% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  .template-slider-box {
    justify-content: inherit;
  }
}

@media only screen and (max-width: 568px) {
  .template-listo-right img {
    width: 100%;
  }

  .fl16 img {
    width: 100%;
  }

  .user-icon-box {
    width: 217px;
  }

  .paso {
    justify-content: space-between;
    flex-direction: column;
  }

  .footer-flex {
    flex-direction: column;
  }

  .footer-copyright {
    height: inherit;
  }

  .header-text {
    font-size: 14px;
    line-height: 17px;
  }

  h1.top-text {
    font-size: 34px;
    line-height: 45px;
  }

  .header-sub li {
    font-size: 16px;
    line-height: 21px;
  }

  .header-sub li {
    width: 242px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .header-sub li {
    width: 180px;
    padding-bottom: 10px;
  }

  .header-mobile-bg img {
    width: 100%;
  }

  .heaser-button {
    margin-top: 26px;
  }

  .box-sub span {
    font-size: 16px;
    line-height: 21px;
  }

  .header-box {
    padding: 0;
  }

  h2.subtext {
    font-size: 30px;
    line-height: 40px;
  }

  .template {
    padding-top: 120px;
    padding-bottom: 45px;
  }

  .template-text {
    font-size: 16.1983px;
    line-height: 21px;
    width: 212px;
    margin: 0 auto;
  }

  .number-one {
    font-size: 116.628px;
    line-height: 155px;
  }

  .number-two {
    font-size: 116.628px;
    line-height: 155px;
  }

  .number-one-last {
    font-size: 116.628px;
    line-height: 155px;
  }

  .top-listo-text {
    padding-top: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .template-listo-text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .template-listo-text p {
    font-size: 16px;
    line-height: 141.9%;
    padding-bottom: 25px;
  }

  .button-text {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 30px;
  }

  .templato-activos-text {
    padding-top: 40px;
  }

  .activos-txt {
    font-size: 18px;
    line-height: 22px;
  }

  .templato-activos-text h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .templato-activos-flex {
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .templato-act-txt {
    font-size: 20px;
    line-height: 27px;
  }

  .templato-act-tx {
    font-size: 16px;
    line-height: 141.9%;
  }

  .pd {
    margin-bottom: 20px;
  }

  .tm-title {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 15px;
  }

  .tm-txt {
    font-size: 16px;
    line-height: 141.9%;
  }

  .template-slider-wrap {
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .template-slider-title {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    text-align: center;
  }

  .template-slider-left h2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height: 40px;
  }

  .template-slider-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 141.9%;
  }

  .template-slider-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-name {
    font-size: 24px;
    line-height: 32px;
  }

  .template-para-slider {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  .template-slider-box {
    justify-content: inherit;
    width: 280px !important;
  }

  .slider__counter {
    bottom: -31px;
  }

  .template-usar-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .template-usar-sub {
    font-size: 18px;
    line-height: 22px;
  }

  .template-usar-title {
    font-size: 30px;
    line-height: 40px;
  }

  .template-usar-wrapers {
    padding-top: 30px;
  }

  .user-icon-box-text {
    font-size: 16px;
    line-height: 141.9%;
    text-align: left;
    color: #2e2e2e;
  }

  .user-icon-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .user-icon-box {
    width: 100%;
    text-align: left;
  }

  .user-icon-box-name {
    text-align: left;
  }

  .fl16 {
    margin-top: 0;
  }

  .template-prof-wrap {
    padding-top: 42px;
    padding-bottom: 31px;
  }

  .template-prof-subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .template-prof-title h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 22px;
  }

  .template-prof-title-text p {
    font-size: 16px;
    line-height: 141.9%;
  }

  .template-main-wrap {
    padding-top: 43px;
    padding-bottom: 35px;
  }

  .template-main-sub {
    font-size: 18px;
    line-height: 22px;
  }

  .template-main-wrap h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .template-main-slider {
    margin-top: 35px;
  }

  .form-wrap {
    width: 100%;
  }

  .form-btn button {
    width: 100%;
  }

  .template-form-wrap {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .template-form-sub {
    font-size: 18px;
    line-height: 22px;
  }

  h2.template-form-title {
    font-size: 30px;
    line-height: 40px;
  }

  .paso-box {
    padding-bottom: 30px;
  }

  .template-form-right {
    margin-top: 0px;
  }

  .paso {
    padding-top: 38px;
    padding-bottom: 0px;
  }

  .form-wrap-title {
    font-size: 24px;
    line-height: 131.9%;
  }

  .main-form input {
    height: 47px;
  }

  .price {
    font-size: 16px;
    line-height: 21px;
    padding-top: 15px;
  }

  .price-name {
    font-size: 18px;
    line-height: 23px;
  }

  .main-price {
    font-size: 36px;
    line-height: 48px;
  }

  .form-btn button {
    height: 60px;
    font-size: 14.6288px;
    line-height: 18px;
  }

  .form-ftm-text {
    font-size: 12px;
    line-height: 141.9%;
    padding-top: 15px;
  }

  .form-main-left img {
    width: 100%;
  }

  .form-main-right {
    margin-top: 30px;
  }

  .form-main-right img {
    width: 100%;
  }

  .template-foto-wrap {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .template-foto-sub {
    font-size: 18px;
    line-height: 22px;
  }

  .template-foto-title {
    font-size: 30px;
    line-height: 40px;
  }

  .template-box-next:after {
    left: 80%;
  }

  .main-slider {
    width: 90% !important;
    margin: 0 auto;
  }

  .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .template-circle-one:after {
    width: 255px;
    height: 255px;
    transform: translate(-50%, -34%);
  }

  .template-circle:after {
    width: 255px;
    height: 255px;
  }
}

@media only screen and (max-width: 375px) {
  .header-sub li {
    width: 145px;
  }

  .template-box-next:after {
    left: 74%;
    top: 96%;
  }

  .copyright {
    font-size: 12px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 320px) {
  .header-sub li {
    width: 140px;
  }

  a.mailto {
    font-size: 15px;
  }

  a.tel-img {
    font-size: 15px;
  }

  p.adress {
    font-size: 15px;
  }

  .footer-link a {
    font-size: 16px;
  }

  .footer-content h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .template-box-next:after {
    left: 71%;
    top: 96%;
  }
}

.template-foto-slider {
  display: none !important;
}

.template-usar-wrapers_mob {
  display: none;
}

@media (max-width: 1024px) {
  .template-usar-wrapers_mob {
    display: flex;
  }

  .template-usar-wrapers_desk {
    display: none;
  }
}

@media (max-width: 670px) {
  .template-foto-slider {
    display: block !important;
  }

  .slick-dots {
    bottom: -41px !important;
  }

  .slick-dots li {
    width: 15px !important;
    margin: 0px 10px !important;
  }
}

@media (max-width: 460px) {
  .template-usar-wrapers_mob {
    display: flex;
  }

  .template-usar-wrapers_desk {
    display: none;
  }

  .user-icon-wrap {
    justify-content: flex-start;
  }

  .template-usar-wrapers {
    padding-left: 21px;
  }

  .user-icon-box {
    width: auto;
    margin-right: 22px;
  }

  .user-icon-box-text {
    width: 160px;
  }
}

@media (max-width: 378px) {
  .user-icon-box-text {
    width: 120px;
  }
}

.form-main-left {
  margin-right: 20px;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  width: 100%;
}

label {
  text-align: center;
  display: block;
}
