@font-face{
	font-family:"Mirai";
	src:url('../font/mirai-regular-webfont.woff2');
	font-weight:normal;
}

@font-face{
	font-family:"MiraiLight";
	src:url('../font/mirai-light-webfont.woff2');
	font-weight:normal;
}

@font-face{
	font-family:"Mirai";
	src:url('../font/mirai-bold-webfont.woff2');
	font-weight:bold;
}

body {
    background-color: #FFF;
}

#header {
    height: 44px;
	max-width: unset;
}

.none{
	display:none!important;
}

#home,
#proposito,
#informacion{
	padding-left:210px;
	padding-right:210px;
}

#home{
	padding-bottom:0px;
}


#home>div{
	position:relative;
	height:100%;
}


#logo {
    width: 526px;
    height: 76px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../img/logo_header.png);
    background-repeat: no-repeat;
    background-position: center;
}

#content {
	/*background-image: url('../img/shutterstock_1722869191.webp');
	background-attachment: fixed;
	
	background-repeat:no-repeat;
	background-size: cover;*/
	max-width: unset;
}

#fondo{
	position: fixed;
	top: 0px;
	bottom: 0px;
	z-index: -1;
	padding: 0px;
}

#fondo div.diapo{
	background-repeat:no-repeat;
	background-size: cover;
	height:100%;
	width:100%;
}


#fondo div.diapo.page1{
	background-image: url('../img/home1.png');
}

#fondo div.diapo.page2{
	background-image: url('../img/home3.jpg');
}

#fondo div.diapo.page3{
	background-image: url('../img/home4.jpg');
}

#fondo div.diapo.page4{
	background-image: url('../img/home5.jpg');
}


p, li {
	color: #7a7a87;
    font-size: 11pt;
    font-family: Mirai;
	text-rendering: optimizeLegibility;
}

.section {
    padding: 40px;
    height: auto;
}

.section h1 {
	font-family: mirai;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 10px;
	font-size: 26pt;
	line-height: 1.18;
	letter-spacing: -0.5pt;
	color: #fe6e41;
	text-transform: uppercase;
	margin: 10px 0px;
}


.section h1>div{
    height: 10px;
    width: 100px;
    background-color: #7a7a87;
    margin: 17px auto;
}

#agenda{
	background-color: #f8f8fa;
	overflow-x: hidden;
	position: relative;
	background-image: url(../img/fondo_programa.png);
	background-size: cover;
	text-align: center;
}

#agenda .content{
    width: calc(200% + 1px);
	position:relative;
}

#agenda .riel{
    /*left: calc(-50%);*/
    position: relative;
}


#agenda .arrow {
	width: 33px !important;
	height: 52px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	cursor: pointer;
	background-repeat: no-repeat;
}

#agenda .arrow.left {
	left:0px;
	background-image:url("../img/arrow_L_.png");
}

#agenda .arrow.right {
	right:calc(50%);
	background-image:url("../img/arrow_R_.png");
}

#agenda .content > div{
    float: none;
    width: auto;
}

#agenda .dia{
    float: left!important;
    width: 50%!important;
    padding: 0px 100px;
}

#agenda .pdf {
	position: relative;
	background-color: #ff6d46;
	color: #FFF;
	text-decoration: none;
	font-family: Mirai;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 20px;
	display: inline-block;
	font-weight: bold;
}

#proposito{
    background-color: #f8f8fa;
	/*padding-left: 185px;
	pading-right: 185px;
	border-bottom:solid 1px #00cec5;*/
}

#proposito .content{
	text-align:center;
}

#proposito .wrapper>div {
    width: 25%;
	min-height:150px;
    text-align: center;
    transition: 0.3s all;
    float: left;
}

#proposito .icon p {
	color: #fe6e41;
	font-weight: bold;
	font-size: 13pt;
	margin: 15px 40px;
}



#speaker{
	/*background-image: url('../img/fondo_ponentes.webp');
	background-attachment: fixed;
    color: #FFF;*/
	padding-left: 125px;
	padding-right: 125px;
	background-color: #FFF;
}

#speaker h1{
	/*color:#FFF;*/
}

#speaker .wrapper{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
	/*height: 100%;*/
	
}


#informacion{
    background-color: #e5e4e9;
	/*background-image: url('../img/fondo-panel.webp');
	background-attachment: fixed;	
	padding-left:100px;
	padding-right:100px;*/	
	padding-bottom: 66px;
	position:relative;
}

#inscripciones{
    background-color: #ff6d46;
	background-image: url(../img/fondo_registro.png);
	background-size: cover;
}

#inscripciones h1,
#inscripciones p{
    color: #FFF;
}




#inscripciones .content{
    width:100%;
}

#frm_riel p input[type="text"], 
#frm_riel p input[type="number"], 
#frm_riel p input[type="tel"], 
#frm_riel p input[type="mail"], 
#frm_riel p input[type="submit"], 
#frm_riel p select,
#frm_login p input[type="text"], 
#frm_login p input[type="tel"], 
#frm_login p input[type="mail"], 
#frm_login p input[type="submit"], 
#frm_login p select {
	border-radius: 18px;
	border: none;
	font-family: Mirai;
	padding: 5px 20px;
}

#frm_login p input[type="text"], 
#frm_login p input[type="tel"], 
#frm_login p input[type="mail"], 
#frm_login p input[type="submit"], 
#frm_login p select {
	padding: 5px 8px;
	font-size: 12pt;
	min-width: 100%;
	border: solid 1px #d2d2d2;
}



#frm_riel p select,
#frm_login p select {
    min-width: 80%;
}

#frm_login p input[type="submit"],
#frm_riel p input[type="submit"] {
	border-radius: 20px;
	background-color: #7a7a87;
	font-weight: bold;
	padding: 10px;
}

#frm_login p input[type="submit"]{

    background-color: #ff591f;
    font-weight: bold;
	color:#FFF;
	cursor:pointer;
	border:none;
}

#logo_conferencia{
	background-image: url('../img/logo_5_congreso.webp');
	background-repeat: no-repeat;
	width: 281px;
	height: 146px;
	background-size: contain;
}

.paso p{
    color: #FFF;
    font-weight: bold;
    font-size: 36pt;
    margin: 0px;
    line-height: 32pt;
}

.paso p.mindset{
	font-size: 13pt;
	font-weight: bold;
	background-color: #00cec5;
	display: inline-block;
	margin: 10px 0px;
	padding: 0px 21px;
}

#home .fecha p{
	color: #FFF;
	font-weight: normal;
	font-size: 18pt;
	margin: 0px;
	line-height: 35pt;
}


	#home .fecha .btn_inscribete{
	color: #FFF;
	font-weight: normal;
	font-size: 15pt;
	background-color: #ff6d46;
	text-decoration: none;
	padding: 9px 46px;
	border-radius: 21px;
	font-family: Mirai;
	display: inline-block;
	margin-top: 16px;
}

#informacion .icon{
	padding-left: 116px;
	padding-right: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 99px;
}

.ponente{
	padding: 20px 5px;
	width: auto;
	height: auto;
	text-align: center;
	float: none;
	background-color: #ff6d46;
	border-radius: 25px;
	min-height: 250px;
	position: relative;
}

.ponente span {
	background-color: gray;
	width: 37px;
	height: 37px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 20px;
	position: absolute;
	top: 40px;
	left: calc(50% + 47px);
	background-size: cover;
	background-position: center;
}

.ponente .fotocover {
    height: 60%;
    margin: 5px auto;
}

#informacion .icon.fecha{
	background-image:url("../img/iconos_informacion_1a.png");
}

#informacion .icon.cert{
	background-image:url("../img/iconos_informacion_2a.png");
}

#informacion .icon.clientes{
	background-image:url("../img/iconos_informacion_3a.png");
}

#informacion .icon.ticket{
	background-image: url("../img/iconos_informacion_4a.png");
	padding-bottom: 6px;
	padding-top: 1px;
}


#informacion>p:last-child{
	text-align: center;
	background-color: #7a7a87;
	color: #FFF;
	padding: 10px;
	display: block;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
}

#informacion>p:last-child a{
	text-decoration:none;
	color:#000;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#informacion .content .mobile_block:nth-child(1){
	padding-right: 40px !important;
}

#informacion h2{
    margin-bottom:3px !important;
}

#informacion p{
    margin-top:3px !important;
}


#informacion .content .mobile_block:nth-child(2){
	background-color: #FFF;
	border-radius: 30px;
	padding: 20px 30px !important;
}


.info_home{
    display: inline-block;
    position: absolute;
    bottom: 60px;
    left: 0px;
}



#header {
	background-color: ff6d42;
	height: 76px;
}

#header nav {
	right: 0px;
	top: 13px;
	left: unset;
	position: absolute;
	padding-right: 200;
}

.evento > div:first-child {
	width: auto;
	text-align: center;
	background-color: #7a7a87;
	min-height: 90px;
	min-width: 122px;
	color: #FFF;
	border-radius: 15px;
}

.evento > div:first-child p{
	font-weight: bold;
	color: #FFF;
	font-size: 15pt;
	margin-top: 29px;
}

.evento.header>div:first-child{
	display:none;
}

.evento.header>div:nth-child(2){
	width:100%
}


.evento > div:last-child p:nth-child(1){
	font-weight: normal;
	color: #7a7a87;
}

.evento > div:last-child p:nth-child(2) {
	margin-left: 0px;
	font-weight: bold;
	color: #ff6d42;
}

#agenda .dia:first-child .evento:nth-child(2)>div:nth-child(2) p:nth-child(2){
	font-weight: normal;
	color: #7a7a87;
	margin-left: 0px;
}

.evento:nth-child(2) > div:last-child p:nth-child(1){
	margin-left: 0px;
}

#agenda .mobile_block:nth-child(1) .evento:nth-child(2) > div:last-child p:nth-child(2){
	font-weight:bold;
	margin-left: 0px;
	color: #7a7a87;
}

.evento:nth-child(2) > div:last-child p:nth-child(3) {
	margin-left: 0px;
	font-weight: bold;
	color: #ff6d42;
}

.evento {
	display: inline-block;
	width: 100%;
	border-bottom: unset;
	margin-bottom: 14px;
	text-align: left;
}

.evento > div:last-child {
    width: unset;
    padding: 10px 30px;
    line-height: 11pt;
}

.evento:last-child > div:last-child p:nth-child(3) {
    margin-left: 0px;
}

.evento > div:last-child p.saludo {
    margin-left: 20px;
	font-weight: bold;
	color: #7878be;
}

.evento.header{
    /*background-color: #00cec5;
    color: white;
    font-weight: bold;
	border: solid 1px #f8f8fa;*/
}

.evento.header p{
	color: #7a7a87 !important;
	font-weight: bold !important;
	width: 100%;
	display: block;
	font-size: 27pt;
	text-align: center;
	letter-spacing: -1pt;
}

.evento:hover {
    border-bottom: unset;
}

.ponente p {
	color: #FFF;
	font-family: Mirai;
	margin: 0px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
}

.ponente p.resumen {
	color: #FFF;
	font-size: 10pt;
	margin: 0px 10px;
	font-family: Mirai;
	text-align: center;
	border: none;
	font-weight: normal;
	line-height: 11pt;
}

.ponente p.leermas  {
    background-color: #7a7a87;
    color: #FFF;
    font-family: Mirai;
    display: inline-block;
    padding: 5px 20px 8px 20px;
    border-radius: 26px;
    margin-top: 15px;
}

.ponente .circle{
	transition: 0.3s all;
	width: 162px;
	height: 162px;
	border-radius: 81px;
}

.ponente:hover {
    background-color: #ff6d46;
    background-image: none;
}

.ponente:hover .circle{
    border: none;
}

h2 {
	color: #FF6D42;
	font-size: 14pt;
	font-weight: bold;
	font-family: Mirai;
	line-height: 15pt;
}

#tablaInversion tr:nth-child(2) td p {
    text-align: left;
}
#tablaInversion tr td{
	border-bottom: solid 1px #ff6d42;
}

#tablaInversion p{
	line-height: 12pt;
	margin: 10px 0px !important;
}



table tr:nth-child(2) td p {
    padding: unset;
    box-sizing: border-box;
}

table tr:nth-child(3) td, table tr:nth-child(4) td, table tr:nth-child(5) td {
    border-right: unset;
}


table tr td:nth-child(2),
table tr td:nth-child(3){
	text-align: left;
}

#tablaInversion tr:first-child td p {
	text-align: left;
	font-weight: normal;
}

#tablaInversion tr td:first-child p {
    font-weight: bold;
	color: #ff6d42;
}

#frm_riel p input[type="submit"]:hover {
    background-color: #00e8dd;
    border: #00e8dd;
}


#loading {
    background-image:none;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #ff6d46;
}

#organiza{
	position: absolute;
	bottom: -1px;
	right: 0px;
	background-color: #ff6d46;
	padding: 0px 20px 5px 20px;
	border-radius: 20px 20px 0px 0px;
	text-align: center;
}

#organiza p{
	color:#FFF;
}

nav ul {
    display: inline-block;
    list-style: none;
    background-color:transparent;
    border-radius: 0px 0px 10px 10px;
	padding: 0px 30px;
}
#header nav ul li {
    background-color: transparent;
}

#header nav ul li a:hover {
	background-color: 7c7b89;
	color: #FFF;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
	
#header nav ul li a {
	background-color: transparent;
	color: FFF;
	font-family: Mirai;
	font-size: 8pt;
	font-weight: bold;
}
#popup {
	width: 100%;
	height: 100%;
	background-color: #ff6d46db;
}

#popup .window {
	width: 75%;
	height: 59%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #FFF;
    background-image: none;
    border-radius: 10px;
    overflow: hidden;
	max-width: 1025px;
	max-height: 400px;
}

#popup .window .fotocover {
    width: 35%;
}

#popup .window .contenido h1 {
    margin: 5px 0px;
    font-family: Mirai;
    color: #7a7a87;
    font-size: 25pt;
}

#popup .window .contenido h3 {
    font-family: Mirai;
    color: #a2a2b2;
    font-size: 13pt;
    text-transform: unset;
}

span.peru{
	background-image:url(../img/flag_peru.webp);
}

span.spa{
	background-image:url(../img/flag_spa.webp);
}

span.chile{
	background-image:url(../img/flag_chile.webp);
}

span.colombia{
	background-image:url(../img/flag_colombia.webp);
}

#popup .window.login{
    display: block;
    width: 300px;
    height: 300px;
}

#popup .window.login .contenido {
    width: 100%;
    float: left;
    padding: 20px 40px;
}


.loading_sending{
   background-color: transparent;
   background-image: none;
}


.loading_sending>div{
	background-color: transparent;
	background-image: url(../img/icon_loading_email2.gif);
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	border-radius: 154px;
	background-position: center;
}

.loading_sending p {
    height: auto;
    line-height: 40;
}
 
.box_response {
    background-color: transparent;
}

.box_response h3 {
    font-family: Mirai;
    font-size: 15pt;
    color: #fff;
    margin: 140px 5px 5px 5px;
}

.box_response a.volver {
    text-decoration: none;
    color: #ff6d46;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #FFF;
    border-radius: 19px;
    display: inline-block;
}


.box_response a.volver:hover {
    text-decoration: none;
    background-color: #00cec5;

}

#closerPopup {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
	left: unset;
	background-size: contain;
	cursor: pointer;
	z-index: 999;
	background-image: url('../img/close_button2.svg');
}


#whatsapp {
	width: 80px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 3px;
	background-image: url(../img/wp_button.webp);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	z-index: 1;
	border-radius: 9px;
	transition: 0.2s all;
}

#contact_card{
	width: 40%;
	margin: auto;
	line-height: 8pt;
	border-top: 1px #FFF solid;
	margin-top: 11px;
	margin-bottom: 65px;
	padding-left:20px;
}

#contact_card a{
	color:#FFF;
}


#footer{
	background-color: #fdfdfd;
	padding: 30px 20px 50px 20px;
}

#footer p{
	color: #7A7A87;
	margin: 0px 0px 0px 0px;
}



#footer>.wrapper{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0px;
}

#footer>.wrapper>div:nth-child(1){
	grid-column: 1;
	text-align: center;
}

#footer>.wrapper>div:nth-child(2){
	grid-column: 2;
	text-align: center;
}

#footer>.wrapper>div:nth-child(3){
	grid-column: 3;
	text-align: center;
}

#footer .wrapper.social{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	margin: 0px 84px;
}

#footer .wrapper.social div{
	text-align:center;
}

#popup .window .contenido h1 > span {
    background-size: contain;
}

#popup .window .contenido {
    width: 65%;
    float: left;
    padding: 40px;
}

.cerrado{
	padding:50px 0px;
}

.cerrado h3 {
    font-family: Mirai;
    font-size: 15pt;
    color: #fff;
    margin: 0px;
}


@media only screen and (max-width: 450px){ 

	#logo {
		width: 200px;
	}
	
	#home {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#organiza {
		display: none;
	}

	#informacion {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#speaker {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.ponente {
		width: 100%;
		padding: 5px 5px;
	}
	
	#popup .window {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		background-color: #FFF;
		background-image: none;
		border-radius: 10px;
		overflow: auto;
		overflow-y: scroll;
		border-radius: 0px;
	}
	
	#informacion .content .mobile_block:nth-child(1) {
		padding-right: 0px!important;
	}
	
	#informacion .content .mobile_block:nth-child(2) {
		background-color: #FFF;
		border-radius: 10px;
		padding: 20px 15px !important;
		margin-bottom: 20px;
	}
	
	.ponente .circle {
		width: 120px;
		height: 120px;
	}
	
	.ponente span {
		width: 20px;
		height: 20px;
		top: 20px;
		left: calc(50% + 34px);
	}
	
	#popup .window .fotocover {
		width: 100%;
		height: 50%;
		margin: auto;
		float: none;
	}
	
	#agenda .content {
		width: 100%;
	}
	
	#agenda .dia {
		float: none;
		width: 100%!important;
		padding: 0px 0px;
	}
	
	#agenda .arrow {
		display: none;
	}
	
	.evento.header p {
		font-size: 18pt;
	}
	
	.evento > div:first-child {
		min-height: 38px;
		min-width: 71px;
		border-radius: 9px;
		margin-top: 12px;
	}
	
	.evento > div:first-child p {
		font-size: 10pt;
		margin-top: 9px;
	}
	
	#footer p {
		margin: 25px;
	}
	
	.evento > div:last-child {
		width: calc(100% - 72px);
		padding: 0px 0px 0px 20px;
		line-height: 11pt;
	}
	
	#agenda .pdf {
		position: relative;
		top: unset;
		right: unset;
		border-radius: 10px;
		margin: 10px auto;
		display: inline-block;
	}
		
	#popup .window .contenido {
		width: 100%;
		float: none;
		padding: 20px;
	}
	
	#menu_mobile {
		background-image: url('../img/menu_button.svg');
		width: 60px;
		height: 62px;
		position: absolute;
		top: 10px;
		right: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		cursor:pointer;
	}
	
	#header nav {
		background-color: rgb(255, 109, 70);
	}
	
	#header nav ul li a {
		font-size: 13pt;
		color:#FFF;
	}

	nav ul {
		padding: 0px;
	}
	
	#logo_conferencia {
		width: 68%;
		height: 104px;
		background-size: contain;
		margin-top: 170px;
	}
	
	#content {
		background-image: url('../img/shutterstock_1722869191_mobile.webp');
		background-size: unset;
		background-position: top center;
	}
	
	#header nav {
		left: 0px;
		display:none;
		top: 0px;
	}
	
	#contact_card {
		width: 100%;
	}
	
	#proposito {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#proposito .wrapper > div {
		width: 50%;
		float: left;
		padding: 10px;
		height: auto;
	}
	
	#proposito .icon p {
		margin: 10px;
	}
	
	#proposito .wrapper > div img{
		max-width: 100%;
		height: auto;
	}
	
	#informacion .icon {
		background-size: 50px;
		padding-left: 57px;
	}
	
	#speaker .wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	
	#footer > .wrapper {
		display: block;
		padding-bottom: 20px;
	}
	
	#footer > .wrapper > div:nth-child(1) {
		grid-column: 1;
		padding: 0px;
		text-align: center;
	}
	
	.info_home {
		display: inline-block;
		position: absolute;
		bottom: 60px;
		left: 10px;
	}
	
	.paso p {
		font-size: 25px;
		line-height: 19pt;
	}
	
	.paso p.mindset {
		font-size: 10pt;
		margin: 5px 0px;
		padding: 4px 10px;
		line-height: 14pt;
		width: 60%;
	}
	
	#organiza {
		position: absolute;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		width: 100%;
	}
	
	
	#organiza p{
		display: inline-block;
		margin: 5px 10px 0px 10px;
		vertical-align: middle;
	}
	
	#home .fecha p {
		font-size: 14pt;
	}
	
	#home .fecha .btn_inscribete {
		font-weight: bold;
		font-size: 13pt;
		padding: 10px 20px;
		border-radius: 21px;
		display: inline-block;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	#closerPopup {
		background-image: url('../img/close_button.svg');
	}
}

@media only screen and (min-width: 1900px){ 

	.paso p {
		color: #FFF;
		font-weight: bold;
		font-size: 40pt;
		margin: 0px;
		line-height: 43pt;
	}
	
	.paso p.mindset {
		font-size: 15pt;
		font-weight: normal;
		background-color: #00cec5;
		display: inline-block;
		margin: 10px 0px;
		padding: 0px 21px;
	}
	
	#home .fecha p {
		color: #FFF;
		font-weight: normal;
		font-size: 23pt;
		margin: 5px 0px;
		line-height: 35pt;
	}
	
	#logo_conferencia {
		background-image: url('../img/logo_5_congreso.webp');
		background-repeat: no-repeat;
		width: 329px;
		height: 201px;
		background-size: contain;
	}
	
	#home .fecha .btn_inscribete {
		color: #FFF;
		font-weight: normal;
		font-size: 21pt;
		background-color: #ff6d46;
		text-decoration: none;
		padding: 9px 46px;
		border-radius: 21px;
		font-family: Mirai;
		display: inline-block;
		margin-top: 16px;
	}
	
	.info_home {
		display: inline-block;
		position: absolute;
		bottom: 160px;
		left: 0px;
	}
	
}