* {
	margin: 0px;
	border: 0px;
	list-style-type: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: rgba(0,0,0,0.7);
}

a:hover {
	color: rgba(0,0,0,1);
}


h1, h2, h3, h4 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
}

h2 {
	font-size: 30px;
	line-height: 36px;
}

h3 {
	font-size: 26px;
}

p {
	font-family: 'Open Sans', sans-serif;
}

.container {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
 	flex-direction: row;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;    
    align-content: stretch;

   /* -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
 */   
    margin: 0 auto;
	/*width: 320px;*/
	background-color: #EEEEFF;
}

.undernav {
	display: block;
	height: 50px;
}

nav {
	margin-top: 0;
	padding: 0;
	position:fixed;
	z-index: 10;
}

nav ul{
	list-style-type: none;
	font-size: 18px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #00009F;
			
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
	
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
 	flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;    
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

nav ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	height:50px;
	background: #00009F;
	color: #ECECEC;
	transition: all 0.3s;
}


/*nav ul li a:first-child {
	border: none;
	transition: all 0.3s;
}*/

nav ul li a {
	display:flex;
	text-decoration: none;
	color: #EEEEEE;
	padding: 0px 10px;
	border-right:1px solid #999999;
	border-left:1px solid #000000;
	transition: all 0.3s;
}



nav ul li a:hover {
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.8);
	color:#474747;
	border-right:1px solid #999999;
	border-left:2px solid #CCCCCC;
}


nav ul li.icon {
	display: none;
}

.logonav {
	display: block;
	background-image: url("../images/Marcos-Mele-logo-.png");
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: center;
	width: 250px;
	height: auto;
	color: rgb(255,255,255);
	padding: 0px 20px;
	border: none;
}

.logonav a {
	border: none;
}

.logonav a:hover {
	border: none;
	background: none;
}

.slide {
	float: left;
	height: 450px;
	background-color: #CCE7D4;
	overflow: hidden;
	/*border: 5px solid #000000;*/
}

.slide ul {
	margin-left: -40px;
	}

.slideLeft, .slideRight{
	display: block;
	height: 450px;
	float: left;
	background-position: 50%;
	background-size: cover;
	overflow: hidden;
}

.slideLeft {
	text-align: center;
	padding: 20px;
	padding-top: 40px;
	background-color: #DDCCFF;
}

.slideLeft h2, .slideLeft p, .slideLeft img {
	margin-bottom: 12px;
	color: #0000DD;
}

.slideLeft img {
	width: 85%;
	max-width: 200px;
}
 
.info {
	margin-top: 10px;
	padding: 8px 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	background: rgb(44, 19, 228);
	border: none;
	border-radius: 50px;
	-webkit-box-shadow: -2px 2px 4px #333333;
	-moz-box-shadow: -2px 2px 4px #333333;
	box-shadow: -2px 2px 4px #333333;
	color: #c8c8c8;
	font-weight: bolder;	
	transition: all 0.3s;
}

.info a {
	color: #FFF;
	margin: 0;
	padding: 0;	
}

.info:hover {
	color: #FFFFFF;
	background: rgb(19, 3, 138);
	-webkit-box-shadow: -1px 1px 2px #333333;
	-moz-box-shadow: -1px 1px 2px #333333;
	box-shadow: -1px 1px 2px #333333;
}

main {
	padding: 30px;
}

main h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

main p {
	margin-bottom: 12px;
}

.title {
	margin: -30px;
	margin-bottom: 20px;
	background-color: #0000CC;
}

.title h2 {
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
}

.contact{
	height: 50px;
}
.contact h2{
	font-size: 18px;
	letter-spacing: 2px;
}

.home {
	background-image: url('../images/marcos-mele-lacre.png');
	background-position: 90% 70%;
	background-repeat: no-repeat;
	background-size: 25%
}

.nosotros {
	background-image: url('../images/marcos-mele-lacre.png');
	background-position: 90% 70%;
	background-repeat: no-repeat;
	background-size: 25%
}

.servicios {
	background-image: url('../images/servicios.jpg');
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

.servicios ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	list-style-type: disc;
}

.contacto {
	background-image: url('../images/contacto.jpg');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}


.button {
	display: block;
	text-align: center;
	color: #FFFFFF;
	background-color: #CA2222;
	cursor: pointer;
	/*padding: 15px 30px;*/
}

.button h2 {
	text-align: center;
	line-height: 50px;
}

.button:hover {
	background-color: #97124B;
}

.button a {
	color: #FFFFFF;
}

.button p {
	line-height: 40px;
}

.edit {
	font-size: 18px;
	line-height: 38px;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	position: absolute;
	right: 65px;
	color: #FFFFFF;
	background-color: #DC4444;
	border-radius: 50%;

}

.edit:hover {
	background-color: #97124B;
}

.trash {
	right: 15px;
}

.trash:hover {
	background-color: #CC0000;

}

.detalle {
	height: 200px;
	padding: 0px;
	border: none;
	background-color: transparent;
	text-align: center;

}

.presupuesto {
	float: left;
	text-align: left;
	padding-left: 15px;
	overflow: hidden;
}

.presupuesto img {
	height: 60px;
	width: auto;
	
	padding-left: 0px;
	background-color: #FFFFFF;
}


.adminBox {
	padding: 15px;
	padding-bottom: 60px;
	text-align: center;
	align-self: center;
	border-right: 1px solid #666666;	
	border-bottom: 1px solid #666666;
	position: relative;
	-webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
    
}

.adminBox:nth-child(odd) {
	background-color: rgba(60,60,0,0.1);
}

.imgProd {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 200px;
	margin-bottom: 15px; 
}


.imgProd img {
	height: 100%;
	width: auto;
}

.adminFooter {
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
	/*padding: 10px;*/
	background-color: #DC4444;
	margin-top: 10px;

}

.adminFooter a {
	color: #FFFFFF;
}

.adminFooter :hover {
	background-color: #CB2222;
	
}

aside {
	padding: 30px;
	color: #000000;
	background-color: #AAAAFF;
	text-align: center;
	overflow: hidden;
}

aside .title {
	background-color: #000033;
	color: rgb(255,225,225);
}

aside img {
	margin: 10px;
	width: 50px;
	height: auto;
	opacity: 0.5;
}

aside a {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}

aside a:hover {
	color: rgb(115,115,115);
}

aside iframe {
	padding: 0px;
	margin: -30px;
	margin-top: -20px;
	height: 700px;
}

.list {
	margin-bottom: 20px;
}

.topImage {
	display: block;
	height: 350px;
	background-image: url(../images/contacto.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.topLogo {
	display: block;
	height: 350px;
	position: absolute;
	left: 0px;
	background-color: rgba(50,0,0,0.7);
	background-image: url(../images/logo-lumiere.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;

}

.mini {
	font-size: 12px;
	line-height: 16px;
	padding: 20px;
	
}

.right {
	background-position: 100% 30%;
	
}
.noVisible {
	display: none;
}

.visible {
	display: block;
}

.imgSide {
	padding: 0px;
	line-height: 40px;
	background-image: url(../images/sideImg.jpg);
	background-size: cover;
	background-position: center;
}

.imgSide img {
	margin-top: 100%;
	width: 80%;
	opacity: 1;
}


.presentacion {
	display: block;
	height: 250px;
	overflow: hidden;
}

.presentacion img {
	width: 100%;
	height: auto;
	margin: 0 auto;

}


.line {
	display: block; 
	height: 5px; 
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 5px;
}

.login {
	padding: 50px;
	text-align: center;
	height: 90vh;
}

input, textarea, select {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%; 
	border-radius: 3px;
	border: 2px solid #AAAAAA;
	background-color: #EEEEEE;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
  appearance: textfield;
}

input:focus, textarea:focus, select:focus {
	background-color: #FFFFFF;
}

textarea {
	height: 200px;
	resize: none;
}

/* input[type=submit] {
	padding: 10px 20px;
	background: rgb(43,140,219);
	background: -moz-linear-gradient(top, rgb(43,140,219) 7%, rgb(38,85,139) 57%, rgb(38,85,139) 77%, rgb(117,173,221) 100%);
	background: -webkit-linear-gradient(top, rgb(43,140,219) 7%,rgb(38,85,139) 57%,rgb(38,85,139) 77%,rgb(117,173,221) 100%);
	background: linear-gradient(to bottom, rgb(43,140,219) 7%,rgb(38,85,139) 57%,rgb(38,85,139) 77%,rgb(117,173,221) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b8cdb', endColorstr='#75addd',GradientType=0 
		);
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: -2px 2px 4px #333333;
	-moz-box-shadow: -2px 2px 4px #333333;
	box-shadow: -2px 2px 4px #333333;
	cursor: pointer;
	color: #FFFFFF;
}

input[type=submit]:hover {
	-webkit-box-shadow: -1px 1px 2px #333333;
	-moz-box-shadow: -1px 1px 2px #333333;
	box-shadow: -1px 1px 2px #333333;
	font-weight: bold;
} */

.formTextBox {
	margin: 0 auto;
	/*width: 100%;*/

}

.formTextBox h2{
	text-align: center;
	line-height: 50px;
}

.formTextBox p{
	text-align: left;
	margin-bottom: 0px;
}

.data p, .data h3, .data h4{
	text-align: left;
	margin-bottom: 0px;
}

.map {
	padding: 0px;
	height: 500px;
}

.copyright {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	/*padding: 20px 0;*/
	background-color: #333333;
}

.copyright a {
	color: #CCCCCC;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 40px;

}

.copyright a:hover {
	color: #FFFFFF;
}

.copyright img {
	margin-bottom: -3px;
	padding-right: 5px;
}

.copyright {
	float: left;
}


/* Desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


@media only screen and (max-width: 768px) {
	/* smartphones & tablets */
	[class*="col-"] {
		width: 100%;
	}

	ul.topnav li:not(:first-child) {
		display: none;
	}

    ul.topnav li.icon {
      	display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    max-width: 50px;
	    position: absolute;
		right: 0;
		top: 0;
    }

	ul.topnav.responsive {
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;

 	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	 	flex-direction: column;

	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;

	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;

	    -webkit-align-content: center;
	    -ms-flex-line-pack: center;    
	    align-content: center;

	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
		
		position: relative;
	}

	ul.topnav.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.topnav.responsive li {
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;

		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	 	flex-direction: column;

	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;

	    width: 100%;
	    border-bottom: 1px solid #339933;
	}

	

	.slide {
		float: left;
		height: 380px;
		background-color: #000000;
		overflow: hidden;
	}

	.slide ul {
		margin-left: -40px;
		}

	.slideLeft, .slideRight{
		height: 200px;
		clear: both;
		background-position: 90%;
	}

	.slideLeft {
		height: 190px;
		padding-top: 15px;
	}

	.slideLeft h2{
		font-size: 24px;
		line-height: 30px;
	}

	.slideLeft p{
		font-size: 14px;
		line-height: 18px;
	}

	.slideLeft img {
		display: none;
	}

	.topImage {
		height: 250px;		
	}

	.topLogo {
		display: none;

	}

	.info a {
		padding: 5px 20px;
		font-weight: bold;
	}
	
	.home, .nosotros, .servicios, .contacto {
		background-image: none;
	}

	.imgSide {
		-webkit-order: 3;
    	-ms-flex-order: 3;
    	order: 3;
    	/*height: 220px;*/
	}

	.imgSide img {
		margin-top: 190px;
		margin-bottom: -30px;
	}

	.form {
		background-image: none;
	}
	
	.map {
		height: 350px;
	}

	.formTextBox {
		margin: 0 auto;
		padding: 15px;
	}

	.formTextBox h2 {
		text-align: center;
		line-height: 30px;
	}

	.login {
		padding: 10px;
	}
	
	.left, .right {
		display: none;
	}


}