.block {
    width: var(--block-size);
    height: var(--block-size);
}

.green1 {
    background-color: var(--company-color1);
}

.green2 {
    background-color: var(--company-color3);
}

.green3 {
    background-color: var(--company-color4);
}

.white {
    background-color: white;
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-img-pc,
.banner-img-mb,
img{
    width: 100%;
    display: block;
}

.banner-img-pc{
    display: none;
}

#top-navbar{
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-title{
    position: absolute;
    bottom: 3rem;
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    color: white;
}

.bienvenido-container{
    width: 100%;
    padding: 3rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bienvenido-content{
    width: 100%;
    padding: 0 14% 1.5rem;
}

.bienvenido-title{
    font-weight: normal;
    font-size: 1rem;
    margin-right: 20%;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid var(--company-color4);
    position: relative;
    width: fit-content;
}

.bienvenido-title::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skew(40deg);
    left: -2.25rem;
    background-color: var(--company-color4);
    width: 1.65rem;
    height: 0.65rem;
}

.bienvenido-p{
    font-size: 0.9rem;
    margin: 0;
    padding: 0.5rem 0;
    text-align: justify;
}

.bienvenido-p > b{
    font-size: 0.9rem;
    font-family: var(--bold-font);
}

.camion-container{
    width: 100%;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
}

.camion-content{
    width: 100%;
}

.camion-green-p{
    width: 100%;
    padding: 2.5rem 14%;
    background-color: var(--company-color4);
    color: white;
    font-size: 0.825rem;
    text-align: justify;
    margin: 0;
}

.camion-green-p > strong{
    font-size: 0.825rem;
    font-family: var(--bold-font);
    color: white;
}

.camion-white-p{
    width: 100%;
    padding: 2.5rem 14%;
    font-size: 0.825rem;
    text-align: justify;
    margin: 0;
}

.camion-white-p > strong{
    font-size: 0.825rem;
    font-family: var(--bold-font);
}

.news-hub-container{
    width: 100%;
    padding: 0 7.5% 3rem;
}

.hub-title{
    font-weight: normal;
    font-size: 1rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid var(--company-color4);
    position: relative;
    margin: 5rem 14% 2rem;
    width: fit-content;
}

.hub-title::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skew(40deg);
    left: -2.25rem;
    background-color: var(--company-color4);
    width: 1.65rem;
    height: 0.65rem;
}

.news-hub-content{
    overflow-y: auto;
    max-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.new{
    width: 100%;
}

.new-img{
    width: 100%;
}

.new-title{
    font-size: 0.9rem;
    font-family: var(--bold-font);
    color: #6a6a6a;
    margin: 0;
    padding: 0.5rem 2.5%;
}

.new-p{
    font-size: 0.9rem;
    color: #6a6a6a;
    margin: 0;
    padding: 0rem 2.5% 0.5rem;
}

.new-more{
    font-size: 0.85rem;
    color: var(--company-color3);
    margin: 0;
    padding: 0.5rem 2.5%;
    font-family: var(--bold-font);
    transition: padding 0.5s ease;
}

.new-more:hover{
    padding: 0.5rem 2.5% 0.5rem 5%;
}

.distribucion-title{
    font-weight: normal;
    font-size: 1rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid var(--company-color4);
    position: relative;
    margin: 2rem 14%;
    width: fit-content;
}

.distribucion-title::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skew(40deg);
    left: -2.25rem;
    background-color: var(--company-color4);
    width: 1.65rem;
    height: 0.65rem;
}

.distribucion-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.distribucion-content{
    width: 100%;
}

.distribucion-green-p{
    width: 100%;
    padding: 2.5rem 14% 5rem;
    background-color: var(--company-color4);
    color: white;
    font-size: 0.825rem;
    text-align: justify;
    margin: 0;
    position: relative;
}

.distribucion-green-p::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 10vw;
    width: 10vw;
    height: 10vw;
    background-color: white;
}

.distribucion-green-p::before{
    content: "";
    position: absolute;
    bottom: 10vw;
    left: 0;
    width: 10vw;
    height: 10vw;
    background-color: white;
}

.distribucion-green-p > strong{
    font-size: 0.825rem;
    font-family: var(--bold-font);
    color: white;
}

.distribucion-white-p{
    width: 100%;
    padding: 2.5rem 14%;
    font-size: 0.825rem;
    text-align: justify;
    margin: 0;
}

.green-text{
    font-size: 0.825rem;
    font-family: var(--bold-font);
    color: var(--company-color3);
}

@media (width>=768px) {
    .banner-img-mb{
        display: none;
    }

    .banner-img-pc{
        display: block;
    }
    
    .banner-title{
        bottom: 1rem;
        left: 7.5%;
        width: fit-content;
        font-size: 2rem;
    }

    .bienvenido-img,
    .camion-img,
    .distribucion-img{
        max-width: 768px;
    }

    .distribucion-green-p::after{
        left: 5vw;
        width: 5vw;
        height: 5vw;
    }
    
    .distribucion-green-p::before{
        bottom: 5vw;
        width: 5vw;
        height: 5vw;
    }
}

@media (width>=1024px) {
    .banner-title{
        bottom: 1.5rem;
        font-size: 2.5rem;
    }

    .bienvenido-container{
        flex-direction: row;
        padding: 3rem 0 0;
    }

    .bienvenido-content {
        width: 50%;
        padding: 0 0 0 7.5%;
    }

    .bienvenido-img{
        width: 50%;
        padding: 0 5%;
        max-width: unset;
    }

    .bienvenido-title{
        font-size: 1.5rem;
        margin-right: 0;
        padding-bottom: 0.5rem;
    }
    
    .bienvenido-title::before{
        left: -3rem;
        width: 2rem;
        height: 0.8rem;
    }

    .bienvenido-p{
        font-size: 1.05rem;
        padding: 1.5rem 0;
    }

    .bienvenido-p > b{
        font-size: 1.05rem;
    }

    .camion-container {
        flex-flow: row;
        align-items: stretch;
        padding-bottom: 5rem;
    }

    .camion-img{
        width: 45%;
        max-width: unset;
    }

    .camion-content {
        width: 55%;
    }

    .camion-green-p {
        height: 50%;
        padding: 2.5rem 20% 0 10%; 
        font-size: 1rem;
        align-content: center;
        line-height: 1.5rem;
    }

    .camion-green-p > strong {
        font-size: 1rem;
    }

    .camion-white-p {
        height: 50%;
        padding: 0rem 20% 0 10%;
        font-size: 1rem;
        align-content: center;
        line-height: 1.5rem;
    }

    .camion-white-p > strong {
        font-size: 1rem;
    }
    
    .hub-title{
        font-size: 1.5rem;
        padding-bottom: 0.5rem;
        margin: 2rem 20% 2rem 7.5%;
    }
    
    .hub-title::before{
        left: -3rem;
        width: 2rem;
        height: 0.8rem;
    }
     
    .news-hub-content{
        max-height: 80vw;
        max-width: 1200px;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .new-title{
        font-size: 1.15rem;
        padding: 0.5rem 2.5%;
        line-height: normal;
    }
    
    .new-p{
        font-size: 1rem;
        padding: 0rem 2.5% 0.5rem;
        line-height: normal;
    }
    
    .new-more{
        font-size: 1rem;
        padding: 0.5rem 2.5%;
    }

    .distribucion-title{
        font-size: 1.5rem;
        padding-bottom: 0.5rem;
        margin: 2rem 20% 2rem 7.5%;
    }
    
    .distribucion-title::before{
        left: -3rem;
        width: 2rem;
        height: 0.8rem;
    }

    .distribucion-container {
        flex-direction: row;
        align-items: stretch;
    }

    .distribucion-img{
        width: 50%;
        max-width: unset;
    }

    .distribucion-content {
        width: 50%;
    }

    .distribucion-green-p {
        height: 50%;
        padding: 2.5rem 15% 0;
        font-size: 1rem;
        align-content: center;
        line-height: 1.5rem;
    }
    
    .distribucion-green-p > strong {
        font-size: 1rem;
    }

    .distribucion-green-p::after{
        left: unset;
        bottom: calc(-5vw + 1px);
        right: 0;
        width: 5vw;
        height: 5vw;
        background-color: var(--company-color4);
    }
    
    .distribucion-green-p::before{
        bottom: -1px;
    }

    .distribucion-white-p {
        height: 50%;
        padding: 0rem 15%;
        font-size: 1rem;
        align-content: center;
        line-height: 1.5rem;
    }

    .green-text {
        font-size: 1rem;
    }
}

@media (width >= 1440px) {
    .news-hub-content{
        max-height: 1160px;
    }
}