@import url('https://fonts.googleapis.com/css?family=Pacifico');
*{
	margin: 0px; padding: 0px; box-sizing: border-box;
}

body{
	font-family: 'Montserrat', sans-serif;
} 
a{
	text-decoration: none;
}
.padre{
 display: flex;
 flex-flow: column nowrap;
}
												/*header (Menu y Banner)*/
header{
	align-content: start;
}

	.header{
			position: fixed;
			width: 100%;
			height: 70px;
			flex-flow: column nowrap;
			background-color: transparent;
			border-bottom: 1px solid rgba(255,255,255,.5);
			-webkit-transition: background-color .5s;
			z-index: 2000;
		}
		.menu{
			flex-flow: row nowrap;
			align-items: start;
			align-content: start;
		}

			nav{
				display: flex;
				margin: 5%;
				margin-top: 15px;
				height: 70px;
				justify-content: flex-start;
				-webkit-transition: margin-left .5s;
			}

			ul{
				display: block;
				float: left;
				list-style: none;
				align-items: start;
				align-content: start;
			}
				.ul{
					flex: 1 1 auto;
					display: flex;
				}

					.ul{
					flex: 1 1 auto;
					display: flex;
				}
					.ul a{
					color:#fff;
					font-size: 11px; 
					text-transform: uppercase;
					padding: 0 10px;
					letter-spacing: 2px;
					}
					.ul a:hover{
						color: 343434;
					}

			ul li{
				float: left;
				margin: 10px;
				padding: 2px;
			}

			ul a{
				color: #F3F3F3;
				text-decoration: none;
			}

			img#logo{
				float:left;
				display: flex;
				margin-top: -5px;
				width: 50px;
				height: 50px;
				justify-content: flex-start;
				-webkit-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
			}

				.logo{
				flex: 1 1 auto;
				}
				.logo a{
					color: #fff;
					font-size: 30px;
				}
				.logo a:hover{
					color:#343434;
				}

			section#banner{
				width: 100%;
				background-image: url(../imagenes/Fondo-De-Pantalla-02.png);
				background-attachment: contain;
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				display: flex;
			}
											/*<!--CONFIGURARCION DE LA SECTION ARTICULOS ARTICLE DE LOS SECTORES DE LA PAG -->*/
	.section{
		background: #f7f7f7;
		display: flex;
		justify-content: center;
	}
		.articulos{
			background: #f7f7f7;
			flex: 1 1 auto;
			display: flex;
			flex-flow: row wrap;
		}
			.logo{
				flex: 1;
				margin: 10px auto;
				display: flex;
				align-self: center; 
			}
				.logo-img{
					margin-left: 40PX;
				}  
			.article{
				flex: 2;
				color: black;
				font-size: 13px;
				letter-spacing: 1px;
				margin: 10px 100px;
				flex: 1 1 45%
				background: #ececec;
				text-transform: uppercase;
			} 
				.article img{
					width: 100%;
				}

				.article h1{
				 	font-size: 45px;
				 	color: #333333;
				 	text-align: center;
				 	margin: 70px 0px 10px; 
				 	text-transform: uppercase;
				}
				.article h3{
					margin-top: 30px;
					color: #333333;
					text-align: justify-all;
					text-align: justify;
					font-size: 14px;
					padding: 0px 0 0 5px;
					margin: 60px 0px 100px; 
					line-height: 1.6;
					text-transform: uppercase;
				}
				.article h2{
					font-size: 25px;
					text-transform: uppercase;
					padding: 0px 0 0px 5px;
					color: #333333;
					text-align: center;
					text-transform: uppercase;
				}
				.article p{
					color: #333333;
					padding: 0px 0 10px 5px;
					color: #333333;
					font-size: 12px;
					text-transform: uppercase;
				} 

													/*<!--GALERIA DE SERVICIOS-->*/
.xop-section {
	margin:0 auto;
	padding:3%;
}
.xop-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	padding-bottom: 100PX; 
}
.xop-grid:after {
	clear: both;
}

.xop-grid:after,
.xop-box:before {
	content: '';
    display: table;
}

.xop-grid li {
	width: 225px;
	height: 225px;
	display: inline-block;
	margin: 7px;
}

.xop-box {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out, 
    -webkit-transform 0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out, 
    -moz-transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, 
    transform 0.3s ease-in-out, ;
}

.xop-box:hover {
	transform: scale(1.05); 
}

.xop-img-1 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.50), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(../imagenes/paint.jpg);
}

.xop-img-2 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.50), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(../imagenes/soap.jpg);
}

.xop-img-3 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.50), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(../imagenes/flower.jpg);
}

.xop-img-4 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.50), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(../imagenes/feather.jpg);
}

.xop-info {
	position: absolute;
	width: inherit;
	height: inherit;
}

.xop-info h3 {
	text-align: center;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
	color: #fff;
	font-size: 30px;
	margin: 0 20px;
	padding: 20px 0 0 0;
	line-height:1.5;
}

.xop-info p {
    font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	padding: 4px 5px;
	margin: 0 30px;
	font-size: 12px;
	line-height:2;
}
													/*footer*/
.footer {
		background: #000;
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}
		.pie {
			text-align: center;
			display: flex;
		}
		.pie a{
			color: #fff;
			font-size: 11px;
			text-transform: uppercase;
			padding: 0 10px;
			letter-spacing: 4px;
		}
													/*ColoresSection*/
.ColoresSection-1{
	background: #fff;
}
.ColoresSection-2{
	background: #0FC1A1;
}

.ColoresSection-3{
	background: #FFF;
}
.ColoresSection-4{
	background: #90E0AB;
}

@media  all and (max-width: 1024px){
	.section{flex-direction: column;}	

}
@media  all and (max-width: 768px){
		.section{display: flex;}
		.menu{flex-direction: column; height: auto;}
}

@media only screen and (min-width:320px) and (max-width:480px){
	.menu div {display: flex;}
	.off{display: none;}
 	.nav a{font-size: 25px;}
 	.pie a{font-size: 25px;}
 	.article h1{font-size: 15px;}
 	.article h3{font-size: 7px;}
	.article h2{font-size: 12px;}
	.article p{font-size: 6px;}	
