/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Legal Pages Styles * Template: pages-legales-template.php */

body {
background-color: #F9F4EC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato-Regular";
    color: #021516;
    margin-bottom: 8px;
    margin-top: 48px;
}

h1 {
font-size: 32px;
}

h2 {
font-size: 26px;
}

h3 {
font-size: 22px;
}

h4 {
font-size: 20px;
}

h5 {
font-size: 18px;
}

.content {
margin-bottom: 96px;
}

.content p {
font-family: "Lato-Regular";
    color: #3A2A1F;
    line-height: 1.4;
}

.content ul {
padding-left: 16px;
    padding-top: 32px;
}

.content li {
list-style-type: disc;
    font-family: "Lato-Regular";
    color: #021516;
    line-height: 1.4;
}

.content a,
.content a:visited {
color: #C65C3B;
}