﻿* {
    box-sizing: border-box;
}

.imgMenu {
    width: 40px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.imgMenuIne {
    width: 80px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.imgMenuComprobante {
    width: 37px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.imgMenuVerificacion {
    width: 62px;
    height: auto;
    margin: 0 auto;
    display: block;
}

header {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #000;
    color: #ffffff;
}

.headerTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 80px;
    padding: 10px;
    background-color: gray;
}

.logo-container {
    width: 150px;
}

    .logo-container img {
        width: 100%;
        height: auto;
    }

.headerTitle h1 {
    font-size: 38px;
    font-weight: bold;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .logo-container {
        position: relative;
        margin: 0 auto;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        width: 60%;
        padding-top: 10px;
    }
}

.logo-container img {
    width: 100%;
    height: auto;
}

.container {
    position: relative;
    padding-top: 50px;
    text-align: center;
}



.logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

    .logo img {
        width: 100px;
    }

h1 {
    margin-top: 80px;
    font-size: 24px;
}

.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 160px;
}

    .step img {
        width: 60px;
        height: 60px;
    }

.step-title {
    font-weight: bold;
    margin: 10px 0 5px;
    font-size: 16px;
}

.step-desc {
    font-size: 13px;
    text-align: center;
}

.divider {
    width: 1px;
    height: 80px;
    background-color: white;
}

@media (max-width: 768px) {
    .steps {
        gap: 20px;
    }

    .divider {
        display: none;
    }

    h1 {
        font-size: 20px;
    }

    .step-title {
        font-size: 15px;
    }

    .step-desc {
        font-size: 12px;
    }

    .logo {
        position: static;
        text-align: left;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .headerTitle h1 {
        font-size: 22px;
    }

    .headerTitle {
        flex-direction: column;
    }

    .logo-container {
        width: 120px;
    }

    .headerTitle h1 {
        font-size: 24px;
    }
}


@media (min-width: 1200px) {
    .headerTitle h1 {
        font-size: 40px;
    }
}




@media screen and (max-width: 768px) {
    .imgMenu {
        width: 30px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .imgMenuIne {
        width: 70px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .imgMenuComprobante {
        width: 27px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .imgMenuVerificacion {
        width: 52px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .imgMenu {
        width: 20px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .imgMenuIne {
        width: 60px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .imgMenuComprobante {
        width: 17px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .imgMenuVerificacion {
        width: 42px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}
