:root {
    --theme: #e90a29;
    --primary: #072032;
    --action: #b30a21;
    --bg: #FCFBF7;
}

img {
    border: 0 !important;
}

.hidden {
    display: none;
}

.modal {
    background-color: #000;
}

.registration-form {
    margin-top: 40px;
}

.registration-form .submit-form {
    margin-top: 40px;
}

.register-form-box {
    padding: 100px 45px 100px;
}

.registration-form input, .registration-form select {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.logo-registration {
    width: 50%;
    margin-bottom: 15px;
}

.logo-loader {
    width: 100%;
}

.container-preloader .loader-section {
  background-color: #000 !important;
}

.mt-25 {
    margin-top: 25px;
}

.ft-1rm {
    font-size: 1rem !important;
}

.ft-16 {
    font-size: 16px !important;
}

.ft-30 {
    font-size: 30px !important;
}

.logo-header {
    width: 25% !important;
}

.btn-wrapper {
    text-align: center !important;
}

.section-title-wrapper span, .sub-title span {
    text-decoration: none !important;
    color: #e90a29 !important;
}

.wc-btn-primary {
    font-size: 25px;
    font-weight: 500;
}
.wc-btn-primary:hover {
    background: #dc1934;
    color: #fff;
    font-size: 26px;
}

.intro-inner .intro-title {
    font-size: 60px;
    padding-bottom: 50px !important;
}

.intro-inner .text {
    margin-bottom: 20px !important;
}

.intro-area {
    padding-top: 150px;
    padding-bottom: 120px;
}

.brand-area .brand-inner h2 {
    padding-bottom: 10px;
}

.counter-area .section-heading .section-title {
    max-width: 720px;
}

.brand-thumb {
    padding-top: 15px;
}

.why-area .counter-list-item {
    display: block;
}

.why-area .counter-list-item p {
    max-width: 390px;
}

.tools-area .tools-thumb {
    margin-top: 0px;
}

.tools-area .section-heading, .w720 {
    max-width: 720px !important;
}

.w100 {
    width: 100% !important;
}

.tools-area .section-spacing {
    padding-top: 20px !important;
}

.tools-area .section-title-wrapper {
    width: 85%;
    margin: 0 auto;
}

.mt-25 {
    margin-top: 25px;
}

.alert-error {
    color: #fff;
    background: #ff7676;
    width: 95% !important;
    margin: 0 auto;
}

.alert-success {
    color: #000000;
    background: #cdf3e8;
    width: 95% !important;
    margin: 0 auto;
}

.brand-area .brand-content p, .why-area .why-content p, .information-area .information-content p, .tools-area p {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 1.5;
}

h2 {
    line-height: 1.4 !important;
}

.why-area .counter-list {
    gap: 0;
}

.brand-area .brand-logo img, .why-area img {
    border-radius: 35px;
}

.spots img {
    transform: translate(225px, 80px);
}

.information-area {
    background-color: #ffecee !important;
}

.text-wrapper ol {
  counter-reset: list-counter;
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-wrapper ol li {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 1.55em;
    font-size: 22px;
    text-align: left !important;
}

.text-wrapper ol li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
  background-color: #e53e3e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
}

.text-wrapper ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1.55em;
    font-size: 22px;
    line-height: 1.4;
    text-align: left !important;
}

.text-wrapper ul li::before {
  content: url('/assets/landing/imgs/icon/check.png') !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.why-area .why-inner {
    padding-bottom: 75px;
}

.footer-area.style-1 {
    background-color: #000000;
}

.form-error {
    margin-bottom: 5px;
}

.form-error p {
    line-height: 0;
    text-align: left;
    margin-left: 20px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
    color: #e90829;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {


    .spots img {
        transform: translate(0, 132px);
    }
    body {
        text-align: center !important;
    }

    /* Asegurarte de que los contenedores internos no sobreescriban */
    body * {
        text-align: inherit !important;
    }

    img {
        display: block !important;
        margin: 0 auto !important;
        max-width: 100% !important;
    }

    .mt100-fix-mobile {
        margin-top: 0 !important;
    }

    .logo-header {
        width: 50% !important;
        margin: 0 auto !important;
        display: block !important;
        float: none !important;
    }

    .section-spacing {
        padding-top: 0;
    }

    .header-area.style-1 .header__logo {
        max-width: 100%;
    }

    .information-area .pos-abs .thumb-1 img {
        margin: 0 auto;
        width: 90% !important;
    }

    .information-area .thumb-1 {
        max-width: 100% !important;
    }

    .information-area .sub-title {
        padding-bottom: 20px;
        font-size: 30px;
        padding-top: 30px;
    }

    .section-title {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 28px;
    }

    .intro-area {
        margin-bottom: 0;
    }

    .intro-inner .text {
        margin-top: 20px;
    }

    .intro-inner .intro-title {
        margin: 0 auto;
        width: 80%;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .intro-inner .search-wrap {
        margin-bottom: 40px;
    }

    .intro-inner .search-wrap .wc-btn-primary {
        padding: 16px 44px;
    }

    .brand-area .section-spacing {
        padding-top: 0 !important;
    }

    .tools-area .section-title-wrapper {
        width: 70%;
        margin: 0 auto;
    }

    .tools-area .section-title-wrapper h2 {
        padding-top: 45px !important;
    }

    .brand-area .section-title-wrapper h2 {
        padding-top: 0 !important;
        line-height: 1.4;
    }

    .brand-area .brand-content p, .why-area .why-content p, .information-area .information-content p, .tools-area p {
        font-size: 20px !important;
        padding-bottom: 10px;
    }

    .why-area .why-inner {
        padding-top: 75px;
        padding-bottom: 0;
    }

    .why-area .thumb-1 {
        max-width: 100%;
    }

    .why-area .counter-list {
        gap: 0;
    }

    .brand-area .brand-logo img, .why-area img {
        border-radius: 15px;
    }

}

.video-wrapper {
  max-width: 760px;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}