body{
	background-image: url("img/background.jpg");
	margin: auto 0;
	font-family: 'Montserrat', sans-serif;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.zone {
    color:#FFF;
    font-size:1.5em;
    transition: all 0.3s linear;
}

/***********************************************************************
 *  Orange Background
 **********************************************************************/
.orange{
    background: rgb(242,143,59); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(242,143,59,1) 0%, rgba(255,191,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,143,59,1)), color-stop(100%,rgba(255,191,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(242,143,59,1) 0%,rgba(255,191,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(242,143,59,1) 0%,rgba(255,191,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(242,143,59,1) 0%,rgba(255,191,0,1) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(242,143,59,1) 0%,rgba(255,191,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}
.grey{
	background: #363537;
}


/*NAVIGATION BAR*/
.sticky{
	height: 10vh;
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
	background: #FFFFFF;
	font-size: 0.8em;
	font-weight:600;
	border-top: 2px solid orange;
}

.navbar{
	padding:0rem 1.5rem;
}

.transit{
	transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.sticky.scrolled{
	background: #363537 80%;
}

#logo {
  float: left;
}

.push{
	margin-left:auto;
}

li{
	padding:0 10px;
}

li > a{
	text-decoration: none;
	color:#363537;
}

li > a.scrolled{
	color:#FFFFFF;
}

/*COVER*/
.container{
	height: 100vh;
	display: flex;
	align-items:center;
	justify-content:center;
	min-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.cover{
	background-image: url(img/background_cover2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



.left{
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	font-size: 1em;
	text-decoration: bold;
	text-align: left-side;
	text-shadow: 4px 4px 10px #363537;
	line-height:1.3;
}

.btn{
	font-weight:600;
	font-size:0.75em;
	text-decoration: none;
	color: #363537;
	padding: .25rem .25rem;
}

.text1{
	margin-block-start: 0em;
    margin-block-end: 0em;
	font-weight:500;
	font-size:1.2em;
	color:orange;
}

.text2{
	margin-block-start: 0em;
    margin-block-end: 0em;
	font-weight:700;
	font-size:1.8em;
}

.text3{
	margin-block-start: 0em;
    margin-block-end: 0em;
	font-weight:500;
	font-size:1.1em;
}

.text4{
	margin-block-start: .5em;
    margin-block-end: .3em;
	font-weight:300;
	font-size:0.5em;
}

/*HEADER*/
.header{
	font-size: 1.4em;
	color: #666567;
	font-weight: 500;
	line-height:1.2;
	padding:0px;
	text-align:center;
}

.header2{
	font-size: 1.8em;
	color: #464547;
	font-weight: 700;
	text-align:center;
}

.paddingtop{
	padding-top: 3%;
}

/*WRAPPER - SERVICIOS*/
.wrapper{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	align-items:center;
	justify-content:center;
	padding:0 15%;
}

.project-item{
	padding-top:20px;
	padding-bottom:20px;
}

.project-item > img{
	width:100%;
	height:auto;
}



/*MODS*/
.mods{
	width:100%;
	height:100%;
}

.mods-container{
	height: 85vh;
	display: flex;
	align-items:center;
	justify-content:center;
	min-width: 100%;
	padding-right: 0;
	padding-left: 0;
}


/*GRID-WRAPPER - STAFF*/
/*
.grid-wrapper{
	display: grid;
	grid-gap: 20px;
	grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));
	padding:15px;
	justify-items:center;
}


.persona-item{
	font-size: 0.8em;
	font-style:bold;
	text-align:center;
	color: #FFFFFF;
}

.circular--portrait {
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid grey;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}

.profile-pic:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	transition-duration: 1s;
}

.grid-integrantes{
	margin: 0 100px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	padding:15px;
	justify-items:center;
}
*/


/*PORTFOLIO*/
.portfolio{
	height:70vh;
}

/*CONTACT*/
.contact-container{
	background-image: url(img/back-contact.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:85vh;
}

.contact-form{
	height:70%;
	padding:5%;
}

form{
	border-radius: 10px;
	background:#FFFFFF;
	margin:0 auto;
	display: flex;
	flex-direction: column;
  	align-items: center;
	width:40%;
}

.hcontact{
	font-size: 1.3em;
	color: #666567;
	font-weight:800;
	margin-top: 5%;
	text-align:center;
}

.form-control{
	background:transparent;
	color: #FFFFFF;
	border:none;
	text-align:center;
	border-bottom:1px solid rgba(54, 52, 55, 0.2);
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	margin: 5px;
	font-size: 0.45em;
	font-weight:500;
	color: #666567;
}


.btn-warning { 
  color: #FFFFFF; 
  font-size: 0.4em;
  font-weight:800;
  padding:10px 30%;
  background-color: #FF9900; 
  border-color: #FF9900; 
  margin-bottom: 10px;
  
} 
 
.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning:active, 
.btn-warning.active { 
  color: #FFFFFF; 
  background-color: #FFBF00; 
  border-color: #FFBF00; 
} 

footer{
	height:8vh;
}

/*FOOTER*/
.rights{
	border-top: 0.1px solid rgba(255, 255, 255, 0.9);
	font-size: 0.4em;
	text-align: center;
	padding-top: 5px;
}
.rights>p{
	padding-top:15px;
}


/*MOBILE*/
@media only screen and (max-width:990px){
	.sticky{
		background: #FFFFFF 80%;
	}

	.LR{
		repeat(auto-fit, minmax(400px, 1fr));
	}

	.RL{
		repeat(auto-fit, minmax(400px, 1fr));
	}

	.navbar-toggler-icon {
  		background-image: url("data:image/svg+xml;..");
	}

}

@media only screen and (max-width:900px){
	.main-nav {
		font-size: 0.4em;
		padding: 0;
		background:;
	}
	.centered{
		font-size: 1.2em;
	}
}

@media only screen and (max-height:600px){
	.centered{
		font-size: 1em;
	}
}

@media only screen and (max-height:300px){
	.centered{
		font-size: 0.8em;
		top: 75%;
	}

	.sticky{
		background: #FFFFFF 80%;
	}

	.LR{
		repeat(auto-fit, minmax(400px, 1fr));
	}

	.RL{
		repeat(auto-fit, minmax(400px, 1fr));
	}

	.navbar-toggler-icon {
  		background-image: url("data:image/svg+xml;..");
	}
}