/* -------------------------------- 

Primary style

-------------------------------- */

 /*Colors
 black: #171717;
 grey: #c9cacc;
 pink: #fd9f9f;
 green: #50bf9e; */
 
/* Typography
 cabin: 600, 700
 pacifico: 400
 open sans: 300, 400*/


*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
html {
	font-size: 62.5%;
}
/*Typography*/ 

body {
	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
	color: #171717;
	background-color: c9cacc;
}
h2 {
	font-family: "Cabin", sans-serif;
	font-weight: 700;
	color: #171717;
}
h2#how-it-works {
	font-family: "Kalam", sans-serif;
	font-weight: 700;
	font-size: 5.8rem;
	color: #fed9d9;
	margin-top: 0;
	margin-bottom: 1.8em;
}
h2.space-after-25.text-center {
	font-family: "Kalam", sans-serif;
	font-weight: 700;
	font-size: 3em;
	color: #50bf9e;
	letter-spacing: .03em;
	padding-left: 15px;
    padding-right: 15px;
}
h2.space-after-50.text-center {
	font-family: "Kalam", sans-serif;
	font-weight: 700;
	font-size: 3em;
	color: #50bf9e;
	letter-spacing: .03em;
}
h3 {
	font-family: "Cabin", sans-serif;
	color: #171717;
	font-weight: 700;
	margin-top: 35px;
}
p {
	line-height: 1.6;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
p.products {
	padding-left: 43px;
	padding-right: 43px;
}

@media only screen and (min-width: 1048px) {
body {
	/* hide horizontal scroll bar in IE */
	overflow-x: hidden;
}
}
a {
	color: #93a748;
	text-decoration: none;
}
a.t-and-c {
	color: white;
	text-shadow: 1px 2px 7px #fd9f9f;
}
.space-after-25 {
	margin-bottom: 25px;
}
.space-after-50 {
	margin-bottom: 50px;
}
.space-before-50 {
	margin-top: 50px;
}
.space-before-25 {
	margin-top: 30px;
}
.space-before-30 {
	margin-top: 30px;
}
/* -------------------------------- 

Main Components 

-------------------------------- */
/*--Hero--*/
div.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.jumbotron-1 {
	height: 750px;
	background-color: #fd9f9f;
	padding-bottom: 0px;
	border-radius: 0px;
}
.jumbotron-2 {
	height: 400px;
}
#hero {
	background-image: url("../img/hero.jpg");
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
h2#mission-statement.text-center {
	padding-top: 14%;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 3em;
	letter-spacing: 0px;
	line-height: 1.3em;
	font-family: "Cabin", sans-serif;
	font-weight: 700;
	Text-align: center;
	color: white;
	text-shadow: 1px 2px 7px #fd9f9f;
}
p#mission-statement.text-center {
	padding: 6%;
	padding-top: 24%;
}
.mission-statement-mobile {
	display: none;
}
.jumbotron p {
	margin-bottom: 17.5px;
	font-size: 18px;
	font-weight: 200;
}
a:hover {
	text-decoration: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 400px;
    border: 0;
    border-top: 3px solid white;
}

/*--form--*/
section.phone-number {
	padding: 0px 0px;
	text-align: center;
}
select.frecuency {
	border: none;
	font-style: italic;
	background-color: transparent;
	cursor: pointer;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .35s ease-in;
	transition: -webkit-transform .35s ease-in;
	border-bottom: none;
}
select.frecuency:focus {
	outline: none;
	border-bottom: 5px solid #39b3d7;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: -webkit-transform .35s ease-in;
	transition: -webkit-transform .35s ease-in;
}
h3.free {
	text-transform: none;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 63px;
}
div.well {
	background-color: #c9cacc;
	border: none;
	box-shadow: none;
	padding-bottom: 0px;
	padding: 0px;
}
.input-group {
	margin: 20px auto;
	width: 100%;
}
input.btn.btn-lg, input.btn.btn-lg:focus {
	outline: none;
	border-style: none;
	text-align: left;
	font-size: 20px;
	padding: 20px;
	width: 29%;
	height: 60px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
button.btn {
	border-width: 0px;
	padding: 20px;
	color: black;
	font-size: 20px;
	background-color: #50bf9e;
	border-style: none;
	width: 16%;
	height: 60px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
button.btn:hover {
	background-color: #fd9f9f;
}
small.promise {
	color: #999;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 9px;
	letter-spacing: .05em;
}
/*Form Finish*/

/*--Products--*/
#products img {
	border-radius: 4px;
	width: 81%;
	margin: 0 auto;
	display: block;
	background: rgba(255,255,255,0);
}
#blog-team-sourcing img:hover {
	opacity: .2;
}
#blog-team-sourcing p {
	padding: 30px;
	padding-top: 10px;
}
span.blog-team-sourcing-after {
	position: absolute;
	display: table;
	height: 300px;
	left: 45px;
	top: 0;
	width: 77%;
	background: rgba(255,255,255,0);
}
span.blog-team-sourcing-after span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
section#products.row {
	margin-top: 0px
}
div.products-brands.container {
	width: 90%;
	max-width: 1400px;
}
div.products.container-fluid {
	padding-top: 90px;
	padding-bottom: 90px;
}
/*Brands*/
	  
#brands img {
	border-radius: 4px;
	width: 85%;
	margin: 0 auto;
	display: block;
	background: rgba(255,255,255,0);
}
section#brands.row {
	margin-top: 0px;
}
div.brands.container-fluid {
	background-color: #fed9d9;
	padding-bottom: 85px;
	padding-top: 85px;
}
p.subhead.col-md-12.text-center {
	margin: 0 auto !important;
	width: 65%;
	float: none;
	font-size: 19px;
	padding-bottom: 25px;
}
div.input-group {
	margin-top: 50px;
}
/* TESTIMONIALS */
#testimonials img {
	border-radius: 50%;
	margin-right: 30px;
	display: block;
	margin: 0 auto;
}
div.testimonials.container {
	padding-top: 85px;
	padding-bottom: 85px;
	width: 90%;
    max-width: 1400px;
}
#testimonials .col-md-4 {
	padding-right: 30px!important;
}
section#testimonials.row {
	margin-top: 0px;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
blockquote {
	border-left: 3.5px dotted #50bf9e;
	margin: 0px 0px;
	padding: 0px 35px 10px 12px;
}
#testimonials img {
    border-radius: 0px;
    margin-right: 0px;
    display: block;
    margin: 0 auto;
    float: right;
	max-width: 30%;
}

/*Footer*/

.footer-bg {
	background-size: 100%;
	background-color: #50bf9e;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	margin-top: 0px;
	color: white;
}

li.footer {
	display: inline-block;
	float: left;
	padding-left: 15px;
    padding-right: 15px;
}
	
#footer ul {
	list-style: none;
}

ul.list-inline.icon {
	float:right;
}

#footer ul li {
	line-height: 1.8em;
}
#footer ul li:hover {
	color: #171717;
	cursor: pointer;
}
#footer .list-inline {
	margin-top: 50px;
}
#footer .list-inline li {
	padding-right: 15px;
}
.container-fluid .jumbotron {
	border-radius: 0px;
	margin-bottom: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.cd-header {
	position: relative;
	height: 100%;
	background-color: #93a748;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.cd-header h1 {
	width: 90%;
	color: #f2e6cd;
	text-align: center;
	font-size: 2.2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 768px) {
.cd-header h1 {
	font-size: 3.6rem;
	font-weight: 300;
}
}
.cd-fixed-background {
	position: relative;
	padding: 3em 5% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cd-fixed-background h2, .cd-fixed-background p {
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cd-fixed-background h2 {
	margin-top: 2em;
	margin-bottom: .5em;
}
.cd-fixed-background p {
	line-height: 1.6;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
.cd-fixed-background .light-background h2, .cd-fixed-background .light-background p {
	color: white;
}
.cd-fixed-background .cd-content::after {
	/* phone image on small devices */
	content: '';
	display: block;
	width: 100%;
	padding: 60% 0;
	margin: 2em auto 0;
}
.cd-fixed-background.img-1 {
	background-color: #50bf9e;
}
.cd-fixed-background.img-1 .cd-content::after {
	background: url("../img/img-mobile-1.jpg") no-repeat;
	background-size: 100% auto;
}
.cd-fixed-background.img-2 {
	background-color: #50bf9e;
}
.cd-fixed-background.img-2 .cd-content::after {
	background: url("../img/img-mobile-2.jpg") no-repeat;
	background-size: 100% auto;
}
.cd-fixed-background.img-3 {
	background-color: #50bf9e;
}
.cd-fixed-background.img-3 .cd-content::after {
	background: url("../img/img-mobile-3.jpg") no-repeat;
	background-size: 100% auto;
}
.cd-fixed-background.img-4 {
	background-color: #50bf9e;
}
.cd-fixed-background.img-4 .cd-content::after {
	background: url("../img/img-mobile-4.jpg") no-repeat;
	background-size: 100% auto;
}

@media only screen and (min-width: 768px) {
.cd-fixed-background {
	height: 100%;
	padding: 0;
}
.cd-fixed-background h2 {
	font-size: 3.6rem;
	font-weight: 300;
}
.cd-fixed-background p {
	font-size: 2.5rem;
	line-height: 1.5;
}
.cd-fixed-background .cd-content {
	width: 50%;
	position: absolute;
	left: 5%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-fixed-background .cd-content::after {
	display: none !important;
}
.cd-fixed-background.img-1 {
	background-image: url("../img/img-1.jpg");
}
.cd-fixed-background.img-2 {
	background-image: url("../img/img-2.jpg");
}
.cd-fixed-background.img-3 {
	background-image: url("../img/img-3.jpg");
}
.cd-fixed-background.img-4 {
	background-image: url("../img/img-4.jpg");
}
}

@media only screen and (min-width: 1048px) {
.cd-fixed-background {
	background-attachment: fixed;
}
.cd-fixed-background .cd-content {
	width: 40%;
	left: 10%;
}
}
.cd-vertical-nav {
	position: fixed;
	z-index: 2;
	right: 3%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
.cd-vertical-nav a {
	display: block;
	height: 40px;
	width: 40px;
	/* image replace */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: transparent url(../img/cd-icon-arrow.svg) no-repeat center center;
	-webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
	-moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
	transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1200px) {
.cd-vertical-nav {
	display: block;
}
}
.no-js .cd-vertical-nav {
	display: none;
}

@media screen and (min-width:321px) and (max-width:768px) 
{  
.cd-auto-hide-header .nav-trigger {
    padding: 0 4em 0 2em;
}

h2#mission-statement.text-center{
    padding-left: 5%;
    padding-right: 5%;
	font-size: 2.5em;
}

/*.cd-primary-nav{
	padding-right:0%;}*/

h3.free {
	font-size: 20px;
    line-height: 30px;
    padding-bottom: 0px;
    margin-left: 35px;
    margin-right: 35px;
	margin-top: 8px;
}

.jumbotron-1 {
    height: 650px;
}

button.btn {
	width: 24%
}

input.btn.btn-lg, input.btn.btn-lg:focus {
	width: 35%;
}

hr {
	margin-right: 200px;
}

.cd-fixed-background .cd-content {
    width: 57%;
}


p.subhead.col-md-12.text-center {
	width: 95%;
}

#product img {
	width: 95%;
}

p.products {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

#testimonials .col-md-4 {
   padding-top: 100px;
   padding-right: 0px!important;
   margin-left: 35px;
   margin-right: 35px;
}

#testimonials img {
	max-width: 20%;
}

h2.space-after-50.text-center {
	margin-bottom: 10px;
}

p.subhead.col-md-12.text-center {
	padding-bottom: 0px;
}

}

@media screen and (min-width:320px) and (max-width:425px) 
{  

#hero {
	background-attachment: inherit;
    background-position: center;
}
	
h2#mission-statement.text-center{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.8em;
    margin-bottom: 0px;
}

h3.free {
	font-size: 17px;
    line-height: 30px;
    padding-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
	margin-top: 8px;
}

.jumbotron-1 {
    height: 620px;
}

input.btn.btn-lg, input.btn.btn-lg:focus {
	width: 50%;
	font-size: 15px;
}

button.btn {
	width: 35%;
	font-size: 15px;
}

hr {
	margin-right: 150px;
}

h2#how-it-works {
	font-size: 4.8rem;
	margin-bottom: 0px;
}

.cd-fixed-background.img-1 {
    background-color: #02bda0;
}

.cd-fixed-background.img-2 {
    background-color: #3aceb6;
}

.cd-fixed-background.img-3 {
    background-color: #02bda0;
}

.cd-fixed-background.img-4 {
    background-color: #3aceb6;
}

p.subhead.col-md-12.text-center {
	width: 95%
}

div.products-brands.container {
    width: 97%;
}

p.subhead.col-md-12.text-center {
	padding-bottom: 0px;
	width: 90%;
}

#testimonials .col-md-4 {
    padding-top: 70px;
    padding-right: 0px!important;
}

h2.space-after-50.text-center {
	margin-bottom: 10px;
}

#footer .list-inline {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    text-align: center;
}

ul.list-inline.icon {
    float: none;
}

}