@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: #1e1e1e;
	font-family: Mirai;
	/*background-image: url(../img/FondoPC.jpg);*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  color:#FFF;
}

body.procesal{
  background-color: #e1e1e1;
  color: #222;
  background-image:none;
}

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

#tablaInversion {
  width: 100%;
  color: #1e1e1e;
}

.none{
	display:none!important;
}

#video-home{
	padding: 54px 0px 0px;
}

#video{
  width: 100%;
  height: 400px;
  background-color: #000;
}


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

#home{
	padding-bottom:0px;
}

#home .wrapper{
	display: grid;
 /* grid-template-columns: repeat(2, 1fr);*/
  grid-template-columns: 50% 50%;
  grid-column-gap: 0px;
  width: auto;
  text-align: right;
  margin: auto;	
}

#home .wrapper>div:nth-child(1){
	background-image:url(../img/fondo_home.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;

}

.desde_2006 {
max-width: 549px;
  margin: auto;
  display: inline-block;
}

.desde_2006 p{
  font-size: 19pt;
}

.vertical_align {
  display: inline-flex;
  height: 100%;
}


#logo {
width: 224px;
  height: 53px;
  position: relative;
  left: 0px;
  top: 11px;
  background-image: url(../img/logo_cate2025.svg?v3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#header.procesal #logo {
background-image: url(../img/cate2025_procesal2.svg?v3);
  height: 56px;
  background-size: contain;
  margin-top: 8px;
}


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

#fondo{
	position: fixed;
	top: 0px;
	bottom: 0px;
	z-index: -1;
	padding: 0px;
	background: linear-gradient(23deg, rgba(49,48,167,1) 51%, rgba(193,131,183,1) 100%);
}

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

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

#jumbotron{
	left: -2px;
	width: calc(100% + 4px);
}


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

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

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

#fondo div.diapo.page2>div.fake{
	background-image: url('../img/web_images_3_2.png');
}

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

#fondo div.diapo.page3>div.fake{
	background-image: url('../img/web_images_3_3.png');
}

#fondo div.diapo .triangle{
    background-repeat:no-repeat;
	background-size: cover;
	height:100%;
	width:100%;
	position:absolute;
	background-image: url('../img/triangulo_cate.png');
	background-attachment: fixed;
}

p, li {
    font-size: 11pt;
	text-rendering: optimizeLegibility;
}

.section {
    padding: 40px;
    height: auto;
	text-align: center;
}

.section h1 {
	font-family: mirai;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 30px 0px;
	font-size: 35pt;
	line-height: 1.18;
	letter-spacing: -0.5pt;
	color: #0095D4;
	text-transform: uppercase;
	color: #EAB12A;
	font-weight: normal;
  /*text-shadow: rgba(251, 197, 127, 0.51) 3px 3px 5px;*/
}

body.procesal .section h1 {
  color: #D09302;
  text-shadow: rgba(181, 181, 181, 0.51) 3px 3px 5px;
}

body.procesal #proposito.section h1 {
  width: 50%;
  margin: auto;
}


.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{
	/*margin-top: 76px;*/
}

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

#celebramos{
	/*display: grid;
  grid-template-columns: 312px auto 312px;
  grid-column-gap: 50px;
  width: auto;*/
  text-align: center;
  margin: auto;
  height: min-content;
  max-width: 80%;
}

#celebramos p{
	font-size:15pt;
}



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


#proposito  p {
	/*color: #fff;*/
}


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

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

#speaker .wrapper{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 25px;
	width: 100%;
	text-align:center;
}

#speaker .wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/*grid-template-columns:232px 232px 232px 232px 232px;*/
	grid-gap: 25px;
	width: auto;
  text-align: center;
  margin: auto;
}

#speaker .wrapper .four{
	display: grid;
	/*grid-template-columns: repeat(4, 1fr);*/
	grid-template-columns:232px 232px 232px 232px;
	grid-gap: 25px;
	width: auto;
	text-align: center;
	margin: auto;
}


#informacion{
  position: relative;
  text-align: center;
  background-color: #FFF;
  color: #000;
  background-image: url(../img/fondo_informacion.jpg);
  background-attachment: fixed;
}

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

#inscripciones{
	background: rgb(0,0,0);
	background: linear-gradient(65deg, rgb(0, 0, 0) 0%, rgb(0, 30, 43) 100%);
}

#inscripciones.procesal {
  background: rgb(0,0,0);
  background: linear-gradient(65deg, rgb(0, 0, 0) 0%, rgb(17, 81, 108) 100%);
}

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

#partners h1{
	color: #AC7D0D;
  text-shadow: rgba(219, 218, 216, 0.51) 3px 3px 5px;
}

.logoprocesal img{
  width: 350px;
  height: auto;
}


#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: 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: 20px;
	font-weight: bold;
	padding: 10px;
	background: linear-gradient(180deg,rgba(206, 174, 65, 1) 0%, rgba(239, 207, 86, 1) 50%, rgba(185, 133, 31, 1) 81%);
  border: solid 1px #fff;
  text-shadow: black 1px 1px 3px;
}

#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: 0px;
	width: auto;
	height: auto;
	text-align: center;
	/*float: none;*/
	/*border: 1px #eab12a solid;*/
	border-radius: 10px;
	/*min-height: 250px;*/
	position: relative;
	cursor:auto;
	/*background-color: #FFF;*/
	overflow:hidden;
	/*box-shadow: 2px 2px 10px 0px rgba(251, 128, 80, 0.53);*/
	/*padding: 1px;*/
	
	/*grid-template-columns: repeat(3, 1fr);*/
	grid-template-columns: 150px auto;
	display: grid;
	grid-column-gap: 20px;
  grid-row-gap: 5px;
  
  
	}
	


#speaker.procesal .ponente {
border: 2px #fff solid;
  box-shadow: 2px 2px 10px 0px rgba(176, 173, 171, 0.53);
  padding: 1px;
}

.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 .circle {
    width: 100%;
    margin: 0px auto;
	border-radius: 100px;
	 grid-column: 1;
	 /*border: solid 3px #eab12a;
  box-shadow: 2px 2px 10px 0px rgba(251, 128, 80, 0.53);*/
  padding:3px;
  background-color:rgba(165, 115, 37, 1);
  background: linear-gradient(-45deg,rgba(165, 115, 37, 1) 0%, rgba(212, 179, 91, 1) 23%, rgba(251, 245, 197, 1) 35%, rgba(165, 115, 37, 1) 51%, rgba(217, 159, 76, 1) 75%, rgba(163, 114, 56, 1) 100%);
}


.ponente .circle img{
    /*width: calc(100% - 2px);
    margin: 0px auto;*/
	border-radius: 100px;
}

.ponente .desc {
  display: grid;
  grid-gap: 5px;
  height: min-content;
}

#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;
	display: block;
padding-top: 30px;
}

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

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

.fotocover{
  background-repeat: no-repeat;
}

#informacion h2{
      margin-bottom: 20px !important;
  text-align: center;
}

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

.content {
	max-width: 1096px;
	margin: auto;
}


#header {
	background: rgb(0,0,0);
background: linear-gradient(65deg, rgb(0, 0, 0) 0%, rgb(224, 192, 77) 100%);
  height: 76px;
  top: 0;
  border-bottom: 1px solid #eab12a;
  text-align: center;
}

#header .wrapper {
  max-width: 1096px;
  position: relative;
  margin: auto;
}

#header.procesal {
  /*background: linear-gradient(180deg, rgb(145, 116, 13) 0%, rgb(224, 192, 77) 100%);*/
  border-bottom: 1px solid #fff;
  
  background: none;
  background-color: #000;
}

#header nav {
	right: 0px;
	top: 13px;
	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: #363948;
	font-family: Mirai;
margin: 10px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
}

.ponente p{
  /*grid-column: 2/4;*/
  grid-row: 2;
  text-align: left;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

.ponente p.resumen {
color: #5B5B5B;
  font-size: 10pt;
  margin: 0px;
  font-family: Mirai;
  text-align: left;
  border: none;
  font-weight: normal;
  line-height: 11pt;
  /*grid-column: 2/4;*/
  grid-row: 3;
  padding:0px;
	
}

 .ponente p.ponencia{
color: #363948;
  font-size: 17pt;
  margin: 0px;
  padding-top:10px;
  border-top:none;
  line-height: 22pt;
  font-weight: bold;
  /*grid-column: 2/4;*/
  grid-row: 1;
  text-align: left;
}


.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:hover {
	/*background-color: #FFF;*/
	cursor: pointer;
}

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

h2 {
color: #eab12a;
  font-size: 22pt;
  font-weight: bold;
  font-family: Mirai;
  line-height: 25pt;
}

body.procesal h2 {
  color: #d09302;
  font-weight: normal;
  line-height: 15pt;
}

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

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

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


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

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

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

#header nav ul li a:hover {
background-color: transparent;
  color: #FFF;
  border-radius: 0px;
  border-bottom: solid 1px #FFF;
  text-shadow: rgba(0, 0, 0, 0.51) 3px 3px 5px;
  padding-bottom: 20px;
  padding-top: 0px;
}
	
#header nav ul li a,
.pseudo_menu ul li a {
background-color: transparent;
  color: FFF;
  font-family: Mirai;
  font-size: 8pt;
  display: inline-block;
  transition: all 0.5s;
  padding: 20px 21px 20px 21px;
}


.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(180deg, rgba(0, 73, 106,0.8) 0%, rgba(32, 118, 123,0.6) 50%, rgba(143, 225, 170,0.8) 100%);*/
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(191, 119, 27, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
  display:block;/*hackin para sacar medidas*/
   visibility:hidden;/*hackin para sacar medidas*/
}

#popup .window {
  margin: auto;
  background-image: none;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1000px;
  visibility:hidden;
}

#popup .window:nth-child(1) {
	display:block;
}


#popup .wrapper {
  display: grid;
  grid-template-columns: 370px auto;
  grid-gap: 20px;
}

#popup .window .foto {
  display: inline-flex;
  width: 370px;
  height: 370px;
  margin: auto;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

#popup .window .foto img {
  margin: auto;
  border-radius: 10px;
  /*border: solid 10px #FFF;*/
  width: 350px;
  height: 350px;
}

#popup .charla {
  font-weight: bold;
  font-size: 18pt;
  text-align: left;
  margin: 5px 0px;
  color: #363948;
  line-height: 20pt;
}

#popup .speaker {
  margin: 0px;
}

#popup .tipo {
  margin: 0px;
  font-size: 9pt;
}

#popup p {
	color:#333;
}


/* #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;
	overflow-x: hidden;
}

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: 44;
}
 
.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: #907637;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #FFF;
    border-radius: 19px;
    display: inline-block;
}


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

#closerPopup {
width: 28;
  height: 28;
  position: fixed;
  top: 30px;
  right: 30px;
  left: unset;
	background-size: contain;
	cursor: pointer;
	z-index: 999;
	background-image: url('../img/close_button3.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:all ease-in-out 0.2s;
}

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

#footer .wrapper.social div{
  background-color: #00afef;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align:center;
}



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

#popup .window .contenido {
  padding: 40px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.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, #auspician {
   background-color: #FFF;
   background: linear-gradient(65deg, rgb(238, 233, 230) 0%, rgb(255, 255, 255) 100%);
   border-bottom: solid 1px #7859af;
   text-align: center;
}

#images_auspicios {
    /*background-image: url('../img/logos_auspiciadores_PCv2.png');*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 40px;
    background-size: contain;
}

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

#partners .content > div {
    width: 1000px;
    text-align: center;
    margin: auto;
    height: 367;
}

#partners.procesal .content > div {
  width: 1000px;
  text-align: center;
  margin: auto;
  height: 108px;
}

#auspician .content > div {
    width: 1000px;
    text-align: center;
    margin: auto;
    height: 114;
}

#home {
  height: auto;
  margin-top: 59px;
}


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

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

#anuncios .autoheight{
	height: 422px !important;
	width: 1264px; /*para que entren los anuncios*/
	overflow: hidden;
	position: relative;
}

#anuncios .content{
	width: 1264px; /*para que entren los anuncios*/
	max-width:unset;
}


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

.deseo_participar p{
	text-align:center;
}

.deseo_participar a,
.descargar_programa a{
	text-decoration: none;
	color: #fff;
	font-size: 12pt;
	padding: 5px 19px;
	border-radius: 15px;
	margin: 10px 0px;
	display: inline-block;
	background: #CEAE41;
	background: linear-gradient(180deg,rgba(206, 174, 65, 1) 0%, rgba(239, 207, 86, 1) 50%, rgba(185, 133, 31, 1) 81%);
	border: solid 1px #fff;
	text-shadow: black 1px 1px 3px;
}

.descargar_programa a span{
  background-image: url(../img/pdf_brochure.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 0px 5px 25px;
}

.deseo_participar a{
  font-size: 17pt;
}

#speakerCate .ponente{
	border: 1px #9268b2 solid;
}

#frm_riel {
  min-width: 447px;
}

.descargar_programa{
	text-align:center;
}

#menuyears {
  right: 0px;
  top: 76px;
  left: unset;
  position: absolute;
  padding-right: 250;
}

#menuyears ul {
	display: inline-block;
	list-style: none;
	background-color: #00afef;
	border-radius: 0px 0px 10px 10px;
	margin: 0px;
	border-top: none;
	padding: 0px;
}

#menuyears ul li {
  float: left;
  margin: 5px;
}

#menuyears ul li a {
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
}

.fake_space{
	background-image: url(../img/fake_space.png?v2);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen
	and (max-device-width: 320px) 
{ 
	#speaker .wrapper {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 25px;
	  width: 100%;
	}
	.fake_space{
		display:none
	}
}


#contador{
  margin-bottom: 20px;
}

h1.el_mayor{
  font-size: 23pt;
  margin-top: 0px;
}
 
 
#contador table {
	margin:auto;
}


#contador table tr td:first-child {
  width: auto;
}

#contador p.falta {
  font-size: 15pt;
  letter-spacing: 8pt;
  padding: 0px;
  margin: 0px;
  text-align: center;
}


#contador table tr td p {
	font-size:40pt;
	text-align:center;
	padding: 0px 5px;
	color:#FFF;
}

#contador table tr:nth-child(2) td p {
	font-size:15pt;
}

.tres_columnas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
  max-width: 800px;
  margin: 30px auto;
}

.tres_columnas .presenciales .iconos {
  background-image: url(../img/icon_presenciales.svg);
}
.tres_columnas .iconos {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 25px;
  margin-left: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.tres_columnas .sesiones .iconos {
  background-image: url(../img/icon_sesiones.svg);
}

.tres_columnas .salas .iconos {
  background-image: url(../img/icon_salas.svg);
}

.tres_columnas .sesiones {
  border-left: 1px #FFF solid;
  border-right: 1px #FFF solid;
}
.tres_columnas > div {
  display: inline-flex;
}

.tres_columnas p {
  margin: 0px 10px;
  text-align: left;
}

.regresamos_presencialidad {
  margin: 0px 0px 30px 0px;
}

.regresamos_presencialidad p {
  margin: 7px;
  font-size: 18pt;
  line-height: 14pt;
}

#informacion .content .grid {
  width: 100%;
  text-align: left;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
grid-column-gap: 50px;
}

#informacion .content .grid>div {
border: solid 1px #eab12a;
  background-color: #FFF;
  padding: 10px 50px;
}


#informacion .content .grid > div {
  padding: 10px 20px;
}

#tablaInversion tr td span.tipo {
background-color: #eab12a;
  color: #000308;
  padding: 5px 10px;
  border-radius: 14px;
  margin-right: 6px;
  padding: 5px 10px;
  border-radius: 14px;
}

#programa .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
  grid-template-columns: 60px auto auto auto;
  border-bottom: solid 1px gray;
}

#programa.procesal .wrapper {
  display: grid;
  grid-gap: 0px;
grid-template-columns: 60px auto;
  border-bottom: solid 1px gray;
  width: 600px;
  margin: auto;
}

#programa .wrapper>div{
	padding:7px;
}

#programa .wrapper>div.consultorios{
	background: linear-gradient(65deg, #eab12a 0%, rgb(224, 192, 77) 100%);
}

#programa .wrapper>div>p:nth-child(3){
	font-size:10pt;
	color:#ccc;
}

#programa.procesal .wrapper > div > p:nth-child(3) {
  font-size: 10pt;
  color: #535353;
}




#programa .wrapper > div.consultorios > p:nth-child(3),
p.empresa {
  font-size: 10pt;
  color: #1c1b1b;
}

#programa .wrapper p.nombre{
font-size: 11pt!important;	
}

.consultorio {
  background-color: #000;
  color: #eab12a!important;
  letter-spacing: 1pt;
  font-size: 8pt;
  text-align: center;
  padding: 2px 0px;
  border-radius: 10px;
  margin-bottom: 5px;
}

#tabla_programa{
	margin-bottom:30px;
}


#tabla_programa .hora1::before{
	content: "09:00";
}

#tabla_programa .hora2::before{
	content: "10:45";
}

#tabla_programa .hora3::before{
	content: "11:15";
}

#tabla_programa .hora4::before{
	content: "13:00";
}

#tabla_programa .hora5::before{
	content: "14:30";
}

#tabla_programa .hora6::before{
	content: "15:30";
}

#tabla_programa .hora7::before{
	content: "16:15";
}

#tabla_programa .hora8::before{
	content: "16:45";
}


#tabla_programa .hora9::before{
	content: "17:45";
}

#tabla_programa .hora10::before{
	content: "18:30";
}

#tabla_programa .hora{
	width: 100%;
  border-top: solid 1px gray;
}

#tabla_programa .header{
	text-align: center;
  font-size: 14pt;
  padding: 10px;
  font-weight: bold;
  background-color: gray;
  color: #FFF;
}

#tabla_programa .A,
#tabla_programa .B,
#tabla_programa .C {
  border-top: solid 1px gray;
}




#tabla_programa .header{
	background: linear-gradient(180deg,rgba(206, 174, 65, 1) 0%, rgba(239, 207, 86, 1) 50%, rgba(185, 133, 31, 1) 81%);
  border: solid 1px #fff;
  text-shadow: black 1px 1px 3px;
}

#tabla_programa .header.B{
	border-left:none;
	border-right:none;
}

#tabla_programa .break{
	text-align: center;
	color: #b7b5b5;
}

#tabla_programa.procesal .break {
  color: #6f6f6f;
}

#tabla_programa p{
	margin:0px auto;
}


#tabla_programa p.tema{
	color: #eab12a;
}

#tabla_programa.procesal p.tema {
  color: #b9851f;
  font-weight: bold;
}

#tabla_programa .consultorios p{
	color: #000;
}

#tabla_programa .consultorios p.tema{
	font-weight:bold;
}



.wrapper_prog_virtual {
  margin-top: 50px;
  border-top: solid 1px #936f1c;
}

.wrapper_prog_virtual.procesal {
  text-align: center;
  border: none;
}

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

#programaVirtual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

#programaVirtual.procesal {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
  text-align: center;
}

#programaVirtual > div {
  border: solid 1px #e3e3e3;
  padding: 10px 40px;
  border-radius: 24px;
  text-align:left;
}

#programaVirtual.procesal > div {
  width: 400px;
  margin: auto;
  text-align: center;
}

#programaVirtual > div > div {
  margin: 15px 0px;
}

#programaVirtual p.tema {
color: #eab12a;
}

#programaVirtual.procesal p.tema {
  color: #b9851f;
  font-weight: bold;
}


#programaVirtual.procesal p.empresa {
  font-size: 10pt;
  color: #535353;
}

#programaVirtual p {
  margin: 0px;
}

#programaVirtual >div > div > p:nth-child(3) {
  font-size: 10pt;
  color: #ccc;
}

#programaVirtual.procesal > div > div > p:nth-child(3) {
  font-size: 10pt;
  color: #4a4a4a;
}

.maxwidth {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#tabla_programa .empty {
  border-top: none;
}

#tabla_programa .hora.empty {
border-top: solid 1px gray;
}


#menu_mobile {
		display:none;
	}
	
#dirigido {
	text-align: center;
  width: 80%;
  margin: 40px auto;
}

#dirigido h2 {
  margin-bottom: 30px;
}

#dirigido .wrapper{
  display: grid;
  grid-column-gap: 50px;
  width: auto;
  text-align: center;
  margin: auto;
  height: min-content;
  grid-template-columns: repeat(5, 1fr);
}	


#participar{
	text-align:center;
}

#participar ul{
	padding: 0px 20px;
  list-style-position: outside;
}


#participar .wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: auto;
  text-align: left;
  margin: auto;
}

.center{
	text-align:center;
}

@media only screen
	and (min-device-width: 300px) 
	and (max-width: 1024px)
{
	#menu_mobile {
		background-image: url('../img/menu_button.svg');
		width: 28px;
		height: 28;
		position: absolute;
		top: 23px;
		right: 25px;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		display:block;
	}
	
	#header nav {
		background-color: #000;
	}
	
	#header nav ul li a {
		font-size: 13pt;
		color:#FFF;
	}

	nav ul {
		padding: 0px;
	}
	
	#header nav {
		display:none;
	}		
	
	#header nav.hover {
		left: 0px;
		top: 0px;
		display: flex;
		width: 100%;
		height: 100%;
		z-index: 999;
		position: fixed;
		background-color: #000000eb;
		overflow-y: hidden;
		overflow-x: hidden;
	}	
	
	 #header nav ul li {
		width: 100%;
		text-align: center;
	}
}



@media only screen
	and (min-device-width: 300px) 
	and (max-width: 428px)
{ 

	#informacion > p:last-child {
	  padding-top: 0px;
	}

	#popup .window .foto {
	  display: block;
	  width: 100%;
	  height: auto;
	  overflow-x: hidden;
	  border-radius: 0px;
	}

	#popup .window .foto img {
	  margin: auto;
	  border-radius: 10px 10px 0px 0px;
	  border: 0px;
	  width: auto;
	height: auto;
	}

	#dirigido .wrapper {
	  grid-column-gap: 10px;
	  grid-template-columns: repeat(2, 1fr);
	}
	
	#dirigido .wrapper>div:nth-child(5) {
	  grid-column: 1/3;
	}
	
	#participar .wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	
	#participar .wrapper>div:nth-child(1) {
		min-height: 220px;
	}

	#contador table tr td p {
	  font-size: 20pt;
	}

	#contador table tr:nth-child(2) td p {
	  font-size: 10pt;
	}

	#contador p.falta {
	  font-size: 10pt;
	}

	#proposito {
	  margin-top: 0px;
	  padding-top: 0px;
	}

	 #popup .wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0px;
	 }
	 
	 body.procesal #proposito.section h1 {
	  width: 100%;
	  margin: auto;
	}


	#menuyears ul li {
	  margin: 3px;
	}

  #programa .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    grid-template-columns: 100px auto;
  }
  
  #programa.procesal .wrapper {
	  width: 100%;
	}
  
  .wrapper_prog_virtual h2{
	text-align:center;
	}
  
  #programaVirtual {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  
  }
   #programaVirtual > div:nth-child(1) {
    border: solid 1px #e3e3e3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(227, 227, 227);
    padding: 10px 40px 0px 40px;
    border-radius: 24px 24px 0px 0px;
    border-bottom: none;
  }
    #programaVirtual > div:nth-child(2) {
    border: solid 1px #e3e3e3;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(227, 227, 227);
    padding: 0px 40px 10px 40px;
    border-radius: 0px 0px 24px 24px;
    border-top: none;
  }
  
    #programaVirtual > div:nth-child(2)>div:nth-child(1){
		margin-top: 0px;
  }  
  
  
  .tres_columnas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    max-width: 800px;
    margin: auto;
  }
  
    .tres_columnas .sesiones {
	  border-left: none;
	  border-right: none;
	}

	#informacion .content .grid {
	  width: 100%;
	  text-align: left;
	  height: auto;
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 10px;
	}

	#home .wrapper {
		width:100%;
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	}
	
	#home .wrapper>div:nth-child(1){
		grid-row:2;
	}	
	#home .wrapper>div:nth-child(2){
		grid-row:1;
	}	

	.desde_2006 p {
	font-size: 16pt;
		padding: 10px 20px 20px;
		text-align: center;
		margin: 0px;
	}	

	h1.el_mayor {
	  margin-top: 20px;
	}
	

	#tabla_programa .empty{
		display:none;
	}

	.fake_space{
		display:none
	}

	#header {
		top: 0;
		z-index: 101;
	}
	
	.pseudo_menu {
		display:none;
	}

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

	#logo {
		width: 200px;
		background-size: 83%;
	}
	
	#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%;
		grid-template-columns: repeat(1, 1fr);
	  display: grid;
	  grid-column-gap: 20px;
	  grid-row-gap: 5px;
	}
	
	#popup .window {
width: calc(100% - 20px);
    height: auto;
    position: fixed;
	top:10px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		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: 0px;
	}
	
	.ponente .circle {
		/*width: 120px;*/
		width: 200px;
		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%;
		padding: 20px;
		border-radius: 0px 0px 10px 10px;
	}
	
	#content {
		background-size: unset;
		background-position: top center;
	}

	
	#contact_card {
		width: 100%;
	}
	
	#proposito,
	.section{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#proposito .wrapper > div {
	}
	
	#celebramos {
		grid-template-columns: repeat(1, 1fr);
	}
	
	#celebramos>div:nth-child(1) img {
		max-width:80%;
	}	
	
	#celebramos>div:nth-child(3) img {
		max-width:50%;
	}		
	
	#proposito .icon p {
		margin: 10px;
	}
	
	#proposito .wrapper > div img{
		
	}
	
	#informacion .icon {
		background-size: 50px;
		padding-left: 57px;
	}
	
	#speaker .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 40px;
	}
	
	.ponente p.ponencia {
		text-align: center;
    margin-top: 0px;
    padding-top: 0px;
	}
	
	.ponente .desc p{
	  text-align: center;
	}
	
	#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_button3.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%;
	}
	
	#partners .content > div:nth-child(2) {
		float: none;
		width: 100%;
		text-align: center;
		margin: auto;
	}
	
	#partners.procesal .content > div {
	  height: auto;
	}
	
	#auspician .content > div:nth-child(2) {
    float: none;
    width: 100%;
    text-align: center;
    margin: auto;
	height: 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 a{
		margin: 0px;
		width:100%;
		height:100%;
	}	
	
	
	#anuncios .ad img{
		width:100%;
		height:100%;
	}
	
	#anuncios .autoheight {
		height: 422px !important;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	
	#header nav ul {
	  margin: auto 50px;
	}
	
	#header nav ul li {
	  margin: 0px;
	}
	
	#speaker {
	  /*background: rgb(145,62,197);
	  background: linear-gradient(90deg, rgb(145, 62, 197) 0%, rgb(7, 144, 151) 100%);*/
	}
	
	#frm_riel {
		min-width: 100%;
	}
	
	#proposito img {
	  /*width: 100%;*/
	}
	
	#menuyears {
		position: relative;
		text-align: center;
		background-color: #f8f8fa;
		padding-right: unset;
		background-color: #eee;
	}
	
	#frm_riel.pasarela label.botonopcion.selected {
	  line-height: 27pt;
	}
	
	#frm_riel.pasarela label.botonopcion input[type="radio"] {
	  visibility: hidden;
	  height: 0px;
	  margin: 0px;
	  padding: 0px;
	}
	
		#speaker .wrapper .four,
	#speaker .wrapper .five {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	
	#informacion .content .grid > div:nth-child(2) {
	  grid-row: 3;
	}
}



@media only screen
	and (min-device-width: 429px) 
	and (max-device-width: 667px) 
{ 

#carrousel {
	width:100%;
	border: gray 1px solid;
}


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

 }

 #programa .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-template-columns: 100px auto;
  }
  
    .wrapper_prog_virtual h2{
	text-align:center;
	}
	
  #programaVirtual {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
  
   #programaVirtual > div:nth-child(1) {
    border: solid 1px #e3e3e3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(227, 227, 227);
    padding: 10px 40px 0px 40px;
    border-radius: 24px 24px 0px 0px;
    border-bottom: none;
  }
  
    #programaVirtual > div:nth-child(2) {
    border: solid 1px #e3e3e3;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(227, 227, 227);
    padding: 0px 40px 10px 40px;
    border-radius: 0px 0px 24px 24px;
    border-top: none;
  }
  
  .tres_columnas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    max-width: 800px;
    margin: auto;
  }
  
  .tres_columnas .sesiones {
  border-left: none;
  border-right: none;
}

#informacion .content .grid {
  width: 100%;
  text-align: left;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
	.fake_space{
		display:none
	}
	#menuyears {
	  right: 0px;
	  top: 0px;
	  position: absolute;
	  margin: auto;
	  right: 0px;
	  left: 0px;
	  text-align: center;
	}

	#speaker .wrapper {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-gap: 25px;
	  width: 100%;
	}
	
	#frm_riel p {
	  text-align: left;
	}
	
	 label {
		display: block;
	  }
	  
	  #inscripciones h1, #inscripciones p {
	  color: #FFF;
	  text-align: left;
	}
	
	#speaker .wrapper .four,
	#speaker .wrapper .five {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

 
@media only screen
	and (min-device-width: 668px) 
	and (max-device-width: 1024px) 
{ 
	.fake_space{
		display:none
	}
	#speaker .wrapper {
	  display: grid;
		grid-template-columns: repeat(1, 1fr);
	  grid-gap: 25px;
	  width: 100%;
	}
}


@media only screen
	and (min-device-width: 1025px) 
	and (max-device-width: 1080px) 
{ 
	.fake_space{
		display:none
	}
	#speaker .wrapper {
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  grid-gap: 25px;
	  width: 100%;
	}
}

@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;
	}
	
	/*
	#speaker .wrapper {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-gap: 25px;
		height: 100%;
	}
	*/
	
	
	#header .wrapper {
	  max-width: 1366px;
	  position: relative;
	  margin: auto;
	}
	
	.ponente p.ponencia {
		/*margin: 15px 20px;*/
	}
	
	#informacion .content {
		width: 60%;
	}
	
	#footer > .wrapper {
	  max-width: 1366px;
	}
	
}