@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


body{
    font-family: 'Titillium Web', sans-serif;
}


.texto-verde{
   color:#0a5793;
}

.h1, h1 {
    font-size: 50px;
}

h2 {
    font-size: 20px;
}

.hr40{
    border-top: 1px solid #053f6c;
    width: 20%;
}

.hr40-1{
    border-top: 1px solid #053f6c;
    width: 20%;
}

.hr40-2{
    border-top: 1px solid #053f6c;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    color: #b7b7b7;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.sin-top{
    margin-top: 0;
}

.azul{
    color: #00487f;
}

.arriba-no{
    margin-top: 0;
}