/* Escribe aquí tu código CSS */

/*FORMULARIO SETIEMBRE 2021*/

.form-seminario-10set2021 .contenedor input{
	border: 2px solid #4d4d4d;
	border-radius: 100px;
	width:100%;
	height:45px;	
	margin-bottom:12px;
	padding-left:55px;
	box-sizing:border-box;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size:25px;
	color:#4d4d4d;
}

.form-seminario-10set2021 .contenedor input#nombres, .form-seminario-10set2021 .contenedor input#apellidos{
	background:url('http://sentido.pe/seminario/wp-content/uploads/2021/08/user.png') no-repeat left center;
}
.form-seminario-10set2021 .contenedor input#email{
	background:url('http://sentido.pe/seminario/wp-content/uploads/2021/08/mail.png') no-repeat left center;
}
.form-seminario-10set2021 .contenedor input#telefono{
	background:url('http://sentido.pe/seminario/wp-content/uploads/2021/08/phone.png') no-repeat left center;
}
.form-seminario-10set2021 .contenedor input#profesion{
	background:url('http://sentido.pe/seminario/wp-content/uploads/2021/08/profession.png') no-repeat left center;
}

.form-seminario-10set2021 .contenedor{
	display:flex;	
	margin-bottom:20px;
}
@media screen and (max-width:768px){
.form-seminario-10set2021 .contenedor{
	display:block;
	margin-bottom:0px;
}
}


.form-seminario-10set2021 .contenedor .col{
	margin:0 10px;
}

.form-seminario-10set2021 .wpcf7-submit{
	width:150px;
	height:50px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
  font-size: 26px;
  background-color: #f8c1bd;
	color:white;
	text-align:center;
	border: 0;
	border-radius: 100px;
	cursor:pointer;
	display:block;
	margin:0 auto;
}


/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/


.form-seminario .row-form input{
	border: 2px solid #4d4d4d;
	border-radius: 100px;
	width:100%;
	height:45px;
	background:none;
	margin-bottom:12px;
	padding-left:55px;
	box-sizing:border-box;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size:25px;
	color:#4d4d4d;
}

.form-seminario .row-form input::placeholder{
	color:rgba(55,55,55,0.2);
}

.row-form{
	position:relative;
}

.form-seminario .row-form i{
	width:45px;
	height:45px;
	background: #4d4d4d;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	color: white;
	font-size:20px;
	line-height:45px;
	border-radius:100px 0 0 100px;
	padding-left:5px;
	box-sizing:border-box;
}

.form-seminario p{
	 padding-bottom: 0;
}

.form-seminario .wpcf7-submit{
	width:175px;
	height:60px;
	background: #b243e0;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
  font-size: 40px;
  background-color: #b243e0;
	color:white;
	text-align:center;
	border: 0;
	border-radius: 100px;
	cursor:pointer;
	margin-top:10px;
	box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.15);
}


.redes .et_pb_column{
	width:33.333333% !important;	
}













