/*

Rojo: #e7045b
Azul: #0896be

*/

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i|Raleway:400,400i,700,700i');
@-ms-viewport { width: device-width; }

html {
	scroll-behavior: smooth;
}

body
{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #444;
	background: #444;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
}

h2 {
	margin-bottom: 1em;
	font-size: 3rem;
}



.btn-red:hover {
	color: #FFF;
}

.btn-red-top {
	color: #fff;
	background-color: #e7045b;
	border-color: #e7045b;
	min-width: 200px;
	margin-top: 30px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.btn-red {
    color: #fff;
    background-color: #e7045b;
    border-color: #e7045b;
    min-width: 200px;
    margin-top: 30px;
  	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.scroll {
	position: absolute;
  	right: 0;
  	left: 0;
  	bottom: -0.7em;
    margin-right: auto;
    margin-left: auto;
    color: #999;
    font-size: 1.3em;
    z-index: 999;
}
.scroll svg {
	background: #FFF;
}

.ajuste {
	display: inline-block;
	position: relative;
	top: -2px;
}

.show {
	display: initial;
}
.hide {
	display: none;
}

#main {
	text-align: center;
	background: #FFF;
}

#main section {
	min-height: 690px;
	padding: 50px 0;
	border-bottom: solid 1px #CCC;
	position: relative;
}

#main section h2 {
	padding-bottom: 25px;
}

#main section p {
	padding-bottom: 25px;
}

#header {
	padding: 5px 0;
	z-index: 1000;
	background: #FFF;
}
#header .navbar-brand img {
	max-height: 45px;
	width: auto;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  	position: fixed;
  	top: 0px;
  	right: 0;
  	left: 0;
    margin-right: auto;
    margin-left: auto;
	border-bottom: solid 1px #CCC;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .container {
  padding-top: 102px;
}

.fondo-header {
	height: 79px;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #999999;
}

.anchor{
  display: block;
  height: 1px; 
  position: absolute;
  bottom: 110px;
}

#intro {
	background-image: url('images/ciudad-portada.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 80%;
}

#planes {
	background-image: url('images/choque.svg');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 80% 70%;
}

#pagos {
	background-image: url('images/coins.svg');
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 50% 60%;
}

#referidos {
	background-image: url('images/ahorros.svg');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 50% 75%;
}

#respaldo{
	background-image: url('images/respaldo.svg');
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: 50% 80%;
}

#cotiza {
	background-image: url('images/edificios-subpagina.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#footer {
	color: #FFF;
}

#footer a {
	color: #FFF;
}

#footer .footer-logo {
	text-align: center;
	padding: 2em 0 0.5em;
}

#footer .footer-logo img {
	max-width: 150px;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 1em 0 0.5em;
	text-align: center;
}

#footer .footer-menu li,
#footer .footer-contact li {
	font-size: 0.9em;
	line-height: 2em;

}

#footer .footer-social li {
	font-size: 1.5em;
	display: inline-block;
	margin: 0 0.2em;
}

.color-imagen{
	background: rgba(226,226,226,0.93);
	background: -moz-linear-gradient(-45deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(15%, rgba(226,226,226,0.93)), color-stop(17%, rgba(226,226,226,0.93)), color-stop(23%, rgba(219,219,219,0.94)), color-stop(64%, rgba(209,209,209,0.98)), color-stop(85%, rgba(235,235,235,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(-45deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	background: linear-gradient(135deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
}