/* Webinar Track and Trace */
.webinar-tt header {
	margin-top: 125px;
}

.title::before {
	content: '';
	width: 120px;
	height: 15px;
	position: absolute;
	margin-top: 14px;
	margin-left: -15px;
	background: #F6D84C;
	z-index: -1;
}

.webinar-tt p,
.webinar-tt li {
	font-size: 14px;
	line-height: 20px;
	color: #555555;
}

.header-webinar h3 {
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	color: #3A3A3A;
}

.header-webinar h3.date {
	margin-bottom: 60px;
}

.header-webinar h1 {
	color: #3A3A3A;
}

.header-webinar .btn-registro {
	margin-top: 20px;
}

a.btn-registro {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px;
	background-color: #673AB7;
	color: #ffffff;
}

a.btn-registro:hover {
  background: #531e7b;
	transition: .3s;
}

a.btn-registro::after {
	content: '';
	width: 130px;
	height: 40px;
	position: absolute;
	margin-top: 0px;
	margin-left: -104px;
	background: #F6D84C;
	z-index: -1;
}

.desc-webinar .txt-intro {
	font-size: 18px;
	line-height: 24px;
	color: #3A3A3A;
}

.desc-webinar ol.listado-retos {
	margin-top: 20px;
	padding-left: 24px;
}

ol.listado-retos li::marker {
  font-weight: 900;
  font-size: 24px;
  color: #F6D84C;
}

.desc-webinar ol.listado-retos li,
.desc-webinar ul.listado-descubre li {
	padding: 10px 0;
}

.desc-webinar h2.title-descubre {
	margin-top: 0;
}

.desc-webinar ul.listado-descubre {
	list-style: none;
}

.desc-webinar ul.listado-descubre li::before {
  content: url('img/webinar/check-circle.svg');
	position: absolute;
	margin-left: -32px;
	margin-top: 5px;
}

.webinar-tt .cta-webinar,
.webinar-tt .form-registro {
	background-image: url("img/webinar/bg-cta-registro.svg");
	background-color: #673AB7;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.webinar-tt .form-registro {
    margin: 50px 0;
}

.form-registro .bg-form,
.cta-webinar .cta-registro,
.solicitar-webinar.bg-form {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 40px;
	margin: 40px 0;
}

.bg-form h2.title {
	margin-top: 0;
	margin-bottom: 30px;
}

.bg-form .contacto {
	margin-top: 40px;
}

.webinar-tt label,
.webinar-tt .wpcf7 .wpcf7-list-item-label {
	width: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #3A3A3A;
}

/*.webinar-tt .wpcf7 .wpcf7-list-item-label {
	font-weight: normal;
}*/

.webinar-tt .wpcf7 .wpcf7-list-item-label a {
	text-decoration: underline;
	color: #3A3A3A;
}

.wpcf7 .wpcf7-form-control-wrap input[type=text],
.wpcf7 .wpcf7-form-control-wrap input[type=email],
.wpcf7 .wpcf7-form-control-wrap input[type=tel],
.wpcf7 .wpcf7-form-control-wrap select {
  color: #3A3A3A;
	font-weight: 500;
  width: 100%;
  padding: 10px;
  margin: 10px 0 16px;
  font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #E8EBEF;
	box-sizing: border-box;
	border-radius: 8px;
}

.wpcf7 .wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7 .wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7 .wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7 .wpcf7-form-control-wrap select:focus {
	border-color: #673AB7;
}

.wpcf7 .wpcf7-submit {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
	margin-top: 30px;
  background-color: #673AB7;
  color: #ffffff;
	text-transform: capitalize;
	/*float: left;*/
}

.webinar-tt label span{
	color: #F6D84C;
}

.agenda-webinar ul {
	list-style: none;
	padding-left: 0;
}

.agenda-webinar ul li {
	padding: 10px 0;
}

.agenda-webinar ul li::before {
	content: url('img/webinar/rect-list.svg');
	position: absolute;
	margin-left: -20px;
	margin-top: 9px;
}

.ponentes-webinar {
	margin-top: 20px;
}

.ponentes-webinar .ponente {
	text-align: center;
	margin-top: 40px;
}

.ponente p {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	padding: 20px 0 20px 80px;
}

.ponente span {
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
}

.webinar-tt .cta-webinar {
	margin-top: 100px;
}

.cta-webinar .cta-registro h2 {
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	text-align: left;
	margin-top: 0;
	margin-bottom: 40px;
}

footer {
	background-image: none;
}

footer ul.enlaces {
  list-style: none;
  padding: 0;
}

footer ul.redes {
	margin: 13px 0;
}

footer ul.enlaces,
footer p.copyright {
	margin: 20px 0;
}

footer ul.enlaces,
footer p.copyright,
footer ul.enlaces li {
	display: inline-block;
}

footer ul.enlaces li a {
	padding: 0 10px;
	color: #999;
}

footer ul.enlaces li a:hover {
	color: #666;
	text-decoration: underline;
	transition: all .3s;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
	.desc-webinar h2.title-descubre {
		padding-left: 60px;
	}

	.desc-webinar ul.listado-descubre {
		padding-left: 60px;
	}

	.desc-webinar h2.title-descubre.pl-0,
	.desc-webinar ul.listado-descubre.pl-0 {
		padding-left: 0px;
	}

	.navbar-fieldeas .navbar-right li a {
	  padding: 30px 10px 27px;
	}

	.ponentes-webinar a.linkedin {
		margin-left: -6px;
	}

  .wpcf7 span.wpcf7-list-item {
    margin-top: 20px;
	}

}

@media (max-width: 1025px) {
	.desc-webinar .txt-intro {
		margin-top: 50px;
	}
}

@media (max-width: 768px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}

	.image-webinar img {
		margin-top: 50px;
	}

	.desc-webinar h2.title-descubre {
		margin-top: 30px;
	}

	.ponente p {
		text-align: center;
		padding-left: 0;
	}

	footer ul.enlaces,
	footer p.copyright {
		margin: 10px 0;
	}

	footer ul.redes {
		text-align: left;
	}
}
