h1{
    font-size: 25px;
}
.internal-container{
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center !important;
}
.text-white{
    color: #FFF !important;
}

.text-primary{
    color: #00AFAA !important;
}

.weight-semibold{
    font-family: MontserratSemiBold;
}

.bg-dark-primary{
    background-color: #116E79 !important;
}

.font-size-20, .font-size-20 *{
    font-size: 17px;
    line-height: 1.2;
}
.font-size-35, .font-size-35 *{
    font-size: 25px;
    line-height: 1.2;
}
.pr-4{
    padding-right: 1.5rem !important;
}

.page-template-page-landing header{
    height: auto;
}
.page-template-page-landing footer{
    margin-top: 0;
}
.rea-main.rea-page-landing{
    background-image: url("/wp-content/themes/reagila/images/bg-landing.jpg");
    background-size: cover;
    background-position: center;
    padding: 10vh 0;
}
.landing-box{
    background-color: #FFF;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: block;
}
.landing-logo{
    max-height: 100px;
    width: auto;
}


.arrow-right-white{
    max-width: 45px;
    height: auto;
}

@media screen and (min-width: 992px){
    .font-size-20, .font-size-20 *{
        font-size: 20px;
    }
    .font-size-35, .font-size-35 *{
        font-size: 35px;
    }
    .internal-container{
		margin-left: 7.27%;
		margin-right: 7.27%;
	}
    .subarea-title{
        min-height: 100px;
    }
    .row-box-landing{
        min-height: 115px;
    }
    .landing-logo{
        max-height: 150px;
    }
}
@media screen and (min-width: 1200px){
    .mb-xl-6{
        margin-bottom: 60px !important;
    }
    .pr-xl-6{
        padding-right: 60px !important;
    }
}