@charset "utf-8";
/* CSS Document Emprendedor */

.sec-ver{
	position: relative; width: 1000px; max-width: 80%; padding-top: 5%; padding-bottom: 5%; 
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    }
.ver-detalle{
	position: relative; width: 100%; margin: auto; text-align: left;
}
.ver-detalle h2{
	float:left; position: relative; width: 100%; padding: 10px 0px 10px 0px; font-size: 36px; color: rgb(60,60,60); vertical-align: middle; margin: auto; margin-bottom: 20px;
}
.ver-detalle p{
	float:left; width: 100%; position: relative; margin: 2px 0px 2px 0px;
}
.ver-detalle p:first-of-type{
	float:left; width: calc(100% - 80px); position: relative; margin: 2px 0px 2px 0px;
	background-color: rgb(240,240,240); padding: 40px;
}
.ver-detalle h3{
	float:left; width: 100%; position: relative; margin: 30px 0px 20px 0px;  font-size: 30px;
}
.ver-detalle h4{
	float:left; width: 100%; color: rgb(100,100,100); margin: auto; margin: 30px 0px 10px 0px; font-size: 20px; 
}


@media all and (min-width: 901px) and (max-width: 1200px) {

}
@media all and (min-width: 601px) and (max-width: 900px) {

}

@media all and (max-width: 600px) {

}