body {
  font-family: "Montserrat", sans-serif;
}

.mainBtn {
  background-color: #9F72FF;
  color: #FFEB00 !important;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  border: none;
}

.secBtn {
  border: 2px solid #FFEB00;
  color: #FFEB00;
  background-color: inherit;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}

.thirdBtn {
  background-color: #FFF;
  color: #9F72FF !important;
  border: 2px solid #9F72FF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}

.mainBtn:visited, .mainBtn:hover, .mainBtn:active, .mainBtn:focus, .secBtn:visited, .secBtn:hover, .secBtn:active, .secBtn:focus {
  color: #FFEB00;
  text-decoration: none;
  outline: none;
}

.thirdBtn:visited, .thirdBtn:hover, .thirdBtn:active, .thirdBtn:focus {
  color: #9F72FF;
  text-decoration: none;
  outline: none;
}

input:focus {
  outline: none;
}

form {
  position: relative;
}
form .parsley-errors-list {
  position: absolute;
  top: 60px;
  left: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #FF0000;
}
form .parsley-errors-list li {
  text-align: left;
}

header .container {
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .flex {
  display: flex;
}
header .thirdBtn {
  padding: 7.5px 12.5px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
header .mainBtn {
  margin-left: 20px;
  width: 157px;
  height: 50px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

body nav {
  background-color: #FFF;
  padding: 0 !important;
}
body nav img {
  display: none;
}
body nav .navbar-nav {
  width: 100%;
  justify-content: space-between;
}
body nav .navbar-nav .nav-item a {
  color: #484D66;
  font-weight: 600;
  font-size: 21px;
  margin: 44px 0 28px;
  padding: 0 !important;
  transition: 0.2s ease-in-out;
}
body nav .navbar-nav .nav-item a:visited {
  color: #484D66;
}
body nav .navbar-nav .nav-item a:focus {
  color: #484D66;
}
body nav .navbar-nav .nav-item a:hover {
  opacity: 0.6;
}
body nav .navbar-nav .nav-item:nth-child(8), body nav .navbar-nav .nav-item:nth-child(9) {
  display: none;
}
body nav .mainBtn, body nav .thirdBtn {
  display: none;
}
body nav .navbar-toggler {
  border-color: #484D66 !important;
  outline: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #484D66;
}

.homeBanner {
  background-color: #FFEB00;
  color: #484D66;
}
.homeBanner .container {
  background-repeat: no-repeat;
  background-image: url("../assets/images/main-banner.jpg");
  min-height: 533px;
}
.homeBanner h1 {
  padding-top: 60px;
  font-size: 22px;
}
.homeBanner h2 {
  margin-top: 14px;
  font-size: 50px;
  font-weight: 600;
}
.homeBanner .mainBtn {
  width: 310px;
  height: 66px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-top: 32px;
}
.homeBanner .videos {
  margin-top: 30px;
  color: #9F72FF;
  font-size: 16px;
}
.homeBanner .videos a {
  color: #9F72FF;
}
.homeBanner .videos img {
  margin-bottom: 4px;
}

.homeDetails {
  height: 445px;
  background-color: #F7F7F7;
}
.homeDetails .box {
  height: 500px;
  margin-top: -90px;
  background-color: #FFF;
  padding: 64px 20px 58px 38px;
}
.homeDetails .box h3 {
  font-size: 26px;
  font-weight: 600;
  color: #484D66;
  margin-bottom: 30px;
}
.homeDetails .box p {
  line-height: 30px;
  margin: 0;
  color: #5C4E47;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.homeDetails .box a {
  color: #9F72FF;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 56px;
}
.homeDetails .box a img {
  margin: 0 0 2px 10px;
}

.starProduct {
  margin-top: 80px;
  margin-bottom: 80px;
  height: 636px;
  background-repeat: no-repeat;
  background-image: url("../assets/images/star-product-bg.jpg");
  padding: 57px 80px 50px;
  color: #1A1A1A;
}
.starProduct h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.starProduct h4 {
  color: #484D66;
  font-size: 46px;
  font-weight: 700;
  margin: 20px 0 20px;
}
.starProduct p {
  font-size: 21px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  max-width: 630px;
}
.starProduct .details {
  margin: 44px 0 36px;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.starProduct .details .block {
  width: 222px;
}
.starProduct .details .block .property:nth-child(2) {
  margin: 10px 0;
}
.starProduct .mainBtn {
  width: 310px;
  height: 66px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.otherProducts {
  margin-left: 80px;
  margin-bottom: 40px;
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.otherProduct {
  margin: -103px 0 120px;
  padding-top: 113px;
  display: flex;
  justify-content: space-between;
}
.otherProduct ul {
  margin: 0 !important;
  padding: 0 !important;
}
.otherProduct ul li {
  list-style: none;
  color: #5C4E47;
  font-family: "Open Sans";
  font-size: 17px;
  margin-top: 6px;
}
.otherProduct .block {
  margin-left: 50px;
  color: #484D66;
}
.otherProduct .block h5 {
  font-size: 34px;
  font-weight: 700;
  margin-top: 20px;
}
.otherProduct .block p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #5C4E47;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.otherProduct .block p span {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0px;
}
.otherProduct .block form {
  position: relative;
  margin-top: 44px;
  display: flex;
}
.otherProduct .block form input[type=text] {
  width: 317px;
  height: 50px;
  border: 1px solid #484D66;
  border-radius: 4px;
  padding: 0 18px 0 48px;
  background-image: url("../assets/images/email.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 18px 15px;
  font-size: 14px;
}
.otherProduct .block form button.mainBtn {
  width: 221px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 16px;
}
.otherProduct .block form button.mainBtn img {
  margin-left: 6px;
}
.otherProduct .block .li {
  color: #5C4E47;
  font-family: "Open Sans";
  font-size: 17px;
  margin-top: 6px;
}
.otherProduct .descImg {
  min-width: min-content;
}

.otherProduct.reverse .block {
  margin-left: 80px;
}
.otherProduct.reverse .descImg {
  margin-left: 50px;
}

.bottomBanner {
  max-width: 1440px;
  margin: 0 auto;
  background-image: url("../assets/images/bottom-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 760px;
  text-align: center;
}
.bottomBanner h3 {
  font-size: 42px;
  font-weight: 700;
  color: #484D66;
  padding-top: 120px;
}

.brands {
  background-color: #F7F7F7;
  padding-bottom: 40px;
}
.brands .container {
  text-align: center;
}
@media (max-width: 768px) {
  .brands .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
}
.brands h4 {
  color: #484D66;
  padding: 120px 0 30px;
}
.brands .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.brands .block img {
  margin: 10px 25px;
}
@media (max-width: 768px) {
  .brands .block {
    display: none;
  }
}
.brands form {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.brands form input[type=text] {
  width: 238px;
  height: 50px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 0 18px 0 48px;
  background-image: url("../assets/images/email.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 18px 15px;
  font-size: 14px;
}
.brands form button.mainBtn {
  width: 221px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 16px;
}
.brands form button.mainBtn img {
  margin-left: 6px;
}
.brands form .parsley-errors-list {
  position: static;
  width: 238px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .brands form {
    padding: 0 20px;
  }
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none !important;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .swiper {
    display: flex !important;
  }
}
.swiper h4 {
  color: #484D66;
  padding: 40px 0 30px;
  font-size: 1.5rem;
  text-align: center;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.swiper-slide img {
  display: block;
  max-width: 150px;
  height: 100%;
  object-fit: cover;
}

/* end swiper */
.medios {
  background-color: #FFF;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .medios .medios-container {
    display: none;
  }
}
.medios .container {
  text-align: center;
}
.medios h4 {
  color: #484D66;
  padding: 120px 0 30px;
}
@media (max-width: 768px) {
  .medios h4 h4 {
    margin: 40px 20px;
  }
}
.medios .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1080px;
}
.medios .block img {
  margin: 10px 25px;
}
.medios form {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.medios form input[type=text] {
  width: 238px;
  height: 50px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 0 18px 0 48px;
  background-image: url("../assets/images/email.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 18px 15px;
  font-size: 14px;
}
.medios form button.mainBtn {
  width: 221px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 16px;
}
.medios form button.mainBtn img {
  margin-left: 6px;
}
.medios form .parsley-errors-list {
  position: static;
  width: 238px;
  margin-top: 10px;
}

.contact {
  color: #FFF;
  background-color: #484D66;
  height: auto;
  padding: 85px 0 50px;
}
.contact h4 {
  font-size: 50px;
}
.contact h5 {
  font-size: 22px;
  letter-spacing: 0.5px;
}
.contact .flex {
  display: flex;
  justify-content: space-between;
}
.contact .flex form {
  display: flex;
  flex-direction: column;
  width: 540px;
  max-width: 100%;
}
.contact .flex form label {
  margin-top: 22px;
}
.contact .flex form input[type=text] {
  width: 325px;
  height: 52px;
  border: 2px solid #FFF;
  border-radius: 6px;
  padding: 14px;
  color: #1A1A1A;
}
.contact .flex form textarea {
  height: 160px;
  min-height: 100px;
  max-height: 260px;
  width: 100%;
  border: 2px solid #FFF;
  border-radius: 6px;
  padding: 14px;
  color: #1A1A1A;
}
.contact .flex form textarea::placeholder {
  color: #AAAAB7;
}
.contact .flex form input[type=text]:focus, .contact .flex form textarea:focus {
  border-color: #9F72FF;
  outline: none;
}
.contact .flex form .secBtn {
  width: 248px;
  height: 58px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 38px;
}
.contact .flex form ul {
  padding: 10px 0 0 20px;
  position: static;
  color: #FFEB00;
}
.contact .flex .block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /*             .property:first-of-type div img{
                  margin-bottom: 58px;
              } */
}
.contact .flex .block .property {
  font-size: 21px;
  display: flex;
  align-items: center;
}
.contact .flex .block .property div {
  display: inline-block;
}
.contact .flex .block .property div:first-child {
  min-width: 60px;
  text-align: center;
}
.contact .flex .block .property:nth-child(2) {
  font-weight: 600;
}

#contactFormValidated {
  display: none;
  max-width: 540px;
}
#contactFormValidated img {
  margin-bottom: 45px;
}
#contactFormValidated h4 {
  font-size: 48px;
}
#contactFormValidated p {
  font-size: 24px;
}
#contactFormValidated .secBtn {
  margin-top: 50px;
  width: 248px;
  height: 58px;
  font-size: 20px;
  font-weight: 600;
}

footer {
  height: 170px;
  padding-top: 62px;
  display: flex;
  justify-content: space-between;
}
footer div {
  font-size: 17px;
  color: #484D66;
}
footer div span {
  font-weight: 600;
  color: #9F72FF;
}

#home nav {
  background-color: #FFEB00;
}

#estudiantil nav {
  background-color: #FFF;
}
#estudiantil nav #navbarMain ul li a {
  color: #9AA1C6;
}
#estudiantil nav #navbarMain ul li a:hover {
  color: #484D66;
  opacity: 1;
}
#estudiantil nav #navbarMain ul li:nth-child(1) a {
  color: #484D66;
  opacity: 1;
}
#estudiantil .starProduct {
  height: auto;
  padding: 90px 0;
  margin: 0 auto;
  max-width: 1440px;
  background-size: cover;
  background-position: center center;
}
#estudiantil .starProduct p {
  max-width: 530px;
}
#estudiantil .stPerks {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#estudiantil .stPerks .perk {
  flex-basis: calc(33.33% - 40px);
  max-width: 313px;
}
#estudiantil .stPerks .perk h4 {
  color: #484D66;
  font-size: 24px;
  font-weight: 600;
  margin: 26px 0 20px;
}
#estudiantil .stPerks .perk p {
  margin-bottom: 80px;
  color: #5C4E47;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#estudiantil .tutorials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#estudiantil .tutorials h5 {
  flex-basis: 100%;
  font-size: 42px;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
  margin: 40px 0 60px;
}
#estudiantil .tutorials .tutorial {
  position: relative;
  margin-bottom: 58px;
  flex-basis: calc(33.33% - 39px);
  padding: 20px;
  min-height: 166px;
  background-image: url("../assets/images/tutorialbg.jpg");
  background-size: cover;
  transition: 0.2s ease-in-out;
}
#estudiantil .tutorials .tutorial h6 {
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
  max-width: 90%;
  padding-top: 10px;
}
#estudiantil .tutorials .tutorial .play {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#estudiantil .tutorials .tutorial:hover {
  text-decoration: none;
  opacity: 0.85;
}
#estudiantil .more {
  display: table;
  margin: 0 auto 50px;
  color: #9F72FF;
}
#estudiantil .more img {
  margin: 0px 0 2px 7px;
}

#pilares nav {
  background-color: #FFF;
}
#pilares .homeBanner {
  background-color: #FFF;
}
#pilares .homeBanner .container {
  background-image: none;
  min-height: 0;
}
#pilares .plsDetails {
  max-width: 760px;
}
#pilares .plsDetails .title {
  font-size: 36px;
  font-weight: 700;
  color: #484D66;
  margin-top: 80px;
  margin-bottom: 20px;
}
#pilares .plsDetails ul, #pilares .plsDetails p {
  font-family: "Open Sans", sans-serif;
  color: #5C4E47;
  font-size: 17px;
  line-height: 32px;
}
#pilares .plsDetails ul {
  padding-inline-start: 20px;
  color: #9F72FF;
  margin-bottom: 0;
}
#pilares .plsDetails p {
  margin-bottom: 20px;
}
#pilares .plsDetails .liMargin {
  margin-bottom: 20px;
}
#pilares .plsDetails span {
  color: #5C4E47;
}
#pilares .plsDetails span:first-child {
  font-weight: 700;
  color: #5C4E47;
}
#pilares .plsDetails input[type=text] {
  width: 317px;
  height: 50px;
  border: 1px solid #484D66;
  border-radius: 4px;
  padding: 0 18px 0 48px;
  background-image: url("../assets/images/email.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 18px 15px;
  font-size: 14px;
  display: inline-block;
  margin: 120px 0 180px;
}
#pilares .plsDetails button.mainBtn {
  width: 221px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 16px;
  display: inline-block;
}
#pilares .plsDetails button.mainBtn img {
  margin-left: 6px;
}
#pilares .plsDetails .parsley-errors-list {
  top: 180px;
  color: #FF0000;
}

.successModalContent {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #1A1A1A;
}
.successModalContent img {
  margin-bottom: 20px;
}
.successModalContent .mainBtn {
  padding: 10px 20px;
  margin: 0 auto;
}

#error404 header, #error404 nav, #error404 footer {
  display: none;
}
#error404 .container.error {
  height: 100vh;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-image: url("../assets/images/404-bg.jpg");
  color: #484D66;
}
#error404 .container.error h4 {
  font-weight: 600;
  font-size: 34px;
  padding-top: 20vh;
}
#error404 .container.error h5 {
  font-weight: 600;
}
#error404 .container.error .mainBtn {
  width: fit-content;
  margin: 50px auto 0;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
}

.scrollTop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.scrollTop img {
  transform: rotate(-90deg);
  height: 25px;
}

.scrollTop:hover {
  cursor: pointer;
}

.hiddenScroll {
  bottom: -70px;
}

@media (max-width: 1410px) {
  .homeDetails {
    height: 545px;
  }
  .homeDetails .box {
    height: 600px;
  }
  #estudiantil .stPerks .perk h4 {
    font-size: 20px;
  }
}
@media (max-width: 1330px) {
  .otherProduct.reverse .block {
    margin-left: 0;
  }
}
@media (min-width: 1281px) {
  .container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
  }
  #estudiantil .starProduct .container {
    padding: 0 160px;
  }
  #estudiantil .stPerks {
    padding: 80px 80px 0;
  }
  #estudiantil .tutorials {
    padding: 0 80px;
  }
}
@media (max-width: 1280px) and (min-width: 1200px) {
  .homeDetails {
    height: 490px;
  }
  .homeDetails .box {
    height: 500px;
    padding: 20px;
  }
  .homeDetails .box h3 {
    font-size: 19px;
  }
  .homeDetails .box a {
    bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .homeBanner {
    background-repeat: no-repeat;
    background-image: url(../assets/images/main-banner.jpg);
    min-height: 533px;
    background-position: 20px 0;
  }
  .homeBanner .container {
    background-image: none;
  }
  .bottomBanner {
    background-position: -50px 0;
  }
  #pilares .homeBanner {
    background: none;
    min-height: 0;
  }
}
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .navbar-expand-xl .container {
    padding: 15px;
  }
  .navbar-expand-xl .container img {
    display: inline-block;
  }
  .navbar-expand-xl .container ul {
    align-items: flex-end;
  }
  .navbar-expand-xl .container .nav-item {
    width: fit-content;
  }
  .navbar-expand-xl .container .nav-item a {
    margin: 20px 0 0;
  }
  .navbar-expand-xl .container .nav-item:nth-child(8), .navbar-expand-xl .container .nav-item:nth-child(9) {
    display: list-item;
  }
  .navbar-expand-xl .container .navbar-collapse {
    text-align: right;
  }
  .navbar-expand-xl .container .mainBtn, .navbar-expand-xl .container .thirdBtn {
    display: block;
    padding: 8px !important;
  }
  .homeBanner {
    background-position: -150px 150px;
  }
  .homeBanner h1 {
    padding-top: 20px;
  }
  .homeBanner h2 {
    font-size: 44px;
  }
  .homeDetails {
    height: 1090px;
  }
  .homeDetails .box {
    height: 340px;
    margin-top: 40px;
  }
  .homeDetails .col-12:first-child .box {
    margin-top: -90px;
  }
  .otherProduct {
    margin-top: -75px;
    padding-top: 85px;
  }
  .otherProduct .descImg {
    max-height: 360px;
    min-width: 360px;
    max-width: 360px;
  }
  .otherProduct .block form input[type=text] {
    width: 250px;
  }
  .contact .flex .block {
    margin-left: 30px;
  }
  .contact .flex .block .property {
    display: flex;
    font-size: 16px;
  }
  .bottomBanner {
    background-position: -130px 0;
  }
  #home nav {
    background-color: #FFF;
  }
  #estudiantil .starProduct p {
    max-width: 370px;
  }
}
@media (max-width: 1023px) {
  .otherProducts {
    text-align: center;
    margin-left: 0;
  }
  .bottomBanner {
    background-position: -180px 0;
  }
}
@media (max-width: 991px) {
  .homeBanner {
    background-position: -390px 150px;
  }
  .homeBanner h1 {
    font-size: 20px;
  }
  .homeBanner h2 {
    font-size: 40px;
  }
  .homeDetails {
    height: 928px;
  }
  .homeDetails .box {
    height: auto;
    padding: 40px;
  }
  .homeDetails .box h3 {
    margin-bottom: 20px;
  }
  .homeDetails .box p {
    margin-bottom: 20px;
  }
  .homeDetails .box a {
    position: static;
  }
  .starProduct {
    margin-top: 40px;
    padding: 40px;
    height: auto;
    background-position: -240px center;
  }
  .starProduct p {
    font-size: 19px;
    max-width: 440px;
  }
  .starProduct .details .block {
    width: auto;
    margin-right: 10px;
    font-size: 16px;
  }
  .otherProduct {
    margin: -40px 0 40px;
  }
  .otherProduct .block {
    margin-left: 30px;
  }
  .otherProduct .block h5 {
    margin-top: 0;
    font-size: 28px;
  }
  .otherProduct .block p {
    font-size: 16px;
    line-height: 24px;
  }
  .otherProduct .block p span {
    font-size: 18px;
  }
  .otherProduct .block form {
    flex-direction: column;
  }
  .otherProduct .block form input[type=text] {
    width: 100%;
  }
  .otherProduct .block form button.mainBtn {
    width: 100%;
    margin: 10px 0 0;
  }
  .otherProduct .block form .parsley-errors-list {
    position: static;
    margin: 10px 0 0;
  }
  .otherProduct.reverse img {
    margin-left: 30px;
  }
  .brands h4 {
    padding: 40px 20px;
  }
  .brands .block {
    flex-wrap: wrap;
    justify-content: center;
  }
  #estudiantil .starProduct p {
    max-width: 340px;
  }
  #estudiantil .stPerks .perks p {
    line-height: 26px;
    font-size: 14px;
  }
  #estudiantil .tutorials .tutorial {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 30px;
  }
  #estudiantil .tutorials .tutorial h6 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .homeBanner {
    background-position: -510px 150px;
  }
  .scrollTop {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeBanner {
    background-position: -450px 150px;
  }
  .homeBanner h2 {
    font-size: 33px;
  }
  .homeDetails {
    height: auto;
    padding-bottom: 40px;
  }
  .homeDetails .box h3 {
    font-size: 20px;
  }
  .homeDetails .box p {
    font-size: 16px;
    line-height: 26px;
  }
  .starProduct {
    padding: 20px;
  }
  .starProduct .mainBtn {
    width: 100%;
  }
  .otherProducts {
    margin-bottom: 60px;
  }
  .otherProduct {
    flex-direction: column;
    align-items: center;
    margin-top: -109px;
  }
  .otherProduct img {
    order: 1;
  }
  .otherProduct .block {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
    order: 2;
  }
  .otherProduct.reverse .descImg {
    margin: 0;
  }
  .contact {
    padding-top: 40px;
  }
  .contact .flex {
    flex-direction: column;
  }
  .contact .flex form input[type=text], .contact .flex form .secBtn {
    width: 100%;
  }
  .contact .flex .block {
    margin-left: 0;
    padding: 40px 0 0;
  }
  .contact .flex .block .property:first-of-type div img {
    margin-bottom: 30px;
  }
  #contactFormValidated .secBtn {
    width: 100%;
  }
  footer {
    height: auto;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
  }
  footer a {
    margin-bottom: 20px;
  }
  #estudiantil .starProduct p {
    max-width: 280px;
  }
  #estudiantil .stPerks {
    padding-top: 40px;
  }
  #estudiantil .stPerks .perk {
    flex-basis: calc(50% - 10px);
  }
  #estudiantil .stPerks .perk h4 {
    font-size: 23px;
  }
  #estudiantil .stPerks .perk p {
    margin-bottom: 40px;
  }
  #estudiantil .stPerks .perk:nth-child(odd) {
    text-align: right;
  }
  #estudiantil .tutorials .tutorial {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #estudiantil .tutorials .more {
    margin: 20px auto 30px;
  }
  #pilares .plsDetails input[type=text] {
    width: 100%;
    margin: 40px 0 0 0;
  }
  #pilares .plsDetails button.mainBtn {
    width: 100%;
    margin: 10px 0 40px 0;
  }
  #pilares .plsDetails .parsley-errors-list {
    position: static;
    margin: 10px 0 0;
  }
}
@media (max-width: 640px) {
  .homeBanner {
    background-position: -520px 150px;
  }
  .homeDetails {
    padding-bottom: 20px;
  }
  .homeDetails .box {
    padding: 20px;
    margin-top: 20px;
  }
  .starProduct {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .homeBanner .mainBtn {
    max-width: 100%;
  }
  .starProduct {
    background-size: cover;
  }
  .starProduct h3 {
    font-size: 19px;
  }
  .starProduct h4 {
    font-size: 36px;
  }
  .starProduct p {
    font-size: 18px;
  }
  .starProduct .details .block {
    margin: 0 0 10px;
  }
  .otherProduct .descImg {
    min-width: 250px;
    max-width: 100%;
  }
  .bottomBanner h3 {
    padding-top: 60px;
  }
  .brands form {
    flex-direction: column;
  }
  .brands form input[type=text], .brands form button.mainBtn {
    width: 100%;
    margin: 0 0 10px;
  }
  .contact h4 {
    font-size: 40px;
  }
  .contact .flex .block .property {
    margin: 0 0 20px;
  }
  #contactFormValidated img {
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
  }
  footer {
    text-align: center;
  }
  #estudiantil .starProduct {
    background-position: -250px center;
  }
  #estudiantil .stPerks .perk {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  #estudiantil .stPerks .perk:nth-child(odd) {
    text-align: center;
  }
  #estudiantil .tutorials .tutorial {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=styles.css.map */