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: 0px;
  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;
}

.centered-paragraph {
	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;
	}
}

li {
	margin-bottom: 10px;
}

.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;
	}
}

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: 768px) {
	.timeline {
		padding: 0 140px;
	}
	
	.centered-paragraph {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}

.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;
}

#map {
	margin-top: 20px;
	margin-bottom: 20px;
}

footer .top-footer {
	background-color: #363A45;
	color: #FFF;
	padding: 80px 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;
}

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

/* new imeline */

#timeline {
  list-style: none;
  position: relative;
}
#margin-timeline-title {
  margin-bottom: 40px;
}
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 0px;
  background-color: #BDC4CA;
  left: 50%;
  margin-left: -1.5px;
}
#timeline .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 50%;
  padding-top: 20px;
  margin-left: -25px;
  background-color: #5a82a5;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#timeline .glyphicon {
	color: #212225;
	font-size: 1.8em;
	margin-top: -20px;
}

#timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
  color: #4997cd;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement a span {
  color: #4997cd;
  font-size: .9em;
  top: 2px;
  left: 1px;
}
#timeline .timeline-movement {
  border-bottom: dashed 0px #4997cd;
  position: relative;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 10px;
}
#timeline .timeline-movement .timeline-item {
  padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 0px solid #d4d4d4;
  border-radius: 0px;
  background-color: #FFFFFF;
  color: #666;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
  text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
  color: #468c1f;
  font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
  color: #e2001a;
  font-size: 1.3em;
}
#abogados {
	padding-top: 20px;
}