@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto Slab:300,400,500,600,700");
body {
  margin: 0;
  font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #484848;
  text-align: left;
}
body {
  min-height: 75rem;
}
.h1, h1 {
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 400;
}
.h2, h2 {
  font-family: Roboto;
  font-size: 1.6875rem;
  font-weight: 400;
}
.h3, h3 {
  font-family: Roboto;
  font-size: 1.4375rem;
  font-weight: 400;
}
.h4, h4 {
  font-family: Roboto;
  font-size: 1.25rem;
  font-weight: 400;
}
.h5, h5 {
  font-family: Roboto;
  font-size: 1.25rem;
  font-weight: 400;
}
.h6, h6 {
  font-family: Roboto;
  font-size: 1.125rem;
  font-weight: 400;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300
}
.bg-body {
  background-color: #f8f9fa;
}
.header {
  background-color: #FFFFFF;
}
@media (min-width:768px) {
  
}

.footer {
background-color: #4B627C;
}

#footer {
  color: #fff;
  font-size: 14px;
}

#footer a {color: #fff}
#footer a:hover {color: #ebebeb}

#footer .footer-top {
  padding: 60px 0 30px 0;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}


.credits {
  padding-top: 5px;
  color: #fff;
  background-color: #5F445C;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}

.bicolor {
    margin: 15px 0 0;
    width: 170px;
    height: 20px
}

#header .bicolor {
    width: 150px;
    height: 10px
}

.bicolor {
    position: relative;
    min-height: 1px
}
.bicolor span {
    display: block;
    float: left;
    height: 100%
}
.bicolor span.azul {
    background: #0f69b4;
    width: 46%
}
.bicolor span.rojo {
    background: #eb3646;
    width: 54%
}

section.inicio {
	
	background: rgb(103,141,197);
	background: linear-gradient(90deg, rgba(103,141,197,1) 0%, rgba(219,94,82,1) 100%);
} 
.title{
	color: #5F445C;
	
}