@font-face{
	font-family:"Avant";
	src:url('../font/ITCAvantGardeStd-Bk.woff');
	font-weight:normal;
}

@font-face{
	font-family:"Avant";
	src:url('../font/ITCAvantGardeStd-Demi.woff');
	font-weight:bold;
}


@font-face{
	font-family:"Archivo";
	src:url('../font/Archivo-Regular.woff');
	font-weight:normal;
}

@font-face{
	font-family:"Archivo";
	src:url('../font/Archivo-SemiBold.woff');
	font-weight:bold;
}

@font-face{
	font-family:"SocialGothic";
	src:url('../font/SocialGothic.woff');
	font-weight:normal;
}


body {
  background-color: #FDFAED;
  padding: 0px;
  margin: 0px;
  font-family: Archivo;
  color: #23280D;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

#header {
	height: 80px;
	/*height: 56px;*/
  top: 0;
  z-index: 102;
  background-color: #23280DD4;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  border-bottom: solid 1px #E8C59A;
}

#flyer p:nth-child(1) {
	color: #57bad4;
  font-size: 16pt;
  margin-bottom: 6px;
  text-transform: uppercase;
}

#flyer p:nth-child(3) {
	color: #2da0f0;
	font-size: 25pt;
	margin-top: 6px;
	margin-bottom: 10px;
}

#flyer p:nth-child(4){
  background-color: #fff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 10px;
  border: solid 1px #97dfed;
  border: solid 1px #2da0f0;
  color: #2da0f0;
}

#flyer h1 {
  font-size: 32pt;
  font-weight: bold;
  line-height: auto;
}

.none{
	display:none!important;
}

*:focus {
    outline: none;
}

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

#home{
  padding: 0px;
  /*background-image: url(../img/fondo.jpg);*/
  background-size: cover;
  background-position: bottom;
  border-bottom:none;
  /*height: 250px;*/
}

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

#save_the_date {
	background: rgb(32,118,123);
	background: linear-gradient(180deg, rgb(0, 73, 106) 0%, rgb(32, 118, 123) 50%, rgb(143, 225, 170) 100%);
	color:#FFF;
	text-align: center;
	border: none;
}

#pie_wp{
	background-color: #9BECB5;
	text-align: center;
}

#pie_wp p{
	color: #23280D;
	margin: 0px;
	padding: 10px;
}

#pie_wp p a,
a.whatsapp{
color: #23280D;
  text-decoration: none;
  background-image: url(../img/wp.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 7px 0px 5px 32px;
}

.pago_online{
  color: #23280D;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #ff6f29;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  color: #FFF;
  font-weight: bold;
}



.capsula {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFF;
  color: #23280D;
  border-radius: 21px;
}

.save_date p{

  font-size: 38pt;
  font-weight: bold;
  margin: 0px;
    margin-bottom: 0px;
  margin-bottom: 20px;

}


.save_date .capsula {
display: inline-block;
  padding: 26px 40px;
  border-radius: 33px;
}


.dos_columnas{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  max-width: 600px;
  margin: auto;
}

.dos_columnas p{
	margin:5px;
}

.dos_columnas>div{
	padding:5px;
}

.dos_columnas>div:nth-child(1){
	border: solid 1px #FFF;
	border-left: none;	
}


.dos_columnas>div:nth-child(2){
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}


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

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

.tres_columnas>div{
	display:inline-flex;
}



.tres_columnas .sesiones{
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
}

.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 .salas .iconos {
  background-image: url(../img/icon_salas.svg);

}

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

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

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


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

.mayor_informacion{
	margin-top: 50px;
}

.mayor_informacion  p{
	margin: 7px;
}

.mayor_informacion  p a{
	text-decoration:none;
	color: #23280D;
}

#logo {
	width: 275px;
  height: 59px;
  background-image: url(../img/logo_praderas.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 10px;
  display: inline-block;
  margin: auto;
  /*display:none;hack*/
}

#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);
	border-bottom: solid 1px #E8C59A;
}

#header .maxwidth {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*grid-template-columns: repeat(1, 1fr);*/
  grid-gap: 0px;
  height: 100%;
  text-align: center;/*hack*/
}

#header .maxwidth a{
	display:inline-block;
	text-align:center;
}

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


p, li {
	text-rendering: optimizeLegibility;
}

.section {
    /*padding: 40px;*/
    height: auto;
	border-bottom: 1px solid #DBD9D6;
}

.section h1 {
	font-family: Avant;
	width: 100%;
	text-align: center;
	line-height: 1.18;
	color: #23280D;
	margin: 10px 0px;
	font-size: 30pt;
}


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

ul{
  margin: 0px;
  padding-left: 14px;
}


#proposito{
	margin-top: 90px;
}

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

#proposito .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
	width: 70%;
	margin: auto;
	border-bottom: solid 1px #e7bb00;
}

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

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



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



#speaker{
	/*background-image: linear-gradient(90deg, #5fc8d5 0%, #4699d2 52.98%, #21438e 98.75%);*/
	background-color: #fbfbfb;
	padding-left: 50px;
	padding-right: 50px;
}

#speaker h1{
	/*color: #FFF;*/
  margin-bottom: 20px;
  text-align: center;
}

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

#speaker .pie_wp{
	text-align: center;
	/*border-top: solid 1px #66D962;*/
	margin-top: 20px;
}

#speaker .pie_wp p{
	background: linear-gradient(180deg, rgb(0, 73, 106) 0%, rgb(32, 118, 123) 50%, rgb(143, 225, 170) 100%);
	display: inline-block;
	padding: 20px 40px;
	border-radius: 30px;
}

#speaker .pie_wp p a{
	text-decoration: none;
	font-size: 20pt;
	color: #FFF;
}


#programa .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  grid-template-columns: 128px auto auto auto;
}

#tabla_programa{
	margin-bottom:30px;
}


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

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

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

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

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

#tabla_programa .hora6::before{
	content: "16:15 - 16:45";
}

#tabla_programa .hora7::before{
	content: "16:45 - 18:30";
}

#tabla_programa .hora{
	width:150px;
}

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

#tabla_programa .A p.tema {
  color: #23280D;
}

#tabla_programa .header.A{
	background-color: #23280D;
}


#tabla_programa .B p.tema {
  color: #479c8c;
}
#tabla_programa .header.B{
	background-color: #479c8c;
}

#tabla_programa .C p.tema {
  color: #7ed0a3;
}
#tabla_programa .header.C{
	background-color: #7ed0a3;
}

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

#tabla_programa p{
	margin:0px auto;
}


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

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

#informacion .content{
	/*margin-bottom:35px;*/
}

#informacion h3{
	/*background-image: url('../img/fondo-panel.webp');
	background-attachment: fixed;	
	padding-left:100px;
	padding-right:100px;*/	
	text-align:center;
}



#informacion .pie_wp p{
	background-color: #9BECB5;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
}


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


#informacion .bloque1{
	grid-column: 1;
	grid-row: 1/3;	
	border-right: solid 1px #E8C59A;
}

#informacion .bloque2{
	grid-column: 2/4;
	grid-row: 1;
	border-bottom: solid 1px #E8C59A;
}

#informacion .bloque3{
	grid-column: 2/4;
	grid-row: 2;
}

#informacion .bloque4{
	grid-column: 4/7;
	grid-row: 1/3;	
	border-left: solid 1px #E8C59A;
}

#inscripciones h1{
   text-align: center;
}




#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 {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px 8px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 1px #dedede;
  padding: 10px;
}

#frm_riel textarea{
border: 1px solid rgb(222, 222, 222);
  padding: 10px;
  resize: none;
  font-family: Archivo;
  width: 100%;
  min-height: 100px;
}

#frm_riel p label {
  margin: 17px 0px 4px 0px;
  display: block;
  text-align: left;
}

#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_contactenos p:last-child {
  text-align: left;
}

.box_response a.volver, #frm_riel p input[type="submit"] {
	border: solid 2px #66D962;
  cursor: pointer;
  display: inline-block;
  background: #66D962;
  text-decoration: none;
  width: auto;
  margin: auto;
  padding: 8px 30px;
  box-sizing: border-box;
  border-radius: 0px;
  transition: all 0.3s;
  color: #000;
}

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

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


#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: 78px;

}


#informacion .icon.escriturapublica{
background-image: url(../img/icon_notaria.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 57px;
}

#informacion .icon.memoriadescriptiva{
	background-image: url(../img/icon_memoria.svg);
	background-repeat: no-repeat;
  background-position: left top;
  background-size: 57px;
  min-height: 50px;
}

.ponente{
	padding: 20px 5px;
	width: auto;
	height: auto;
	text-align: center;
	float: none;
	border: 1px #fff solid;
	border-radius: 0px;
	min-height: 250px;
	position: relative;
	cursor: pointer;
	/*background: rgb(249,212,58);
	background: radial-gradient(circle, rgba(249,212,58,1) 0%, rgba(230,186,0,1) 100%);*/
	background-color:#FFF;
	color: #000;
	transition: 0.5s all;
}

.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:#71c49d;
	text-decoration: none;
	font-weight: bold;
}

#informacion .content .mobile_block:nth-child(1){
	grid-column: 1 / 3;
	grid-row: 1;
}

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

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


#informacion .content .mobile_block:nth-child(2){
grid-column: 3 / 7;
  grid-row: 1;
}


.info_home{
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 10px;
}

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

.ponente:hover p {
color: #fff;
}

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

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

 .ponente p.ponencia{
	color: #999;
	font-size: 14pt;
	margin: 15px 50px;
	border-top: solid 1px #999;
	line-height: 20pt;
	padding-top: 12px;
	font-weight: normal;
}

.ponente:hover p.ponencia {
color: #fff;
  border-top: solid 1px #fff;
}


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

.ponente .circle{
	transition: 0.5s all;
	width: 162px;
	height: 162px;
	/*border-radius: 20px;*/
	border: 2px solid #f2f2f2;
}

.ponente:hover {
	/*background-color: #003795;*/
	background-image: none;
	border: 1px #fff solid;
	background: linear-gradient(180deg, rgb(0, 73, 106) 0%, rgb(32, 118, 123) 50%, rgb(143, 225, 170) 100%);
}

.ponente:hover .circle{
    border: 2px solid #FFF;
}

h2 {
	color: #338883;
	font-size: 14pt;
	font-weight: bold;
	line-height: 15pt;

}

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

#tablaInversion tr td span.tipo{
  background-color: #71c49d;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 14px;
}

#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: #71c49d;
}

.box_response a.volver:hover,
#frm_riel p input[type="submit"]:hover {
	background-color: #fff;
	border: solid 2px #66D962;
	/*color: #66D962;*/
}

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

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

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

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

#header nav ul li a:hover {
background-color: #66D962;
  color: #23280D;
}
	
#header nav ul li a,
.pseudo_menu ul li a {
color: #FFF;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 10px 10px 10px;
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: inline-block;
}


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

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

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

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

#popup .window .foto{
  display: inline-flex;
}

#popup .window .foto img{
margin: auto;
  border-radius: 10px;
  border: solid 10px #FFF;
}


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

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

#popup .speaker {
	margin: 0px;
}

#popup .speaker span:nth-child(1){
	font-weight:bold;
}


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

#inscripciones .content > div {
  position: relative;
  grid-column: 2/4;
}


.loading_sending > div {
  background-color: transparent;
  background-image: url(../img/icon_loading_email2.gif);
  width: 250px;
  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: transparent;
	/*display:flex;*/
	display:none;
}

.box_response>div{
  display: inline-block;
  width: 100%;
  height: fit-content;
  margin: auto;
}

.box_response h3 {
font-size: 15pt;
  color: #23280D;
}

#closerPopup,
#closerMenu {
	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');
}

#closerMenu {
	display:none;
}

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

#contact_card a{
	color:#999;
}


#footer{
background-color: #23280d;
  padding: 30px 0px 50px;
  margin-top: 50px;
  border-top: solid 1px #E8C59A;
  color: #FFF;
}

#footer .info{
	text-align:left;
}

#footer .info b{
	display:block;
}

#footer .info p{
	margin-top: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: left;
}

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

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

#footer .wrapper>div:nth-child(4){
  grid-column: 1/5;
  /*min-height: 300px;*/
text-align: center;
  color: #E8C59A;
  font-size: 10pt;
}

#footer a{
	text-decoration:none;
	color: #E8C59A;
}

#footer a:hover{
	font-weight:bold;
}



#footer .wrapper.social>div{
	grid-column: auto;
}

#footer .wrapper.social{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	width: fit-content;
	right: 0px;
	position: absolute;
}

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

#footer .wrapper.social a{
    background-color: #23280D;
  display: inline-flex;
  border-radius: 25px;
  transition: 0.2s all;
}

#footer .wrapper.social a:hover{
	background-color: #66D962;
}

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

#popup .window .contenido {
padding: 40px;
  background-color: #FFF;
  border-radius: 10px;
}

.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 #003989;
	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;
	margin-top: auto;
	height: 367;
	margin-top: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top 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;
}

.descargar_programa{
	text-align:center;
}

.descargar_programa a{
text-decoration: none;
  color: #fff;
  font-size: 12pt;
  padding: 5px 19px 5px 36px;
  border-radius: 10px;
  margin: 10px 0px;
  display: inline-block;
  background-color: #71c49d;
  border: solid 1px #71c49d;
  background-image: url(../img/pdf_icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

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

#square2{
	right:100px;
	bottom:-50;
	animation-name: rotando2;
}

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


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


#inscripciones {
background-color: #fff;
  background-image: url(../img/top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

#inscripciones .maxwidth {
	padding: 0px 40px;
}


#inscripciones .content {
  display: grid!important;
  /*grid-template-columns: repeat(2, 1fr);*/
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin: auto;
}

#frm_riel {
  width: 100%;
}

a.linkedin {
	background-image: url(../img/aahlc8ivbnmk0t3eyz8as5gvr.svg);
	background-repeat: no-repeat;
	width: 53px;
	height: 10px;
	display: inline-block;
	background-size: 79%;
	background-position: center;
	font-size: 0pt;
	margin: 7px 2px;
	border: solid 1px #0a66c2;
	padding: 5px 10px;
	border-radius: 5px;
}

.ponente p.porconfirmar {
  font-size: 11pt;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 8px;
}

#menuyears {
  right: 0px;
  top: 0px;
  left: unset;
  /*left: 0px;*/
  position: absolute;
}

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

#menuyears ul li {
  margin: 0px 5px;
  display: inline-block;
}

#menuyears ul li a {
  color: #FFF;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 9pt;
}

#logo_big {
  background-image: url(../img/logo_principal.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
}

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

#programaVirtual p{
	margin:0px;
}


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


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

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

.wrapper_prog_virtual{
	margin-top:50px;
	border-top:solid 1px #66D962;
}

 #programa h2{
	 text-align:center;
 }
 
#contador{
  display: inline-block;
  border-bottom: solid 1px #FFF;
  margin-bottom: 20px;
}
 
 
 #contador table {
	margin:auto;
}


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


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

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

#falsa_columna{
  z-index: 101;
  position: absolute!important;
  bottom: 0px;
  left: 0px;
  width: 18%;
  background-color: #23280D8A;
  border-right: solid 1px #E8C59A;
  border-bottom: solid 1px #E8C59A;
}

#falsa_columna .abajo{
  bottom: 20px;
  position: absolute;
  left: 50px;
  right: 50px;
  height: 200px;
  background-image:url(../img/tu_vida_al_ritmo_del_campo.svg);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:contain;
}

.socialgothic{
	font-family:socialgothic;
	font-family: socialgothic;
	font-size: 24pt;
	line-height: 34pt;
}

.socialgothic br{
	display:none;
}


.socialgothic.light{
	color:#FAF7EA;
}


.socialgothic .verde{
	color:#72A591;
}


.padding{
	padding:20px;
	height: 100%;
	position:relative;
}

.logo_compacto.oscuro{
background-image: url(../img/logo_dark.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 60px;
  width: 60px;
}

#reserva .content .grid {
  width: 100%;
  text-align: left;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  border-bottom: solid 1px #E8C59A;
}

#reserva .bloque1 {
	background-color:#23280D;
	color: #FAF7EA;
}

#reserva .bloque1 .socialgothic {
	font-size: 44pt;
  line-height: 41pt;
}


#reserva .bloque3 {
  grid-column: 1/3;
  min-height:200px;
}

#reserva .bloque5 {
	background-color:#23280D;
	color: #FAF7EA;
	padding-top: 20px;
	padding-bottom: 20px;
}


#reserva .icon.gps {
	background-image: url(../img/icon_gps.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 29px;
}

#reserva .icon.tree {
	background-image: url(../img/icon_arbol.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 29px;
}

#reserva .icon.plusvalia {
	background-image: url(../img/icon_rectangulos_plusvalia.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 29px;
}

#reserva .icon {
  padding-left: 60px;
}


#ubicacion{
  border-top: solid 1px #E8C59A;
}
#ubicacion .content .grid {
  width: 100%;
  text-align: left;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  border-bottom: solid 1px #E8C59A;
}

#ubicacion .bloque1 {
  background-color: #23280D;
  color: #FAF7EA;
}

#ubicacion .bloque2 {
  background-color: #23280D;
  color: #FAF7EA;
}

#ubicacion .bloque3 {
  grid-column: 1/3;
  min-height:500px;
  text-align:center;
}

#ubicacion .boton {
  color: #FFF;
  background-color: #dc7633;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 20px;
}


#lotizacion .content .grid {
  width: 100%;
  text-align: left;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
  border-bottom: solid 1px #E8C59A;
}

#lotizacion .bloque2 {
  grid-column: 2/4;
  min-height:200px;
}

#lotizacion .bloque4 {
  grid-column: 1/5;
  min-height:300px;
  text-align: center;
}




#casahuerto .content .grid {
  width: 100%;
  text-align: left;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  border-bottom: solid 1px #E8C59A;
}

#casahuerto .bloque1 {
  background-color: #23280D;
  color: #FAF7EA;
}

#casahuerto .bloque2 {
  background-color: #23280D;
  color: #FAF7EA;
}

#casahuerto .bloque5,
#casahuerto .bloque6 {
  min-height:350px;
}

#casahuerto .bloque4,
#casahuerto .bloque6 {
  border-left: solid 1px #E8C59A;
}

#casahuerto .bloque5,
#casahuerto .bloque6 {
  border-top: solid 1px #E8C59A;
}

#casahuerto .icon {
width: 166px;
  height: 50px;
}


#casahuerto .icon.casahuerto {
  background-image: url(../img/icon_casahuerto.svg);
  background-repeat: no-repeat;
  background-position: left top;
}

#casahuerto .icon.casamovil {
  background-image: url(../img/icon_casamovil.svg);
  background-repeat: no-repeat;
  background-position: left top;
}

#contacto .content .grid {
  width: 100%;
  text-align: left;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  border-bottom: solid 1px #E8C59A;
}

#contacto .bloque1 {
  background-color: #23280D;
  color: #FAF7EA;
}

#contacto .bloque2 {
  background-color: #23280D;
  color: #FAF7EA;
}

.titulo {
  color: #72a591;
  font-weight: bold;
}

.movil{
	display:none;
}

.wp_icon{
  background-image: url(../img/wp_icon.svg);
  background-repeat: no-repeat;
  background-position: left;
 background-size: contain;
 padding-left: 21px;
}

#whatsapp {
  width: 62px;
  height: 63px;
  position: fixed;
  right: 41px;
  bottom: 29px;
  display: inline-block;
  /* display: inline-flex; */
  z-index: 103;
  border-radius: 94px;
  transition: 0.2s all;
  line-height: 47pt;
  color: #FFF;
  background-color: #66D962;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 15pt;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

#whatsapp:hover {
  width: 355px;
}

#whatsapp:hover div.icon {
  margin-right: 13px;
}

#whatsapp div.icon {
background-image: url(../img/wp_icon_W.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  display: inline-block;
  width: 44px;
  height: 62px;
  padding: 0px;
}


#contacto .boton {
color: #343F2C;
  background-color: #e6b666;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 20px;
  border: solid 1px #484b33;
  font-family: Archivo;
  font-size: 12pt;
}

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

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

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

	#logo {
		width: 188px;
		/*margin-left: 20px;*/
	}
	
	#home {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#organiza {
		display: none;
	}

	
	#speaker {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.ponente {
		width: 100%;
		padding: 5px 5px;
	}
	
	#popup .window {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		background-color: #FFF;
		background-image: none;
		border-radius: 10px;
		overflow: auto;
		overflow-y: scroll;
		border-radius: 0px;
	}
	
	#informacion .content .mobile_block:nth-child(1) {
		padding-right: 0px!important;
	}
	
	#informacion .content .mobile_block:nth-child(2) {
		border-radius: 10px;
		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: 39px;
    height: 36px;
    position: absolute;
    top: 20px;
    right: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
	
	#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: #000000de;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	
	#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;
	}
	
	#contact_card {
		width: 100%;
	}
	
	#proposito {
		padding-left: 10px;
		padding-right: 10px;
	}
		
	#proposito .icon p {
		margin: 10px;
	}
	
	#proposito .wrapper > div img{
		max-width: 100%;
		height: auto;
	}
	
	#informacion .icon {
		background-size: 50px;
		padding-left: 57px;
	}
	
	#speaker .wrapper {
		grid-template-columns: repeat(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%;
    display: block;
	}
	
	#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;
	}
	
	#proposito .wrapper {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 25px;
	  width: 100%;
	  margin: auto;
	  border-bottom: solid 1px #e7bb00;
	}
	
	#proposito .wrapper > div:nth-child(1) {
	  grid-column: 1;
	  grid-row: 1;
	  text-align: center;
	}
	
	#proposito .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;
	}
	
	  #inscripciones .content {
    grid-template-columns: repeat(1, 1fr);
	grid-gap: 0px;
  }
  
    label {
    display: none!important;
  }
  
	.section {
		padding: 10px;
	}
	
	  #header nav.hover {
    opacity: 1;
    display: flex;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0px;
    background-color: #66D962b5;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  
   nav ul {
    padding: 0px;
    margin: auto;
    overflow-x: hidden;
  }
  
    #header nav ul li a, .pseudo_menu ul li a {
    border-radius: 0;
    text-decoration: none;
    padding: 20px 10px;
    background-color: white;
    text-align: center;
    width: 100%;
    display: inline-block;
    cursor: pointer;
  }
  
  
    #header nav ul li a {
    font-size: 13pt;
    color: #313133;
    border-bottom: solid 1px #313133;
  }
  
    #popup .window {
    width: 100% !important;
    height: 100%;
    overflow: scroll;
	max-height: inherit;
  }
  
  .fake_space {
	  display: none;
	}

	#inscripciones .maxwidth {
	  padding: 0px;
	}

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

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

	#footer .wrapper.social {
	  margin: auto;
	  position: relative;
	}
	
	#flyer h1 {
	  font-size: 25pt;
	}
	
	#flyer p:nth-child(3) {
	  color: #2da0f0;
	  font-size: 23pt;
	  margin-top: 6px;
	  line-height: initial;
	}
	
	.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;
	}
	
	.save_date p {
		font-size: 26pt;
	}
	
	.save_date .capsula {
		display: inline-block;
	}
	
	#logo_big {
	  display: none;
	}
	
	#home {
		height: 300px;
		margin-top: 81px;
	}
	
	  #logo {
		width: 188px;
		display: block;
		margin-left: 10px;
	  }
	  
	  #programa .wrapper {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-gap: 10px;
	  grid-template-columns: 100px auto;
	}
	
	#programaVirtual {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 0px;
	}
	
	#programaVirtual > div:nth-child(1){
	  border: solid 1px #e3e3e3;
	 padding: 10px 40px 0px 40px;
	  border-radius: 24px 24px 0px 0px;
	  border-bottom: none;
	}
	
	#programaVirtual > div:nth-child(2){
	  border: solid 1px #e3e3e3;
		padding: 0px 40px 10px 40px;
	  border-radius: 0px 0px 24px 24px;
	  border-top: none;
	}
	
	#informacion .content .grid {
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 0px;
	}
	
	#popup .wrapper {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 0px;
	}
	
	#informacion .bloque1 {
	  grid-column: 1;
	  grid-row: 1;
	  border-right: none;
	}
	
	#informacion .bloque2 {
	  grid-column: 1;
	  grid-row: 3;
	  border-bottom: solid 1px #E8C59A;
	}
	
	#informacion .bloque4 {
	  grid-column: 1;
	  grid-row: 2;
	  border-left: none;
	  min-height: 300px;
	}
	
	#informacion .bloque3 {
	  grid-column: 1;
	  grid-row: 4;
	}
	
	.padding {
	  padding: 10px;
	}
	
	#reserva .content .grid {
	  grid-template-columns: repeat(1, 1fr);
	}
	
	#reserva .bloque1 .socialgothic {
	  font-size: 20pt;
	  line-height: 21pt;
	}
	
	#reserva .bloque2{
	  min-height: 300px;
	}
	
	#reserva .bloque3 {
	  grid-column: 1;
	  min-height: 100px;
	}
	
	  #reserva .bloque4 {
		min-height: 300px;
		grid-row: 4;
	  }
  
	#reserva .icon {
	  padding-left: 42px;
	}
	
	#ubicacion .content .grid {
	  grid-template-columns: repeat(1, 1fr);
	}


	#ubicacion .bloque3 {
		grid-column: 1;
		min-height: 500px;
		text-align: center;
		width: 100%;
		overflow-x: scroll;
	}
	
	
	#ubicacion .bloque3 .padding{
		overflow-x:scroll;
	}	
	
	.socialgothic {
	  margin-top: 0px;
	  margin-bottom: 0px;
	}
	
	#lotizacion .content .grid {
	  grid-template-columns: repeat(1, 1fr);
	}
	
	#lotizacion .bloque2 {
	  grid-column: 1;
	  min-height: auto;
	}
	
	#lotizacion .bloque3 {
	  min-height: 200px;
	}
	
	#casahuerto .content .grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	#casahuerto .bloque4{
		border-bottom: none;
		border-top: none;
		border-left: none;
	}		
	
	#casahuerto .bloque5{
		grid-row: 4;
		border-bottom: solid 1px #E8C59A;
		border-top: none;
	}
	
	#casahuerto .bloque6{
		border-bottom: solid 1px #E8C59A;
		border-top: none;
		border-left: none;
	}	
	
	#falsa_columna .abajo {
		left: 10px;
	}

		#falsa_columna {
		  width: 150px;
		  height: 381px !important;
		  top: 0px;
		}	
	
	#contacto .content .grid {
	  grid-template-columns: repeat(1, 1fr);
	}
	
	.movil {
			display: block;
	}
}

#terminos {
  max-width: 1080px;
  margin: auto;
    margin-top: auto;
  margin-top: 100px;
}

a.libro_reclamaciones{
	background-image:url(../img/libro-de-reclamaciones.png);
	background-repeat: no-repeat;
  padding-left: 56px;
  color: #FFF !important;
}

p.error,
textarea.error,
input.error{
  border: solid 1px red;
  box-shadow: 0px 0px 15px 2px rgba(212, 0, 0, 0.53);
}

button.sending{
	background-image: url(../img/gif_off_loading.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 38px!important;
}

@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-gap: 25px;
    max-width: 1280px;
    margin: auto;
  }
	
	
	.ponente p.ponencia {
		margin: 15px 20px;
	}
	
	#informacion .content {

	}
	
	
}