body {
	font-family: cambria;
	text-align: justify;
	color: #333;
	font-size: 2rem;
	line-height: 2em;
	margin: 0;
}


header {
	background:  no-repeat fixed  ;
	background-size: 100% ;
	background-image: url("https://trayecto18.com.co/imagenes/1_banner1.jpg");
	height:580px ; 
	text-align:right;
	border: 0;	
	

}

/*"C:/Users/andre/OneDrive/Escritorio/webt18/imagenes/1_banner1.JPG"  .. "https://trayecto18.com/imagenes/1_banner1.JPG"*/
.contenedor-header1 {
	
	width: 70%;
	max-width: 1150px;
	margin: 0 auto;
}

.contenedor-header2 {
	
	color: white;
	font-size: 1.2rem;
	line-height: 1.6em;
	text-shadow: 2px 1px 3px black;
}


img.clase1{

	width: 26%;
	height: 26%;
	
	
}

img.clase1:hover{

	width: 28%;
	height: 28%;	
	transition: all 1.4s linear;

}

.flotantewhpp{
	position:fixed;	
	float: left;
	bottom:40px;
	right:40px;
	z-index:100;
    margin-right: 70%;

}

img.clase2{
 width:95%;
 height: 95%;   
 padding: 0;
 cursor: pointer;
 -webkit-transition-duration: 3s; /* Safari */
 transition-duration: 0.5s;
}

.clase2:hover {
 width:98%;
 height: 98%;   
 padding: 0;
}

.titulo1 {
	font-size:2.3rem;
	line-height:1.4em; 
}


/*background-image: url("https://trayecto18.com/imagenes/formato1.png"); de este modo lo puedo colgar en la web sin problemas
h1 {
	font-size:2rem;
	line-height:1.6em; 
}


img.clase1{

	width: 3%;
	height: 3%;
	border-radius: 7px;
	margin-right: 5px;
	
}

img.clase1:hover{

	width: 3.5%;
	height: 3.5%;
	border-radius: 5.5px;
	transition: all 0,6s linear;

}


.container {
	
	width: 82%;
	max-width: 1150px;
	margin: 0 auto;
}

.container-header {
	
	color: white;
	font-size: 0.9rem;
	line-height: 1em;
	 text-shadow: 2px 1px 3px black;
}

.header1{
	background: #005294;
	font-size: 1.3rem;
	line-height: 1.8em;
	
}

.header1 a {
	color:white;
	text-decoration: none;
}





.logo-nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	

}

.navigation ul li {
	display: inline-block;

}

.navigation ul li a {
	display: block;
	padding: 2rem 1.9rem ;


	
}

.navigation ul li a:hover {
	background: #3B78AF;
	transition: all 0,5s linear;
	border-radius: 5px;
	
}

.hover_barra {
	background: #3B78AF;	
	border-radius: 5px;
}


.dropdown-content {
  display: none;  
  position: absolute;
  background-color: #f9f9f9;  
  min-height: 70px;
  min-width: 410px;
  box-shadow: 0px 8px 46px 0px rgba(0,0,0,0.2);
  z-index: 1;

}


.dropdown-content a {
	font-size: 20px;
	color: black;
}




.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;

}

img.clase2{

	width:65%;
	height:65%;
	cursor: pointer;
	
	
}

img.clase2:hover{
	width:70%;
	height:70%;
	transition: all 0.7s linear;
}


img.clase3{

	width:45%;
	height:auto;
	
	
}


h6.card1 {
	
	font-size: 1.2rem;
	line-height:1.5em;

	
}

.separador {
background-color: rgb(231, 229, 229);
height: 2.3px;
width: 100%;
margin-top: 10px;
box-shadow: 5px 25px 25px  rgba(0, 0, 0, 0.2);

}
*/

