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

@font-face {
    font-family: 'abrade-blackitaliuploadedfile';
    src: url('../fonts/abrade_black_italic-webfont.woff2') format('woff2'),
         url('../fonts/abrade_black_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'abrade-bolditalicuploadedfile';
    src: url('../fonts/abrade_bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/abrade_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'abrade-bookitalicuploadedfile';
    src: url('../fonts/abrade_book_italic-webfont.woff2') format('woff2'),
         url('../fonts/abrade_book_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body {
background-image: url("../imagenes/fondodazul.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;

}


a{
	cursor: pointer;
}


button{
	cursor: pointer;
}

.headingtop {
	background-color: #0E3867;
	border-bottom: 8px solid #19579C;
	color: blue;
	height: 50px;
	width: 100%;

}

.telefono{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 1.07em;
	height: 90%;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	padding-top: 14px;
}

.phoneicon {
	height: 1.4em;
	width: 1.4em;
	vertical-align: middle;
}


.main{

	margin: 0 auto;
	min-height: 500px;
	display: flex;
  justify-content: center;
	
}
 
#logoindex {
	width: 13em;
	margin-bottom: 1em;
	
}

#introizquierda{
	
	height: auto;
	min-height: 520px;
	max-width: 500px;

	margin-left:7%;
	margin-top: 1.5em;
	font-family: 'abrade-bookitalicuploadedfile';
	display: inline-block;
	
	
	

}

#introderecha{
	
	
	display:inline-block;
	height: auto;
	margin-top: 1.5em;
	text-align: center;
	vertical-align: top;
	width: 50%;




}

h1{
	font-size: 1.5em;
	font-family: 'abrade-bolditalicuploadedfile';


}


h2{
	color: #1490C7;
	font-family: 'abrade-bolditalicuploadedfile';
	font-size: 2.6em;
	line-height: 0.95em;
	margin-top: 0.2em;
	margin-bottom:  0.2em;
}

.text1index{
	font-family: 'abrade-bolditalicuploadedfile';
	font-size: 1em;
}

.text1index-bold{
	color: #1490C7;
	font-family: 'abrade-bolditalicuploadedfile';
	font-size: 2.6em;
	line-height: 0.95em;
	margin-top: 0.2em;
	margin-bottom:  0.2em;
}



.avisoaviso{
	color: #fff;
	text-decoration: none;
}


.avisoaviso:hover{
	color: #fff;
	text-decoration: underline;
}



.text1index-light{
	font-family: 'abrade-bookitalicuploadedfile';
	color: #5C5C5C;
	font-size: 1.3em;
	margin-bottom:  0.8em;
}


.button{
	cursor: pointer;
}


.button {
  background-color: #33BCE5; /* Green */
  border: 1px solid #33BCE5 ;
  border-radius: 18px;
  color: white;
  padding: 13px 32px;
  margin: 1em 1em 0em 0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.94em;
  font-family: 'abrade-bookitalicuploadedfile';
 

}


.button:hover {
  background-color: #15728E; /* Green */
  border: 1px solid #15728E;
   -webkit-transition:  0.7s; /* Safari */
  transition:  0.7s;
  

}




.buttonverde {
  background-color: #9FC52D; /* Green */
  border: 1px solid #9FC52D;
  border-radius: 18px;
  color: white;
  padding: 13px 32px;
  margin: 1em 1em 0em 0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.94em;
  font-family: 'abrade-bookitalicuploadedfile';
 

}


.buttonverde:hover {
  background-color: #6F8B1C; /* Green */
  border: 1px solid #6F8B1C;
   -webkit-transition:  0.7s; /* Safari */
  transition:  0.7s;
  

}


.cuadritos{
	
	width: 47%;
	min-height: 235px;
	display: inline-block;
	vertical-align: middle;
	padding: 1em;


}

.avisocuadritos{
	
	width: 95%;
	min-height: 235px;
	display: inline-block;
	vertical-align: middle;
	padding: 1em;
	margin:0 auto;


}


.bolder{
	 font-weight: bold;
	 color: #19579C;
	 
}

.bolderchiquito{
	 font-weight: bold;
	 font-size: 0.8em;
	 color: #19579C;
	 
}


.manitonosotros{
	margin: 0 auto;
	width: 90%;
	height: auto;
	padding-left: 1.5em;
	
}

.imaginer{
	border-radius: 1em 0em 1em 0em;
	width:450px;
	height: auto;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;

}




#collage{
width: auto;
  width: 100%;
  max-height: auto;
  position: relative;
  padding-top: 2em;
  overflow: hidden;


  transition-property: all;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(15, 1, 0.5, 1);
}

#collagefinal{
display: none;
}


.clientes{

	width: 100%;
	height: 4em;
	background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;



}

.clientecillos{

	width: 130px;
	height: auto;
	margin: 0.5em;
	display: inline-grid;
	
	
	overflow: hidden;
	


}

.clientecillos img{

	width: 100%;
	height: auto;
	



}



.clientesmovil{
	display: none;
}

footer {
	background-color: #0E3867;
	border-top: 8px solid #19579C;
	color: blue;
	height: 50px;
	width: 100%;
	bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;

	

}



.datosfooter{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	height: auto;
	text-align:center;
	width: 15%;
	margin: 0px 1em 0px 1em;
	padding-top: 1px;
	display: inline-block;
	float: left;

	vertical-align: center;


}





.iconosfooter {
	height: 1.4em;
	width: 1.4em;
	margin-right: 0.2em;
	vertical-align: middle;
}



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

	.datosfooter{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	height: auto;
	text-align:center;
	width: 18%;
	margin: 0px 1em 0px 1em;
	padding-top: 1px;
	display: inline-block;
	float: left;
	vertical-align: center;


}



}








@media only screen and (max-width: 920px) {
  #introizquierda{
	
	height: auto;
	
	max-width: 80%;
	text-align: center;

	margin-left:1%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: 'abrade-bookitalicuploadedfile';
	display: inline-block;
	
	
	}

	#collagefinal{
		display: block;
	width: 70%;
	margin: 0 auto;

	}



	#introderecha{
		
	display:none;
	}

	.clientes{
		display: none;
	}

	.clientesmovil{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.clientesmovil img{
		width: 100%;
		height: auto;
		overflow: hidden;

	}

	#logoindex {
	width: 19em;
	margin-bottom: 1em;
	
	}




	footer {
	background-color: #0E3867;
	border-top: 8px solid #19579C;
	color: blue;
	height: 90px;
	width: 100%;
	bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
	padding-top: 1em;

	

}


	.datosfooter{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	height: auto;
	text-align:center;
	width: 40%;
	margin: 0px 2em 1em 1em;
	padding-top: 1px;
	display: block;
	float: left;
	
	vertical-align: center;


}




.cuadritos{
	
	width: 98%;
	min-height: 105px;
	display: inline-block;
	vertical-align: middle;
	padding: 0em;



}

.cuadritos img{
	margin: 0 auto;
	width: 350px;
	padding-left: 1.6em;


}



.manitonosotros{
	margin: 0 auto;
	width: 95%;
	height: auto;
	padding-left: 0.4em;

	
}

.imaginer{
	border-radius: 1em 0em 1em 0em;
	width:350px;
	height: auto;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	left: 24px;

}










}










@media only screen and (max-width: 425px) {
  #introizquierda{
	
	height: auto;
	
	max-width: 90%;
	text-align: center;

	margin-left:1%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: 'abrade-bookitalicuploadedfile';
	display: inline-block;
	
	
	}

	#collagefinal{
		display: block;
	width: 80%;
	margin: 0 auto;

	}



	.text1index-bold{
	color: #1490C7;
	font-family: 'abrade-bolditalicuploadedfile';
	font-size: 2.2em;
	line-height: 0.90em;
	margin-top: 0.2em;
	margin-bottom:  0.2em;
	}

	#introderecha{
	display:none;
	}

	.clientes{
		display: none;
	}

	.clientesmovil{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.clientesmovil img{
		width: 100%;
		height: auto;
		overflow: hidden;

	}


	#logoindex {
	width: 17em;
	margin-bottom: 1em;
	
	}


	.telefono{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	height: 87%;
	margin: 0 auto;
	text-align: center;
	width: 85%;
	padding: 14px 18px 0px 18px;

	}


	.text1index-light{
	font-family: 'abrade-bookitalicuploadedfile';
	color: #5C5C5C;
	font-size: 1.3em;
	margin-bottom:  0.1em;
}



	footer {
	background-color: #0E3867;
	border-top: 8px solid #19579C;
	color: blue;
	height: 160px;
	padding: 1em 0em;
	width: 100%;
	bottom: 0;
	display: inline-flex;
	}


	.datosfooter{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	height: auto;
	text-align:center;
	width: 70%;
	margin: 4px;
	padding: 4px;
	display:inline-block;
	float: left;
	vertical-align: center;


	}

}




@media only screen and (max-width: 425px) {
  #introizquierda{
	
	height: auto;
	
	max-width: 90%;
	text-align: center;

	margin-left:1%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: 'abrade-bookitalicuploadedfile';
	display: inline-block;
	
	
	}

	#collagefinal{
		display: block;
	width: 80%;
	margin: 0 auto;

	}



	.text1index-bold{
	color: #1490C7;
	font-family: 'abrade-bolditalicuploadedfile';
	font-size: 2em;
	line-height: 0.90em;
	margin-top: 0.2em;
	margin-bottom:  0.2em;
	}

	#introderecha{
	display:none;
	}

	.clientes{
		display: none;
	}

	.clientesmovil{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.clientesmovil img{
		width: 100%;
		height: auto;
		overflow: hidden;

	}


	#logoindex {
	width: 17em;
	margin-bottom: 1em;
	
	}



	.text1index{
	font-family: 'abrade-bolditalicuploadedfile';
	font-size: 0.8em;
}




}


