* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'trend-sans-five';
    src: url('../fonts/font-trend-sans-five.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Mejora la experiencia de carga */
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/proximanova_regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Mejora la experiencia de carga */
}

@font-face {
    font-family: 'trend-sans-one';
    src: url('../fonts/font-trend-sans-one.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Mejora la experiencia de carga */
}

/* First section */

.first-section{
    background: rgb(212, 19, 36);
}

.first-section .subsections{
    max-width: 1200px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.first-section .first-subsection{
    display: flex;
    align-items: center;
    gap: 15px;
    width: 25%;
    height: auto;
    transform: translateY(20px);
}

.first-section .first-subsection-image {
    width: clamp(60px, 8vw, 100px); 
    height: auto;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}

.first-section .first-subsection-title{
    color: white;
    font-size: clamp(10px, 3vw, 22px);
    font-weight: bold;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.first-section .second-subsection{
    width: 100%;
    display: flex;
    align-items: center;
}

.first-section .second-subsection div{
    width: 50%;
}

.first-section .second-subsection div:first-child{
    z-index: 2;
}

.first-section .second-subsection .second-subsection-title{
    font-size: clamp(12px, 8vw, 117px);
    color-scheme: light;
    color: white;
    filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 1.47548px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 7.37738px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 22.1321px);
    letter-spacing: 5px;
    font-family: 'trend-sans-five', 'Arial', sans-serif;
}

.first-section .second-subsection .second-subsection-advice{
    font-size: clamp(1vw, 2.5vw, 32px);
    color: rgb(235, 219, 7);
    filter: drop-shadow(rgba(237, 220, 0, 0.95) 0px 0px 0.402404px) drop-shadow(rgba(237, 221, 6, 0.75) 0px 0px 2.01202px) drop-shadow(rgba(237, 221, 6, 0.44) 0px 0px 6.03605px);
    letter-spacing: 3px;
    font-family: 'proximanova', 'Arial', sans-serif;
    text-align: left;
}


.first-section .second-subsection .second-subsection-img{
    width: 100%;
    max-width: 650px;
    height: auto;
    aspect-ratio: 1/1;
}


/* Second section */

.second-section{
    background: rgb(174, 8, 23);
}

.second-section .subsections{
    max-width: 1200px;
    padding: 20px;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.second-section .first-subsection-title{
    color: white;
    font-size: 70px;
    word-wrap: break-word;
    font-weight: bold;
    filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 0.938942px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 4.69471px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 14.0841px);
    font-family: 'trend-sans-five', 'Arial', sans-serif;
}

.second-section .second-subsection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    max-width: calc(350px * 3 + 50px * 2);
    margin: 0 auto;
    padding-top: 50px;
}

.second-section .second-subsection .product {
    height: 530px;
    width: 350px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.second-section .second-subsection .product img {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
    display: block;
}

.second-section .second-subsection .product h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 35px;
    text-align: center;
    width: 90%;
    margin: 0;
    padding: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Mejora legibilidad */
    z-index: 2;
    word-wrap: break-word;
    font-family: 'trend-sans-one', 'Arial', sans-serif;
}

.second-section .second-subsection .product span {
    background: #9734FD;
    background: linear-gradient(90deg,rgba(151, 52, 253, 1) 0%, rgba(195, 63, 248, 1) 50%, rgba(247, 77, 242, 1) 100%);
    padding: 20px;
    min-width: 70%;
    border-radius: 50px;
    font-size: 22px;
    display: block;
    color: white;
    text-align: center;
    font-weight: bold;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 80%;
    white-space: nowrap;
    position: absolute;
    font-family: 'proximanova', 'Arial', sans-serif;
}

@media screen and (max-width: 768px) {
    .second-section .first-subsection-title{
        font-size: 40px;
        text-align: center;
    }

    .second-section .second-subsection .product {
        width: 270px;
    }

    .second-section .second-subsection{
        padding-top: 25px;
    }

    .second-section .second-subsection .product h3 {
        font-size: 30px;
        top: 45%;
    }
}


/* Third section */

.third-section{
    background: rgb(40, 21, 73);
}

.third-section .subsections{
    max-width: 1200px;
    padding: 20px;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.third-section .first-subsection{
    display: flex;
    gap: 50px;
    align-items: stretch;
}

.third-section .first-subsection div{
    width: 50%;
    
}

.third-section .first-subsection .first-subsection-title{
    color: white;
    font-size: 60px;
    filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 0.938942px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 4.69471px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 14.0841px);
    --ryhqxQ: rgb(255, 255, 255);
    word-wrap: break-word;
    margin-bottom: 50px;
    font-family: 'trend-sans-five', 'Arial', sans-serif;
}

.third-section .first-subsection img{
    width: 100%;
    max-height: 500px;
    border-radius: 50px;
}

.third-section .first-subsection h3{
    color: rgb(255, 79, 243);
    font-size: 24px;
    font-weight: bold;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.third-section .first-subsection p{
    color: white;
    font-size: 24px;
    line-height: 33px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.third-section .first-subsection a {
    text-decoration: none;
}

.third-section .first-subsection span {
    background: #9734FD;
    background: linear-gradient(90deg,rgba(151, 52, 253, 1) 0%, rgba(195, 63, 248, 1) 50%, rgba(247, 77, 242, 1) 100%);
    padding: 20px;
    border-radius: 50px;
    font-size: 22px;
    min-width: 50%;
    display: block;
    color: white;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.third-section .second-subsection .second-subsection-title{
    color: white;
    font-size: 70px;
    filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 0.938942px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 4.69471px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 14.0841px);
    --ryhqxQ: rgb(255, 255, 255);
    word-wrap: break-word;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'trend-sans-five', 'Arial', sans-serif;
}

.third-section .second-subsection .persons{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    max-width: calc(350px * 3 + 50px * 2);
}

.third-section .second-subsection .person{
    width: 350px;
}

.third-section .second-subsection .persons img{
    width: 100%;
    max-height: 250px;
    border-radius: 50px;
}

.third-section .second-subsection span{
    display: block;
    margin-top: 20px;
    font-size: 16px;
    white-space: nowrap;
    color: white;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.third-section .second-subsection h2{
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(255, 79, 243);
    font-weight: bold;
    font-size: 30px;
    font-family: 'proximanova', 'Arial', sans-serif;
}

@media screen and (max-width: 1000px) {
    .third-section .first-subsection{
        flex-direction: column;
    }

    .third-section .first-subsection div{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .second-subsection{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .third-section .first-subsection .first-subsection-title{
        text-align: center;
    }
}

@media screen and (max-width: 500px){
    .third-section .first-subsection .first-subsection-title{
        font-size: 35px;
    }

    .third-section .subsections{
        padding: 50px 0px;
    }

    .third-section .first-subsection h3{
        font-size: 20px;
    }

    .third-section .first-subsection p{
        font-size: 20px;
        line-height: 1.5;
    }

    .third-section .first-subsection{
        gap: 25px;
    }

    .third-section .second-subsection .second-subsection-title{
        font-size: 35px;
        margin-bottom: 25px;
    }

    .third-section .second-subsection .persons img{
        width: 80%;
    }

    .third-section .second-subsection span{
        white-space: unset;
        
    }

    .third-section .second-subsection h2{
        margin-top: 10px;
    }
}

/* Fourth section */


.fourth-section{
    background: rgb(174, 8, 23);
}

.fourth-section .subsections{
    max-width: 1200px;
    padding: 20px;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.fourth-section .first-subsection .first-subsection-title{
    color: white;
    font-size: 70px;
    filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 0.938942px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 4.69471px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 14.0841px);
    --ryhqxQ: rgb(255, 255, 255);
    word-wrap: break-word;
    margin-bottom: 50px;
    font-family: 'trend-sans-five', 'Arial', sans-serif;
}

.fourth-section .second-subsection{
    display: flex;
    gap: 50px;
    align-items: stretch;
    margin-bottom: 50px;
}

.fourth-section .second-subsection div{
    width: 50%;
}

.fourth-section .second-subsection img{
    width: 100%;
    border-radius: 50px;
    max-height: 350px;
}

.fourth-section .second-subsection h2{
    color: rgb(255, 79, 243);
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.fourth-section .second-subsection p{
    font-size: 24px;
    line-height: 33px;
    color: white;
    text-align: justify;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.fourth-section .third-subsection img{
    width: 100%;
}

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

    .fourth-section .first-subsection .first-subsection-title{
        text-align: center;
    }
    
    .fourth-section .second-subsection{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .fourth-section .second-subsection div{
        width: 90%;
    }
}

@media screen and (max-width: 500px){
    .fourth-section .first-subsection .first-subsection-title{
        font-size: 50px;
        margin-bottom: 25px;
    }
}


/* Fifth section */

.fifth-section{
    background: url('../images/custom-background.jpg');
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: cover;
}

.fifth-section .subsections{
    max-width: 1200px;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.fifth-section .first-subsection .first-subsection-title{
    color: white;
    font-size: 70px;
    filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 0.938942px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 4.69471px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 14.0841px);
    --ryhqxQ: rgb(255, 255, 255);
    word-wrap: break-word;
    margin-bottom: 50px;
    font-family: 'trend-sans-five', 'Arial', sans-serif;
}

.fifth-section .second-subsection{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: calc(350px * 3 + 50px * 2);
}

.fifth-section .second-subsection .question{
    width: 350px;
}

.fifth-section .second-subsection .question img{
    width: 55px;
    height: 55px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fifth-section .second-subsection .question h3{
    color: white;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.fifth-section .second-subsection .question p{
    color: white;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    font-family: 'proximanova', 'Arial', sans-serif;
}

@media screen and (max-width: 1000px) {
    .first-subsection-title{
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .fifth-section .first-subsection .first-subsection-title{
        font-size: 40px;
    }

    .fifth-section .second-subsection .question h3{
        margin-bottom: 20px;
    }
    
    .fifth-section .second-subsection .question p{
        text-align: left;
    }
}


/* Sixth section */

.sixth-section{
    background-color: rgb(40, 21, 73);
}

.sixth-section .subsections{
    max-width: 1200px;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.sixth-section .first-subsection{
    text-align: center;
    padding-bottom: 60px;
}

.sixth-section .first-subsection video{
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 700px;
}

.sixth-section .second-subsection{
    display: flex;
    gap: 50px;
}

.sixth-section .second-subsection div{
    width: 50%;
}

.sixth-section .second-subsection .store-images{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.sixth-section .second-subsection .second-subsection-title{
    color: white;
    font-size: 70px;
    filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 0.938942px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 4.69471px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 14.0841px);
    --ryhqxQ: rgb(255, 255, 255);
    word-wrap: break-word;
    margin-bottom: 30px;
    font-family: 'trend-sans-five', 'Arial', sans-serif;
}

.sixth-section .second-subsection img{
    width: 100%;
    border-radius: 50px;
    min-width: 280px;
    min-height: 380px;
    max-height: 350px;
}

.sixth-section .second-subsection h3{
    color: rgb(255, 79, 243);
    font-size: 24px;
    font-weight: bold;
}

.sixth-section .second-subsection p{
    color: white;
    font-size: 24px;
    line-height: 33px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.sixth-section .second-subsection a{
    text-decoration: none;
}

.sixth-section .second-subsection span {
    background: #9734FD;
    background: linear-gradient(90deg,rgba(151, 52, 253, 1) 0%, rgba(195, 63, 248, 1) 50%, rgba(247, 77, 242, 1) 100%);
    padding: 20px;
    border-radius: 50px;
    font-size: 22px;
    display: block;
    color: white;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.sixth-section .second-subsection .alter-style{
    background: transparent;
    border: 2px solid rgba(247, 77, 242, 1);
    font-family: 'proximanova', 'Arial', sans-serif;
}

.sixth-section .second-subsection .buttons-container{
    display: flex;
    gap: 25px;
}

@media screen and (max-width: 1000px) {
    .sixth-section .second-subsection{
        flex-direction: column;
    }

    .sixth-section .second-subsection div{
        width: 100%;
    }

    .sixth-section .second-subsection .buttons-container{

        flex-direction: column;
    }
    
    .sixth-section .second-subsection .store-images{
        display: block;
    }
    
    .sixth-section .second-subsection img{
        margin-top: 12px;
    }

    .sixth-section .second-subsection .alter-style{
        text-wrap: auto;
        padding: 8px;
    }
}


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

    .sixth-section .subsections{
        padding: 0px;
    }
    .sixth-section .second-subsection .second-subsection-title{
        font-size: 40px;
    }

    .sixth-section .first-subsection{
        padding-top: 60px;
        padding-bottom: 60px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

}

/* Seventh section */

.seventh-section{
    background: url('../images/custom-background.jpg');
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: cover;
}

.seventh-section{
    margin: 0px;
    padding-top: 50px;
}

.seventh-section h1{
    font-family: 'trend-sans-five', 'Arial', sans-serif;
    filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 0.938942px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 4.69471px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 14.0841px);
    --ryhqxQ: rgb(255, 255, 255);
    word-wrap: break-word;
}

.seventh-section .accordion{
    margin-top: 50px;
    font-family: 'proximanova', 'Arial', sans-serif;
}

.seventh-section .accordion .accordion-body{
    font-family: 'proximanova', 'Arial', sans-serif;
}

footer{
    background-color: #16263A; text-align: center;
}

footer h4{
    font-size: 24px;
    color: white;
    font-family: 'proximanova', 'Arial', sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
}


/* Whatsapp buttons */

.whatsapp-image{
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    margin-right: 1%;
}

@media screen and (max-width: 500px){
    .whatsapp-image {
        width: 100%;
        margin-bottom: 5%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .sixth-section .second-subsection p{
        text-align: left;
    }
}

.whatsapp-button-on-page-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.whatsapp-button-on-page{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 300px;
    max-height: 100px;
}