@Keyframes haz-scroll{
	to{transform: translateY(30%);} 
}
*{box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
html {  scroll-behavior: smooth; }
body{
	margin:auto;
	width: 100%;
	padding: 0px;
}

.cabecera {
	max-width: 900px;
	margin:0 auto;
	display: block;
	height: 100px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.logo{
	width:100px;
	float:left;
}
.logo img{
	width: 100%;
}
#menu-mob{
	display: none;
}
#boton_hamburguesa{
	display: none;
}
.menu{
	float: right;
	width: 85%;
	margin-top: 24px;
	border-top: 1px #7e2c8c solid;
	border-bottom: 1px #7e2c8c solid;
}


.menu ul{
	display: flex;
	display: flex;
	justify-content: space-between;
}
.menu ul li{
	list-style: none;
}
.menu ul li a{
	text-decoration: none;
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
	padding: 2em;
}

.menu ul li a:hover{
	font-weight:bold;
}


.menu .menuinterno{
	display: none;
	position: absolute;
	text-align: left;
	line-height: 30px;
	padding-top: 20px;
	padding-left: 32px;
}
.menu .menuinterno a{
	padding: 0px;
}
.folletos:hover  .menuinterno{
	display:block;
}

.presentacion{
	clear: both;
}
.logo-producto{
	max-width: 900px;
	margin: auto;
	padding-bottom: 10px;
}
.logo-producto img{
	width: 100%; 
}
.logo-producto-mob{
	display: none; 
}
#flechita {
	width: 24px;
	height: 24px;
	margin: 20px auto;
	animation-name: haz-scroll;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform: translateY(0%);
	bottom: 5px;
	position: absolute;
	text-align: center;
	left: 50%;
}
.slogan {
	text-align: center;
}

/*	CONTENIDO */
.contenido{
	max-width: 900px;
	margin: 0px auto;
}
.caracteristicas-texto{
	text-align: center;
	color: #504c4c;
}
h1{
	font-size: 50px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.caracteristicas-texto h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}   
.caracteristicas-texto h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 30px;
	margin: 0px;
}
.lentrasvioletas{
	font-family: 'Roboto', sans-serif;
	color: #7F278F;
	font-weight: 700;
}
.caracteristicas-texto h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	margin-top: 0px;
	font-size: 21px;
	margin-bottom: 0px;
}
.caracteristicas-texto ul{
	line-height: 28px;
	font-family:'Roboto', sans-serif;
	list-style: none;
}
.ficha {
	margin-top: 45px;
}
.ficha h2{
	font-family: 'Roboto', sans-serif;
	color: #7F278F;
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
table{
	margin: auto;
	text-align: left;
}
tr:nth-child(even){
	background-color: #f2f2f2;
}

th, td{
	height: 31px;
	padding: 0px 5px;
	font-weight: lighter;}
th{
	font-size: 14px;
	}
thead th{
		padding-top:25px;
		color:grey;
	}
td span{
		background-color: green;
		color:white;
		padding: 5px;
		border-radius: 10px;
		font-size: 13px;
		margin-left: 5px;
	}
.tablet {
	display: none;
}
.boton{
			text-align: center;
			margin: 40px auto;
			padding: 10px;
			background-color: #7F278F;
			width: 50%;
			border-radius: 10px;
			font-family: 'Roboto', sans-serif;
		}

		.boton a{
			text-decoration: none;
			color:white;
		}
		.rango{
			background-color: #7e2c8c;
			text-align: center;
		}

		.rango h4{
			font-family: 'Roboto', sans-serif;
			font-weight: 100;
			padding-top: 20px;
			font-size: 26px;
			margin-bottom: 0px;
			color: white;
		}
		.rango img{
			width: 100%;
			max-width: 900px;

		}

		.textodestacado{
			text-align: center;
			width: 450px;
			margin: 80px auto;
			border-bottom: 1px solid grey;
			border-top: 1px solid grey;
		}
		.textodestacado p{
			font-family: 'Roboto', sans-serif;
			font-weight: 700;
			color:grey;
			font-size: 25px;
			text-transform: uppercase;
		}

		.contacto{
			margin: 50px 0px;
		}
		.info-contacto{
			text-align:center;
		}
		.info-logo img{
			max-width: 100px;
		}
		.info-texto a{
			text-decoration: none;
			color: #004b95;
			font-weight: 600;
			font-size: 20px;
		}
		footer{
			width: 100%;
			max-width: 900px;
			margin: 0px auto;
			display: flex;
			background-color:#d5d4d4;
			justify-content: space-around;
			align-items: center;
		}
		.logo-ast{
			max-width: 100px;
			margin: auto 10px;
		}
		.logo-ast img{
			width:100%;
		}
		.legal h6{
			font-size: 12px;
			color:#6e6a6a;
		}

		/*********MEDIAS*******************************/




		@media (max-width: 700px){

			.menu{
				display: none;

			}
			.logo img {
    			width: 70%;
			}
			.cabecera{
				width: 90%;
				margin: 20px auto 0px;
				height: 50px;
			}
			.caracteristicas-texto {
				padding: 5px;
			}
			.caracteristicas-texto h2 {
  			  font-size: 30px;
			}	
			#boton_hamburguesa{
				display: block;
				float: right;
				cursor: pointer;
				padding: 17px;
				padding-top: 23px;
			}	
			.textodestacado p {
   				 padding: 10px;
			}
			#menu-mob {
				overflow: hidden;
				position: absolute;
				right: 0px;
				top: 80px;
    			background-color: #ffffffad;
			}
			#menu-mob ul li {
				text-align: right;
				padding: 10px;
				padding-right: 30px;
				border-bottom: 1px solid #7e2c8c;
				list-style: none;
			}
			#menu-mob ul li a{
				text-decoration:none;
				color:grey;
			}
			#flechita{
				display: none;
			}
			.textodestacado {
				width: 100%;
				margin: 17px auto;
			}
			.logo-producto{
				display: none;
			}
			.logo-producto-mob{
				display: block;
				width: 100%;
			}
			.logo-producto-mob img{
				width: 100%;
			}
			.caracteristicas-texto ul {
				margin-left: 0px;
   				padding-left: 0px;
			}
			.tablet{
				display: block;
			}
			td span {
				margin-top: 20px;
			}
			.legal h6 {
	    		margin-left: 20px;
	    		margin-right: 20px;
				}
		}


@media (max-width: 500px){
		.textodestacado {
    margin: 10px auto;
	}
}