@charset "utf-8";
/* CSS Document */
/* COLORES 
-AZUL: #1D3365
-FUCSIA: #EF1166
-VIOLETA: #742EFF
-VERDE AGUA: #27F6CA
-BLANCO: #FFFFFF  */

*{margin: 0; padding: 0%;}
body{ font-family: 'Roboto', sans-serif; font-weight: 500; background: #fFF; font-size:18px;}

/* Centrado de pagina */
.pagina{ max-width: 48rem; margin: 0 auto;  background: #020646;}

nav {background-color:#8B00FF;}


.topmenu{color: #27F6CA;
    font-size:18px;
	height: 10%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	background-color:#742EFF;}

.comparar{
	background-color: #FFFFFF;
	max-height: 100%;
    justify-content: center;
    align-items: center;
	}
.linea {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
    padding-top: 5%; 
	display: flex;
	flex-direction:row;
	text-decoration: none;
	list-style-type: none;
	justify-content:  space-between;
	align-items: center;
	min-height: 5%;
	}
	
.comparar h1 {
	color:  #27F6CA;
	font-weight:500;
	font-size:1.2rem;
	max-width:100%;
	height:auto;
	}
	
.comparar h2 {
	color: #1D3365;
	font-weight:100;
	font-size:1rem;
	max-width:100%;
	height:auto;
	}

.comparar h3 {
	color: #1D3365;
	font-weight:100;
	font-size:1rem;
	max-width:100%;
	height:auto;
	}
hr {

width: 90%;
margin:auto;	
}
.flechacomparar{
display: flex;
    justify-content: flex-end;
    align-items: center;
}