﻿.container.body-content {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.contenedor {
    min-width: 350px;
}

.contenedor {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    background-color: #f6e7c9;
}

.div-titulo {
    margin: 110px 0 .5rem 0;
    height: auto;
    width: 100vw;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    gap: 1rem;
    min-width: 350px;
}

.div-actualizacion {
    margin: 2rem 0 .5rem 0;
    padding: 0 10rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.div-contenido {
    margin: .5rem 0 .5rem 0;
    padding: 0 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

h1 {
    font-family: "Barlow", serif;
    font-weight: 700 !important;
    font-size: 45px;
    text-transform: uppercase;
    color: #333 !important;
    margin: 0;
}

h4 {
    font-family: "Barlow", serif;
    font-weight: 500 !important;
    margin: 2rem 0 .5rem 0;
}

h6 {
    font-family: "Barlow", serif;
    font-weight: 500 !important;
    margin: 0;
}

p, li {
    font-family: "Montserrat", regular;
    font-weight: 400 !important;
    margin: 0;
}

    p a {
        color: #e59523;
        font-weight: 600;
        text-decoration: none;
    }

        p a:hover {
            color: #907862;
        }

@media (min-width: 769px) and (max-width: 1269px) {
    .div-titulo {
        margin-top: 140px;
    }
}

@media (max-width: 768px) {
    .div-actualizacion, .div-contenido {
        padding: 0 3rem;
    }
}
