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


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

body {
    font-family: "Inter", sans-serif;
    background: url('../img/Autocamiones-Isuzu-imagen-fondo.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
    color: white;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

header{
    text-align: left;
    padding: 16px 32px 0px;
    margin-bottom: 30px;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

.overlay {
    background: #959090B2;
    padding: 48px 24px;
    max-width: 85%;
    margin: auto;
    border-radius: 10px;
}

.logo {
    max-width: 532px;
}

h1 {
    font-family: "Inter", sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 91px;
}
.p1 {
    font-family: "Inter", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    margin: 105px 40px 545px 40px;
}
.p2{
    font-family: "Inter", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 52px;
}
.p3{
    font-family: "Inter", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 45px;
}
p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

a {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
}

.app-section {
    margin-top: 30px;
}

.app-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.app-container img{
    display: inline-block;
    vertical-align: middle;
}

.redi-logo {
    max-width: 279px;
    margin-right:40px;
}

.app-links a img {
    max-width: 190px;
    margin: 10px;
}
.gplay-logo{
    max-width: 212px!important;
}

/* Tablets (768px - 1024px) */
@media (max-width: 1024px) {
    .logo {
        max-width: 350px;
    }
    .overlay {
        padding: 48px 10px;
        max-width: 90%;
    }
    h1 {
        font-size: 54px;
        line-height: 63px;
        font-weight: 500;
    }
    .p1 {
        font-size: 26px;
        line-height: 34px;
        font-weight: 500;
        margin: 105px 0px 105px 0px;
    }
    .p2 {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
    }
    .p3 {
        font-size: 32px;
        line-height: 44px;
        font-weight: 400;
    }
    .app-section {
        margin-top: 52px;
    }
    .app-links a img {
        max-width: 189px;
        margin: 5px;
    }
    .gplay-logo {
        max-width: 212px !important;
    }
    .redi-logo {
        max-width: 279px;
        margin: 0 20%;
    }
}

/* Celulares (menores de 768px) */
@media (max-width: 767px) {
    .logo {
        max-width: 220px;
    }
    .overlay {
        padding: 48px 10px;
        max-width: 90%;
        margin: auto;
        border-radius: 10px;
    }
    h1 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 500;
    }
    .p1 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin: 52px 0px 0px 0px;
    }
    .p2 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin: 52px 0px 0px 0px;
    }
    .p3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }
    .app-section {
        margin-top: 52px;
    }
    .app-links a img {
        max-width: 130px;
        margin: 5px;
    }
    .gplay-logo {
        max-width: 142px !important;
    }
    .redi-logo {
        max-width: 220px;
        margin: 0;
    }
}
