﻿body {
    color: #fff;
    background-color: #222;
    font-family: PlusJakartaSans-Light;
}

.dvbody05 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dv_padre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 2000px;
}

.dvhj01 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
	justify-content: center;
    gap: 2rem;
    padding: 2rem;
}

#dvhj_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img01 {
    width: 100%;
    max-width: 300px;
    height: auto;
    justify-self: center;
}

.span_general {
    font-family: PlusJakartaSans-SemiBold;
    font-size: 2rem;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .dvhj01 {
        grid-template-columns: 1fr;
        text-align: center;
        hyphens: auto;
    }

    #dvhj_text {
        align-items: center;
    }
}

.brdr_color01 {
    border: 2px solid #fff;
}

.p_comunica2s {
    margin-bottom: 1rem;
}

@media (max-width: 1500px) {
    .p_comunica2s {
        font-size: 0.8rem;
    }
}

#img_none02 {
    display: none;
}

@media (max-width: 1200px) {
    #img_none01 {
        display: none;
    }

    #img_none02 {
        display: block;
    }

    .p_comunica2s {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    #img_none01 {
        display: block;
    }

    #img_none02 {
        display: none;
    }
}