html,body{
	margin: 0;
	padding: 0;
}

header,section,footer,nav,div,p,img,h1,h2,h3,h4,h5,h6{
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
a{
	color: inherit;
	text-decoration: none;
}
header{
	width: 100%;
	height: 50px;
	/*background-color: #EEEEEE;*/
	background-color: #fff;
	position: fixed;
	z-index: 10;
}
#logoheader{
	width: 200px;
	height: 100%;
	object-fit: contain;
	/*background-color: #CCCCCC;*/
	margin-left: 10%;
}
#togglemenu{
	display: none;
}
nav{
	transform: scaleX(0);
	position: fixed;
	z-index: 5000;
	background-color: #bd1e2c;
	width: 400px;
	height: 100%;
	right: 0;
	top: 0;
	transition: all .5s;
	transform-origin: right;
	font-weight: bolder;
}
nav p{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 80px;
	font-size: 2em;
	color: #fff;
	cursor: pointer;
}
nav p:hover{
	color: #000;
}
nav p:nth-child(1){
	font-size: 3em;
	text-align: right;
	margin-top: 30px;
	width: 50px;
	float: right;
	margin-right: 50px;
}
nav p:nth-child(2){
	margin-top: 10px;
}
#closer{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 4999;
	background-color: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
}
#togglemenu:checked ~ nav{
	transform: scaleX(1);
}
#togglemenu:checked ~ label #closer{
	display: initial;
}
#menu{
	width: 100px;
	height: 100%;
	float: right;
	margin-right: 10%;
	/*background-color: #CCCCCC;*/
	cursor: pointer;
}
#menu img{
	width: 50%;
	margin-left: 25%;
	height: 100%;
	object-fit: contain;
}
.slick{
	width: 100%;
	height: 600px;
	margin-top: 50px;
	/*background-color: #949494;*/
}
.slick div{
	width: 100%;
	height: 100%;
}
.slick img{
	/*background-color: red;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slick div:focus{
	outline:none;
}
.slickcontent{
	width: 100%;
	height: auto;
	/*background-color: red;*/
	position: relative;
	top: -70px;
	color: #fff;
}
.slickcontent h3{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
#somos{
	width: 100%;
	background-color: #45B6F1;
	color: #fff;
	padding: 40px 0 60px 0;

}
#somos h3{
	width: 50%;
	margin-left: 15%;
	font-size: 2em;
}
#somos p{
	width: 60%;
	margin-left: 15%;
	line-height: 1.5em;
}
.textoamarillo{
	color: #F2D11A;
	font-size: 1.5em;
}
#idea5{
	width: 100%;
	height: 400px;
	/*background-image: url(images/site/idea5.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 80% 80%;
	background-size: contain;*/
	
    background: transparent;
}
#idea5int{
	width: 100%;
	height: 400px;
	/*background-image: url(images/site/idea5.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 80% 80%;*/
	background-size: contain;
	
    background: transparent;
}
.parallax-slider{
	width: 100% !important;
	object-fit: contain;
}
#idea5 img{
	width: 300px;
	position: relative;
	left: 20%;
	top: 30%;
}
#servicios{
	width: 100%;
	background-color: rgb(255,239,0);
	padding: 25px 0;
}
#servicios h4{
	width: 60%;
	margin-left: 20%;
	font-size: 1.5em;
}
#servicios p{
	width: 60%;
	margin-left: 20%;
}
.textoazul{
	font-weight: bolder;
	color: rgb(0,187,227);
	font-size: 1.2em;
}
#servicioscont{
	width: 60%;
	margin-left: 20%;
	margin-top: 30px;
	/*background-color: #D4CD06;*/
}
.servicio{
	width: 49%;
	min-height: 220px;
}
.servicio:nth-child(even){
	margin-left: 2%;
	clear: right;
}
.imagenservicio{
	width: 100%;
	max-width: 80px;
	height: 100px;
	object-fit: contain;
	object-position: left;
}
.servicio h2{
	width: 100%;
}
.servicio ul{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.servicio ul li{
	width: 100%;
	display: inline-block;
	list-style-type: decimal;
}
.servicio ul > li:before {
  content: "-";
  margin-left: -5px;
}
#clientes{
	width: 100%;
	padding: 30px 0;
	background-color: #f3f3f3;
}
#clientesint{
	width: 70%;
	margin-left: 15%;
}
.cliente{
	width: 33.33%;
	height: 100px;
	/*background-color: #E7E7E7;*/
	margin-top: 10px;
}
.imagencliente{
	width: 70%;
	margin-left: 15%;
	/*max-height: 40px;*/
	height: 100%;
	object-fit: scale-down;
}
#portafolio{
	display: block;
	clear: both;
	margin: 0 auto;
	float: none;
	max-width: 1200px;
	width: 100%;
}
.p1x2{
	width: 50%;
	height: 650px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.p1x1{
	width: 50%;
	height: 325px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.p1x1:nth-child(even){
	/*background-color: #0DD880*/
}
.p1x1:hover,.p1x2:hover{
	/*background-color: silver;*/
}
.p1x1 img,.p1x2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portafolioinfo11, .portafolioinfo12{
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 500;
}
#anven1{
	background-image: url(images/portafolio/anvenbarra.png);
}
#mapfre{
	background-image: url(images/portafolio/mapfrebarra.jpg);
}
#levis{
	background-image: url(images/portafolio/levisbarra.png);
}
#jofel{
	background-image: url(images/portafolio/jofelbarra.png);
}
#anven2{
	background-image: url(images/portafolio/anvenwebsitebarra.jpg);
}
#schulumberger{
	background-image: url(images/portafolio/schulumbergerbarra.jpg);
}
#bausch{
	background-image: url(images/portafolio/bauschbarra.jpg);
}
#anven3{
	background-image: url(images/portafolio/anvenidentidadbarra.png);
}
#anven4{
	background-image: url(images/portafolio/anvenrevistabarra.png);
}
#tec{
	background-image: url(images/portafolio/tecbarra.jpg);
}
.portafolioinfo11, .portafolioinfo12{
	display: none;
}
.p1x1:hover > .portafolioinfo11{
	display: block;
}
.p1x2:hover > .portafolioinfo12{
	display: block;
}
.p1x1:focus > .portafolioinfo11{
	display: block;
}
.p1x2:focus > .portafolioinfo12{
	display: block;
}
.portafolioinfo12 img{
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	height: 50px;
	object-fit: contain;
	margin-top: 250px;
}
.portafolioinfo12 h3{
	width: 100%;
	height: 30px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.portafolioinfo12 p{
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	margin-top: 0px;
	font-size: .7em;
}
.portafolioinfo11 img{
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	height: 50px;
	object-fit: contain;
	margin-top: 100px;
}
.portafolioinfo11 h3{
	width: 100%;
	height: 30px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.portafolioinfo11 p{
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	margin-top: 0px;
	font-size: .7em;
	padding: 0;
}
#contacto{
	width: 100%;
	padding: 35px 0 ;
	color: #CC1818;
	background-color: #f3f3f3
}
#contacto p{
	font-size: 1.3em;
	font-weight: bolder;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
.textocontacto{
	font-size: 1em;
	font-weight: initial;
	font-size: initial;
}
#formcontacto{
	width: 60%;
	margin-left: 20%;
	margin-top: 30px;
}
.inp{
	display: inline-block;
	float: left;
	width: 100px;
}
.contactolabel{
	display: inline-block;
	float: left;
}
.formInput{
	width: 300px;
	clear: both;
	min-height: 25px;
	/*margin-top: 10px;*/
}
.formInput input, .formInput textarea{
	float: right;
	width: 200px;
	border: none;
	border-bottom: 1px solid #000;
	background-color: #f3f3f3;
}
.formInput input:focus, .formInput textarea:focus{
	border: none;
	border-bottom: 1px solid red;
	outline: none;
}
#inpmensaje{
	height: 100px;
	position: relative;
	max-height: 100px;
	max-width: 200px;
}
#inputsubmit{
	background-color: transparent;
	border: none;
	width: 50px;
	color: #CC1818;
	margin-top: 15px;
}
#inputsubmit:after{
	content: ">";
	color: #000;
}
#informacioncontacto{
	width: 100%;
}
#contenedorinfocontacto{
	width: 40%;
	background-color: #CC1818;
	color: #fff;
	padding: 30px 0;
	padding-left: 10%;
}
.informacionlinea{
	width: 100%;
	min-height: 30px;
}
.informacionicono{
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.informacionlinea p{
	height: 50px;
	/*background-color: orange;*/
	vertical-align: bottom;
	line-height: 50px;
	margin-left: 5px;
}
.informacionlinea:nth-child(3) p{
	line-height: 25px;
}
#mapacontacto{
	border: 0;
	width: 50%;
	/* Firefox */
	height: -moz-calc(100% + 60px);
	/* WebKit */
	height: -webkit-calc(100% + 60px);
	/* Opera */
	height: -o-calc(100% + 60px);
	/* Standard */
	height: calc(100% + 300px);
}
footer{
	width: 100%;
	background-color: #BFBFBF;
	padding: 20px 0;
}
#aviso{
	width: 60%;
	/*background-color: red;*/
	margin-top: 10px;
	margin-left: 50px;
}
.iconofooter{
	float: right;
	width: 30px;
	height: 30px;
	object-fit: contain;
	/*background-color: red;*/
	margin-right: 80px;
}


#footerportafolio{
	position: absolute;
	bottom: 0;
}
#bodyportafolio{
	background-color: #EEEEEE;
}
#htmlportafolio,#bodyportafolio{
	width: 100%;
	height: 100%;
}
#portsection{
	width: 100%;
	height: 94%;
	margin-top: 50px;
	background-color: #EEEEEE;
}
#arrowback{
	width: 50px;
	height: 50px;
	position: fixed;
	top: 80px;
	left: 10%;
	object-fit: contain;
}
.portafoliozoom{
	width: 100%;
	/*height: 600px;*/
	max-height: 600px;
	min-height: 300px;
	object-fit: contain;
	margin-top: 90px;
}
#portsection h2{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 2em;
	font-weight: bolder;
}
#portsection h3{
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bolder;
}
#portsection p{
	width: 100%;
	text-align: center;
	font-size: .8em;
	margin-top: 5px;
	-
}
#portsection p:nth-child(2){
	padding-bottom: 100px;
}

@media all and (max-width: 690px){
	#aviso{
		width: 80%;
		margin-left: 10%;
	}
	.iconofooter{
		width: 20%;
		margin: 10px 15% 0 15%;
	}
	.servicio{
		width: 80%;
		margin-left: 10%;
		text-align: center;
	}
	.servicio:nth-child(even){
		margin-left: 10%;
		clear: right;
	}
	.imagenservicio{
		width: 100%;
		max-width: 80px;
		height: 100px;
		object-fit: contain;
		object-position: center;
		display: block;
		float: none;
		margin: 15px auto 0 auto;
	}
	.servicio h2{
		margin-top: 15px;
	}
	#contenedorinfocontacto{
		width: 90%;
		
		padding-left: 10%;
	}
	.cliente{
		width: 50%;
		height: 100px;
		/*background-color: #E7E7E7;*/
		margin-top: 10px;
	}
	.p1x2{
		width: 100%;
		height: 325px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.p1x1{
		width: 100%;
		height: 325px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.portafolioinfo12 img{
		width: 100%;
		height: 30px;
		object-fit: contain;
		margin-top: 100px;
	}
	#formcontacto{
		width: 80%;
		margin-left: 10%;
	}
	.formInput{
		width: 100%;
		clear: both;
		min-height: 25px;
		/*margin-top: 10px;*/
	}
	.contactolabel{
		display: none;
	}
	.formInput input, .formInput textarea{
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	#inpmensaje{
		height: 100px;
		position: relative;
		max-height: 100px;
		max-width: 100%;
	}
	#mapacontacto{
		width: 100%;
	}

}

@media all and (max-width: 480px){
	nav{
		width: 100%;
	}
	#logoheader{
		width: 40%;
	}
	#menu{
		width: 20%;
	}
	#somos h3{
		width: 50%;
		margin-left: 15%;
		font-size: 1.5em;
	}
}

.dotsslider{
	width: 20px !important;
	height: 5px !important;
	background-color: red;
}

.slick-dots li[aria-hidden="true"] a .dotsslider{
	background-color: silver;
}

.slick-dots{
	position: relative;
	/*top: 570px;*/
	z-index: 3;
	bottom: initial;
}


/*@media all and (max-width: 872px){
	.slick{
		height: 400px;
	}
	.slick-dots{
		top: 380px;
	}	
}*//*
@media all and (max-width: 712px){
	.slick{
		height: 350px;
	}	
	.slick-dots{
		top: 320px;
	}	
}*/
/*@media all and (max-width: 645px){
	.slick{
		height: 300px;
	}	
	.slick-dots{
		top: 270px;
	}	
}*/
@media all and (max-width: 532px){
	.slick{
		height: 350px;
	}	
	.slick-dots{
		top: 320px;
	}	
}
/*@media all and (max-width: 380px){
	.slick{
		height: 230px;
	}	
}*/