/* ===== PREVIEW SERVICIOS ===== */
.services-section{
    padding: 90px 20px 20px;
    background-color: #ffffff;
}

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

.services-heading{
    text-align: center;
    margin-bottom: 55px;
}

.services-heading h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
}

.services-heading span{
    color: #e85d2a;
    font-style: italic;
}

.services-cards{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.service-card{
    background-color: white;
    padding: 40px 30px;
    text-align: center;
    flex:1;
    border: 1px solid #d9d9d9;
}

.service-icon{
    width: 80px;
    height: 80px;
    background-color: #f6d2c4;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon img{
    width: 90px;
    height:auto;
}

.service-card h3{
    margin-bottom: 18px;
    font-size: 20px;
    color:  #b7abab;
}

.service-card p{
    font-size: 15px;
    line-height: 1.2;
    color: #555;
}

.services-button {
    margin-top: 40px;
    text-align: right;
}

.services-button a {
    display: inline-block;
    background-color: #1c0801;
    color: white;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 18px;
    font-weight: 600;
}

/* ===== ABOUT PREVIEW ===== */

.about-preview{
    display: flex;
    min-height: 700px;
}

.about-preview-text{
    width: 700px;
    background-color: #1f1f1f;
    color:white;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-preview-image{
    width: 900px;
}

.about-preview-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-label{
    font-size: 13px;
    letter-spacing: 2px;
    color: #aaaaaa;
    margin-bottom:15px;
}

.about-preview-text h2{
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-preview-text span{
    color: #e85d2a;
}

.about-preview-text p{
    font-size: 15px;
    line-height: 1.6;
    color:#cccccc;
    margin-bottom:18px;
}

.about-button{
    margin-top: 20px;
    align-self:flex-start;
    background-color:#e85d2a;
    color: white;
    text-decoration: none;
    padding: 14px 26px;
    font-weight: 600;
    display: inline-block;
    border-radius: 18px;
    
}

/* ===== TEAM PREVIEW ===== */

.team-preview{
    padding: 90px 20px;
    background-color: #ffffff;
}

.team-heading{
    text-align: center;
    margin-bottom: 50px;
}

.team-label{
    font-size: 13px;
    letter-spacing: 2px;
    color: #aaaaaa;
    margin-bottom: 10px;
}

.team-heading h2{
    font-size: 40px;
    font-weight: 700;
}

.team-card{
    max-width: 1100px;
    margin: 0 auto;
    display:flex;
    gap: 40px;
    border: 1px solid #e0e0e0;
    padding: 30px;
    align-items: center;
}

.team-image{
    width: 40%;
}

.team-image img{
    width: 100%;
    height:auto;
    display: block;
}

.team-content{
    width: 60%;
    position: relative;
    padding: 60px;
}

.team-content h3{
    font-size: 24px;
    margin-bottom: 5px;
}

.team-content .team-role{
    color: #e85d2a;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 20px;
}

.team-content p{
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom:10px;
}

.team-arrow{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #d9d9d9;
    cursor: pointer;
}

.team-dots{
    margin-top: 20px;
}

.dot{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 6px;
}

.dot.active{
    background-color: #333;
}

/* ===== CLIENTS PREVIEW ===== */

.clients-preview{
    display: flex;
    min-height: 600px;
}

.clients-image{
    width: 52%;
}

.clients-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}

.clients-content{
    width: 48%;
    background-color: #1f1f1f;
    color:white;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clients-label{
    font-size: 13px;
    letter-spacing: 2px;
    color: #aaaaaa;
    margin-bottom: 14px;
}

.clients-content h2{
    font-size: 46px;
    line-height: 1.15;
    margin: 0 0 22px;
    color: #ffffff;
    max-width: 420px;
}

.clients-content h2 span{
    color: #e85d2a;
}

.clients-description{
    font-size: 15px;
    line-height: 1.45;
    color: #d0d0d0;
    max-width: 390px;
    margin: 0 0 36px;
}

.client-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #8a8a8a;
}

.client-item span:first-child{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff
}

.plus{
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff; 
    margin-left: 20px;
}


/* ===== TESTIMONIALS PREVIEW ===== */

.testimonials-preview{
    padding: 90px 20px;
    background-color: #ffffff;
}

.testimonials-heading{
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-label{
    font-size: 13px;
    letter-spacing: 2px;
    color: #b0b0b0;
    margin-bottom: 12px;
}

.testimonials-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #111111;
    margin: 0 0 16px;
}

.testimonials-heading h2 span{
    color: #e85d2a
}

.testimonials-subtitle{
    font-size: 18px;
    color: #666666;
    margin: 0;
}

.testimonials-slider{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.testimonial-card{
    flex: 1;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.testimonial-logo{
    margin-bottom: 28px;
}

.testimonial-logo img{
    max-width: 260px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.testimonial-card h3{
    font-size: 22px;
    color: #9a8f8f;
    margin: 0 0 14px;
}

.testimonial-line{
    width: 45px;
    height: 3px;
    background-color: #e85d2a;
    margin: 0 auto 28px;
}

.testimonial-text{
    font-size: 18px;
    line-height: 1.5;
    color: #a3a3a3;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto 22px;
}

.testimonials-arrow{
    font-size: 70px;
    color: #7d7d7d;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}

.testimonial-dots{
    margin-top: 30px;
}

.testimonial-dots .dot{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #d6d6d6;
    border-radius: 50%;
    margin: 0 4px;
}

.testimonial-dots .dot.active{
    background-color: #7a7a7a;
}