@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: #fdf9f3;
   height:100%;
}

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

.none{
	display:none!important;
}

*:focus {
    outline: none;
}

#bienvenida
#informacion{
	padding-left:210px;
	padding-right:210px;
}

#home{
	padding:0px;
}


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


#logo {
	width: 100%;
	height: 111px;
	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{
	background-image: url('../img/diapo1.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	z-index: -1;
}

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

#home div.diapo>div{
	z-index: 100;
	position: absolute;
}

#jumbotron{
	width:100%;
	position:absolute;
	top:150px;
}


#home div.diapo.page1{
	background-image: url('../img/lima01.jpg');
}

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

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

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

#home div.diapo.page5{
	background-image: url('../img/lima05.jpg');
}

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

.section {
	padding: 40px 200px;
    height: auto;
	position: relative;
}

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


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

.section h1>span.linea{
  display: block;
  border-top: 3px #1168ab solid;
  width: 151px;
  margin: auto;
    margin-top: auto;
  margin-top: 9px;
}




#agenda{
	overflow-x: hidden;
	position: relative;
	/*background-image: url(../img/fondo_programa.png);*/
	background-size: cover;
	text-align: center;
	padding: 40px 50px;
}

#agenda .content{
    width: calc(300% + 2px);
	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(66.5%);
	background-image: url("../img/arrow_R_.png");
}

#agenda .content .riel{
	width: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

#agenda .dia{
	padding: 0px 50px;
}

#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;
}

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

#bienvenida .content>.wrapper{
	text-align:center;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px;
}


#bienvenida .content .saludo_texto {
  grid-column: 2/4;
  grid-row: 1;
  text-align: justify;
}



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


/*
#expositores{
	padding-left: 50px;
	padding-right: 50px;
}
*/

#temario{
	/*background-color: #f7f4f2;*/
	padding-left: 50px;
	padding-right: 50px;
}


#temario .temas_principales{
	padding-left: 100px;
	padding-right: 100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 70px;
	margin-top: 40px;
	margin-bottom: 50px;
}

#temario .temas_principales.seminarios{
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	margin-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}


#temario .tema{
	padding: 20px;
	text-align: center;
	background-color: #919191;
	color: #fff;
	background-repeat:no-repeat;
	background-size:cover;
}

#temario .temas_principales.seminarios .seminario{
	padding: 0px;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px #0661a7;
	padding-bottom: 20px;
}


#temario .tema p{
	color: #fff;
}

#temario .tema.a{
	background-color: #962b22;
	background-image:url(../img/temaa.jpg);
}

#temario .tema.b{
	background-color: #3876a6;
	background-image:url(../img/temab.jpg);
}


#temario .tema .vermas{
	display: inline-block;
	background-color: #FFF;
	color: #8a281f;
	padding: 10px 20px;
	border-radius: 20px;
	cursor:pointer;
}

#temario .tema.b .vermas{
	color: #356499;
}



#temario .tema h2{
	color: #fff;
	line-height: 18pt;
	margin: 10px 20px;
}

#temario .tema .linea_separadora{
  height: 1px;
  margin: 10px auto;
  width: 80%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
}


#temario .seminario .linea_separadora {
  height: 1px;
  margin: 10px auto;
  width: 80%;
  background: rgb(6,97,167);
  background: linear-gradient(90deg, rgba(6,97,167,0) 0%, rgba(6,97,167,1) 30%, rgba(6,97,167,1) 70%, rgba(6,97,167,0) 100%);
}

#temario .seminario h2 {
  color: #1168ab;
  font-size: 16pt;
  font-weight: normal;
  font-family: Mirai;
  line-height: 19pt;
  margin: 20px;
}


#temario .seminario p.subtitulo {
	color: #fff;
	margin: 0px auto 0px;
	background-color: #1168ab;
	padding: 6px;
}

#temario .seminario p {
	padding-left:20px;
	padding-right:20px;
}

#temario .tema .relator_nacional p{
	color: #fff;
	margin: 2px;
}


#temario .tema .relator_general {
	margin-bottom:15px;
}

#temario .tema .relator_general p{
	color: #fff;
	margin: 0px;
	font-size: 13pt;
}


#temario .seminario .relator_nacional p {
  margin: 2px;
}

#temario .seminario .relator_general p{
  margin: 2px;
}

#temario .seminario .relator_general{
  margin-bottom: 10px;
}



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

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


#informacion{
    background-color: #fff5ed;
	padding-bottom: 66px;
	position:relative;
	text-align:center;
}

#informacion .content{
	text-align:left;
	
}

#informacion .content table p{
	margin:3px;
}

#informacion .content table tr td:last-child{
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 3px;
}


#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="email"], 
#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: 0px;
	border: none;
	font-family: Mirai;
	padding: 5px 20px;
	border-bottom: 1px solid #b5b4b4;
	min-width: 100%;
}

#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: 100%;
	background-color: #FFF;
	color: gray;
}

#frm_login p input[type="submit"],
#frm_riel p input[type="submit"] {
	border-radius: 10px;
	font-weight: bold;
	padding: 10px 30px;
	display: inline-block;
	width: auto;
	margin: auto;
	min-width: auto;
	border: none;
}

#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_catev2.png');
	background-repeat: no-repeat;
	width: 429px;
	height: 150px;
	background-size: contain;
	background-position: top right;
}

.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: 10px 0px;
	width: auto;
	height: auto;
	text-align: center;
	float: none;
	position: relative;
	cursor: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
}

.minibio{
	grid-row: 1;
	grid-column: 2/5;
	text-align:left;
}

.minibio .nombre p{
	display: inline-block;
	border-bottom: solid 1px #a57a55;
	padding-right: 20px;
	margin-bottom: 0px;
}

.minibio .nombre .pais{
	display: block;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 11px;
	color: #a57a55;
	border-bottom: none;
	border-left: 10px #a57a55 solid;
	padding-left: 5px;
}


#expositores .ponente:nth-child(2n+1) .minibio {
	grid-row: 1;
	grid-column: 1/5;
}

#expositores .ponente:nth-child(2n+1) .minibio p{
	text-align:right;
}

#expositores .ponente:nth-child(2n+1) .minibio .nombre{
	padding-right: 0px;
	margin-bottom: 0px;
	text-align:right;
}

#expositores .ponente:nth-child(2n+1) .minibio .nombre p{
	text-align:right;
	padding-right: 0px;	
	padding-left: 20px;	
}

#expositores .ponente:nth-child(2n+1) .minibio .nombre .pais{
	text-align:right;
	border-left: none;
	padding-left: 0px;
	border-right: 10px #a57a55 solid;
	padding-right: 5px;
	min-width: 400px;
}

#expositores .ponente:nth-child(2n+1) .fotocover {
	grid-row: 1;
	grid-column: 5;
}


.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;
	display:none;
}

.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: transparent;
	color: gray;
	padding: 10px;
	display: block;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
}

#informacion>p:last-child a{
	text-decoration:none;
	color:#5C49AC;
	text-decoration: none;
	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;
	right: 0px;
	top: 10px;
}



#header {
	background: #fdf9f3;
	height: 150px;
	top: 0;
	z-index: 101;
}

#header nav {
	position: absolute;
	width: 100%;
	background-color: #a57a55;
	top: 111px;
	left: 0px;
	height: 40px;
	text-align: center;
}

.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: #64607b;
	font-family: Mirai;
	margin: 5px;
	text-align: left;
	font-weight: bold;
	/*font-size: 15pt;*/
}

.ponente:hover p {
    color: #64607b;
}

.ponente .resumen p {
	color: #64607b;
	/*font-size: 10pt;*/
	font-family: Mirai;
	text-align: left;
	border: none;
	font-weight: normal;
	min-width: 100%;
}

 .ponente p.ponencia{
    /*color: #9268B2;*/
	color: #ad6968;
	font-size: 16pt;
	margin: 15px 50px;
	border-top: solid 1px #ad6968;
	line-height: 20pt;
	padding-top: 12px;
	font-weight: normal;
}


.ponente p.leermas  {
	background-color: #fff;
	color: #9268B2;
	font-family: Mirai;
	display: inline-block;
	padding: 5px 20px 8px 20px;
	border-radius: 6px;
	margin-top: 15px;
	display:none;
}

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

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

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



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


#expositores .relatores h2{
	background-color: #0661a7;
	color: #FFF;
	padding: 11px;
	font-weight: normal;
	font-size: 14pt;
}


#expositores .grupo p{
	margin-bottom: 3px;
	border-left: solid 17px;
	padding-left: 9px;
	margin-top: 0px;
}

#expositores .grupo h2{
	color: #58508c;
	font-size: 14pt;
	font-weight: normal;
	font-family: Mirai;
	line-height: 18pt;
	margin-top:3px;	
}

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

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

table tr td{
	vertical-align: top;
}


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: #58508c;
}

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


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

#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;
    border-radius: 0px 0px 10px 10px;
	padding: 0px 30px;
}

#header nav ul li {
    background-color: transparent;
	margin: 9px 5px;
}

#header nav ul li a:hover {
	color: #FFF;
	border-radius: 0px;
	padding-left: 18px;
	padding-right: 18px;
	/*border-bottom: solid 2px #FFF;*/
	background: rgb(117,47,60);
	background: linear-gradient(0deg, rgba(117,47,60,1) 0%, rgba(226,71,48,1) 89%);
}
	
#header nav ul li a,
.pseudo_menu ul li a {
	background-color: transparent;
	color: #fff;
	font-family: Mirai;
	font-size: 11pt;
	font-weight: normal;
	border-radius: 0px;
	padding-left: 18px;
	padding-right: 18px;
	transition: none;
	transition:0.2s all;
}


.pseudo_menu ul li{
	list-style: none;
}

.pseudo_menu ul li a {
	text-decoration: none;
	font-size: 11pt;
	border: solid 1px #FFF;
	padding: 4px 20px;
	border-radius: 13px;
	display: inline-block;
	margin: 3px;
}

.pseudo_menu ul li a:hover{
	color:#8C65B1;
	background-color:#FFF;
}


#popup {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(117, 47, 60,0.8) 0%, rgba(226, 71, 48,0.8) 89%);
}

#popup .window {
	width: 75%;
	height: auto;
    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 .wrapper.temaw{
	width: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	
}

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

#popup .window .relatores {
   width: 100%;
   padding: 40px;
}

#popup .window .relatores .relator_nacional p{
	margin:0px;
}



#popup .window .contenido h1 {
	margin: 5px 0px;
	font-family: Mirai;
	color: #1168ab;
	font-size: 14pt;
}

#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;
	border: solid 4px #FFF;
}

.loading_sending p {
}
 
.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,
.box_response a.volverInscripcion,
.box_response a.volverInscripcionIFAPERU {
	
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #FFF;
    border-radius: 19px;
    display: inline-block;
	background-color:#a57a55;
}


.box_response a.volver:hover,
.box_response a.volverInscripcion:hover,
.box_response a.volverInscripcionIFAPERU:hover {
    text-decoration: none;
    background-color: #ff6462;

}

#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;
	line-height: 200px;
	overflow: hidden;
}

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

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

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



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

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

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

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

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

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

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

#popup .window .contenido {
	width: 100%;
	float: none;
	padding: 40px;
	grid-column: 2/4;
}

.pseudo_menu{
	position: absolute;
	right: 42px;
	top: 117px;
}

.pseudo_menu li{
	color:#FFF;
}

.pseudo_menu ul li:nth-child(1){
	margin-left:0px;
}

.pseudo_menu ul li:nth-child(2){
	margin-left:60px;
}
.pseudo_menu ul li:nth-child(3){
	margin-left:120px;
}
.pseudo_menu ul li:nth-child(4){
	margin-left:180px;
}

.pseudo_menu ul li:nth-child(5) {
    margin-left: 240px;
}

.pseudo_menu ul li:nth-child(6) {
    margin-left: 300px;
}

#auspiciadores {
   background-color: #FFF;
   border-bottom: solid 1px #735385;
   text-align: center;
}

#images_auspicios {
    /*background-image: url('../img/logos_auspiciadores_PCv2.png');*/
    width: 1000px;
    text-align: center;
    margin: auto;
    height: 100;
	background-size:contain;
	background-repeat:no-repeat;
	margin-top: 30px;
}

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

#anuncios{
	background-color:#ECECEC;
	text-align: center;
}

#anuncios .ad{
	border: solid 1px #d2d1d1;
	display:inline-block;
	margin:10px;
}

#anuncios .autoheight{
	height: 422px !important;
	width: 1266;
	overflow: hidden;
	position: relative;
}


#carrousel{
    font-size: 0pt;
	position:absolute;
	left:0px;
	text-align: left;
}


.dia h3 {
	text-align: center;
	font-family: mirai;
	color: #a57a55;
	margin: 25px auto 10px auto;
	/*border-top: solid 1px #a57a55;*/
}


.dia table {
	background-color: #fff;
	font-family: mirai;
	color: #7a7a87;
	padding: 10px;
	border: solid 1px #e3bf9f;
	border-radius: 20px;
	margin: auto;
}

.dia table thead {
}

.dia table thead td{
	background-color: #a57a55;
	color: #FFF;
	padding: 6px 10px;
	border-radius: 12px;
	text-align: center;
}

.dia table tbody tr{
	
}


.dia table tbody tr td{
	border-bottom: solid 1px #e1e1e1;
	padding: 5px 10px;
	vertical-align: top;
}

.dia table tbody tr td:first-child{
	width: 100px;
}


.dia table tbody tr:last-child td{
	border-bottom: none;
	padding: 5px 10px;
	vertical-align: top;
}


.dia table tbody td p{
	margin: 5px;
}


.descargar_programa{
	text-align:center;
}

.descargar_programa a{
	text-decoration: none;
	color: #fff;
	font-size: 12pt;
	padding: 5px 19px;
	border-radius: 15px;
	margin: 10px 0px;
	display: inline-block;
	background-color: #ad6968;
	border: solid 1px #ad6968;
}

.bt_inscribete {
	position: absolute;
	z-index: 200;
	top: 42px;
	right: 61px;
	border-radius: 51px;
	background-image: url(../img/brush.png);
	width: 403px;
	height: 189px;
}


.bt_inscribete p{
	font-size: 13pt;
	padding: 7px 20px;
	margin: 36px 0px 0px 183px;
	background-color: #FFF;
	color: #2575B1;
	border-radius: 21px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #5b2a41;
}

#loading_formulario_de_pago{
	min-height: 250px;
	background-image: url(../img/cargando_formulario.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 100%;
	top: 0px;
}

.content  .wrapper{
	width: auto;
	display: grid;
	grid-gap:50px;
}

.content  .wrapper.w3{
	grid-template-columns: repeat(3, 1fr);
}

.content  .wrapper.w2{
	grid-template-columns: repeat(2, 1fr);
}


.content  h3{
	font-family: mirai;
	font-size: 12pt;
	color: #a57a55;
}


.relator_nacional .wrapper{
	margin-top:10px;
	grid-gap:10px;
}

.relator_nacional .wrapper div:last-child{
	text-align:left;
}

.relator_nacional .wrapper div:first-child{
	text-align:right;
}

.relator_nacional .wrapper div:last-child{
	text-align:left;
}


#expositores .content>div{
	margin: 50px 0px;
	border-bottom: solid 1px #d7d6d6;
	padding-bottom: 20px;
}

#firmas{
  text-align: center;
  margin-top:20px;
}

#firmas>div:first-child{
	text-align:right;
}

#firmas>div:last-child{
	text-align:left;
}

#firmas .retrato{
	display:inline-block;
	text-align:center;
}


#firmas .fotocover{
	height:150px;
	width:150px;
	border-radius:100px;
	text-align: center;
	margin: auto;
}

#firmas p{
  margin:5px;
}

#frm_riel {
	min-width: 800;
}

#frm_riel p label {
  margin: 0px 10px;
  display: none;
}

#frm_riel p label.mostrar {
  margin: 0px 10px;
  display: block;
}


#frm_riel .selectorTarifa p label {
  margin: 0px 10px;
  display: block;
}


.content form .wrapper{
  grid-template-columns: repeat(2, 1fr);
  width: auto;
  display: grid;
  grid-gap: 20px;
  margin-bottom: 20px;
}

form p{
	margin:0px;
	margin:0px;
}

form p.largo{
	grid-column:1/3;
}

/*
form p:last-child{
	grid-column: 1/3;
	text-align:center;
}
*/

form h3{
  grid-column: 1/3;
  border-bottom: 1px solid #a57a55;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#inscripciones{
  /*margin-top: 150px;*/
}

#contacto {
  text-align: center;
}

form textarea {
	width: 100%;
	height: 127px;
	border-color: currentcolor currentcolor rgb(181, 180, 180);
	border-style: none none solid;
	border-width: medium medium 1px;
	resize: vertical;
	font-family: Mirai;
	padding: 5px 20px;
}

.box_response p {
  margin: 30px auto;
  line-height:20pt;
}


#images_causpiciadores{
  margin-top: 20px;
}

.single{
	margin-top:150px;
}

#tabPago {
	box-sizing: border-box;
	position: relative;
	min-height: 400;
	min-width: 300px;
	max-width: 500px;
	margin: auto;
}

#datosFacturacion{

}

.selectorTarifa {
	margin-top: 20px;
	margin-bottom: 20px;
}

.selectorTarifa p{
  font-size:12pt;
}

#frm_inscripciones>div:last-child p{
	grid-column:1/3;
}
#inscripciones .loading_sending{
	background-color: transparent;
	background-image: none;
	min-height: 400px;
	height: auto;
	position: absolute;
	bottom: unset;	
}

#inscripciones .loading_sending p {
	position: absolute;
	bottom: -40px;
	text-align: center;
	width: 100%;
}

#tabTipoPublico,
#tabTipoPago{
  grid-template-columns: repeat(2, 1fr);
  width: auto;
  display: grid;
  grid-gap: 20px;
  margin-bottom: 20px;
  min-height: 250px;
  position: absolute;
}

#tabTipoPublico{
  grid-template-columns: repeat(3, 1fr);	
}

#tabTipoPago {
  width: 600px;
  min-height: 250px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-bottom: 20px; 
}

#frm_inscripciones{
  width: 800px;
  margin: auto;
}



.participante{
  border: solid 1px #d2baa5;
  padding: 20px;
  border-radius: 10px;
}

.skeleton{
	display:none;
}

.boton{
	border-radius: 20px;
	font-weight: normal;
	padding: 10px 30px;
	display: inline-block;
	width: auto;
	margin: auto;
	min-width: auto;
	background-color: #a57a55;
	color: #FFF;
	text-decoration: none;
	font-family: mirai;
}

#div_add_participante {
  margin-bottom: 40px;
}

#total_corporativo{
  border: solid 1px #a57a55;
  font-size: 14pt;
  padding: 10px;
}

.botontipoPublico,
.botontipoPago {
	border-radius: 10px;
	background-color: #e54732;
	/*width: 280px;*/
	padding: 25px;
	cursor:pointer;
	text-decoration: none;
	
}

.botontipoPublico p,
.botontipoPago p{
	color:#FFF;
	font-size: 14pt;
	margin:5px;
}


#tabTipoPublico p.largo,
#tabTipoPago p.largo{
	grid-column: 1/3;
}

#tabTipoPublico p.largo{
	grid-column: 1/4;
}

.botontipoPublico p:nth-child(1){
	font-size: 16pt;
	font-weight:bold;
}

.botontipoPublico p:nth-child(2),
.botontipoPago p:nth-child(2){
	border: solid 1px #FFF;
	display: inline-block;
	margin: 10px auto;
	font-size: 15pt;
	font-weight: bold;
	padding: 10px 20px;
}

.botontipoPublico p:nth-child(3){
	font-size: 10pt;
}

.botontipoPublico p:nth-child(4) {
  font-size: 9pt;
}

.botontipoPublico.pifa_asociado{
	background-color: #0061a9;
}

.botontipoPublico.pifa_IPDT{
	background-color: #7e333e;
}

.botontipoPublico.p_funcgob{
	background-color: #7eadce;
}

.botontipoPublico.pcorporativo{
	background-color: #a57a55;
}

.botontipoPago.tranferencia{
	background-color: #797979;	
}

.botontipoPago.tarjeta{
	background-color: #a57a55;	
}

.botontipoPago p {
	font-size: 18pt;
	margin: 20px auto 10px auto;
}

.led_paso {
  background-color: #7f3340;
  color: #FFF;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  line-height: 18pt;
  margin-right: 6px;
}

.volver_tab{
  text-decoration: none;
  border: solid 1px #797979;
  padding: 3px 6px;
  margin-left: 10px;
  color: #797979;
  border-radius: 9px;
}

#div_transferencia{
  margin-top: 50px;
}

#errorIzipay .alerta{
	display:inline-block;
	width:80px;
	height:80px;
	background-image:url(../img/alerta.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
}

.inscribete_aqui{
	font-size: 13pt;
	padding: 7px 20px;
	margin: auto;
	background-color: #0661A7;
	color: #FFF;
	border-radius: 21px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.nota_form p{
	font-size:9pt;
	margin-bottom:20px;
}

#frm_contactenos p{
	margin: 10px auto;
}

.grupoIFALatam_paises {
  margin-top: 40px;
  border-top: solid 1px #0661a7;
  background-color: #0661a7;
  padding: 10px 200px;
}

.grupoIFALatam_paises p{
	color: #FFF;
}


@media screen and (max-width: 450px) and (orientation:portrait), screen and (max-width: 900px) and (orientation:landscape){ 

	#header {
		top: 0;
		height: 80px;
		z-index: 250;
	}
	
	.pseudo_menu {
		display:none;
	}

	.section h1 {
		font-size: 18pt;
	}
	
	#bienvenida .content {
		text-align: justify;
	}

	#logo {
		width: calc(100% - 100px);
		height: 80px;
		background-size: contain;
		background-position: center;
		margin-left: 10px;
	}
	
	#home {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#organiza {
		display: none;
	}

	#informacion {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.content .wrapper.w2 {
	  grid-template-columns: repeat(1, 1fr);
	}
	
	#expositores {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.ponente {
		width: 100%;
		padding: 5px 5px;
		grid-gap: 0px;
		grid-template-columns: repeat(5, 1fr);
	}
	
	#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;
		max-width: 100%;
		max-height: unset;
	}
	
	.content .wrapper {
	  width: auto;
	  display: grid;
	  grid-gap: 10px;
	}
	
	.section {
	  padding: 10px 10px;
	  height: auto;
	}
	
	#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: 70px;
		height: 70px;
		grid-row: 1;
		grid-column: 5;
		text-align: left;
	}
	
	.minibio {
		grid-row: 1;
		grid-column: 1/6;
		text-align: left;
		padding-top: 15px;
	}
	
	#expositores .ponente:nth-child(2n+1) .minibio {
	  grid-row: 1;
	  grid-column: 1/6;
	}
	
	#expositores .ponente:nth-child(2n+1) .minibio .nombre {
	  text-align: left;
	}
	
	#expositores .ponente:nth-child(2n+1) .minibio .nombre p {
	  text-align: left;
	  padding-right: 20px;
	  padding-left: 0px;
	}
	
	#expositores .ponente:nth-child(2n+1) .minibio .nombre .pais {
	  text-align: left;
	  border-right: none;
	  padding-right: 0px;
	  border-left: 10px #a57a55 solid;
	  padding-left: 5px;
	}

	#expositores .ponente:nth-child(2n+1) .minibio p {
	  text-align: left;
	}
	
	#expositores .ponente .minibio .nombre {
	  text-align: left;
	  width: calc(100% - 80px);
	}

	.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%;
		padding: 20px;
		grid-column: 1;
		grid-row: 1;
	}
	
	#menu_mobile {
		background-image: url('../img/menu_button.svg');
		width: 40px;
		height: 40px;
		position: absolute;
		top: 20px;
		right: 20px;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		display: block;
	}
	
	#header nav {
		position: fixed;
		height: 100%;
	}
	
	#header nav > ul > li {
	  margin: 0px;
	}
	
	#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-size: unset;
		background-position: top center;
	}
	
	#header nav {
		left: 0px;
		display:none;
		top: 0px;
		overflow-y: scroll;
	}
	
	#contact_card {
		width: 100%;
	}
	
	#bienvenida {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#bienvenida .wrapper > div {
		
	}
	
	#bienvenida .icon p {
		margin: 10px;
	}
	
	#bienvenida .wrapper > div img{
		max-width: 100%;
		height: auto;
	}
	
	#informacion .icon {
		background-size: 50px;
		padding-left: 57px;
	}
	
	#expositores .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	
	.ponente p.ponencia {
		margin: 15px 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;
		display:none;
	}
	
	.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');
	}
	
	#fondo div.diapo, 
	#fondo div.diapo > div {
		background-position: center;
	}
	
	#fondo div.diapo > div {
		display:none;
	}
	
	#header nav ul li a, .pseudo_menu ul li a {
		border-radius: 0;
	}
	#informacion .content {
		width: 100%;
	}
	
	#auspiciadores .content > div:nth-child(2) {
		float: none;
		width: 100%;
		text-align: center;
		margin: auto;
	}
	
	#auspiciadores .content > div {
		height: auto;
	}
	
	#images_auspicios_m img{
		width: 100%;
		height: auto;
	}
	
	#anuncios{
		padding: 10px;
	}
	
	#anuncios .ad {
		margin: 0px;
		width:100%;
	}
	
	#anuncios .ad img{
		width:100%;
		height:auto;
	}
	
	#anuncios .autoheight {
		height: 422px !important;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	
	#bienvenida .content>.wrapper {
	  text-align: center;
	  height: auto;
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 10px;
	}
	
	#firmas{
	  text-align: center;
	  grid-template-columns: repeat(2, 1fr);
	  grid-gap: 10px;
	}	
	

	
	#bienvenida .content .saludo_texto {
		grid-column: 1;
		grid-row: 1;
	}
	
	#bienvenida>.content>.wrapper>.fotocover{
		grid-column: 1;
		grid-row: 2;
		min-height: 350px;
	}	
	
	#firmas .fotocover{
		height:70px;
		width:70px;
		min-height:70px;
	}		
		
	
	#temario {
	  padding-left: 10px;
	  padding-right: 10px;
	}
	
	#temario .temas_principales {
	  padding-left: 0px;
	  padding-right: 0px;
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 10px;
	}
	
	#temario .temas_principales.seminarios {
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 10px;
	  margin-top: 40px;
	  padding-left: 0px;
	  padding-right: 0px;
	  margin-bottom: 0px;
	}
	
	#agenda {
	  padding: 40px 10px;
	}
	
	#agenda .content .riel {
	  width: auto;
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	}
	
	.dia table tbody tr td:first-child {
	  width: 24px;
	  text-align: center;
	}
	
	.relator_nacional .wrapper div:first-child {
	  text-align: center;
	}

	.relator_nacional .wrapper div:last-child {
	  text-align: center;
	}
	
	#temario .tema .wrapper.w2{
		grid-gap: 0px;
	}


	p, li {
	  font-size: 12pt;
	}
	
	#popup .window .wrapper.temaw {
	  width: auto;
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	}
	
	
	#popup .window .relatores {
	  width: 100%;
	  padding: 5px 20px 50px;
	  border-top: solid 1px #ecebeb;
	}
	
	
	form {
	  grid-template-columns: repeat(1, 1fr);
	  width: auto;
	  display: grid;
	  grid-gap: 10px;
	}
	
	form>div{
	  grid-template-columns: repeat(1, 1fr);
	  width: auto;
	  display: grid;
	  grid-gap: 10px;
	}

	#frm_inscripciones {
	  width: auto;
	}	
	
	
	
	form p.largo{
		grid-column:1;
	}
	
	form h3 {
		grid-column: 1;
	}
	
	form p:last-child {
	  grid-column: 1;
	  text-align: center;
	}


	#jumbotron {
	  top: 80px;
	}
	
	.bt_inscribete {
	  right: 0px;
	  width: 100%;
	  left: 0px;
	  background-size: contain;
	  background-repeat: no-repeat;
	}
	
	.loading_sending p {
		position: absolute;
		bottom: -50px;
		width: 100%;
	}
	
	#contact_card {
	  line-height: 15pt;
	}
	
	
	.loading_sending {
	  position: fixed;
	  background-color: #fdf9f3;
	  width: 100%;
	}
	
	
	#tabTipoPublico p.largo,
	#tabTipoPago p.largo {
	  grid-column: 1;
	}
	
	
	#tabTipoPublico, #tabTipoPago {
	  grid-template-columns: repeat(1, 1fr);
	  width: auto;
	}
	
	#frm_riel {
	  min-width: 100%;
	}
	
	
	.botontipoPublico, .botontipoPago {
	  width: 100%;
	  min-height: 220px;
	  display: block;
	box-sizing: border-box;
	}
	
	.content form .wrapper {
	  grid-template-columns: repeat(1, 1fr);
	}
	
	.grupoIFALatam_paises {
	  padding: 10px;
	}
	
	#frm_contactenos p {
	  margin: 5px;
	}
	
	#expositores .ponente:nth-child(2n+1) .minibio .nombre .pais {
	  min-width: auto;
	}

}


@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_cate.png');
		background-repeat: no-repeat;
		width: 429px;
		height: 99px;
		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;
		right: 88px;
	}
	
	#expositores .wrapper {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-gap: 25px;
		height: 100%;
	}
	
	.ponente p.ponencia {
		margin: 15px 20px;
	}
	
	#informacion .content {
		width: 60%;
	}
	
	.section {
	  padding: 40px 0px;
	  height: auto;
	  margin: auto;
	  max-width: 1000px;
	}
	
	#home{
		width:100%;
		max-width: 100%;
	}
	
	#temario {
	  padding-left: 0px;
	  padding-right: 0px;
	}
	
	
	#temario .temas_principales {
	  padding-left: 0px;
	  padding-right: 0px;
	}
	
	#temario .temas_principales.seminarios {
	  padding-left: 0px;
	  padding-right: 0px;
	}
	
	#agenda {
	  max-width: 100%;
	}
	
	.dia table {
	  max-width: 1000px;
	}
	
	#agenda .arrow.left {
	  left: 300px;
	}
	
	#agenda .arrow.right {
	  right: calc(66.5% + 300px);
	}
	
	.single {
	  margin-top: 150px;
	}
}