* { margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
}

/* FONT DE APOYO
font-family: 'Roboto', ;
font-family: 'Roboto Condensed', ;
*/

a{
	font-family: 'Roboto Condensed' ;
	text-decoration: none;
}

li{
	font-family: 'Roboto' ;
}

p{
	font-family: 'Roboto';
}

span{
	font-family: 'Roboto';
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Condensed' ;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
input[type="submit"],
form textarea,
label{
	font-family: 'Roboto Condensed' ;
}

.table{
	font-family: 'Roboto';
	font-size: 14px;
	background-color: #7f8c8d;
	box-shadow: 6px 8px 10px 0px rgba(208,208,208,0.6);
	color: var(--color-negro);
}

/*Colores Generales*/
:root {
	--color-negro: #2c3e50;
	--color-gris: #6d6d6d;
	--color-blanco: #f7f7f7;
	--color-blanco-transparente: rgba(255, 255, 255, 0.8);
	--color-verde: #4D9FCE;
	--color-verde-oscuro: #007CC2;
	--color-gradient: linear-gradient(to top, #007CC2 0%, #4D9FCE 100%);
}

/* VERSIÓN DESKTOP MEDIDA 1025 COMO MININIMO DE ANCHO */
@media only screen and (min-width:1025px) {

	/* Header Móvil */
	#headermovil { display: none; }

	/*General*/
	header{
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		line-height: 0; font-size: 0;
		vertical-align: top;
		position: absolute;
		z-index: 900;
	}

	footer{
		width: 100%;
		height: auto;
	}

	article{
		width: 100%;
		height: auto;
		margin: 0px auto;
	}

	section{
		width: 100%;
		height: auto;
		margin: 0px;
	}


	/* Información Superior */
	#datSup{
		width: 100%;
		height: auto;
		text-align: center;
		background-color: var(--color-verde-oscuro);
		padding: 2% 6% 2% 5%;
		text-align: right;
	}

	.contsup{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}

	span.infSup{
		font-size: .9vw;
		color: var(--color-blanco);
	}

	a.lynks{
		display: inline;
		font-size: 1vw;
		color: var(--color-blanco);
	}

	a.lynks.dos{
		margin-left: 10px;
	}

	a.lynks.tres{
		margin-left: 20px;
	}

	/* MENU NAV */
	nav{
		width: 100%;
		height: auto;
		padding: 0px 4%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		background-color: var(--color-blanco-transparente);
	}

	/* 	Logotipo Flemex */
	#logotipo{
		width: 20%;
		height: auto;
		margin-left: 3%;
	}

	#logotipo img{
		width: 100%;
		height: auto;
	}

	/* MENU PRINCIPAL/DESKTOP */
	.menuprin{
		width: 77%;
		height: auto;
		text-align: right;
		margin-top: 3%;
	}

	.menuprin li{
		width: auto;
		height: auto;
		text-align: right;
		display: inline-table;
		padding: 0 3%;
	}

	.menuprin a{
		display: block;
		font-size: 1.1vw;
		text-decoration: none;
		color: var(--color-negro);
		transition: 0.8s;
		font-weight: bold;
		text-transform: uppercase;
	}

	.ini.active, .ini:hover{ color: var(--color-verde-oscuro); }
	.nos.active, .nos:hover{ color: var(--color-verde-oscuro); }
	.ser.active, .ser:hover{ color: var(--color-verde-oscuro); }
	.pro.active, .pro:hover{ color: var(--color-verde-oscuro); }
	.con.active, .con:hover{ color: var(--color-verde-oscuro); }



	/* ICONO WHATSAPP */

	#btnwhatsapp{
		width: 3%;
		height: auto;
		z-index: 900;
		top: 70%;
		left: 93%;
		transform: translateY(-50%);
		position: fixed;
		transition: all 0.5s ease;
		border-radius: 5px;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-items: center;
	}

	a.cwhatsapp{
		cursor: pointer;
	}

	.contwhatsapp{
		/*opacity: 0.8;*/
		width: 70%;
		height: auto;
		margin: 0 15%;
		transition: all 0.5s ease;
	}

	.contwhatsapp:hover{
		/*opacity: 1;*/
		transform: scale(1.2);
		box-shadow: 12px 21px 40px -24px rgba(0,0,0,0.2);
	}

	p.cotiza{
		width: 100%;
		height: auto;
		margin: 0 auto;
		line-height: 100%;
		font-size: 1.2vw;
		color: var(--color-verde-oscuro);
		text-align: center;
		margin-top: 10px;
	}



	/* Slider Flemex - Home */

	.slide-contenedor{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		position: relative;
		overflow: hidden;
		margin: auto;
		top: 8%;
		margin-bottom: 10px;
	}

	.miSlider{
		width: 100%;
		height: auto;
		margin: auto;
	}

	.miSlider img{
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 3s ease;
	}

	.blkoff{
		width: 100%;
		height: 99%;
		position: absolute;
		z-index: 3;
		top: 0;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.continf{
		width: 60%;
		height: auto;
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		top: 40%;
		transform: translateY(-40%);
		left: 8%;
		z-index: 6;
	}

	h1.titSlider.color{
		width: 100%;
		font-size: 5vw;
		line-height: 110%;
		color: var(--color-blanco);
		margin-bottom: 5%;
		font-family: 'Roboto', sans-serif;
	}

	h1.titSlider{
		width: 100%;
		height: auto;
		font-size: 27px;
		line-height: 27px;
		color: #fff;
		margin-bottom: 20px;
		font-family: 'Roboto', sans-serif;
	}

	a.ctared{
		background-color: var(--color-verde);
		color: var(--color-blanco);
		font-size: 1.5vw;
		font-weight: 600;
		text-decoration: none;
		display: block;
		text-align: center;
		padding: 2% 6%;
		border-radius: 4px;

		transition: 0.5s ease;
		cursor: pointer;
		font-family: 'Roboto Condensed', sans-serif;
		text-decoration: none;
	}

	a.ctared:hover{
		background-color: var(--color-verde-oscuro);
		color: var(--color-blanco);
	}

	.direcciones{
		width: 100%;
		position: absolute;
		z-index: 5;
		top: 50%;
		transform: translateY(-50%);

		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		font-size: 40px;
	}

	.direcciones a{
		color: #fff;
		display: inline-block;
		padding: 20px;
		text-decoration: none;
		transition: 0.5s ease;
	}

	.direcciones a:hover{
		background-color: rgba( 0, 0, 0, 0.5);
		color: var(--color-verde);
	}

	.barras{
		position: absolute;
		width: 100%;
		display: flex;
		z-index: 4;
		justify-content: center;
		margin-bottom: 15px;
		top: 85%;
		transform: translateY(-85%);
	}

	.barra{
		cursor: pointer;
		height: 4px;
		width: 30px;
		margin: 0 2px;
		background: var(--color-blanco);
		display: inline-block;
		margin-left: 3px;
	}

	.activo{
		background: var(--color-verde);
	}


	.fade{
		animation-name: fade;
		animation-duration: 1.8s ease;
	}

	@keyframes fade{
		from { opacity: .4;}
		to{ opacity: 1; }
	}



	/* Productos Principales - Home */

	#prodprin{
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}

	.productprin{
		width: 25%;
		height: auto;
		padding: 4% 0;
		border-radius: 5px;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		background: linear-gradient(to top, #007CC2 0%, #4D9FCE 100%);
		transition: all 0.6s ease;
	}

	.productprin:hover{
		transform: scale(1.1);
		background: linear-gradient(to top, #007CC2 0%, #4D9FCE 100%);
	}

	.imgprin{
		width: 70%;
		height: auto;
		margin: 0 15%;
	}


	.titprod{
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		font-size: 22px;
		color: #fff;
	}

	.btn.ver{
		width: 250px;
		text-align: center;
		margin: auto;
		font-size: 16px;
		line-height: 20px;
		display: block;
		padding: 20px 14px;
		color: #fff;
		transition: all 0.5s ease;
		cursor: pointer;
	}


	.btn.ver:hover{
		cursor:pointer;
		color:  #fff;
	}


	/* Sección Nosotros - Home */
	#bannerNos{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;

		background-image: url(../image/banner-texpron-home.png);
		height: 100vh;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	#contBannerNos{
		width: 100%;
		margin: 0 auto;
	}

	#infnos{
		width: 42%;
		height: auto;
		margin-left: 53%;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}

	.titNos{
		width: 100%;
		margin-bottom: 2%;
		font-size: 4vw;
		line-height: 100%;
		text-align: left;
		color: var(--color-negro);
	}

	.textNos{
		width: 100%;
		margin-bottom: 2%;
		font-size: 1.8vw;
		line-height: 120%;
		text-align: left;
		color: var(--color-negro);
	}

	.btn.nosotros{
		text-align: center;
		font-size: 1.5vw;
		font-weight: 600;
		display: block;
		padding: 2% 6%;
		border-radius: 4px;

		color: var(--color-negro);
		background-color: var(--color-blanco);
		transition: all 0.5s ease;
	}

	.btn.nosotros:hover{
		color: var(--color-blanco);
		background-color: var(--color-negro);
	}

	/* 	Sección Servicio Técnico - Index */
	#allcontserv{
		width: 90%;
		margin: 40px auto;

		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: flex-start;
		justify-content: space-around;
	}

	.titprodprin{
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 30px;
		text-align: center;
		text-transform: uppercase;
		font-size: 2vw;
		color: var(--color-negro);
	}

	.servtec{
		width: 80%;
		height: auto;
		padding: 4% 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}

	.icoserv{
		width: 40%;
		height: auto;
	}

	.titservtec{
		width: 60%;
		text-align: center;
		font-size: 2vw;
		font-weight: 700;
		color: var(--color-verde-oscuro);
	}

	#servicios{
		width: 100%;
		height: auto;
		background-color: var(--color-blanco);
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: stretch;
	}

	.serv{
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: flex-start;
		background-color: #fff;
	}

	.imgServ{
		width: 40%;
		height: auto;
		padding: 0 5%;
	}

	.infserv{
		height: auto;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}

	.infserv.uno, .infserv.tres{
		width: 60%;
		padding-right: 10%;
		text-align: left;
	}

	.infserv.dos, .infserv.cuatro{
		width: 60%;
		padding-left: 10%;
		text-align: right;
	}


	a.contServ{
		width: 100%;
		height: auto;
		margin-top: 20px;
		font-size: 1.2vw;
		line-height: 150%;
		color: var(--color-verde-oscuro);
		text-decoration: underline;
	}

	h2.titServ{
		width: 100%;
		height: auto;
		font-size: 2.5vw;
		color: var(--color-verde-oscuro);
		margin-bottom: 3%;
	}

	p.textServ{
		width: 100%;
		height: auto;
		margin: 0 auto;
		font-size: 1.2vw;
		line-height: 150%;
		color: var(--color-negro);
	}

	.btn.masServcios{
		width: 290px;
		text-align: center;
		margin-top: 20px;
		font-size: 16px;
		line-height: 20px;
		display: block;
		border-radius: 4px;
		padding: 20px 14px;
		color: var(--color-blanco);
		background-color: var(--color-verde);
		transition: all 0.5s ease;
		cursor: pointer;
	}

	.btn.masServcios:hover{
		color: var(--color-blanco);
		background-color: var(--color-verde-oscuro);
		cursor: pointer;
	}

	/* Sección Banner Páginas */

	.bantit{
		width: 100%;
		height: 450px;
		margin: 0 auto;
		padding: 5% 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}

	.bantit.nosotros{
		background-image: url(../image/bg-flemex-nostros.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
	}

	.bantit.servicios{
		background-image: url(../image/bg-flemex-servicios.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
	}

	.bantit.productos{
		background-image: url(../image/bg-flemex-productos.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
	}

	.bantit.contacto{
		background-image: url(../image/bg-flemex-contacto.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
	}

	.contbantit{
		width: 80%;
		height: auto;
		padding-left: 5%; 
		margin-top: 200px;
	}

	.contbantit h1{
		width: 100%;
		height: auto;
		font-size: 3vw;
		font-weight: bold;
		color: #fff;
		text-align: left;
	}

	.contbantit span{
		width: 100%;
		height: auto;
		font-size: 1.5vw;
		font-weight: bold;
		color: #fff;
		text-align: left;
	}

	/*Pagina de Nosotros*/

	#contNos{
		width: 90%;
		height: auto;
		margin: 0 auto;
		margin-top: 90px;

		display: flex;
		flex-wrap: wrap;
	}

	.inf.somos{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	p.textFlemex{
		text-align: justify;
		font-size: 1.2vw;
		line-height: 150%;
		color: var(--color-negro);
	}

	.inf.experiencia{
		width: 90%;
		height: auto;
		margin: 2% auto;

		display: flex;
		flex-wrap: wrap;
	}

	.fleClient{
		width: 100%;
		height: auto;
	}

	.valor{
		width: 30%;
		height: auto;
		margin: 3% 1.5%;
	}

	.contvalor{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.contvalor h3{
		font-size: 2vw;
		color: var(--color-verde);
		margin: 5% 0;
	}

	.contvalor p{
		font-size: 1.2vw;
		text-align: justify;
		color: var(--color-negro);
	}

	.link.val{
		width: 260px;
		margin: 5% 0;
		background-color: var(--color-verde);
		color: var(--color-blanco);
		font-size: 1.5vw;
		font-weight: 600;
		text-decoration: none;
		display: block;
		text-align: center;
		padding: 2% 6%;
		border-radius: 4px;

		transition: 0.5s ease;
		cursor: pointer;
		font-family: 'Roboto Condensed', sans-serif;
		text-decoration: none;
	}

	.link.val:hover{
		background-color: var(--color-verde-oscuro);
		color: var(--color-blanco);
	}

	.flemexValores{
		width: 100%;
		height: auto;
	}

	.flemexValores li{
		font-size: 1.2vw;
		text-align: justify;
		color: var(--color-negro);
		margin-bottom: 2%;
	}

	/* Pagina de Productos */

	#productsMin{
		display: none;
	}
	
	#products-all{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 5%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: center;
		background-color: var(--color-gris);
	}

	.titprodindex{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		text-align: center;
		text-transform: uppercase;
		font-size: 2vw;
		color: var(--color-blanco);
	}

	.contserv{
		width: 25%;
		height: 350px;
		padding: 1%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: flex-start;
		position: relative;
		background-color: var(--color-blanco);
		box-shadow: 12px 21px 40px -24px rgba(0,0,0,0.2)
	}

	.contserv:hover .overlay {
		opacity: 1;
	}

	.icontserv{
		width: 140px;
		height: auto;
		margin: auto;
		margin-top: 90px;
	}

	.tcontserv{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		font-size: 20px;
		color: var(--color-verde-oscuro);
		margin-bottom: 15px;
	}

	.lcontserv{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		color: var(--color-verde);
	}

	.overlay{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		opacity: 0;
		transition: .5s ease;
	}

	.imgoverlay{
		width: 100%;
		height: 350px;
		object-fit: cover;
	}

	.contoverlay{
		margin: 0 auto;
		width: 100%;
		position: absolute;
		z-index: 200;
		text-align: center;

		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: center;
	}

	.poverlay{
		margin: 0 auto;
		width: 70%;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		color: var(--color-blanco);
		margin-bottom: 15px;
	}

	.loverlay{
		margin: 0 auto;
		width: 180px;
		height: auto;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		padding: 14px 20px;
		color: var(--color-blanco);
		background-color: var(--color-verde);
		cursor: pointer;
	}

	.loverlay:hover{
		color: var(--color-blanco);
		cursor: pointer;
		background-color: var(--color-verde-oscuro);
	}


	.btn.masProductos{
		width: 290px;
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 16px;
		line-height: 20px;
		display: block;
		border-radius: 4px;
		padding: 20px 14px;
		color: var(--color-blanco);
		background-color: var(--color-verde);
		transition: all 0.5s ease;
		cursor: pointer;
	}


	.btn.masProductos:hover{
		color: var(--color-blanco);
		background-color: var(--color-verde-oscuro);
		cursor: pointer;
	}



	/*Información de Productos*/
	.desProd{
		width: 85%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 50px;
		/*border: solid 1px green;*/
		padding: 2% 0;

		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: center;
	}

	.imgProd{
		width: 35%;
		height: auto;
		margin-right: 10%;
	}

	.infProd{
		width: 55%;
		height: auto;
	}

	h2.titProd{
		width: 100%;
		height: auto;
		font-size: 2vw;
		margin-bottom: 10px;
		color: var(--color-verde);
	}

	p.textProd{
		width: 90%;
		height: auto;
		margin-bottom: 30px;
		font-size: 1.2vw;
		text-align: justify;
		color: var(--color-negro);
	}

	.table{
		width: 90%;
	}

	.table.dos{
		display: grid;
		grid-auto-rows: 2em;
		grid-template-columns: repeat(2, 50%);
		grid-gap: 1px 1px;
	}

	.table.tres{
		display: grid;
		grid-auto-rows: 2em;
		grid-template-columns: repeat(3, 33.3%);
		grid-gap: 1px 1px;
	}

	.table.cuatro{
		display: grid;
		grid-auto-rows: 2em;
		grid-template-columns: repeat(4, 25%);
		grid-gap: 1px 1px;
	}

	.table.cinco{
		display: grid;
		grid-auto-rows: 2em;
		grid-template-columns: repeat(5, 20%);
		grid-gap: 1px 1px;
	}

	.table.ocho{
		display: grid;
		grid-auto-rows: 2em;
		grid-template-columns: repeat(8, 12.35%);
		grid-gap: 1px 1px;
	}

	.thm{
		grid-column-start: 1;
		grid-column-end: 4;
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.thmd{
		grid-column-start: 1;
		grid-column-end: 3;
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.thmn{
		grid-column-start: 1;
		grid-column-end: 6;
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.thpuno{
		grid-column-start: 1;
		grid-column-end: 5;
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.thpdos{
		grid-column-start: 5;
		grid-column-end: 9;
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.thmuno{
		grid-column-start: 1;
		grid-column-end: 3;
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.thmdos{
		grid-column-start: 3;
		grid-column-end: 5;
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.thmtres{
		grid-column-start: 5;
		grid-column-end: 7;
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.thmcuatro{
		grid-column-start: 7;
		grid-column-end: 9;
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.th{
		background-color: #95a5a6;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
	}

	.td{
		background-color: #ecf0f1;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		text-align: left;
	}


	/*Productos Extra*/

	#productsExt{
		width: 85%;
		height: auto;
		margin: 0 auto;
		margin-top: 10px;

		display: flex;
		flex-flow: row wrap;	
		align-items: stretch;
		align-content: flex-start;
		justify-content: flex-start;
	}

	.prodExt{
		width: 28%;
		height: auto;
		margin: 0 2.5% 30px 2.5%;
	}

	.imgProdExt{
		width: 50%;
		height: auto;
		margin: 0 25%;
	}

	.titProdExt{
		width: 100%;
		height: auto;
		text-align: left;
		color: var(--color-verde-oscuro);
	}

	.textProdExt{
		width: 100%;
		height: auto;
		text-align: justify;
		color: var(--color-negro);
	}


	/* Sección de Datos - Home */
	#contDatos{
		width: 100%;
		height: auto;
		margin: 0 auto;
		background-color: var(--color-blanco);

		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: flex-start;
	}

	#nums{
		width: 100%;
		margin: 0 auto;

		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: flex-start;
	}

	h3.titDat{
		width: 100%;
		height: auto;
		font-size: 2vw;
		text-align: center;
		color: var(--color-negro);
		margin: 3% 0 3% 0;
	}

	.contIconHome{
		width: 33.3%;
		height: auto;
		text-align: center;
		padding: 2% 0 4% 0;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}

	.contIconHome:hover{
		background-color: #fff;
	}

	.iconDat{
		width: 30%;
		height: auto;
		margin: 0 35%;
	}

	.textDat{
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 2%;
		text-align: center;

		font-size: 1.3vw;
		color: var(--color-verde-oscuro);
	}

	.lynkDat{
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;

		font-size: 1.5vw;
		color: var(--color-negro);

		cursor: pointer;
	}

	.lynkDat:hover{
		transition: all .3s ease;
		color: var(--color-verde);
	}

	/* Sección de formulario */
	#contactInf{
		width: 100%;
		height: auto;
		margin: 0px auto;
		padding-top: 5%;

		background-color: #eee;
	}

	p.infcont{
		width: 60%;
		height: auto;
		text-align: left;
		margin: 0 10% 2% 35%;
		font-size: 1.3vw;
		color: var(--color-negro);
	}

	label{
		width: 60%;
		height: auto;
		display: block;
		margin: 1% 0 .5% 35%;
		border:  none;
		color: var(--color-negro);
		font-size: 1.3vw;
		font-weight: 500;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="servicio"],
	form input[type="password"],
	form textarea{
		width: 60%;
		height: auto;
		margin: 0% 0 1% 35%;
		border:  none;
		border-radius: 5px;
		color: var(--color-negro);
		padding: 1% 2%;
		font-size: 1.3vw;
		background-color: var(--color-blanco);
		border: solid 2px #fff;
		transition: all 0.8s ease; 

		-webkit-box-shadow: 6px 10px 14px 0px rgba(208,208,208,1);
		-moz-box-shadow: 6px 10px 14px 0px rgba(208,208,208,1);
		box-shadow: 6px 10px 14px 0px rgba(208,208,208,1);
	}

	form input[type="text"]:focus,
	form input[type="email"]:focus,
	form input[type="servicio"]:focus,
	form input[type="password"]:focus,
	form textarea:focus{
		border: solid 2px var(--color-verde);
		background-color: var(--color-blanco);
		color: var(--color-negro);
		padding: 1% 2%;
	}

	.formenviar{
		text-align: center;
		font-size: 1.5vw;
		font-weight: 600;
		line-height: 100%;
		display: block;
		padding: 2% 6%;
		margin-bottom: 2%;
		margin-left: 35%;
		border-radius: 4px;

		color: var(--color-blanco);
		background-color: var(--color-verde);
		border: none;
		transition: 0.5s ease;
	}

	.formenviar:hover{
		cursor:pointer;
		color: var(--color-blanco);
		background-color: var(--color-verde-oscuro);
	}

	/*Sección de Mapa*/
	#map{
		width: 100%;
		height: 600px;
	}

	#map iframe{
		width: 100%;
		height: 100%;
	}

	/* Sección Success */
	#contpag{
		width: 100%;
		height: 100%;
		z-index: 1000;
		background-color: rgba( 102, 153, 0, 0.9);
		position: fixed;
		top: 0;
		left: 0;

		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
	}

	h2.titgrac{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
		font-size: 3.5vw;
		color: #fff;
	}

	p.textgrac{
		width: 90%;
		margin: 0 auto;
		font-size: 2vw;
		line-height: 120%;
		text-align: center;
		color: #fff;
	}

	a.lynkgrac{
		font-size: 2vw;
		line-height: 120%;
		text-align: center;
		color: var(--color-blanco);
	}

	/*Sección Errores*/
	.alert{
		width: 60%;
		padding: 1% 1%;
		margin-left: 35%;
		margin-bottom: 2%;
		border-radius: 4px;
		font-family: 'Roboto';
		position: relative;
	}

	.alert-success{
		background-color: green;
		font-size: 1.3em;
		color: #fff;
	}

	.alert-danger{
		background-color: red;
		font-size: 1.3em;
		color: #fff;
	}

	.dnone{
		display: none !important;
	}

	/* Sección footer */
	#seccFooter{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 5% 0;
		background-color: var(--color-negro);
	}

	#contFooter{
		width: 80%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.columfooter{
		width: 33.3%;
		height: auto;
	}

	ul.listfooter li{
		list-style: none;
		margin-bottom: 3%;
	}

	ul.listfooter li a{
		font-size: 1vw;
		color: var(--color-blanco);
	}

	ul.listfooter li a:hover{
		color: var(--color-amarillo);
	}

	p.dirfooter{
		font-size: 1vw;
		color: var(--color-blanco);
		line-height: 150%;
	}

	p.dirfooter a{
		text-decoration: none;
		color: var(--color-blanco);
		transition: all 0.8s ease;
	}

	p.dirfooter a:hover{
		color: var(--color-amarillo);
	}

	.iconfoot{
		width: 7%;
		height: auto;
		margin-top: 2%;
	}

	p.der{
		width: 100%;
		font-size: .9vw;
		color: var(--color-blanco);
		margin-top: 34%;
	}

}