@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
    font-family: 'Inter', sans-serif;
}

.bold {
    font-weight: 700; /* Inter Bold */
}

.regular {
    font-weight: 400; /* Inter Regular */
}

.semi-bold{
    font-weight: 600; /* Inter semi Bold */
}

.flex-container {
    display: flex;
    justify-content: left;
    align-items: left;
    margin-top: 20px;
    gap: 40px;
}

.hero-section {
    background: linear-gradient(to bottom, #FFE023, #E59F03);
    padding: 50px 20px;
    color: #3C4348;
}

.hero-content {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 50px 100px;
}

.hero-content h1 {
    font-size:70px; 
    justify-content: center;
}

.header {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}

.hero-section .logo {    
    width: 50px;
    margin-left: 100px;  
}

.btn-contacto {
    font-size: 15px;
    border: 1px solid #E59F03;
    color: #3C4348;
    text-decoration: none;
    border-radius: 20px;
    padding: 5px 10px;
}

.download-buttons {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.stats {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 100px;
    gap: 40px; 
}

.stat-item {
    text-align: left;
    color: white;
}

.stat-number {
    font-size: 18px;
}

.stat-label {
    font-size: 14px;
    margin-top: -15px;
}


.separator {
    width: 1.2px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}

.about-section {
    padding: 50px;
    text-align: center;
}

.about-section {
    background-color: #fff;
}

.how-to-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px;
    max-width: 1400px;
    margin: 0 auto;
}

.how-to-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; 
}

.how-to-image-item {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 50px;
}

.how-to-image-item h3 {
    font-size: 60px;
    text-align: left;
    margin-top: 20px; 
}


.how-to-image-item .item-icon{
    display: flex;
}

.inspo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('image/background_route.svg');
    padding: 60px 200px;
}

.inspo-section p {
    font-size: 22px; 
    line-height: 2em;
}

.text-container {
    flex: 1;
    min-width: 300px;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -60px;
}


.inspo-section img {
    max-width: 100%;
    height: auto;
}


.info-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 300px; 
}

.info-content {
    display: flex;
    align-items: center;
}

.info-content .separator {
    width: 1.2px;
    height: 70px;
    background-color: #3C4348;
    margin: 0 20px;
}

.info-section p {
    font-size: 40px;
}


footer {
    text-align: center;
    padding: 5px;
    background-color: #D9D9D9;
    color: #3d474d;
}


/* @media screen and (max-width: 1200px) {

    .hero-content {
        flex-direction: column;
        align-items: center;
        padding: 20px 50px;
        text-align: center;
    }

    .flex-container {
        justify-content: center;
        gap: 20px;
    }

    .stats {
        justify-content: center;
    }

    .stat-item {
        text-align: center;
    }

    .how-to-content{
        flex-direction: column;
        align-items: center;
    }

    .how-to-image-item {
        
        flex-direction: column;
        align-items: center;
        padding: 20px 50px;
    }
} */

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

    img{
        max-width: 100%;
    }

    .hero-content {
        flex-direction: column;
        align-items: center;
        padding: 20px 50px;
        text-align: center;
    }
    .hero-content h1 {
        font-size: 40px;
    }

    .flex-container {
        justify-content: center;
        gap: 20px;
    }

    .stats {
        justify-content: center;
    }

    .stat-item {
        text-align: center;
    }

    .how-to-section {
        display: inline;
        justify-content: center;
        align-items: center;
        padding: 30px;
        max-width: 1400px;
        margin: 0 auto;
    }

    .how-to-content{
        flex-direction: column;
        align-items: center;
    }

    .how-to-image-item {
        flex-direction: column;
        align-items: center;
        padding: 20px 50px;
    }

    .how-to-image-item h3 {
        font-size: 40px;
        text-align: center;
        margin-top: 20px; 
    }

    .how-to-image-item .item-icon{
        align-items: center;
        flex-direction: column;
        margin-left:50px;
        margin-right: 50px;
        /* padding: 0px 60px; */
    }
    
    .how-to-image-item .item-icon img p h2{
        width: 15%;
    }

    .inspo-section {
        padding: 40px 20px;
        flex-direction: column; 
        text-align: center;
    }

    .inspo-section p {
        font-size: 12px; 
        line-height: 1em;
    }

    .text-container {
        padding: 20px 10px;
    }

    .image-container {
        margin-bottom: -40px;
    }

    .info-section {
        flex-direction: column;
        text-align: center;
        padding: 20px 50px;
    }

    .info-content {
        flex-direction: column;
        align-items: center;
    }

    .info-content .separator {
        width: 100%;
        height: 1.2px;
        margin: 20px 0;
    }

    .info-content div {
        margin-bottom: 10px;
    }

    .info-section p {
        font-size: 30px;
    }

    .info-content p {
        font-size: 16px;
    }


}