body {
	width: 100%;
	font-family: 'Open Sans';
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #999999;
	line-height: 26px;
	letter-spacing: 0.5px;
}

h1 {
	font-style: normal;
	font-family: 'OpenSans-SemiBold';
	color: white;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.5px;
	/* width: 480px; */
}

a {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	height: 800px;
	box-sizing: border-box;
}

.container {
	width: 81.4% !important;
	height: auto;
	display: flex;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#home {
	background: url("../images/landing_principal_1920_1200.jpg") no-repeat center bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 150px;
    width: 100%;
    height: 100vh;
}

#home .container {
	top: 0%;
	transform: translateY(0%);
}

#home .container #homecontent {
	width: 50%;
	display: inline-block;
}

#home .container #homecontent #logo {
	width: 51.9%;
	height: auto;
}

#home .container #homecontent #textcontainer {
	/* width: 84.6%; */
	width: 400px !important;
	margin-bottom: 88px;
	margin-top: 115px;
}


#home .container #homecontent #textcontainer h1 {
	width: 400px;
}

#home .container #homecontent p {
	color: white;
	font-family: 'OpenSans-SemiBold';
	font-size: 26.8px;
}

.store {
	display: inline-block;
}

.store a {
	float: left;
	margin-right: 25px;
}

.store a:last-child {
    margin-right: 0px;
}

#worksearch {
	background-color: #ffffff;
	display: inline-block;
}

.text {
	width: 43.5%;
	margin: 0;
	display: inline-block;
	margin-bottom: auto;
	margin-top: auto;
}

.text h1 {
	color: #000000;
}

.separator {
	margin-top: 25px;
	margin-bottom: 20px;
	width: 10.2%;
    height: auto;
}

#worksearch .container .text {
	float: left;
}

#worksearch .container #searchimage {
	float: right;
	width: 50%;
	height: auto;
	margin-left: 6.5%;
	align-self: center;
}

.parallax-container {
	height: 100%;
}

.centeredcontent {
	width: 54%;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}

#workers {
	display: inline-block;
}

#workers .container #phoneimages {
	float: left;
	width: 38.4%;
	height: auto;
	margin-left: 6.2%;
	margin-right: 5.4%;
	align-self: center;
}

#workers .container .store {
	margin-top: 55px;
}

#workers .container .text {
	width: 50%;
	float: right;
}

/*
#map h1 {
	width: 500px;
	margin: 0 auto;
}

#capacitation h1 {
	margin: 0 auto;
	width: 600px;
}
*/

#capacitation .container .centeredcontent {
	width: 52.8%;
}

#line {
	height: 20px;
	background-color: #00a49b;
}

#footer-wrapper {
	height: 280px;
	box-sizing: border-box;
	background-color: #e0e0e0;
	padding-top: 110px;
	padding-bottom: 110px;
}

#footer-wrapper .container {
	display: block;
	top: 0%;
	transform: translateY(0%);
}

#footer-wrapper .container #footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#footer-wrapper .container #footer .content:last-child {
    margin-right: 0px;
    display: flex;
	justify-content: center ;
	align-items: center ;
}

#footer-wrapper .container #footer .content p {
	color: #000000;
	font-family: 'OpenSans-SemiBold';
	font-size: 14px;
	cursor: pointer;
}

#footer-wrapper .container #footer .content p:hover {
	color: #00a59c;
}

#footer-wrapper .container #footer #social {
	display: inline-block;
}

#footer-wrapper .container #footer #social a:last-child {
    margin-right: 0px;
}

#footer-wrapper .container #footer #social a {
	float: left;
	margin-right: 50px;
	height: 37px;
}

#footer-wrapper .container #footer #social a #fb {
	height: 30px;
	width: auto;
}

#footer-wrapper .container #footer #social a #twitter {
	height: 30px;
	width: auto;
}

#footer-wrapper .container #footer #social a #instagram {
	height: 30px;
	width: auto;
}

.storebutton {
	height: 50px;
	width: auto;
}

.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.popup-content {
    background-color: #ffffff;    
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 30px;
    border: 1px solid #e5e5e5;
    width: 50%; /* Could be more or less, depending on screen size */
}

.popup-content h1 {
	color: #000000;
	margin-bottom: 20px;
}

.popup-content h2 {
	color: #000000;
	font-family: 'OpenSans-SemiBold';
	margin-bottom: 20px;
}

.popup-content p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
	margin-right: 10px;
}

.popup-content .terms {
    overflow: scroll;
    height: 92%;
}

.close {
    color: #999999;
    float: right;
    font-size: 40px;
    font-family: 'OpenSans-SemiBold';
}

.close:hover,
.close:focus {
    color: #00a59c;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 1150px) {
	#footer-wrapper .container #footer {
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 780px) {
	#home {
		padding-top: 40px;
		background: url("../images/landing_principal_1920_1200.jpg") no-repeat right -150px bottom;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}

	#home .container #homecontent {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#home .container #homecontent #logo {
		width: 300px !important;
		height: auto;
		margin: 0 auto;
	}


	#home .container #homecontent #textcontainer {
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.store a {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
		margin-right: 0;
	}

	#worksearch {
		height: 1000px;
	}

	#worksearch .container {
		display: block;
		width: 100% !important;
	}

	#worksearch .container #searchimage {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
	}

	#worksearch .container .text {
		float: none;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		display: block;
		margin-bottom: 60px;
	}

	.centeredcontent {
		width: 100%;
	}

	#capacitation .container .centeredcontent {
		width: 100%;
	}

	#workers {
		height: 1200px;
	}

	#workers .container {
		display: block;
		width: 100% !important;
		height: 100%;
	}

	#workers .container #phoneimages {
		float: none;
		width: 90%;
		height: auto;
		margin: 0;
		margin-top: 80px;
		margin-left: 5%;
	}

	#workers .container .text {
		float: none;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		display: block;
		padding-top: 60px;
	}

	#footer-wrapper .container #footer .content .store a {
		margin-right: 25px;
	}

	#footer-wrapper .container #footer .content .store a:last-child {
		margin-right: 0;
	}

	#footer-wrapper {
		height: auto;
	}

	#footer-wrapper .container #footer {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#footer-wrapper .container #footer .content {
		margin-right: 0 !important;
		margin-bottom: 60px;
		align-self: center;
	}

	#footer-wrapper .container #footer .content:last-child {
    	margin-bottom: 0px;
	}

	#footer-wrapper .container #footer .content .store {
		display: flex;
	}

	#footer-wrapper .container #footer .content .store a {
		margin-bottom: 0;
	}

	#footer-wrapper .container #footer #social {
		margin-right: 0;
	}

	#footer-wrapper .container #footer .content p {
		font-size: 11.5px;
	}

	.popup-content {
		width: 100%;
		height: 100%;
		margin-bottom: 0;
		margin-top: 0;
	}

	.popup-content .terms {
	    overflow: scroll;
	    height: 85%;
	}
}

@media only screen and (max-width: 320px) {
	#home .container #homecontent #textcontainer {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	#footer-wrapper .container {
		width: 100% !important;
	}

	#footer-wrapper .container #footer .content .store {
		width: 90%;
    	margin: 0 auto;
	}

	.storebutton {
		width: 95%;
	}

}

@media only screen and (min-width: 530px) {
	#worksearch {
		height: 1020px;
	}

	#workers {
		height: 1260px;
	}
}

@media only screen and (min-width: 600px) {
	#worksearch {
		height: 1100px;
	}

	#workers {
		height: 1340px;
	}
}

@media only screen and (min-width: 781px) {
	#worksearch {
		height: 800px;
	}

	#workers {
		height: 800px;
	}

}

@media only screen and (max-width: 850px) {
	#home .container #homecontent #textcontainer {
		width: 330px !important;
	}

	#home .container #homecontent #textcontainer h1 {
		width: 330px !important;
	}


	h1 {
		font-size: 24px;
    	line-height: 30px;
	}

}

/*
@media only screen and (max-width: 1040px) {
	#worksearch h1 {
		width: 251px;
	}

	#map h1 {
		width: 450px;
	}

	#workers h1 {
		width: 460px;
	}
}
*/

@media only screen and (min-width: 1230px) {
	.centeredcontent {
		width: 62%;
	}

	#capacitation .container .centeredcontent {
		width: 62%;
	}
}

@media only screen and (min-width: 1244px) {
	#footer-wrapper {
		padding-bottom: 80px;
	}

	#footer-wrapper .container #footer .content {
		margin-right: 6%;
	}
}

@media only screen and (min-width: 1290px) {
	#footer-wrapper .container #footer .content {
		margin-right: 8%;
	}
}

@media only screen and (max-width: 1243px) {
	#footer-wrapper {
	    padding-top: 75px;
	    padding-bottom: 75px;
	}

	#footer-wrapper .container #footer {
		flex-wrap: wrap;
	}

	#footer-wrapper .container #footer .content {
	    margin-bottom: 40px;
	}

	#footer-wrapper .container #footer #social {
	    margin-right: 0;
	}
}

@media only screen and (min-width: 1412px) {
	.centeredcontent {
		width: 54%;
	}

	#capacitation .container .centeredcontent {
		width: 54%;
	}
}

@media only screen and (min-width: 1700px) {

	#home .container #homecontent #textcontainer {
		width: 600px !important;
	}

	#home .container #homecontent #textcontainer h1 {
		width: 600px !important;
	}

}

@media only screen and (max-width: 1699px) {
	#home .container #homecontent #logo {
		width: 350px;
		height: auto;
	}
}

@media only screen and (min-width: 1830px) {
	.wrapper {
		height: 1200px;
	}

	#worksearch {
		height: 1200px;
	}

	#workers {
		height: 1200px;
	}
}

@media only screen and (min-width: 1920px) {
	h1 {
		font-size: 42px;
		line-height: 48px;
	}

	p {
		font-size: 28px;
		line-height: 34px;
	}

	#home .container #homecontent #textcontainer {
		width: 850px !important;
	}

	#home .container #homecontent #textcontainer h1 {
		width: 850px !important;
	}

	#footer-wrapper .container #footer p {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1952px) {
	.centeredcontent {
		width: 65%;
	}

	#capacitation .container .centeredcontent {
		width: 65%;
	}
}

@media only screen and (min-width: 2170px) {
	.centeredcontent {
		width: 54%;
	}

	#capacitation .container .centeredcontent {
		width: 54%;
	}
}

@media only screen and (min-width: 2560px) {
	.wrapper {
		height: 1300px;
	}

	#worksearch {
		height: 1350px;
	}

	#workers {
		height: 1350px;
	}

	.centeredcontent {
		width: 66%;
	}

	#capacitation .container .centeredcontent {
		width: 66%;
	}
}

@media only screen and (min-width: 3000px) {
	.wrapper {
		height: 1800px;
	}

	#worksearch {
		height: 1800px;
	}

	#workers {
		height: 1800px;
	}
}

@media only screen and (max-width: 480px) {
	#home {
		background: url("../images/landing_principal_1920_1200.jpg") no-repeat left -150px bottom;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    padding-top: 80px;
	}

	#home .container #homecontent #textcontainer {
		width: 260px !important;
	}

	#home .container #homecontent #textcontainer h1 {
		width: 260px !important;
	}

	#home .container #homecontent #logo {
		width: 220px !important;
		height: auto;
	}

	#home .container #homecontent #textcontainer {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	#worksearch {
		height: 800px;
	}

	#workers {
		height: 1150px;
	}

	.store a {
		display: block !important;
	}
}

@media only screen and (max-width: 380px) {
	#footerseparator {
		display: none;
	}

	#footer-wrapper .container #footer .content p {
		text-align: center;
	}

	#footer-wrapper .container #footer .content #terminos {
		margin-bottom: 10px;
	}

	#footer-wrapper .container #footer .content:last-child {
		display: inline-block;
	}

}
