html {
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
}

.sidenav {
    width: 0%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.9);
    overflow-x: hidden;
    z-index: 9;
    transition: all 0.5s;
}

.sidenav .sidenav-icon {
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    padding: 20px;
    cursor: pointer;
}

.sidenav .sidenav-icon:hover {
    color: #536dfe;
}

.sidenav-menu {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.sidenav-menu .sidenav-login {
    color: #536dfe;
}

.sidenav-menu .sidenav-login:hover {
    color: #ffffff;
}

.sidenav-menu a {
    padding: 10px;
    color: #ffffff;
    font-size: 30px;
    text-decoration: none;
    display: block;
}

.sidenav-menu a:hover {
    background-color: rgba(83,109,254,.7)
}

.main-header {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    height: 768px;
}

.main-header .header-logo {
    margin-top: 9em;
}

.main-header p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0;
}

.main-nav {
    padding: 1em 0 1em 0;
    background-color: transparent;
    overflow: hidden;
}

.nav-logo {
    float: left;
    margin-left: 2em;
}

.main-nav .nav-menu {
    color: #ffffff;
    font-size: 32px;
    float: right;
    padding: 20px 30px 20px 0;
    cursor: pointer;
}

.main-nav .nav-menu:hover {
    color: #536dfe;
}

@media only screen and (max-width: 800px) {
    .main-header {
        height: 668px;
    }
    .main-header .header-logo {
        width: 450px;
    }
}

@media only screen and (max-width: 480px) {
    .main-header {
        height: 568px;
    }
    .main-header .header-logo {
        width: 250px;
    }
}

.aboutus {
    width: 90%;
    text-align: center;
    margin: 0 5%;
}

.aboutus h1 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}

.line {
    width: 10%;
    margin: 0.6em 45% 2em 45%;
    height: 2px;
    background-color: #536dfe;
}

.aboutus img {
	width: 500px;
	margin-right: 4%;
	float: left;
}

.aboutus p {
    color: #37474f;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.requirements {
    width: 100%;
    text-align: center;
    background-image: url(../img/parallax1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.requirements h2 {
    color: white;
    padding-top: 20px;  
}

.reqs {
    overflow: hidden;
    padding-bottom: 30px;
}

.req-one {
    width: 31.33333333333333%;
    float: left;
    text-align: center;
    background-color: white;
    padding: 20px 0 30px;
    margin: 0 1%;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    overflow: hidden;
}
.req-one .req-icon {
    color: #3d5afe;
    font-size: 150px;
    padding: 0;
    margin: 0;
}
.req-one h3 {
    color: #263238;
    font-weight: 700;
    font-size: 20px;
}
.req-one p {
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.btn-req {
    text-decoration: none;
    background-color: #536dfe;
    padding: 12px 30px;
    color: white;
    border-radius: 2px;
    bottom: 0;
}
.btn-req:hover {
    background-color: #3d5afe;
}

@media only screen and (max-width: 800px) {
    .req-one {
        width: 96%;
        padding-bottom: 30px;
        margin: 0 2% 20px 2%;
    }
    
    .aboutus img {
        width: 350px;
    }
}

@media only screen and (max-width: 400px) {
    .aboutus img {
        width: 300px;
        text-align: center;
    }
}

.news {
    width: 80%;
    margin: 0 10%;
    overflow: hidden;
}

.border {
    float: left;
    width: 3px;
    margin: 27px 5px 0 0;
    height: 32px;
    background-color: #536dfe;
}

.news h2 {
    font-size: 30px;
}

.news-wrapper {
    overflow: hidden;
}

.news-wrapper .thumb {
	width: 35%;
	margin-right: 4%;
	float: left;
	margin-bottom: 2%;
}

.news-wrapper h2 {
	font-size: 2rem;
	font-weight: 700;
}

.news-wrapper .date {
    color: #536dfe;
	font-size: 1rem;
    font-weight: 500;
	margin-bottom: 10px;
}

.news-wrapper .extract {
	text-align: justify;
    color: #37474f;
    line-height: 25px;
}

.satelital {
    width: 100%;
    background-image: url(../img/satelital.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.satelital p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.clients {
    clear: both;
    background-color: #536dfe;
    text-align: center;
    padding: 3em 0;
}
.clients p {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.clients img {
    height: 125px;
    margin: 0 3em;
}

.footer {
    width: 100%;
    background-image: url(../img/maps.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.footer-wrapper {
    width: 90%;
    margin: 0 5%;
    overflow: hidden;
    margin-bottom: 80px;
}
.footer-all {
    width: 27.333333333333333%;
    background-color: #ffffff;
    float: left;
    margin: 80px 1%;
    padding: 0 2% 2% 2%;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    overflow: hidden;
}

.footer-iconTitle {
    float: left;
    color: #ffffff;
    margin: -20px 0 0 -10px;
    padding: 8px;
    background-color: #536dfe;
    border-radius: 50px;
    position: absolute;
}
.footer-all h2 {
    color: #000000;
    padding: 0;
    font-weight: 700;
}
.footer-all a{
    color: #37474f;
    display: block;
    text-decoration: none;
    padding: 5px;
    font-size: 17px;
    font-weight: 300;
}
.footer-all a:hover {
    color: #536dfe;
}
.footer-all a:active {
    color: #797979;
}

.footer-icon {
    float: left;
    color: #536dfe;
    margin-right: 10px;
}
.footer-all p{
    color: #37474f;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

.footer-logo {
    background-color: transparent;
}

.footer-logo img {
    padding-top: 25%;
    padding-left: 25%;
}

.footer-copyright {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.copy {
    padding-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #797979;
}
.developer {
    padding-bottom: 20px;
    color: #536dfe;
    font-weight: 400;
}

@media only screen and (max-width: 1040px) {
    .footer-all {
        width: 96%;
        padding-bottom: 30px;
        margin: 30px 2% 20px 2%;
    }
    .footer-logo img {
        padding-top: 0;
        padding-left: 35%;
    }
    
}

@media only screen and (max-width: 700px) {
    .footer-iconTitle {
        float: left;
        color: #ffffff;
        margin: -20px 0 0 0;
        padding: 8px;
        background-color: #536dfe;
        border-radius: 50px;
        position: absolute;
    }
    
}

.sec-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    height: 368px;
}

.sec-header .header-logo {
    margin-top: 9em;
}

.sec-bg {
    background-image: url(../img/hd.png);
}

.sec-bg2 {
    background-image: url(../img/hd2.png);
}

.sec-header h1 {
    font-size: 3em;
    color: #ffffff;
}

.main {
    width: 90%;
    margin: 0 5%;
    overflow: hidden;
}

.main .border {
    float: left;
    width: 3px;
    margin: 2px 5px 0 0;
    height: 32px;
    background-color: #536dfe;
}

.main h2 {
    font-size: 30px;
}

.desc {
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
    line-height: 35px;
    letter-spacing: 1px;
    text-indent: 30px;
}

.team {
    margin: 20px 0;
}

.team-wrapper {
    width: 100%;
    text-align: center;
}

.team-partners {
    overflow: hidden;
}

.partners {
    display: inline-block;
    width: 310px;
    text-align: center;
    margin: 20px 2%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.19);
}

.pedro {
    background-image: url(../img/socio.png);
}

.ramiro {
    background-image: url(../img/socio.png);
}

.marina {
    background-image: url(../img/socio.png);
}

.teamHead {
    position: relative;
    height: 368px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.teamHead p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    text-shadow: 0px 1px 0px rgba(150, 150, 150, 1);
    padding: 10px 0 0 0;
    margin: 0;
}

.cut {
    position: relative;
    margin-top: -40px;
    border-top: 70px solid rgba(255, 255, 255, 0);
    border-left: 600px solid #ffffff;
    -moz-transform: scale(.9999);
}

.teamBody {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.teamBody .name {
    color: #263238;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.teamBody .city {
    color: #607d8b;
    font-size: 12px;
    font-weight: 300;
    margin: 5px 0;
}

.teamFooter {
    background-color: #536dfe;
}

.teamFooter .email {
    color: #ffffff;
    padding: 20px;
    margin: 0;
}

.team-logistics {
    overflow: hidden;
}

.logistics {
    display: inline-block;
    width: 310px;
    text-align: center;
    margin: 20px 3%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.19);
}

.team-therest {
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.therest {
    display: inline-block;
    width: 310px;
    text-align: center;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.19);
}

.gallery {
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gallery li {
    margin: 5px;
}

.gallery img {
    width: 150px;
    height: 100px;
}

.gallery-modal {
    display: none;
}

.gallery-modal:target {
    display: block;
    position: fixed;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-image {
    width: 100%;
    height: 70%;
    margin-top: 8em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-image .modal-icon {
    font-size:80px;
}
.modal-image a {
    color: #ffffff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}

.modal-image a:nth-child(2) {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.modal-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.gallery-modal a {
    text-decoration: none;
}


.gallery-modal .modal-closeIcon {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    margin: auto;
    text-align: center;
}

.contact {
    margin: 2em 5% 5em;
    width: 90%;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 42px -2px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 42px -2px rgba(0,0,0,0.33);
box-shadow: 0px 0px 42px -2px rgba(0,0,0,0.33);
}

.message {
    width: 60%;
    height: 600px;
    float: left;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.location {
    width: 40%;
    height: 600px;
    float: left;
    background-image: url(../img/maps.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.location p {
    text-align: left;
}

.location .name {
    color: #ffffff;
    font-size: 20px;
    padding: 20px 0 0 30px;
    margin: 0;
}

.location .titles {
    color: #e0e0e0;
    font-size: 13px;
    text-transform: uppercase;
    margin: 40px 0 0 20px;
}

.location .info {
    color: #ffffff;
    margin: 5px 0 5px 20px;
}

input[type="text"], input[type="password"]{
	margin: 25px 25px;
  	width: 80%;
  	border: none;
  	padding: 20px 0;
  	border-bottom: solid 1px #7a7a7a;
  	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 96%, #536dfe 4%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 96%, #536dfe 4%);
  background: linear-gradient(rgba(255, 255, 255, 0) 96%, #536dfe 4%);
  	background-position: -700px 0;
  	background-size: 100% 100%;
  	background-repeat: no-repeat;
  	color: #7a7a7a;
  	font-size: 16px;
}		

input[type="text"]:focus, input[type="password"]:focus, input[type="text"]:valid, input[type="password"]:valid {
 	box-shadow: none;
 	outline: none;
 	background-position: 0 0;
 	border-bottom: solid 1px #536dfe;
}

input::-webkit-input-placeholder {
 	font-family: 'roboto', sans-serif;
 	-webkit-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}

input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
 	color: #1abc9c;
 	font-size: 11px;
 	-webkit-transform: translateY(-20px);
 	transform: translateY(-20px);
 	visibility: visible !important;
}

.btn-login{
	font-size: 1.2em;
	height: 55px;
	width: 80%;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	text-transform: uppercase;
    margin: 20px 0;
}

.btn-blue {
    background-color: #536dfe;
}
.btn-blue:hover {
    background-color: #3d5afe;
}