﻿@font-face {
    font-family: "ILRES";
    src: url("https://cdn.ilres.com/font/Exo_2/Exo2-VariableFont_wght.ttf") format("truetype");
}

body {
    font-size: 16px;
    text-align: justify;
    font-family: ILRES, Helvetica, Arial;
}
h1{
    font-size: 20px
}

h2 {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
th {
    background-color: #CCCCCC;
    text-align: center
}

i {
    font-size: 0.8em;
}
.row{
    max-width: 840px;
    margin: auto
}

.header {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0 10px 0;
}
.divFlags {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0 10px 0;
    text-align: center;
}

.contentText {
    margin-top: 25px;
}
.flag {
    width: 35px;
    height: auto;
    margin: 8px;
    cursor:pointer;
}

.Space {
    width: 1em;
    height: auto;
}

.logo_right {
    width: 150px;
    height: auto;
}
.logo_left {
    width: 150px;
    height: auto;
}

.hide {
    display: none
}
.divFooter {
    border-top: 1px solid #CCCCCC;
    padding: 8px 0 10px 0;
}
.divFooter p {
    font-size: 0.9em;
}

.colorClient {
    color: #00B8EF;
}

@media only screen and (max-device-width: 520px) {
    .header, .divFlags, .divFooter {
        border-color: #999999;
    }
    h1 {
        font-size: 2.5em;
    }
    p, h2, li, table {
        font-size: 2em;
        text-align: justify;
        text-decoration:none;
    }
    h4 {
        font-size: 2em;
        text-align: center;
    }
    .logo_right {
        width: 13em;
        height: auto;
    }
    .logo_left {
        width: 10em;
        height: auto;
    }
    .flag {
        width: 4em;
        height: auto;
        margin: 10px;
    }
    .table-bordered > tbody > tr > td {
        border: 1px solid #999999
    }
    .divFooter p {
        font-size: 1.5em;
    }
}
