.padding {
	padding: 2em;
	box-sizing: border-box;
}
.tabla {
	display: table;
	width: 100%;
}
.fila {
	display: table-row;
	width: 100%;
}
.aditional {
	padding-top: 2em;
}
.aditional p:last-child {
	margin-bottom: 0;
}
.columna {
	display: table-cell;
}
.centrar-texto {
	text-align: center;
}
.boton-general {
	display: inline-block;
	padding: 0.8em 1.2em;
	color: #FFF;
	/*margin: 0.5em 1em;*/
	font-size: 1.2em;
	cursor: pointer;
	/*box-shadow: 0 0.5em 1em rgba(0,0,0,0.5);*/
}
.boton-general:hover {
	/*box-shadow: 0 0.5em 1em rgba(0,0,0,0.5);*/
}
.azul {
	background-color: #008ed6;
	color: #FFF;
	font-weight: 600;
}
.azul:hover {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.gris {
	border: thin solid #FFF;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.gris:hover {
	background-color: #FFF;
	/*color: #008ed6;*/
	color: #000;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.redondeo {
	border-radius: 0.3em;
	overflow: hidden;
}
.pmi-logos {
	display: none;
	margin: 0 auto;
	background-size: 100% auto;
	width: 10em;
	height: 10em;
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: 100%;*/
	cursor: pointer;
	/*background-color: #DDD;*/
	/*border-radius: 50%;*/
	/*border: 2px solid #FFF;*/
}
.mp-logos, .fabricantes-logos {
	margin: 0 auto;
	background-size: 100% auto;
	width: 8em;
	height: 8em;
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: 100%;*/
	cursor: pointer;
	/*background-color: #DDD;*/
	border-radius: 50%;
	border: thin solid #BBB;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	/*transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);*/
	background-color: #FFF;
}
.mp-logos:hover, .fabricantes-logos:hover {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	background-size: 80% auto;
	/*transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);*/
}
.cerrarBlanco {
	width: 1.5em;
	height: 1.5em;
	background: url(../image-new/icons/cerrarBlanco.png) no-repeat center;
	border: 1.3px solid #FFF;
	cursor: pointer;
	background-size: 0.7em;
	border-radius: 50%;
	float: right;
	margin-right: 1em;
}
.cerrarNegro {
	width: 1.5em;
	height: 1.5em;
	background: url(../image-new/icons/cerrarNegro.png) no-repeat center;
	border: 1.3px solid #000;
	cursor: pointer;
	background-size: 0.7em;
	border-radius: 50%;
	float: right;
	margin: 1em 0 0 1em;
}
.velo {
	width: 100%;
	height: 100%;
	background-color: rgba(12,41,55,0.7);
}
.section {
	text-align: justify;
	width: 100%;
	overflow: hidden;
	/*font-family: 'Raleway', sans-serif !important;*/
}
.section:first-child {
	margin-top: 2em;
}
.section:last-child {
	margin-bottom: 2em;
}
.section h2 {
	font-size: 2em;
	/*color: #008ed6;*/
	font-weight: 700;
	margin: 0 0 0.5em 0;
}
.standar-inner-section {
	overflow: hidden;
	width: 100%;
	max-width: 70em;
	margin: 0 auto;
	padding: 3em 2em;
	box-sizing: border-box;
	/*border-bottom: thin dotted #CCC;*/
}
.margin {
	width: 100%;
	max-width: 25em;
	float: right;
	margin: 2em;
}
.photo-instructor {
	display: inline-block;
	width: 10em;
	height: 10em;
	border-radius: 50%;
	background-color: #CCC;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bk-gris {
	background-color: #EEE;
}
.bk-img-meeting {
	background: #CCC url(../image-new/bk-02.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.pmbok {
	display: block;
	margin: 3em auto;
	-webkit-filter: drop-shadow(0 0 1em #FFF);
}
.cv-short {
	text-align: left;
	overflow: hidden;
	height: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.cv-short-content {
	overflow: hidden;
	text-align: justify;
}
.mostrar-cv {
	font-weight: 700;
	/*text-transform: uppercase;*/
	/*font-size: 1.5em;*/
	cursor: pointer;
	width: 100%;
	color: #FFF;
	/*border: thin solid #000;*/
	background-color: #008ed6;
	padding: 0.8em 1.2em;
	margin: 1em 0;
	box-sizing: border-box;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.mostrar-cv:hover {
	background-color: #CCC;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.red {
	color: red;
	margin: 0.2em;
}
.boton-formulario {
	display: inline-block;
	padding: 0.8em 1.2em;
	color: #FFF;
	margin: 1em 0;
	font-size: 1.2em;
	cursor: pointer;
	border: none;
	/*box-shadow: 0 0.5em 1em rgba(0,0,0,0.5);*/
}
.boton-formulario:hover {
	/*box-shadow: 0 0.5em 1em rgba(0,0,0,0.5);*/
}
.map {
	width: 100%;
	height: 35em;
	background: #eee url(../image-new/map.png) no-repeat center;
	background-size: cover;
}
.verticalCenter {
	vertical-align: middle;
}
.verticalTop {
	vertical-align: top;
}
.completeHeight {
	height: 100%;
}
.completeWidth {
	width: 100%;
}
.generalCenter {
	width: 100%;
	max-width: 60em;
	margin: 0 auto;
}
.instructor h4 {
	text-align: center;
}
.margen-boton {
	margin-top: 1em;
}
.fb-page {
	display: block;
	width: 100% !important;
	margin: 0 auto !important;
}
.ba-logo {
	height: 3em;
}
.little-legend {
	font-size: 0.7em;
	/*font-weight: 700;*/
}
.red-square {
	margin: 0 auto;
	padding: 3em 3em 0 3em;
	box-sizing: border-box;
	max-width: 60em;
	width: 100%;
}
.red-square div {
	padding: 1em;
	box-sizing: border-box;
	border: 2px solid red;
}
.w100 {
	width: 100%;
}
.ms-tabla {
	display: table;
	text-align: left;
	border-collapse: collapse;
}
.ms-tabla th {
	font-weight: 700;
	border-top: thin solid #FFF;
	border-bottom: thin solid #FFF;
	padding: 0.5em;
	box-sizing: border-box;
}
.ms-tabla td {
	padding: 0.5em;
	box-sizing: border-box;
	width: 50%;
}
.ms-tabla tr {
	border-bottom: thin solid #FFF;
}
.ms-tabla td:last-child {
	text-align: center;
}
.ms-tabla td:nth-child(even), .ms-tabla th:nth-child(even) {
	border-left: thin solid #FFF;
}
.pmi-legend {
	font-size: 90%;
}
.siglasSAFe {
	font-size: 3em;
	font-weight: 700;
	text-align: center;
	color: #FFF;
}
.circleAH, .circleHM {
	margin: 0 auto;
	background-size: 100% auto;
	width: 8em;
	height: 8em;
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: 100%;*/
	cursor: pointer;
	/*background-color: #DDD;*/
	border-radius: 50%;
	border: thin solid #BBB;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	/*transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);*/
	background-color: #FFF;
}
.circleAH:hover, .circleHM:hover {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	background-size: 80% auto;
	/*transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);*/
}
.lineWhite {
	border-bottom: thin solid #FFF;
	margin-bottom: 3em;
}
.circleTitle {
	font-weight: 700;
	color: #FFF;
}
.allSection .columna:first-child {
	padding-right: 3em;
	box-sizing: border-box;
}
input[name=emailalt] {
	display: none;
}

.accordion {
  background-color: transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
	font-weight: 700;
  font-size: 1.5em;
  transition: 0.4s;
	color: #fff;
}
.active, .accordion:hover {
  background-color: transparent;
}
.panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	color: #fff;
}
.accordion:before {
  content: "\002B";
  font-size: 32px;
  color: #fff;
  margin-right: 0.5em;
	background-color: #20c4f4;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	display: inline-block;
}
.active:before {
  content: "\2212";
}
.section h3 {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 0;
}
