:root {
    --primary-color:#F3F4F4;
    --secondary-color:#1B3358;
    --accent:#24408F;
    --text-color: #231F20;
    --button-color:#BBBDBF;
	--third-color:#1f2324; 
}
h1{
    font-size: 88px;
    line-height: 82px;
    color: var(--primary-color);
    font-weight: 700; 
}
h2{
    font-size: 55px;
    line-height: 50px;
    font-weight: 700; 
    color: var(--secondary-color);
}
h3{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: var(--primary-color);
}
h3 > span {
	color: var(--secondary-color);
	font-size: 36px;
	font-weight: 500;
    line-height: 10px;
}
h4{
    font-size: 26px;
    line-height: 28px;
    font-weight: 700; 
    color: var(--third-color);
}
h5{
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    padding: 5px;
}
h5 > span{
    color:#ffffff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 800;
}
p{
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: var(--text-color);
}
p.w{
    font-size: 40px;
    line-height: 30px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
}
p.w2{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #FFFFFF;
}
p.w3{
    color:#ffffff;
}
span.w{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 10px;
}
a {
    color: var(--secondary-color);
}
.bBack {
	color: #FFFFFF;
	font-weight: 600;
    font-size: 28px;
}
.textoBanner{
    color: #FFFFFF;
	font-weight: 600;
    font-size: 28px;
}
.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;
}
.pTB{
    padding:20px 0;
}
.pTB3{
    padding:30px 0;
}
.padding50{
    padding: 50px;
}
.padding80{
    padding: 80px;
}
.margin-top {
	margin-top: 100px;
}
.margin-top1 {
	margin-top: 10px;
}
.margin-top2 {
	margin-top: 20px;
}
.margin-right {
	margin-right: -20px;
}
.margin-bottom {
    margin-bottom: 100px;
}
.margin-bottomS {
    margin-bottom: 20px;
}in-1{
    margin-left: -15px;
    margin-right: 10px;
}
.margin-2{
    margin-right: 10px;
}
.margin-3{

    margin-right: -10px;
}
.generic-button a{
    background:var(--primary-color);
    padding: 15px 100px;
    border-radius: 50px;
    border:solid 2px var(--accent); 
    text-decoration: none;
    color: var(--accent);
    font-size: 22px;
    font-weight: 400;
    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;
}

.textoRUnder{
	text-align: center;
    height: 100%;
    padding-top: 200px;
}
.textoRUnder2{
	text-align: center;
    height: 100%;
    padding-top: 200px;
}
.textoCenter{
	text-align: center;
}
.border-top2 {
	border-top: 1px solid #ffffff !important;
}
.espacio {
    letter-spacing: 15px;
}
