@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-size: 16px;
    color: #000000;
    font-family: 'PT Sans', sans-serif;
}
.h1, h1 {
    font-size: 36px;
    color: #162a5b;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
}
.h2, h2 {
    color: #284174;
}
.space {
  height: 60px;
}
.info {
    background: #ffffffbd;
    padding: 30px 0;
    z-index: 1;
}
p {
	font-size: 16px;
	text-align: justify;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}
.bg-1 {
    background-color: #284174;
    padding: 30px;

    height: 300px;
}
.bg-1 p {
    color: #fff;
}
.box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
    border-radius: 40px;
}
.box-1 {
    height: 187.5px;
    padding-right: 40px;
}
.box-2 {
    height: 177.5px;
    margin-top: 50px;
    padding-left: 40px;
}
.box-3 {
    margin-top: 50px;
    height: 220px;
    padding: 20px;
}
.line {
    background-color: #284174;
    height: 2px;
    width: 6%;
    margin-bottom: 15px;
}
#logo {
    width: 30%;
    padding: 20px 0;
}
#icon {
    width: 50%;
}
#img-body {
    margin-top: -250px;
}
ul {
    font-size: 16px;
    list-style: none;
    font-family: 'PT Sans', sans-serif;
}
.padre-1 {
    display: table;
    height:187.5px;
}
.padre-2 {
    display: table;
    height: 177.5px;
}
.hijo {
    display: table-cell;
    vertical-align: middle;
}
.list-1 {
    float: right;
    padding-right: 20px;
}
.list-2 {
    float: left;
    padding-left: 20px;
}
.line-1 {
    margin-left: 223px;
}