@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap');

*, *::after, *::before {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.015rem;
}

body.lock {
    overflow: hidden;
}

.container_full {
    width: 100%;
}

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

.img-fluid {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
    color: #303030;
}

.nav_wrap {
    transition: background-color 300ms ease-in-out;
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 20;
}

.nav_wrap.scrolled_nav {
    background-color: rgba(32,22,38,0.97);
}

nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

nav ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

nav ul li {
    margin-left: 2rem;
}

nav ul li:first-of-type {
    margin-right: auto;
    margin-left: 0;
}

nav ul li a {
    font-weight: 400;
    color: #fff;
}

.main_slide {
    background: url('../images/image_top_1.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15rem;
}

.main_slide .cta_box {
    padding: 1rem;
    max-width: 25rem;
    color: #fff;
}

.main_slide .cta_box h1 {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    font-weight: 800;
    font-size: 5rem;
}

.main_slide .cta_box h2 {
    margin-bottom: 2rem;
    font-size: 1.375rem;
    line-height: 1.33;
    font-weight: 400;
}

.main_slide .cta_box .button_wrap {
    transition: background-color 300ms ease-in-out,
                color 300ms ease-in-out;
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 1.25rem 1rem;
    text-align: center;
    max-width: 15rem;
    display: block;
    font-weight: 600;
}

.main_slide .cta_box .button_wrap:hover {
    cursor: pointer;
    background-color: #DD1173;
    color: #fff;
}

.main_slide .arrow_wrap {
    padding-bottom: 5rem;
    padding-top: 10rem;
    text-align: center;
}

.partners {
    background-color: #201626;
    color: #fff;
    padding-bottom: 5rem;
}

.partners .content {
    text-align: center;
    padding: 5rem 1rem;
}

.partners .content p:first-of-type {
    font-size: 0.75rem;
}

.partners .content p:last-of-type {
    line-height: 1.75;
    font-size: 0.875rem;
}

.partners .content h2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.partners .logos_wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    place-items: center;
    padding: 1rem;
}

.partners .logos_wrap div img {
    display: block;
}

.section_2 {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.section_2 .box_image_r {
    display: grid;
    grid-template-columns: 40% 60%;
    place-items: center;
    padding: 1rem;
    margin-bottom: 5rem;
}

.section_2 .box_image_r .texts {
    padding-right: 2rem;
}

.section_2 .box_image_r .texts p {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    text-align: right;
}

.section_2 .box_image_r .texts h2 {
    text-align: right;
    margin-bottom: 1.25rem;
    font-weight: 800;
    font-size: 2rem;
}

.section_2 .box_image_r .texts p:last-of-type {
    font-size: 0.875rem;
    line-height: 1.5;
}

.section_2 .box_image_l {
    display: grid;
    grid-template-columns: 60% 40%;
    place-items: center;
    padding: 1rem;
}

.section_2 .box_image_l .texts {
    padding-left: 2rem;
}

.section_2 .box_image_l .texts p {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.section_2 .box_image_l .texts h2 {
    margin-bottom: 1.25rem;
    font-weight: 800;
    font-size: 2rem;
}

.section_2 .box_image_l .texts p:last-of-type {
    font-size: 0.875rem;
    line-height: 1.5;
}

.te_ayudamos {
    background-color: #F9F9F9;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.te_ayudamos h1 {
    margin-bottom: 5rem;
    text-align: center;
    font-size: 2rem;
}

.te_ayudamos .features_grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem;
    display: grid;
    gap: 8rem;
}

.te_ayudamos .features_grid .feature {
    text-align: center;
}

.te_ayudamos .features_grid .feature img {
    margin-bottom: 1rem;
}

.te_ayudamos .features_grid .feature h3 {
    margin-bottom: 1rem;
}

.te_ayudamos .features_grid .feature p {
    line-height: 1.5;
}

.te_ayudamos .features_grid .feature p strong {
    color: #DD1173;
}

.onlymetrics {
    background: url('../images/onlyfans_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-color: #201626;
    padding-bottom: 6rem;
}

.onlymetrics h1 {
    padding-top: 5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #ffff;
    font-size: 2.375rem;
}

.onlymetrics .metrics_grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    padding: 1rem;
    gap: 2rem;
}

.onlymetrics .metrics_grid .box {
    border: 1px solid #DD1173;
    border-radius: 0.25rem;
    text-align: center;
    padding: 1rem;
}

.onlymetrics .metrics_grid .box h2 {
    font-size: 3.438rem;
    font-weight: 800;
    color: #DD1173;
}

.onlymetrics .metrics_grid .box p {
    color: #fff;
    font-size: 1rem;
}

.section_5 {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.section_5 .box_image_r {
    display: grid;
    grid-template-columns: 40% 60%;
    place-items: center;
    padding: 1rem;
}

.section_5 .box_image_r .texts {
    padding-right: 2rem;
}

.section_5 .box_image_r .texts p {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 2.5;
    text-align: right;
}

.section_5 .box_image_r .texts h2 {
    margin-bottom: 1.25rem;
    font-weight: 800;
    font-size: 2rem;
    text-align: right;
}

.section_5 .box_image_r .texts p:last-of-type {
    font-size: 0.875rem;
    line-height: 1.5;
}

.section_5 .box_image_l {
    display: grid;
    grid-template-columns: 60% 40%;
    place-items: center;
    padding: 1rem;    
    margin-bottom: 5rem;
}

.section_5 .box_image_l .texts {
    padding-left: 2rem;
    padding-top: 4rem;
}

.section_5 .box_image_l .texts p {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 2;
}

.section_5 .box_image_l .texts h2 {
    margin-bottom: 1.25rem;
    font-weight: 800;
    font-size: 2rem;
}

.section_5 .box_image_l .texts p:last-of-type {
    font-size: 0.875rem;
}

.testimonios {
    background-color: #201626;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 8rem;
    position: relative;
}

.testimonios .quote_top {
    position: absolute;
    top: -4.5rem;
    left: 1rem;
}

.testimonios .quote_bottom {
    position: absolute;
    bottom: -4.5rem;
    right: 1rem;
    transform: rotate(180deg);
}

.testimonios .slide_testimonios .slide_box img {
    display: block;
    margin: 0 auto 0.5rem;
}

.testimonios .slide_testimonios .slide_box p:first-of-type {
    margin-bottom: 0.5rem;
    color: #DD1173;
    font-weight: 600;
}

.testimonios .slide_testimonios .slide_box p {
    line-height: 1.5;
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
}

.arrow-left, .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.arrow-left {
    left: 1rem;
}

.arrow-right {
    right: 1rem;
}

.arrow-left:hover, .arrow-right:hover {
    cursor: pointer;
}

.slick-dots {
    bottom: -4rem;
}

.slick-dots li button:before {
    font-size: 1rem;
}

.slick-dots li.slick-active button:before {
    
    color: #DD1173;
}

.faq_wrap {
    padding-top: 8rem;
}

.faq_wrap h1 {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
}

.accordion {
    padding: 3rem 1rem;

}

.accordion .accordion-item {
    border: 1px solid #c7c7c7;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-color: #DD1173;
}

.accordion button {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1rem;
    color: #303030;
    font-size: 1.15rem;
    font-weight: 600;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #DD1173;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #DD1173;
    border: 1px solid #DD1173;
}

.accordion button .accordion-title {
    padding: 1rem 1.5rem 1rem 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 13px;
    height: 3px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 10px;
    width: 3px;
    height: 12px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #DD1173;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 12rem;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    line-height: 1.5;
}

.banner_wrap {
    background: url('../images/banner_1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60%;
    background-color: #201626;
    padding-top: 8rem;
    padding-bottom: 8rem;
    color: #fff;
}

.banner_wrap h1 {
    text-transform: uppercase;
    font-size: 4rem;
    max-width: 30rem;
    line-height: 1;
    padding: 1rem;
}

.banner_wrap h1 span {
    color: #DD1173;
}

.cta_container {
    color: #fff;
    background: url('../images/cta_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.cta_container h2 {
    text-align: center;
    font-size: 3.125rem;
    letter-spacing: 0.07rem;
}

.cta_container .button_wrap {
    margin-top: 2rem;
    text-align: center;
    padding: 1rem;
}

.cta_container .button_wrap a {
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 0.25rem;
    padding: 1rem 2rem;
}

.cta_container .button_wrap a:hover {
    background-color: #fff;
    color: #DD1173;
}

.cta_container .button_wrap a.white_bg {
    background-color: #fff;
    color: #404040;
}

.cta_container .button_wrap a.white_bg:hover {
    color: #DD1173;
}

.cta_container .button_wrap a:first-of-type {
    margin-right: 1rem;
}

.news_container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.news_container .news_box {
    max-width: 40rem;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.news_container .news_box h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.news_container .news_box p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.news_container .news_box form {
    grid-template-columns: 75% 25%;
    display: grid;
}

.news_container .news_box form input {
    font-family: 'Montserrat', sans-serif;
    padding: 1rem;
    border: 1px solid #949494;
    border-radius: 0.25rem 0 0 0.25rem;
    letter-spacing: 0.025rem;
    
}

.news_container .news_box form button {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #DD1173;
    background-color: #DD1173;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.025rem;
    border-radius: 0.25rem;
}

.news_container .news_box form button:hover {
    background-color: #fa429a;
    cursor: pointer;
}

footer {
    background-color: #201626;
    padding-bottom: 3rem;
    padding-top: 3rem;
    color: #fff;
    font-size: 0.75rem;
}

footer .footer_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem;
}

footer .footer_wrap .links_wrap ul li {
    margin-bottom: 0.25rem;
    list-style: none;
}

footer .footer_wrap .links_wrap ul li:first-of-type {
    margin-bottom: 1rem;
}

footer .footer_wrap .links_wrap ul li a {
    color: #fff;
}

footer .footer_wrap .links_wrap ul li a:hover {
    color: #DD1173;
}

footer .footer_wrap .social_icons p {
    text-align: right;
    margin-bottom: 1rem;
}

footer .footer_wrap .social_icons .icons_wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

footer .footer_wrap .social_icons .icons_wrap a {
    opacity: 0.8;
}

footer .footer_wrap .social_icons .icons_wrap a:hover {
    opacity: 1;
}

.mobile_menu {
    display: none;
}

.mobile_menu a {
    display: block;
}

.mobile_menu a:hover {
    cursor: pointer;
}

.mobile_menu a img {
    display: block;
}

.menu_mobile {
    transition: transform 500ms cubic-bezier(0.9, 0.02, 0.43, 0.95);
    background-color: rgba(32,22,38,0.98);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 1rem;
    color: #fff;
    transform: translateX(100%);
}

.menu_mobile.open {
    transform: translateX(0);
}

.menu_mobile .title_wrap {
    margin-bottom: 3rem;
}

.menu_mobile .close_btn {
    position: absolute;
    right: 1.25rem;
    top: 1rem;
    font-size: 2.5rem;
    font-weight: 800;
    color: #dd1111;
    display: block;
    z-index: 40;
}

.menu_mobile .close_btn:hover {
    cursor: pointer;
    color: #ff3131;
}

.menu_mobile .mobile_links ul li {
    list-style: none;
}

.menu_mobile .mobile_links ul li a {
    color: #fff;
    display: block;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.menu_mobile .mobile_links ul li a:hover {
    color: #DD1173;
}

/* Media Queries */
@media (max-width: 1200px) {
    .partners .logos_wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }
}

@media (max-width: 1000px) {
    .desktop_menu {
        display: none;
    }    

    .mobile_menu {
        display: block;
    }
}

@media (max-width: 860px) {
    .section_2 .box_image_r,
    .section_2 .box_image_l {
        grid-template-columns: 100%;
    }

    .section_2 .box_image_r .texts,
    .section_2 .box_image_l .texts,
    .section_2 .box_image_r .texts p {
        padding: 0;        
        text-align: center;
    }

    .section_2 .box_image_r .texts h2 {
        text-align: center;
    }

    .section_2 .box_image_l .texts {
        order: 1;
    }

    .section_2 .box_image_l img {
        order: 2;
    }
    
    .te_ayudamos .features_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .onlymetrics .metrics_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section_5 .box_image_l {
        grid-template-columns: 100%;
    }

    .section_5 .box_image_l .texts {
        padding-left: 0;
        padding-top: 2rem;
        text-align: center;
    }

    .section_5 .box_image_r {
        grid-template-columns: 100%;
    }

    .section_5 .box_image_r img {
        order: 1;
    }

    .section_5 .box_image_r .texts {
        padding-right: 0;
        padding-top: 2rem;
        order: 2;
    }

    .section_5 .box_image_r .texts p,
    .section_5 .box_image_r .texts h2 {
        text-align: center;
    }

    .testimonios .slide_testimonios .slide_box p {
        max-width: 30rem;
    }

    .news_container .news_box form {
        grid-template-columns: 100%;   
    }

    .news_container .news_box form input {
        border-radius: 0.25rem;
        margin-bottom: 1rem;
    }

    .news_container .news_box form button {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    footer .footer_wrap {
        gap: 3rem;
        grid-template-columns: 100%;
        text-align: center;
    }

    footer .footer_wrap .social_icons p {
        text-align: center;
    }

    footer .footer_wrap .social_icons .icons_wrap {
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .main_slide {
        background-position: 55%;
    }

    .partners .logos_wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .te_ayudamos .features_grid {
        grid-template-columns: 100%;
    }

    .onlymetrics .metrics_grid {
        grid-template-columns: 100%;
    }

}

@media (max-width: 600px) {
    .testimonios .slide_testimonios .slide_box p {
        max-width: 20rem;
    }

    .banner_wrap h1 {
        font-size: 3rem;
        max-width: 20rem;
    }

    .cta_container .button_wrap a {
        display: block;        
    }

    .cta_container .button_wrap a:first-of-type {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .main_slide .arrow_wrap {
        padding-top: 5rem;
    }

    .main_slide .cta_box {
        text-align: center;
        margin: 0 auto;
    }

    .main_slide .cta_box h1 {
        font-size: 4rem;
    }    

    .main_slide {
        background-position: 65%;
    }
    
    .main_slide .cta_box .button_wrap {
        max-width: unset;
    }
}

@media (max-width: 500px) {
    .partners .logos_wrap {
        grid-template-columns: 100%;
        gap: 3rem;
    }
}

/* fix to hidde alt text on lazy images */
img:not([src]):not([srcset]) {
  visibility: hidden;
}