:root {
    --primary-color:#FFF;
    --secondary-color:#031736;
    --accent:#4383b3;
    --text-color: #000;
    --button-color:#4d98cf;
	--third-color:#C5E4FB;
}
h1{
    font-size: 88px;
    line-height: 82px;
    color: var(--primary-color);
    font-weight: 700; 
}
h2{
    font-size: 55px;
    line-height: 54px;
    font-weight: 700; 
    color: var(--secondary-color);
}
h3{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: var(--secondary-color);
}
h3 > span {
	color: var(--secondary-color);
	font-size: 24px;
	font-weight: 500;
}
h4{
    font-size: 26px;
    line-height: 28px;
    font-weight: 700; 
    color: var(--secondary-color);
}
h5{
    color: var(--accent);
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
}
h5 span{
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}
p{
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: var(--text-color);
}
p.w{
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #FFFFFF;
}
span.w{
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #FFFFFF;
}
.bBack {
	color: #FFFFFF;
	font-weight: 400;
}
.padding-top{
    padding-top: 130px;
}
.padding-top2{
    padding-top: 30px;
}
.padding-top3{
    padding-top: 50px;
}
.padding-bottom{
    padding-bottom: 130px;
}
.padding-bottom2{
    padding-bottom: 50px;
}
.margin-top {
	margin-top: 100px;
}
.margin-top2 {
	margin-top: 20px;
}
.margin-right {
	margin-right: -20px;
}
.generic-button a{
    background: #18469d;
    padding: 15px 50px;
    border-radius: 10px;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 22px;
    margin-right: 10px;
    transition-duration: .4s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.generic-button a:hover{
    background: var(--accent);
    color: var(--primary-color);
    border: none;    
    transform: translateY(-8px);
    transition-duration: .4s;
    transition-property: transform;
    box-shadow: none;
}
a{
    text-decoration: none;
}

.fa-lg {
	font-size: 3em;
	color: var(--secondary-color);
}
.short-row{
	height: 250px;
}
.large-col{
	height: 525px;
}
.short-row2{
	height: 100px;
	margin-bottom: 10px;
}
.large-col2{
	height: auto;
}
.fondoA {
	background-color: var(--accent);
}
.textoRUnder{
	text-align: right;
	display: inline-block;
	vertical-align: bottom;
}
.textoCenter{
	text-align: center;
}
.border-top2 {
	border-top: 1px solid #ffffff !important;
}

