* {
	margin: 0;
	border: 0;
	padding: none;
	outline: none;
    
	
}
.grisHard {
	color: #333;
}
.cube100 {
	height: auto;
	width: 100%;
	text-align: center;
}
.cubeExtra {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	position: relative;
	height: 70px;
	background-color: #06C;
	padding-top: 40px;
}



#all {
	height: auto;
	width: 100%;
	
}

.cenefa2 {
	background-image: url(../imagenes/cenefa-manupol.jpg);
	height: 40px;
	width: 100%;
	float: left;
	position: relative;
	top: -5px;

}

.cenefa {
	background-image: url(../imagenes/cenefa-manupol.jpg);
	height: 40px;
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px -4px 10px -4px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px -4px 10px -4px rgba(0,0,0,0.41);
	box-shadow: 0px -4px 10px -4px rgba(0,0,0,0.41);
}
img {
	max-height:100%;
	max-width:100%;

	}




#texto {
	font-size:1.6em;
	line-height: 60px;
	float: left;
	width: 80%;
}
#texto a {
	/*	font-family: 'Great Vibes', cursive;*/
	font-family: 'Poiret One', cursive;
	margin-left: 70px;
	text-decoration: none;
	transition:all 0.2s ease;
	color: #999;
	
	
}

#texto a:hover {
	color:#06F;
		
	}

#icono {
	float: right;
	width: 20%;
	text-align: right;

}
#icono a img {
	position: relative;
	right: 60px;

-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0);
border-radius:20px;
opacity:0.4;
transition:all 0.2s ease;

}

#icono a img:hover {
	-webkit-box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.10);
box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.10);
opacity:0.8;
	
	}
	
#footer {

background: rgba(0,40,110,1);
background: -moz-linear-gradient(top, rgba(0,40,110,1) 0%, rgba(0,97,252,1) 33%, rgba(0,20,84,1) 33%, rgba(0,20,84,1) 46%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,40,110,1)), color-stop(33%, rgba(0,97,252,1)), color-stop(33%, rgba(0,20,84,1)), color-stop(46%, rgba(0,20,84,1)), color-stop(98%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,40,110,1) 0%, rgba(0,97,252,1) 33%, rgba(0,20,84,1) 33%, rgba(0,20,84,1) 46%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,40,110,1) 0%, rgba(0,97,252,1) 33%, rgba(0,20,84,1) 33%, rgba(0,20,84,1) 46%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,40,110,1) 0%, rgba(0,97,252,1) 33%, rgba(0,20,84,1) 33%, rgba(0,20,84,1) 46%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,40,110,1) 0%, rgba(0,97,252,1) 33%, rgba(0,20,84,1) 33%, rgba(0,20,84,1) 46%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00286e', endColorstr='#000000', GradientType=0 );

	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
	background-position:0px 0px;
}


#manupolTop {
	float: left;
/*	height: 200px;*/
	width: 100%;
}
#manupolTop a img {
	float: left;
	margin-top: 50px;
	margin-left: 10%;

	
}

#whatsapp{
	height: 87px;
	width: 86px;
	position:fixed;
	right:0%;
	bottom:3%;
	z-index:100;/********************************/
	opacity:1;
	transition:0.3s;
	transform: scale(0.8);
	}
	
	#whatsapp:hover {
	transform: scale(0.9);
}

#up{
	position:absolute;
	width:100%;
	height:auto;
	z-index:2000;
	
	}
#flechaTop {
	background-image: url(../imagenes/topArrow.png);
	height: 77px;
	width: 76px;
	background-position: top;
	position: fixed;
	/*top: 250px;*/
	bottom:18%;
	right:5px;
	opacity:0;
	transform: scale(0.7);
	transition:all 0.3s;
	
}


#flechaTop:hover {
	 transform: scale(0.8);
	/*	background-position: bottom;*/
}
#menuFooter {
	height: 220px;
	width: 100%;
	display:flex;
}
#menuFooter ul {
	/*float: left;*/
	
	width: 33%;
	margin-left: 0.3%;
	height: 220px;
	list-style-type: none;
	margin-top: 30px;
}
#menuFooter ul li {
	text-align: center;
	font-family: 'Poiret One', cursive;
	font-size:1.5em;
	margin-bottom: 20px;
}
#menuFooter ul li a {
	color: #FFF;
	text-decoration: none;
}
#menuFooter ul li a:hover {
	color: #09F;
}
#footerFinal {
	float: left;
	height: 350px;
	width: 100%;
	position: relative;
}
#miniM {
	height: 64px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#miniM img {



}

#separadorFooter {
	position: relative;
	width: 70%;
	height: auto;
	float: left;
}


#separadorFooter img {
	margin-top: 40px;
	margin-left: 15%;
	float: left;
}


#reata {
	height: 40px;
	width: 350px;
	position: relative;
	float: left;
	


background: rgba(63,179,0,1);
background: -moz-linear-gradient(top, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,179,0,1)), color-stop(100%, rgba(12,79,0,1)));
background: -webkit-linear-gradient(top, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
background: -o-linear-gradient(top, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
background: -ms-linear-gradient(top, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
background: linear-gradient(to bottom, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb300', endColorstr='#0c4f00', GradientType=0 );


	top: 60px;
	left: -7px;
	animation-name: aniReata;
    animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	 animation-direction: alternate;
	 animation-timing-function: ease-out;
}
#reata2 {
	display:none;
	height: 40px;
	width: 150px;
	position: relative;
	float: left;
	


background: rgba(63,179,0,1);
background: -moz-linear-gradient(top, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,179,0,1)), color-stop(100%, rgba(12,79,0,1)));
background: -webkit-linear-gradient(top, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
background: -o-linear-gradient(top, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
background: -ms-linear-gradient(top, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
background: linear-gradient(to bottom, rgba(63,179,0,1) 0%, rgba(12,79,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb300', endColorstr='#0c4f00', GradientType=0 );


	top: 60px;
	left: -7px;
	animation-name: aniReata2;
    animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	 animation-direction: alternate;
	  animation-timing-function: linear;
}
#terminal {
	background-image: url(../imagenes/terminalPoste.png);
	float: left;
	height: 55px;
	width: 21px;
	position: relative;
	top: 53px;
	left: -10px;
}


#datosContacto {
	float: right;
	width: 30%;
	position:relative;
	letter-spacing: 0.1em;
	
}
#datosContacto p {
	text-align: right;
	margin-right: 25%;
	font-family: 'Poiret One', cursive;
	font-size:1.5em;
	line-height: 30px;
	margin-top: 15px;
	color: #FFF;
	font-weight: bold;
}
#horarioManupol {
	margin-top: 180px;
	font-family: 'Poiret One', cursive;
	font-size:1.4em;
	color: #FFF;
}
#horarioManupol p {
	position: relative;
	left: 20px;
}

.fontSmall {
	font-size: 0.6em;
}
.fontBig {

}
.azul {
	color: #06F;
}
.azulClaro {
	color:rgba(0,194,244,1.00);
}
.verde {
	color:
rgba(84,166,0,1.00);}

#contenido {
	position: relative;
}

#seoH1 {
	text-align: left;
	font-family: 'Anton', sans-serif;
	font-size:3.1em;
	
	margin-top:0px;
	margin-left:40px;
	
}

#seoH2 {
    font-size:2.3em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    margin-top: 20px;
}
#seoH2-v2 {
    font-size:1.8em;
    font-family: 'Montserrat', sans-serif;
    
    margin-top: 5px;
    letter-spacing: 0.1px;
}
#seoH3 {
    font-size: 1.5em;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 20px;
   font-family: 'Poiret One', cursive;
    
    letter-spacing: 2px;
    margin-top: 60px;
    position: relative;
    color: rgba(85,85,85,1.00);
}

#modelFoto {
	object-fit: cover;
	
}

#imagenPostura {
	text-align:left;
    margin-top: 0px;
	
}

#imagenPostura2 {
	text-align:right;
    margin-top: 0px;
 
	
}

#modelo100Singular {
	position:relative;
}

#modelo60singular {
	float: right;
	text-align:justify;
}
#botoInsta {
	
	height:50px;
	width:50px;
	position: relative;
	float: right;
	right:25%;
	top:10px;
	
}

#backGroundH1 {
	

background: rgba(212,212,212,1);
background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,212,212,1)), color-stop(69%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ffffff', GradientType=0 );

}

/*---------------------------------*/
@keyframes 


aniReata {
    from {width: 350px;}
    to {width: 0px;}
}

@keyframes 

aniReata2 {
    from {width: 150px;}
    to {width: 0px;}
}

/*---------------------------------*/


@media screen and (max-width:1300px){
	#menuFooter ul {
	/*width:25%;*/
	}
	#horarioManupol {
	font-size:1.2em;	
		}
		
	#datosContacto p {
	font-size:1.2em;
	}

	}

@media screen and (max-width:950px){
	#texto {
	font-size:1.4em;
	}
#texto a {
	margin-left: 30px;
}

#modelFoto {
	float:right;
	
}

	#datosContacto{
		width: 100%;
		float: left;
		}
		
		#datosContacto p{
		text-align: center;	
	    margin-right: 0%;
		margin-top: 25px;
		padding-bottom:30px;
		font-size:1.1em;
		
	}
	
	
	#menuFooter {
	height:auto;

}
#menuFooter ul {
	/*float: left;*/
	
	margin-top: 10px;
	margin-left: 0%;
	height: auto;

}
	
	
		#separadorFooter{
	width: 100%;
	-webkit-box-shadow: inset 0px -8px 5px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: inset 0px -8px 5px 0px rgba(0,0,0,0.36);
    box-shadow: inset 0px -8px 5px 0px rgba(0,0,0,0.36);
	 
		}
		
			#footerFinal{
		
		height: auto;
		float: right;
			}
			
				#miniM {
	margin-top:40px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#separadorFooter img {

	margin-left: 5%;
	
}

#seoH3 {
	
	width:100%;
	padding-left:10px;
	padding-right:10px;
	
}
#seoH1 {

	font-size:3em;

	
}

#botoInsta {
top:-10px;
float:left;
right:0%;
left:50%;
margin-left:-25px;

	
}
	}
	
	@media screen and (max-width:800px){
        
        
	

}
	
@media screen and (max-width:710px){
	
	#footer {
		background:#002855;


}
	#texto {
		display:none;
		}
	#icono {
	float: left;
	width: 100%;
	text-align:center;
	}
	#icono a img {
	right: 0px;
}

#menuFooter ul {
	width: 100%;
	height: auto;
	padding:0;
	}

#menuFooter {
	height: auto;
/*	width: 100%;*/
	display:block;
}

#manupolTop {
	margin-top:50px;
	}
.logoM {
/*display:none;*/
	}
	#logoM {
		
	/*	text-align:center;*/

	/*float: none;*/
	position:relative;
	margin-top:-115px;
	width:100%;
	text-align:right;
	margin-right:3%;
	font-size:1.2em;
	/*background: #EAEAEA;*/
	padding-top:5px;
	padding-bottom:5px;
	top:0px;
	right:0px;
	

}
	#silla360 {
display:none;
}
	#logoManupol {
	float: none;
	margin-right:auto;
	margin-left:auto;
	transform: scale(0.5);
	position:relative;
	margin-top:40px;
	
	}
	
	}


@media screen and (max-width:500px){
	#reata {
		display:none;
		
		}
		
		#reata2 {
	display:block;
}
}


@media screen and (max-width:530px){


	#all {

	float: none;
}

	
	#header {
	/*float: none;*/
	}
	

	
	#icono {
	/*margin-top:-20px;*/
}

#menuOculto {
	font-size:1.6em;
}
#menuOculto ul {
	width: 100%;
    right: 0%;
	left: 0%;
	

}
#menuOculto ul a li{
	margin-left: 0px;
}

#horarioManupol{
	margin-top:130px;
	
	}
#separadorFooter img {
	
	margin-left: 1%;
	
}

#horarioManupol p {
	
	left: 5px;
}

}


