@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*{
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
	margin:0px;
	padding: 0px;
}

body{
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;

	display: flex;
	flex-wrap: wrap;
	flex direction: column;
	justify-content: center;
	
}

.container{
	margin:0 auto;
	width: 100%;
	height: auto;

	display: flex;
	flex-direction: column;
	align-items: center;

}
.title{
	font-size: 25px;
	color: #000;
	margin-top: 50px;
	text-align: center;

}

img.claro{
	width: 100px;
	height: 32px;
}
img.banner{
	width: 700px;
	margin-top: 20px;
}
.head2{
	width: 100% !important;
	height: 50px;
	background-color:#da291c;
	

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

a{
	text-decoration: none;
	color: #fff;
}
.text1{
	width: 700px;
	font-size: 14px;
	padding-top: 15px;
	color: #566573;
	text-align: center;
}
.text2{
	font-size: 15px;
	padding-top: 30px;
	color: #000;
	text-align: center;
}
.text3{
	font-size: 12px;
	padding: 15px;
	color: #566573;
	text-align: center;
}


}


.separado1{
	width: 100%;
	height: 25px;
}
.separado2{
	width: 100%;
	height: 50px;
}
.box1{
	width: 680px;
	height: 200px;
	margin-top: 50px;
	padding-bottom: 100px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.container-planes{
	margin-top: 40px;
	width: 680px;
	height: auto;
	padding-bottom: 10px;

	display: flex;
	flex-direction: column;
	align-items: center;
}
.title-incluye{
	width: 250px;
	text-align: center;
	border-bottom: solid 3px #d33327;
	padding-bottom: 8px;
}
.ico{
	width: 50px;

}
.container-iconos{
	width: 680px;
	margin-top: 30px;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
.container-info-planes{
	width: 200px;
	height: 180px;
	font-size: 13px;
	text-align: center;
	border-right:solid 1px #ccc;

	display: flex;
	flex-direction: column;
	align-items: center;
}
.box2{
	width: 320px;
	height: 100px;
	font-size: 13px;


	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.bot1{
	width: 320px;
	padding: 18px;
	background-color: #1f94ab;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;


	-webkit-box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.75);
box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.75);
}
.bot1:hover{
	background-color: #ccc;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}




@media (max-width: 580px){
.container-info-planes{
	width:100%;
	height: 220px;
	font-size: 13px;
	text-align: center;
	border-bottom:solid 1px #ccc;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}
}
@media (max-width: 580px){
.container-iconos{
	margin-top: 40px;
	width: 380px;
	height: auto;
	padding-bottom: 10px;

	display: flex;
	flex-direction: column;
	align-items: center;
	}
}


@media (max-width: 580px){
.head2{
	width: 100%;
	height: 50px;
	background-color:#da291c;
	text-align: center;


	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
	}
}
@media (max-width: 580px){
.title{
	width: 80%;
	font-size: 25px;
	color: #000;
	margin-top: 50px;
	text-align: center;

	}
}

@media (max-width: 580px){
.claro{
	width: 100px;
	height: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

@media (max-width: 580px){
.container{
	margin:0 auto;
	width: 100%
	height: auto;
	padding-bottom: 60px;
	/*border:solid 3px #da291c;*/

	display: flex;
	flex-direction: column;
	align-items: center;
	}
}
@media (max-width: 580px){
 .text1{
 	width: 95%;
	font-size: 14px;
	padding-top: 15px;
	color: #566573;
	text-align: center;
	}
}

@media (max-width: 580px){
img.banner{
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
	}

}
@media (max-width: 580px){
.separado1{
	width: 100%;
	height: 15px;
}


@media (max-width: 580px){
.box1{
	width: 680px;
	height: auto;
	border:solid 1px #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border:solid 1px #fff;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	}

}

@media (max-width: 580px){
.fondo1{
	width: 100%;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border:solid 1px #fff;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	}

}

@media (max-width: 580px){
.text2{
	font-size: 15px;
	padding-top: 15px;
	color: #000;
	text-align: center;
	}

}
@media (max-width: 580px){
.text3{
	font-size: 12px;
	padding-bottom:15px;
	color: #566573;
	text-align: center;
}