@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: #f2f1f1;
}

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

.none{
	display:none!important;
}

*:focus {
    outline: none;
}

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

#home{
	padding:0px;
}


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


#logo {
    width: 526px;
    height: 90px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../img/logo_fecha.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{
	left: -2px;
	width: calc(100% + 4px);
}


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

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

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

p, li {
	color: #9b9b9b;
    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: #5dae20;
	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;
}

#inicio{
	margin-top: 90px;
}

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

#inicio .wrapper {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 25px;
width: 100%;
margin: auto;
border-bottom: solid 1px #5dae20;
}

#inicio .wrapper>div:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1;
}

#inicio .wrapper>div:nth-child(2) {
	grid-column: 3/6;
	grid-row: 1;
	text-align: left;
}



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



#programa{
background-color: #5dae20;
padding-left: 50px;
padding-right: 50px;
background-image: url(../img/speaker_background.jpg);
background-size: cover;
background-attachment: fixed;
}

#programa h1{
	color:#FFF;
}

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


#informacion{
	padding-bottom: 67px;
	position: relative;
	text-align: center;
	border-bottom: solid 1px #5dae20;
}

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

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


#registro{
  background-color: #004a9a;
}

#registro .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: 5px;
	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: 11px;
	background-color: #5dae20;
	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_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: 20px 5px;
	width: auto;
	height: auto;
	text-align: center;
	float: none;
	border-radius: 0px;
	min-height: 250px;
	position: relative;
	cursor: auto;
	background: rgb(255, 255, 255);
	cursor: pointer;
}

.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;*/
	margin: 9px 6px;
}

#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:#136dcd;
	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 {
	height: 90px;
	top: 0;
	z-index: 101;
	background-color: #f4f4f4;
	border-bottom: solid 1px #004a9a;
	background-image: url(../img/banner_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#header nav {
	right: 0px;
	bottom: 0px;
	left: unset;
	position: absolute;
}

.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: #000;
	font-family: Mirai;
	margin: 0px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
}


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

.ponente:hover p.resumen {
    color: #e6ba00;
}

 .ponente p.ponencia,
 .sala p.charla {
		color: #004a9a;
		font-size: 16pt;
		margin: 15px 50px 10px;
		border-bottom: solid 1px #004a9a;
		line-height: 17pt;
		padding-bottom: 12px;
		font-weight: bold;
}

 .sala p.charla {
	margin: 15px 0px 0px;
}

 .ponente p.nombre,
  .sala p.speaker {
  color: #004a9a;
  font-family: Mirai;
  margin: 0px 5px;
  text-align: center;
  font-weight: normal;
  font-size: 13pt;
}

.sala a.speaker {
	background-color: #004a9a;
	display: inline-block;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 0px 0px 10px 10px;
	margin: 0px;
	font-family: Mirai;
	text-align: center;
	font-weight: normal;
	font-size: 13pt;
	background-image: url(../img/lkd_button.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	text-decoration:none;
}

/*
 .ponente p.pais{
  color: #717171;
  font-family: Mirai;
  margin: 0px 5px;
  text-align: center;
  font-weight: normal;
  font-size: 10pt;
  display:none;
}
*/

p.nombre.pais{
	background-position: left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 29px;
}

p.nombre.pais.colombia{
	background-image: url(../img/colombia.jpg);
}

p.nombre.pais.espana{
	background-image: url(../img/espana.jpg);
}




.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{
	width: 162;
	height: 162px;
	border-radius: 81px;
	border: 2px solid #fff;
}


.ponente .circle_hole{
	width: 180;
	height: 180;
	border-radius: 90px;
	border: 9px solid #5dae20;
	margin: auto;
}

h2 {
color: #004a9a;
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 #004a9a;
}

#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: #004a9a;
}

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


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

#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;
	margin: 10px 5px 0px 5px;
}

#header nav ul li a:hover {
	background-color: #5dae20;
	background: linear-gradient(0deg, rgb(93, 174, 32) 0%, rgb(142, 198, 101) 38%);
	color: #FFF;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom:25px;
	margin-top:5px;
	border-radius: 15px 15px 0px 0px;
}
	
#header nav ul li a,
.pseudo_menu ul li a {
	background: rgb(0,74,154);
	background: linear-gradient(0deg, rgba(0,74,154,1) 0%, rgba(19,109,205,1) 38%);
	color: #FFF;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 15px 15px 0px 0px;
	display: inline-block;
	margin-top:20px;
}


.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-color: rgba(19,109,205,0.9);
	background: linear-gradient(0deg, rgb(0, 74, 154) 0%, rgba(19,109,205,0.9) 38%);
}

#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: #004a9a;
	background-image: none;
}


.loading_sending>div{
	background-color: transparent;
	background-image: url(../img/icon_loading_email2.gif);
	width: 333px;
	height: 250px;
	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: 546pt;
}
 
.box_response{
	background-color: #004a9a;
}

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

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


.box_response a.volver:hover {
	text-decoration: none;
	background-color: #8cc561;
}

#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: 48px;
	height: 48px;
	position: fixed;
	right: 20px;
	bottom: 3px;
	background-image: url(../img/wp_icon.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	z-index: 1;
	border-radius: 94px;
	transition: 0.2s all;
	background-color: white;
	border: solid 1px #b7b7b7;
}

#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 0px 50px;
}

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



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

#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: 65%;
    float: left;
    padding: 40px;
}

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

#partners {
	background-color: #FFF;
	border-bottom: solid 1px #5dae20;
	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;
}

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

#images_cpartners{
	width: 1000px;
	text-align: center;
	margin: auto;
	height: 257;
	margin-top: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

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

.descargar_programa{
	text-align:center;
}

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

.imagen_logo{
  text-align: center;
  border-bottom: 1px solid #0984d6;
  padding-bottom: 25px;
}

#squares_animacion .square {
  border: solid 1px #fff;
}

#square1 {
  right: 200px;
  top: -50px;
  animation-name: rotando1;
  background-image:url(../img/logo_dolar.png);
}

#square2{
	right:100px;
	bottom:-50;
	animation-name: rotando2;
	background-image:url(../img/logo_dolar2.png);
}

.square {
  width: 500px;
  height: 500px;
  /*border: solid 1px #e6ba00;*/
  animation-duration: 6s;
  animation-iteration-count: infinite;
  position: absolute;
  background-repeat:no-repeat;
  background-position:center;
}


@keyframes rotando1 {
  from {
	transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes rotando2 {
  from {
	transform: rotate(45deg);
  }

  to {
    transform: rotate(415deg);
  }
}


#images_presenta{
  margin: 10px 0px 30px 0px;
}


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

	#header {
		top: 0;
	}
	
	.pseudo_menu {
		display:none;
	}

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

	#logo {
		width: calc(100% - 72px);
		background-image: url(../img/logo_movil.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#home {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#organiza {
		display: none;
	}

	#informacion {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#programa {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.ponente {
		width: 100%;
	}
	
	#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-height: unset;
	}
	
	#informacion .content .mobile_block:nth-child(1) {
		padding-right: 0px!important;
	}
	
	#informacion .content .mobile_block:nth-child(2) {
		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: 59%;
		background-repeat: no-repeat;
		cursor: pointer;
		background-position: center;
	}
	
	#header nav.hover {
		/*background: linear-gradient(23deg, rgb(49, 48, 167) 11%, rgb(193, 131, 183) 100%);*/
		opacity: 1;
		display: flex;
		height: 100%;
		z-index: 999;
		position: fixed;
		top: 0px;
		background-color: #5dae20ed;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	
	#header nav ul li a {
		font-size: 13pt;
		color:#FFF;
	}

	nav ul {
		padding: 0px;
		margin: auto;
	}
	
	#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;
	}
	
	#contact_card {
		width: 100%;
	}
	
	#inicio {
		padding-left: 10px;
		padding-right: 10px;
	}
		
	#inicio .icon p {
		margin: 10px;
	}
	
	#inicio .wrapper > div img{
		max-width: 100%;
		height: auto;
	}
	
	#informacion .icon {
		background-size: 50px;
		padding-left: 57px;
	}
	
	#programa .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;
		margin-top: 0px;
		background: #004a9a;
	}
	
	#header nav ul li a:hover, .pseudo_menu ul li a:hover {
		border-radius: 0;
		margin-top: 0px;
		background: #004a9a;
		padding-bottom:0px;
	}	
	
	
	#informacion .content {
		width: 100%;
	}
	
	#partners .content > div:nth-child(2) {
		float: none;
		width: 100%;
		text-align: center;
		margin: auto;
	}
	
	#partners .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;
	}
	
	/*
	#fondo{
		background-image: url('../img/diapo1_mobile.jpg');
	}
	
	#home div.diapo.page1{
		background-image: url('../img/frase1_mobile.png');
	}

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

	#home div.diapo.page3{
		background-image: url('../img/frase3_mobile.png');
	}
	*/
	.imagen_logo {
	  width: 100%;
	}
	
	.imagen_logo img{
	  width: 100%;
	  height:auto;
	}
	
	#inicio .wrapper {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 25px;
	  width: 100%;
	  margin: auto;
	  border-bottom: solid 1px #e7bb00;
	}
	
	#inicio .wrapper > div:nth-child(1) {
	  grid-column: 1;
	  grid-row: 1;
	  text-align: center;
	  height: 186px;
	}
	
	#inicio .wrapper > div:nth-child(2) {
	  grid-column: 1;
	  grid-row: 2;
	  text-align: justify;
	}
	
	.square {
	  width: 300px;
	  height: 300px;
	}
	
	#square1 {
	  right: 10px;
	  top: auto;
	  animation-name: rotando1;
	  bottom: 10px;
	}
	
	
	#header nav ul li {
	  margin: 0px;
	}
	
	#header nav ul li a:hover {
	  border-radius: 0px;
	}
	
}



@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;
	}
	
	#programa .wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 25px;
		/*height: 100%;*/
	}
	
	.ponente p.ponencia {
		margin: 15px 20px;
	}
	
	#programa .content,
	#informacion .content, 
	#inicio .content {
		width: 1280px;
	}
	
	.section{
		text-align:center;
	}
	
	#header>div{
	  position: relative;
	  width: 1280px;
	  height: 100%;
	  margin: auto;
	}
	
	
}