/*@import url(http://fonts.googleapis.com/css?family=);*/

*{

    
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
	
    } 



header{
	
	width: 100%;
	height: 55px;
	background: ;
	color: wheat;
	/*position: fixed;*/
	top: 0;
	left:0;
	z-index: 100;
	background: #1369a8;
}

.contenedor{
        width: 100%;
	margin: auto;
        overflow: hidden;
}

h1 {
	float: left;
	color: wheat;
	margin-top: 1%;
	padding-right: 5%;
	font-weight: lighter;
	font-style: oblique;
}


.opciones {
	float: left;
	padding: 1%;
	padding-top: 2%;
	margin-left: 10%;


}

header .contenedor{
	display: table;
}


#vacio{
	width: 100%;
	height: 400px;
	
	
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxmenu.cssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#menu-bar {
	display: none;
	}
#iconomenu{
	width: 40px;
	height: 40px;
}
header label {
	display: none;
}
.menu{
	width: 50%;
	margin-left: 60%;
	margin-top: 2%;
}
.menu a {
	padding: 2%;
	color: #fff;
}
@media (max-width:770px){
header label {
	display: block;
	float: right;
	font-size: 28px;
	margin: 6px 0;
	cursor: pointer;
}

.menu {
	position: absolute;
	margin-left: 0%;
	top:45px;
	left: 0;
	width: 50%;
	height: 20%;
	background: #1369a8;
	transition: all 0.5s;
	transform: translateX(-100%);
	z-index: 200;
	
		
}
.menu a {
	display: block;
	height: 50px;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background: #94bbe2;
}

.menu a:hover {
	 background: gray;
	}

#menu-bar:checked ~ .menu  {
	transform: translateX(0%);
}
}
#section{
	width: 100%;
	margin-bottom: 25px;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxbannerxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#banner{
	margin-top: 10%;
	position: relative; 
	
}

#banner img {
	width: 70%;
	height: 80%;
	margin-top: 5%;
	margin-left: 15%;
		
	}

	
#banner .contenedor {
	width: 70%;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%) translateY(-55%);
	color: wheat;
}

#banner h2 {
	font-size: 36px;
	margin-left: 5%;
}

#banner h3 {
	font-size: 28px;
	margin-left: 5%;
}

#banner p {
	margin-left: 5%;
}
#banner a {
	display: block;
	width: 150px;
	color: wheat;
	text-decoration: none;
	margin-bottom: 15px;
	margin-left: 7%;
	border: 2px solid #fff;	
	text-align: center;
	
}

#banner a:hover {
	background: rgba(78, 166, 186, 0.5);
	
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxservicosxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#servicios {
	
	
}
#servicios h4 {
	text-align: center;
	margin-left: 3%;
	text-align: center;
    color: wheat;
    padding: 10% 15%;
    font-size: 35px;
}



#servicios h6 {
	text-align:center;
	margin-left: 5%;
	
    color: wheat;
    /*padding: 5% 15%;*/
    font-size: 15px;
    
}

#paginasweb h6 {
	text-align: center;
	margin-left: 3%;
	text-align: center;
    color: wheat;
    /*padding: 5% 15%;*/
    font-size: 15px;
    
}
#servicios h5 {
	text-align: center;
    color: wheat;
    /*padding: 5% 15%;*/
    font-size: 20px;
    line-height: 35px;
}
	
#servicios .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
}
#servicios article {
	margin: 15px;
	
	}

#servicios img {
	width: 100%;
	margin-left: 12%;
	max-width: 280px;
	height: 180px;
}
article{
	background-color: #76a5d6;
	opacity: 1;
	width: 30%;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxtecnologiaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#tecnologia{
	top: 50%;
	position: relative;
	float: left;
	
}

#tecnologia .contenedor {
	
	width: 100%;
	float: left;
	background-color: #76a5d6;
}
.img{
	width:40%;
	float: left;
	margin-left: 5%;
}

.parrafoimg{
	width: 55%;
	float: left;
	position: relative;
	
	

}
#tecnologia p {
	text-align: center;
    color: wheat;
	padding: 5% 5%;
    font-size: 20px;
    line-height: 30px;
    
	
}
.imgnosotros {
	width: 100%;
	height: 441px;
	
}

#tecnologia h4 {
	text-align: center;
	
	
	
    color: wheat;
    padding: 5% 15%;
    font-size: 35px;
}
#tecnologia h6 {
	text-align: center;
	margin-left: 3%;
	text-align: center;
    color: wheat;
    /*padding: 5% 15%;*/
    font-size: 15px;
	
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxPaginaswebxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#paginasweb{
	width: 100%;
	position: relative;
	float:left;
}
#paginasweb .contenedorweb {
	top: 150%;
	width: 100%;
}

#paginasweb h6 {
	text-align: center;
	margin-left: 3%;
	text-align: center;
    color: wheat;
    /*padding: 5% 15%;*/
    font-size: 15px;
    
}

#paginasweb h4 {
	text-align: center;
	margin-left: 3%;
	text-align: center;
    color: wheat;
    padding: 10% 15%;
    font-size: 35px;
}
.imgweb .imgnosotros{
	width: 80%;
	margin-left: 10%;
	
}

.parrafoweb {
	width: 80%;
	padding: 5%;
	margin-left:10%;
	text-align: center;
	background-color: #76a5d6;
}

#paginasweb p {
	text-align: center;
    color: wheat;
	padding: 5% 5%;
    font-size: 20px;
    line-height: 30px;
    
	
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxFooterxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#logo{
	width: 20px;
	height: 20px;
}



/* footer */

footer {
  width: 100%;
  color: white;
  float: left;
  position: relative;
  margin-top: 15%;
    
 
}
.footer-style {
	position: relative;
	
    padding-top: 50px;
    background-color: #1369a8;
	width: 100%;
}

footer h3 {
	margin-bottom: 30px;
    font-weight: 800;
	font-weight: lighter;
}
footer p {
	font-weight: lighter;
}
footer .footer-col {
  margin-bottom: 50px;
  font-family: sans-serif;
  
}
footer .footer-above {
  padding-top: 50px;
  background-color: black;
}
footer .footer-below {
  padding: 25px 0;
  background-color: black;
}
/*Cambio el tamaño de letra o fuente*/
.social-icons .fa {
font-size: 30px;
color:white;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxmedia 770xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media (max-width:768px){
	.img{
		display: none;
		}
	.imgweb{
		display: none;
	}
	.parrafoimg{
		width: 100%;
	}
	#banner h3 {
		margin-top: 5%;
		font-size: 15px;
	}
	#banner h2 {
		font-size: 15px;
		margin-top: 15%;
			
	}
	#banner a {
		display: none;
	} 
	article{
		width: 90%;
	}
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxmedia 450xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media (max-width:450px){
	.img{
		display: none;
		}
	.imgweb{
		display: none;
	}
	.parrafoimg{
		width: 100%;
	}
	#banner h3 {
		margin-top: 5%;
		font-size: 10px;
	}
	#banner h2 {
		font-size: 10px;
		margin-top: 15%;
			
	}
	
	#banner p {
		font-size: 10px;
		
			
	}
	#banner a {
		display: none;
	} 
	#servicios h6{
		margin-left: 0%;
	}
	.parrafoweb {
    width: 80%;
    padding: 5%;
    margin-left: 10%;
    text-align: center;
    background-color: #76a5d6;
			}
   
	#servicios .contenedor{
		margin-left: 0;
	}


}


@media (min-width: 768px){
	.col-sm-8 {
     width: 80%; 

		}
	.footer{
		text-align: center;
		margin-left: 7%;
                
                      }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxmedia 360xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media (max-width:360px){
	.img{
		display: none;
		}
	.imgweb{
		display: none;
	}
	.parrafoimg{
		width: 100%;
		
	}
	
	#banner{
		width: 100%;
		height: 200px;
	}
	#banner h3 {
		margin-top: 5%;
		font-size: 15px;
	}
	#banner h2 {
		font-size: 15px;
		margin-top: 15%;
			
	}
	
	#banner p {
		font-size: 10px;
		
			
	}
	#banner a {
		display: none;
	} 
	
	#servicios img{
		margin-left: 1%;
	}
	#servicios h6{
		margin-left: 0%;
	}
	.parrafoweb {
		width: 80%;
		padding: 5%;
		margin-left: 13%;
		text-align: center;
		background-color: #76a5d6;
	}
	.footer-style {
		position: relative;
		margin-left: 2%;
		padding-top: 50px;
		background-color: #1369a8;
		width: 98%;
	}
	
	#tecnologia .contenedor {
	
	width: 100%;
	float: left;
	background-color: #76a5d6;
	
      }
	
	
	
	
	
	
}