﻿#banner{
	text-align: center;
	font-size: 45px;
	color: #2fccf6;
	font-weight: bold;
}

.subtitulo{
	width: 100%;
	color: gray;
	font-size: 22px;
	float: left;
	padding: 12px 0;
}

.parte{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.seccion{
	border: 0px solid red;
	width: 62%;
	float: left;
	margin: 0 0 30px 0;
}

.titulo-seccion{
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
}

.desarrollo-seccion{
	line-height: 24px;
	color: gray;
}

.imagen-seccion{
	border: 0px solid red;
	width: 35%;
	text-align: center;
	float: left;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 20px;
}

.texto{
	border: 0px solid red;
	width: 100%;
	line-height: 24px;
	color: gray;
	float: left;
}

.texto-conten{
	border: 0px solid red;
	width: 49%;
	float: left;
}


@media screen and (max-width: 1100px){
	.seccion{
		padding: 0 10px;

		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
}

@media screen and (max-width: 700px){
	.seccion{
		width: 100%;
	}

	.imagen-seccion{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.imagen-seccion img{
		width: 70%;
	}
}