html{
    scroll-behavior: smooth;
}

body{
    background-color: #f2f2f2;
    font-family: "Work Sans", sans-serif;
    padding: 4rem;
    scroll-behavior: smooth;
}

body.no-padding{
    padding: 0;
    margin: 0;
}

.logo svg{
    max-width: 300px;
}

header{
   width: 100%;
   height: 100vh;
   padding: 4rem;
   box-sizing: border-box;
   background-image: url(../img/pulso-desk.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.pulso{
    padding: 4rem;
    padding-top: 8rem;
}

.flex-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 970px;
    margin: auto;
    padding: 4rem 0;
}

.pulso.inter{
    padding: 4rem;
    padding-top: 0;
}

.logo-pulso{
    position: absolute;
    bottom: 70px;
    width: 190px;
    right: 100px;
}


.btn-histo{
    background: #f8ef66;
    padding: 10px 30px;
    border-radius: 20px;
    color: #333;
    text-decoration: none;
    margin-top: 30px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    margin: 30px 10px;
}

.title-sec{
    font-size: 70px;
}

header h1{
    font-size: 100px;
    font-weight: 800;
    margin-bottom: 60px;
    color: #fff;
    max-width: 45%;
    line-height: 1;
    margin-top: 70px;
}

header p {
    max-width: 45%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

header h1 span{
    font-size: 60px;
    color: #f8ef66;
}


.timeLine{
    display: flex;
    border-bottom: 4px solid #a2c037;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 90px;
    padding-left: 50px;
}

h1{
    font-size: 100px;
    font-weight: 800;
    margin-bottom: 130px;
}

h2{
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 80px;
    text-align: center;
}

h1 span{
    display: block;
    font-size: 40px;
    margin-bottom: -1rem;
}

.timeLine__item {
    border-left: 1px solid #999;
    padding: 0 2rem;
    padding-bottom: 4rem;
    position: relative;
    width: 19%;
    flex: 0 0 19%; 
}

.timeLine__item::before{
   content: '';
   width: 16px;
   height: 16px;
   border-radius: 50%;
   background-color: #a2c037;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    
}  

.timeLine__item__content h2 span{
    display: block;
    font-size: 32px;
    font-weight: 400;

}

.timeLine__item__content p{
 font-size: 14px;
 border-left: 2px solid #a2c037;
 padding-left: 1rem;

}

.timeLine__item__content a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
}

.img-line{
    border-radius: 50%;
    border: 1px solid #afafaf;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -80%);
    z-index: 3;
}

.img-test{
    border-radius: 50%;
    border: 1px solid #afafaf;
    margin-left: 2rem;
    width: 100px;
    height: 100px;
}

.data-cifras img{
    max-width: 1200px;
    margin: auto;
    display: block;
}

.data-cifras{
    padding: 4rem;
    background-color: #97c01f;
}

.data-cifras-mb{
    background-color: #97c01f;
    display: none;
}

.data-cifras-mb img{
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
}

.data-cifras img{
    max-width: 1200px;
    margin: auto;
    display: block;
}

.intro-data{
    padding: 0 2rem 3rem 0;
    max-width: 606px;
    margin: auto;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.img-map-par{
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 2rem auto 2rem auto;
}

.data-pulso{
    background: #f2f2f2;
}

.data-pulso h1{
    text-align: left;
    margin-bottom: 60px;
    margin-top: 0;
}

.mapa-d h1{
    text-align: center;
}

.data-pulso.is-open{
    display: block;
}

mark{
    background-color: #f8ef66;
    font-weight: 500;
}

.close-data{
    font-size: 40px;
    font-weight: 100;
    position: absolute;
    right: 2rem;
    top: 1rem;
    cursor: pointer;
}

blockquote::before {
    content: '❝';
    display: block;
    font-size: 64px;
    margin-bottom: -10px;
    color: #97c01f;
    font-weight: 900;
}

blockquote{
    line-height: 1.4;
}

.testimonios{
    padding: 4rem 0;
}

.content-testimonios{
    display: flex;
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.content-press{
    overflow: auto;
    max-width: 1100px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.press-item{
    width: 33.333%;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.press-item:hover{
    background-color: #0000001a;
}

.press-item .medio{
    display: block;
    font-size: 13px;
    background: #f8ef66;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    font-weight: 400;
}

.press-item .info-item{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.press-item .fecha {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.press-item a{
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.prensa-pulso h1{
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .flex-text{
        display: block;
    }

    .data-pulso h1{
        text-align: center;
        margin-bottom: 60px;
        margin-top: 0;
        font-size: 56px;
    }

    .content-press {
        padding: 1rem;
        box-sizing: border-box;
    }

    .press-item {
        width: 100%;
    }

    .btn-histo{
        margin-top: 20px;
        margin-bottom: 0;
    }

    .timeLine{
        display: flex;
        border-bottom: 4px solid #a2c037;
        flex-direction: column-reverse;
    }/* … */

    .intro-data {
        padding: 2rem;
        box-sizing: border-box;
        text-align: center;
    }

    .timeLine__item {
        padding-bottom: 8rem;
        
    }

    .content-testimonios{
        display: block;
        width: 100%;
    }

    h2{
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 60px;
        text-align: center;
    }

    .data-cifras{
        display: none;
        
    }
    
    .data-cifras-mb{
        display: block;
    }

    .data-pulso h1{
        text-align: center;
        margin-bottom: 0;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 6rem;
    }

    h1{
        font-size: 40px;
    }

    header {
        width: 100%;
        height: auto;
        padding: 4rem 2rem;
        text-align: center;
    }

    header h1 {
        font-size: 55px;
        text-align: center;
        margin-top: 160px;
        margin-bottom: 40px;
        max-width: 100%;
    }

    header p {
        max-width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
    }

    .logo-pulso {
        position: relative;
        width: 103px;
        margin: auto;
        bottom: initial;
        right: initial;
        margin-top: 40px;
    }

    header h1 span {
        font-size: 40px;
    }

    h1 span {
        display: block;
        font-size: 31px;
        margin-bottom: -0.3rem;
    }

    header{
        background-image: url(../img/pulso-mo.png);
     }

}
