body {
  font-family: "PT Sans Regular", arial, san serif;
}

h1 {
  color: #5a82a5;
  font-family: "PT Sans Regular", arial, sans serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

h2 {
  font-size: 24px;
  font-family: "PT Sans Regular", arial, sans serif;
  color: #212225;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: left;
}

p {
  font-size: 15px;
  font-family: "PT Sans Regular", arial, sans serif;
  color: #5f5f60;
  line-height: 1.6;
  text-align: left;
}

.jumbotron {
	text-align: center;
	margin-top: 80px;
}

#header-image {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 482px;
	background-image: url(../images/rm_hero.jpg);
}

@media (max-width: 500px){
	#header-image {
		background-image: url(../images/rm_heromob.jpg);
		background-size: 200%;
		background-repeat: no-repeat;
	}
	h1 {
		font-size: 30px !important;
	}
	.jumbotron-text {
		font-size: 30px !important;
	}
}

@media (max-width: 350px){
	#header-image {
		background-size: 250%;
	}
}


#header-text {
	padding-top: 50px;
}

.section-title {
	text-align: center;
	color: #5a82a5;
}

.section-light {
	background-color: white;
}
	
.section-dark {
    background-color: #f7f9f9;
}

.section-container {
	padding-top: 50px;
	padding-bottom: 60px;
	
}

@media (max-width: 480px){
	.section-container {
		padding-bottom: 30px;
	
	}
}

img.logo {
	width: 300px;
}

@media (max-width:992px) {
	img.logo {
		width: 230px;
	}
}


img.inverted-logo {
	max-width: 360px;
}

@media (max-width: 1199px) {
	img.inverted-logo {
		width: 293px;
	}
}

@media (max-width: 359px) {
	img.inverted-logo {
		width: 250px;
	}
}

.navbar-brand {
	padding-top: 8px !important;
}

.timeline {
    position: relative;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 80px;
    bottom: 80px;
    margin-left: 30px;
}

.timeline .text-muted {
	color: #BDC4CA;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

.timeline .panel .panel-heading.icon * { font-size: 20px; vertical-align: middle; line-height: 40px; }
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -51px;
    display: block;
    width: 25px;
    height: 25px;
	top: 7px;
    padding: 7px;
    border-radius: 50%;
    text-align: center;
    float: left;
	border: 5px solid #212225;
	background-color: #5a82a5;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}

.timeline-p {
	margin-bottom: 0px;
}

.timeline-title {
	color: #212225;
	font-size: 17px;
	font-weight: bold;
}

.form-title {
	color: #212225;
	text-align: center;
}

.navbar {
	background-color: #FFF;
	padding: 20px 0px 10px 0px;
}

.navbar-nav li a {
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width:992px){
	.navbar-nav li a {
		font-size: 13px;
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
}

.navbar-nav li a.section-link {
	color: #212225;
}

.navbar-nav li a.btn-navbar {
	border: 1px solid #5A82A5;
	background-color: #5A82A5;
	color: #FFF;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	padding: 10px 25px !important;
	margin-left: 20px;
	font-weight: normal;
}

@media (min-width: 768px) {
	.collapse {
		padding-left: 40px;
	}
}

#first-section {
	padding-top: 30px;
}


a.btn-jumbotron {
	border: 2px solid #FFF;
	background-color: #212226;
	color: #FFF !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	padding: 10px 30px !important;
	margin-left: 15px;
	margin-bottom: 2px !important;
	font-weight: normal;
}

a.btn-jumbotron:focus,
a.btn-jumbotron:hover {
	background-color: #FFF;
	color: #212226 !important;
	border: 2px solid #212226;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-weight: bold;
}

.jumbotron-btn-area {
	padding-top: 20px;
}

.jumbotron-text {
	color: #FFF;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}

.centered-text-title {
	font-size: 24px;
}

.centered-text-p {
	font-size: 20px;
	padding-bottom: 20px;
}

.centered-text-title,
.centered-text-p {
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
}

#bancopopular {
	padding-top: 40px;
	padding-bottom: 20px;
}


.contact-form {
	margin: 0 auto !important;
}

@media (max-width:479px){
	.contact-form {
		width: 80%;
	}	
}

@media (min-width:480px){
	.contact-form {
		width: 60%;
	}	
}

@media (min-width:768px){
	.contact-form {
		width: 50%;
	}
}

@media (min-width:992px){
	.contact-form {
		width: 33%;
	}
}

form p {
	margin: 0;
}

form label {
	margin-top: 20px;
	font-weight: normal;
}


form input[type=text],
form input[type=email],
.custom-select {
    border: 1px solid #606060;
	width: 100%;
	padding: 8px;
}

.custom-select {
	background-color: #FFF;
	border-radius: 0%;
	overflow: hidden !important;
	font-size: 16px;
}

.custom-select select {
   background: transparent;
   border: none;
   font-size: 16px;
   font-family: "PT Sans Regular", arial, sans serif;
   padding: 8px; /* If you add too much padding here, the options won't show in IE */
   width: 100%;
   color: #9d9d9d;
}

.checkbox-line {
	margin-bottom: 10px;
}

.checkbox-line label {
	margin-top: 10px;
	padding: 10px;
}

form input[type=submit] {
    border: 2px solid #5A82A5;
	width: 100%;
	padding: 8px;
}

@media (min-width: 992px) {
	.line {
		bottom: 90px !important;
	}
}

@media (min-width: 992px) {
	
	.timeline {
		padding: 0 40px;
	}
	
	.centered-paragraph {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}

@media (max-width: 991px) {
	.timeline {
		padding: 0 0px;
	}
	
	.centered-paragraph {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media (max-width: 767px) {
	.line {
		top: 20px !important;
	}
	
}

@media (max-width: 737px) {
	.line {
		bottom: 90px !important;
	}
	
}

@media (max-width: 563px) {
	.line {
		bottom: 110px !important;
	}
	
}

@media (max-width: 528px) {
	.line {
		bottom: 120px !important;
	}
	
}

@media (max-width: 420px) {
	.line {
		bottom: 150px !important;
	}
	
}

@media (max-width: 366px) {
	.line {
		bottom: 180px !important;
	}
	
}

@media (max-width: 340px) {
	.line {
		bottom: 210px !important;
	}
	
}

@media (max-width: 300px) {
	.line {
		bottom: 260px !important;
	}
	
}



.form-button {
	background-color: #5A82A5;
	border-color: #5A82A5;
	border-radius: 0%;
	border: 2px solid #5A82A5;
}

.form-button:hover {
	background-color: #FFF;
	color: #5A82A5 !important;
	border: 2px solid #5A82A5;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-weight: bold;
}

footer .top-footer {
	background-color: #363A45;
	color: #FFF;
	padding: 60px 0;
}

.top-footer-text {
	margin-top: 30px;
	color: #FFF;
	font-size: 17px;
	text-align: center;
}

footer .bottom-footer {
	background-color: #5A82A5;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
}

footer .col-footer {
	text-align: center !important;
}

#logo-footer {
	text-align: center;
	font-size:60px;
	color:#FFF;
}

#logo-footer strong {
	color:#5A82A5;
}

footer .bottom-footer a {
	color: #FFF;
	font-weight: bold;
}

.glyphicon {
    font-size: 30px;
	color: #5A82A5;
}

/* Cookies bar */

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: #363A45;
    color:#fff;
    z-index:99999;
}

.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}

.inner a {
	text-decoration: underline;
	color:#fff;
}

.inner a.ok {
	color:#fff;
    padding:4px;
	text-decoration: underline;
}