@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 770px;
	text-align: center;
	/*margin-bottom: 175px;*/
	font-family: 'open_sansregular';
	background-color: #E4002B;
	max-width: 100%;
	overflow-x: hidden;
	height: 100%;
}

body {
  height: 100%;
	position: relative;

}
/*
@supports (-webkit-text-stroke: 1px black) {
  h2 {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
  }
}
*/
/* Universal formats */

a:link {
	text-decoration:none;
	color: #666666;
}

a:visited {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #0099cc;
	text-decoration:underline;
}

h1 {

	color: #ffffff;
	font-family: 'RiftBoldItalic';
	font-style: italic;
	font-size: 55pt;
  font-weight: bold;
  line-height: 1;

}

h2 {
	color: #ffffff;
	font-family: 'RiftBoldItalic';
	font-style: italic;
	font-size: 35pt;
  font-weight: bold;
  line-height: 1;

}

h3 {
	font-family: 'open_sansregular';
	color: #777;
	font-size: 20px;
    font-weight: 300;
	line-height: 1;
	padding-bottom: 15px;
	padding-top: 15px;

}

h4 {
	font-family: 'opensans-italic';
	color: #777;
	font-size: 18px;
    font-weight: 300;
	text-decoration: underline;
	line-height: 1;
	padding-bottom: 0px;
	padding-top: 5px;

}

.text {

	font-family: 'RiftBold';
	font-style: normal;
	font-weight: bold;
	font-size: 22pt;
	margin: 0 auto;
	width: 900px;
	text-align: justify;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.text.large {
	font-size: 30pt;
	line-height: 200%;
}
/*End universal formats */

.wrapper{

margin-top: 0px;

}

/* Background subclassing
   ---------------------- */
.spt-container {
	margin: 0 auto;
	width: 100%;
}

/*  ---------------------- */


.spt-button {

	display:inline-block;
	font-family: 'RiftBold', arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	word-spacing: normal;
	-webkit-font-smoothing: antialiased !important;
}

.spt-button a {
	color: #E4002B;
	text-decoration: none;
}

.small {
	border-radius: 25px;
	color: #E4002B;
	font-size:9pt;
	font-weight: 500;
	line-height:20px;
	padding: 3px 20px;
	margin-bottom: 8px;
}

.smaller {
	border-radius: 20px;
	color: #E4002B;
	font-size:11pt;
	line-height:17px;
	padding: 3px 15px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.x-small {
	border-radius: 15px;
	color: #fff;
	font-size:8px;
	font-weight: 600;
	padding: 3px 10px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.grey {
	background-color:#ffffff;
}

.blue {
	background-color:#06C;
}

.grey:hover {
	background-color:#ffffff;
}

.blue:hover {
	background-color: #09F;
}

.spt-action {
	color: #0099cc;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
}

.spt-action:hover {
	text-decoration: underline;
}


/* --------------------------------------- */
/* SITE BANNER + NAVIGATION */

.banner {
	width: 100%;
	height: 90px;
	background-color: #E4002B;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
  /*
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 900;
	*/
}

.banner-nav-item-red {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-family: 'RiftBoldItalic';
	font-weight: bold;
	font-style: italic;
	font-size: 14pt;
	padding-right: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0px;
}

.banner-nav-item {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-family: 'RiftBoldItalic';
	font-weight: bold;
	font-style: italic;
	font-size: 14pt;
	padding-right: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0px;
}

.banner-nav-item a {
	color: #ffffff;
	text-decoration: none;
	transition:.2s;-o-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;-webkit-transition:.2s;
}

.banner-nav-item a:hover {
	text-decoration: none;
}

.banner-nav-item-red a {
	color: #E4002B;
	text-decoration: none;
	transition:.2s;-o-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;-webkit-transition:.2s;
}

.banner-nav-item-red a:hover {
	text-decoration: none;
}

.banner-nav-logo {
	background-image: url('/images/logos/solicasa_logo_white.svg');
	background-repeat: no-repeat;
	display: inline-block;
	width: 75px;
	height: 75px;
}

.navbar {
  background-color:rgba(255, 255, 255, 0.90);
  color: #666;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 35px;
  z-index: 1001;
  border-bottom: solid thin #ccc;

}

.navbar ul {
	margin: 0 auto;
	width: auto;
	padding: 0;
	padding-top: 6px;
}


.button-next {
	background-image: url('/images/button_next_white.svg');
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: bottom;
	top: 5px;
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;

}

.section-content {
	margin: 0 auto;
	width: 975px;
}

.section-content.home{
	/*
	height: 290px;
	*/
}

.solar-panel-wrapper {

	overflow: hidden;

}

.solar-panel {
	position: absolute;
	bottom: 0px;
	right: -800px;
	width: 800px;
	height: 500px;
	background-image: url('/images/solar-panels-2.svg');
}

.graph {
	margin: 0 auto;
	width: 800px;
	/*
	position: absolute;
	right: -850px;
	width: 750px;

	*/
	margin-top: 50px;
	margin-bottom: 50px;
	border: solid thin rgba(255, 255, 255, 0.5);
	padding: 20px;
}

.graph2 {
	margin: 0 auto;
	margin-bottom: 50px;
	width: 800px;
	border: solid thin rgba(255, 255, 255, 0.5);
	padding: 20px;
}

.sun {
	position: absolute;
	top: -400px;
	left: -800px;
	width: 800px;
	height: 800px;
	background-image: url('/images/sun.svg');
}

.check {
	width: 90px;
	height: 90px;
	background-image: url('/images/check.svg');
}


.steps {
		position: relative;
		border-bottom: solid 10px white;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		background-color: #E4002B;
		overflow: visible;
		/*
		background-image: url('/images/backgrounds/solar-panels-red.png');
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		*/

}

.steps.first {
	min-height: calc(100vh - 145px);

	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.steps.middle {
	min-height: calc(100vh);
}

.steps.last {
	min-height: calc(100vh);
	border-bottom: none;
}


/* --------------------------------------- */
/* FOOTER SYTLING */

.footer {
	height: 150px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 15px 0px;
	width: 100%;
	background-color:#fff;
	font-family: 'open_sanslight';
}

.footer h3 {
	font-weight: 900;
	font-size: 10pt;
	color: #666666;
}

.footer p {
	font-weight: 300;
	font-size: 9pt;
	color: #666666;
}

.footer A:link {
	text-decoration:none;
	color: #666666;
}

.footer A:visited {
	color: #666666;
	text-decoration:none;
}

.footer A:hover {
	color: #0099cc;
	font-size: 9pt;
	text-decoration:underline;
}

.footer-column {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 20px;
}

.copyright {
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
	font-size: 8pt;
	color: #666666;

}

.arrow{
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
