/* You can add global styles to this file, and also import other style files */

/*-------------------------*/
/* FONTS */
/*-------------------------*/
@font-face {
    font-family: 'noto';
    src: url(../assets/font/NotoSans.ttf) format("truetype");
}
@font-face {
    font-family: 'noto-italic';
    src: url(../assets/font/NotoSans-Italic.ttf) format("truetype");
}
@font-face {
    font-family: 'noto-bold';
    src: url(../assets/font/NotoSans-Bold.ttf) format("truetype");
}
@font-face {
    font-family: 'noto-bold-italic';
    src: url(../assets/font/NotoSans-BoldItalic.ttf) format("truetype");
}
/*-------------------------*/
/* FIN FONTS */
/*-------------------------*/

*{
    box-sizing: border-box;
}

body{
    background-color: #f9f9f9;
    margin: 0px;
}

header{
    width: 100%;
    background-color: #D81E05;
    height: 56px;
    display: flex;
    align-items: center;
}
.a-logo-mapfre {
    float: left;
    margin-left: 20px;
}

.container-990{
    width: 1024px;
    margin: 0 auto;
    font-family: 'noto', Arial, Helvetica, sans-serif;
    color: #4C4C4C;
    text-align: left;
}

.background-blanco {
    background-color: #ffffff!important;
}

h1{
    font-size: 28px;
    margin-top: 38px;
}
h2{
    font-size: 20px;
    margin-top: 50px;
}
/* h2.a-principal-matricula{
    font-size: 16px;
    margin-bottom: 40px;
} */
.a-bold{
    font-weight: bold;
}
.a-bold.space{
    margin-top: 30px;
    margin-bottom: -10px;
}
.a-bold-ita{
    font-weight: bold;
    font-style: italic;
}
.a-ita{
    font-style: italic;
}
ul{
    list-style: disc;
    /* padding-inline-start: 20px; */
}
ul li{
    margin-bottom: 8px;
}
ol li{
    margin-bottom: 8px;
}

@media screen and (max-width: 992px) {
    .container-990{
        width: 100%;
        padding: 0 20px;
    }

}
div.w50{
    width: 50%;
    float: left;
}
div.space{
    width: 100%;
    float:left;
    margin-top: 30px;
}
p{
    float: left;
    width: 100%;
}