@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #FFF9AB;
}
.header-right {
  display: none;
}
.navbar-item {
  color: #3A3A3A;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}
.ins {
  background-image: url("../images/pattern1.png");
  background-position: right;
  background-repeat: repeat-y;
}
.navbar-item:hover {
  color: #3A3A3A;
  text-decoration: underline;
}
.hero {
  padding: 0 !important;
}
.hero-background {
  position: relative;
  z-index: 2;
}
.bold {
  font-weight: 600;
}
.light {
  font-weight: 300;
}
.header {
  padding-top: 35px;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 999;
}
.logo {
  max-width: 150px;
  padding-left: 0;
  padding-top: 0px;
  margin-top: -5px;
}
.header-btn {
  background-color: #e6df81;
  border-radius: 10px;
  border: #e6df81;
  float: right;
  width: 195px;
  height: 51px;
  color: #3A3A3A;
  font-weight: bold;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin-top: -10px;
}
.header-btn:hover {
  background-color: #e6df81;
  color: #3A3A3A;
  border-radius: 20px;
  -webkit-box-shadow: -1px 9px 46px -17px #2b2b2b;
  -moz-box-shadow: -1px 9px 46px -17px #2b2b2b;
  box-shadow: -1px 9px 46px -17px #2b2b2b;
}
.header-sub {
  color: #3A3A3A;
  font-weight: bold;
  margin-left: 35px;
  display: inline-block;
  font-size: 20px;
}
.mouse {
  position: absolute;
  left: 0;
  right: 0;
  top: 85%;
  margin: auto;
  padding-bottom: 40px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.mouse:hover {
  transform: translateY(5px);
}
.macbook {
  margin: auto;
  padding-bottom: 35px;
}
.hero-right {
  color: #fff;
  text-align: center;
}
.ipad {
  display: none;
}
.ipad-screen {
  display: none;
}
.hero-btn {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #25f18b;
  border-radius: 10px;
  border: 1px solid #25f18b;
  width: 210px;
  height: 51px;
  color: #3A3A3A;
  margin: 30px auto;
}
.hero-btn:hover {
  background-color: #6affb4;
  color: #3A3A3A;
  border-radius: 20px;
  -webkit-box-shadow: -1px 9px 46px -17px #2b2b2b;
  -moz-box-shadow: -1px 9px 46px -17px #2b2b2b;
  box-shadow: -1px 9px 46px -17px #2b2b2b;
}
.header-headline {
  padding-top: 0;
  padding-bottom: 15px;
  text-align: center;
}
.header-running-text {
  text-align: center;
  max-width: 287px;
  line-height: 1.5;
  margin: auto;
}
.logos-section {
  background-color: #f9fafa;
  text-align: center;
}
.logos {
  padding: 30px;
  max-width: 100%;
}
.features-section {
  background-color: black;
  background-image: url("../images/strips.png"), url("../images/strips_reverted.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: left bottom, right top;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}
.imagen-2026 {
  width: 45px;
}
.noback {
  background-color: white;
  background-image: none;
}
.features-headline {
  color: white;
  padding-bottom: 30px;
}
.features-container {
  max-width: 830px;
  margin: auto;
}
.feature {
  text-align: center;
  padding: 30px;
}
.feature-no-display {
  opacity: 0;
  -webkit-transform: translateY(15%) translateZ(0);
  -moz-transform: translateY(15%) translateZ(0);
  transform: translateY(15%) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s ease;
  -o-transition: -o-transform 0.4s ease-out, opacity 0.4s ease;
  transition: transform 0.4s ease-out, opacity 0.4s ease;
}
.feature-display {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.feature-display-mid {
  transition-delay: 0.15s;
}
.feature-display-last {
  transition-delay: 0.3s;
}
.feature-icon {
  background-color: white;
  border-radius: 50%;
  height: 5.625em;
  width: 5.625em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  box-shadow: 4px 14px 28px #393939;
}
.feature-head-text {
  color: white;
  padding-top: 15px;
}
.feature-subtext {
  color: white;
  padding-top: 0;
}
.feature-img {
  max-width: 40px;
}
.white-section {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}
.white-section-text {
  text-align: center;
}
.imac-section-header {
  padding-bottom: 35px;
}
.imac-section-desc {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  max-width: 400px;
  margin: auto;
  padding-bottom: 40px;
}
.imac-screen {
  padding-top: 60px;
  padding-bottom: 40px;
}
.macbook {
  position: relative;
  z-index: 999;
}
.pricing-background {
  background-color: #f8f9f9;
}
.pricing-section-header {
  padding-top: 75px;
}
.pricing-section-sub {
  padding-top: 10px;
  color: grey;
}
.pricing-table {
  padding: 0 0 100px;
  max-width: 1050px;
  margin: auto;
}
.plan {
  text-align: center;
  max-width: 390px;
  margin: auto;
  height: 430px;
  padding: 36px 15px 45px;
  position: relative;
}
.mid-plan {
  text-align: center;
  max-width: 390px;
  margin: auto;
  height: 430px;
  padding: 36px 15px 45px;
  position: relative;
  box-shadow: 5px 8.7px 40px rgba(99, 117, 138, 0.3);
  border-radius: 7px;
}
ul {
  list-style-type: none;
}
.plan li {
  position: relative;
}
.plan li::before,
.mid-plan li:before {
  font-family: Material Icons;
  content: "check";
  color: #3aeb8c;
  position: absolute;
  left: -10px;
  position: relative;
}
.plan-title {
  font-size: 18px;
  padding-bottom: 5px;
}
.plan-cost {
  font-size: 45px;
}
.plan-cost::before {
  content: "$";
}
.monthly {
  font-size: 12px;
  padding-bottom: 20px;
}
.plan-features {
  -webkit-padding-start: 0;
}
.plan-btn {
  background-color: #0abceb;
  border-radius: 10px;
  border: #0abceb;
  width: 164px;
  height: 51px;
  color: white;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: block;
  padding: 15px;
  margin: auto;
  position: absolute;
  left: calc(50% - 82px);
  bottom: 50px;
}
.plan-btn:hover {
  background-color: #58d5f7;
  color: white;
  border-radius: 20px;
  -webkit-box-shadow: -1px 9px 46px -17px #2b2b2b;
  -moz-box-shadow: -1px 9px 46px -17px #2b2b2b;
  box-shadow: -1px 9px 46px -17px #2b2b2b;
}
.team {
  padding-bottom: 50px;
  padding-top: 60px;
}
.team-container {
  text-align: center;
  margin: auto;
  max-width: 920px;
}
.team-section-header {
  padding-bottom: 90px;
}
.team-member {
  text-align: center;
  padding-bottom: 60px;
}
.team-member-position {
  color: #747474;
}
.team-member-text {
  padding-top: 25px;
}
.team-social-icon {
  padding: 7px;
}
.blue-section {
  background-color: #0abceb;
  color: white;
  margin: auto;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 40px;
}
.blue-section-subtext {
  max-width: 200px;
  max-width: 250px;
  line-height: 22px;
  font-size: 15px;
  margin: auto;
}
.email-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-input {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #fff;
  width: 210px;
  height: 51px;
  color: #808080;
  margin-top: 20px;
  border: none;
}
.submit-btn {
  background-color: #25f18b;
  border-radius: 10px;
  color: #fff;
  height: 51px;
  width: 120px;
  margin-top: 20px;
  margin-left: 3px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}
.submit-btn:hover {
  background-color: #6affb4;
  color: white;
  border-radius: 20px;
  -webkit-box-shadow: -1px 9px 46px -17px #2b2b2b;
  -moz-box-shadow: -1px 9px 46px -17px #2b2b2b;
  box-shadow: -1px 9px 46px -17px #2b2b2b;
}
#newsletter-spinner {
  display: none;
}
.email-form-div {
  max-width: 60px;
  margin: auto;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.footer-container-auspiciantes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  background-color: white;
}
.footer-container-auspiciantes .footer-logo {
  width: 80px;
  /* Adjust size based on your design */
  height: auto;
}
/* Media query for medium screens (md) */
@media (max-width: 768px) {
  .footer-logo {
    width: 70px;
  }
}
/* Media query for small screens (sm/xs) */
@media (max-width: 480px) {
  .footer-container-auspiciantes {
    flex-direction: row;
  }
  .footer-container-auspiciantes .footer-logo {
    width: 60px;
    /* Adjust size */
  }
  .footer-container-auspiciantes .footer-logo:nth-child(n + 3) {
    /* Start new line after 2 images */
    margin-top: 10px;
  }
}
.webscope-text {
  color: #3A3A3A;
  font-weight: bold;
  font-size: 12px;
  padding-right: 7px;
}
.webscope {
  text-align: center;
  margin-top: -5px;
}
.social-links {
  float: none;
  text-align: center;
  padding-top: 10px;
}
.social-link {
  margin-right: 15px;
  width: 32px;
  height: 32px;
}
.strips {
  position: absolute;
  max-width: 1280px;
}
.ig-image {
  padding: 20px;
}
.btn-success {
  color: black;
}
.instagram {
  width: 30px;
  color: #3A3A3A;
}
.facebook {
  width: 30px;
  color: #3A3A3A;
}
.webscope {
  line-height: 55px;
}
.webscope span {
  font-size: 20px;
}
.big {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center;
}
.back-2 {
  background-image: url("../images/back-2.png");
  background-repeat: repeat;
  background-size: 12%;
}
fieldset {
  border: none;
}
.cover {
  margin-bottom: 110px;
}
.embed-responsive {
  display: inline;
}
.date {
  color: #e6df81;
  font-size: 30px;
  padding-top: 30px;
  display: block;
}
.background24 {
  background-image: url("../images/background2026.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 185px;
  max-height: 158px;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
