@font-face {
  font-family: "Apis-Regular";
  src: url("./fonts/Apis-Regular.ttf") format("truetype")
}
@font-face {
  font-family: "Apis-Bold";
  src: url("./fonts/Apis-Bold.ttf") format("truetype")
}
@font-face {
  font-family: "Apis-Light";
  src: url("./fonts/Apis-Light.ttf") format("truetype")
}
:root {
  /* color variables */
  --blue: #01236a;
  --light-blue-1: #00a5dd;
  --light-blue: #dfebf7;  
  --light-grey: #e6e7e9;  
  --odd: #e2edf8;
  --tableRow: #f5f9fc;
}
body{
	color: var(--blue);
	font-family: "Apis-Regular", sans-serif;
}
.hidden{
	display: none !important;
}
strong{
	font-family: "Apis-Bold";
}	
.bg-blue{
	background-color: var(--blue) !important;
	color: #FFF;
}
.bg-blue-1{
	background-color: var(--light-blue-1) !important;
	color: #FFF;
}
.btn{
	border-radius: 30px;
	padding: 10px 25px;
	font-weight: 600;
}
.btn-white{
	background-color: #FFF;
	border-color: var(--blue);
	color: var(--blue);	
}
.btn-white:hover{
	color: var(--blue);	
	text-decoration: underline;
}
.btn-blue{
	background-color: var(--blue);
	color: #FFF;	
}
.btn-blue:hover{
	color: #FFF;	
	text-decoration: underline;
}

#msg{
	padding-top: 40px;
}
#header h1{
	font-size: 4.5rem;
    font-weight: 600;
    letter-spacing: 1px;
	width: fit-content;
	margin-bottom: 30px;
}
#header span{
	font-family: "Apis-Light";
	font-size: 2.5rem;
	font-weight: 300;
	display: block;
}
#header #saxenda{
	display: block;
	margin-left: auto;
	height: 80px;
}
.brIndex{
	display: none;
}
#header.index .brIndex{
	display: block;
}
#header.index #logo{
	display: none;
}
#header.index h1{
	width: fit-content;
    padding-bottom: 20px;
	margin-bottom: 30px;
}
#header.index span.subtitulo{
	border-bottom: 1px solid;
    padding-bottom: 2rem;
}
#messageFinish{
	margin-top: 2rem;
}
#messageFinish img{
	margin-top: -15px;
    margin-right: 5px;
	width: 60px;
}
#messageFinish #logoFinish{
	min-width: 150px;
	padding-bottom: 5px;
}
#header.index img,
#header.index h2{
	display: inline-block;
}
#header.index h2{
	font-size: 2.5rem;
}
#messageFinish span{
	display: block;
	font-size: 2em;
    margin-left: 15px;
    margin-top: 20px;
}
#logo{
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	width: 140px;
}
#logo-b{
	width: 75px;
}
#bienvenida p{
	font-weight: 600;
	font-size: 1.1em;
}
#inscripcion{
	padding-top: 50px;
}
#meet{
	list-style: none;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#meet li.separator{
	border-right: 1px solid;
	margin-right: 30px;
 	padding-right: 20px;
}
.meet-d{
	display: none;
	font-family: "Apis-Light";
}
.meet-d.active{
	display: block;
}
#seleccionTema{
	font-family: "Apis-Bold";
	font-size: 1.1em;
}
h2{
	font-family: "Apis-Bold";
}
h3,h4{
	margin-bottom: 25px;
}
h4{
	font-family: "Apis-Bold";
	line-height: 1.5em;
}
form{
	border-radius: 15px;
	border-color: var(--light-blue);
	box-shadow: 0px 2px 10px #c6d0db;
    padding: 60px 40px;
}
form h3{
	font-family: "Apis-Light";
}
.form-group{
	margin-bottom: 20px;
}
.form-check{
	cursor: pointer;
	width: 1.3em;
	display: inline-block;
    margin-top: 3px;
}
.error11_1,
.error11,
.error2,
.error{
	color: red;
	font-size: 1.05em;
}
small.error{
	font-size: .9rem;
	font-weight: 400;
	line-height: 1rem;
	display: block;
	margin-top: 2px;
}
label{
	margin-bottom: 10px;
	font-family: "Apis-Light";
	font-size: 1.1em;
}
input[type="text"],
input[type="password"]{
	background-color: var(--light-blue);
	border: 0;
	border-radius: 30px;
	padding: 0.7rem 1rem;
}
form button, form a.btn{
	margin-left: 15px;
	margin-bottom: 20px;
}
form .disclaimer{
	margin: 0px 15px 0px 0px;
	width: auto;
    flex: 0 0 16px;
}
#footer{
	margin-top: 50px;
	border-top: 1px solid #ccc;
    box-shadow: 0px -2px 7px #ccc;
    padding: 30px;
}
#tableTitle{
	margin-bottom: 5px;
	border-radius: 3px;
	padding-top: 5px;
    padding-bottom: 5px;
}
.tableRow div{
	background-color: var(--tableRow);
	padding-top: 1.5rem;
	padding-bottom: 20px;
	margin-bottom: 5px;
}
.tableRow div.border-r{
	border-radius: 0px 3px 3px 0px;
}
.tableRow div.border-l{
	border-radius: 3px 0px 0px 3px;
}
.tableRow div.tituloTema{
	font-size: 1.3em;
	font-weight: 600;
}
.tableRow div span{
	display: block;
	font-size: 0.9em;
	font-weight: 400;
}
.tableRow .odd{
	background-color: var(--odd);
}
.tableRow{
	display: none;
}
.tableRow.active{
	display: flex;
	cursor: pointer;
}
#anterior,
#siguiente{
	margin-top: 20px;
/*	display: block;
    margin-left: auto;  */
}
.siguiente.error11_1,
.siguiente.error11,
.siguiente.error2,
.siguiente.error{
	text-align: right;
	display: block;
}
.cupos{
	text-align: center;
}
#register{
	margin-top: 10px;
}
#loginForm{
	background-color: #dfebf7;
	border-radius: 0 0 3px 3px;
	border-top: 2px solid var(--blue);
	box-shadow: 3px 2px 10px #c6d0db;
}
#loginForm input[type="text"],
#loginForm input[type="password"]{
	background-color: #FFF !important;
}
#loginForm h2{
    font-family: 'Apis-Regular';
	font-size: 1.5em;
    font-weight: 400;
}
#loginForm h3{
    font-family: 'Apis-Bold';
	font-size: 1.3em;
}
#presentaciones{
	padding-bottom: 80px;
}
.tituloPresentacion{
	padding-left: 60px;
	margin-bottom: 30px;
	margin-top: 50px;
}
.tituloPresentacion svg{
	margin-right: 10px;
	width: 20px;
}
.selectTema{
	text-align: center;
}
#mensajeInscripcionCerrada{
	display: block;
	width: 40%;
	margin-left: auto;
}
@media(max-width: 595px){
	.tableRow div.border-r,	
	.tableRow div.border-l{
		border-radius: 0px;
	}
	.tableRow div.selectTema span{
		font-size: .9em;
	}
	.selectTema{
		background-color: var(--light-blue-1) !important;
		color: #FFF;
		text-align: left;
	}
	#mensajeInscripcionCerrada{
		width: 100%;
	}
	.tableRow{
		padding-left: 10px;
		padding-right: 10px;
	}
	.tableRow div{
        border-radius: 0;
		margin-bottom: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.cupos{
		text-align: left;
	}
	#meet li:first-child{
		padding-right: 0px;
		width: 30%;
	}
	#logo{
        margin-top: 10px;
		margin-bottom: 0;
        width: 60px;
        position: relative !important;
	}
	#header span{
		font-size: 1rem;
	}	
	#header h1{
		width: fit-content;
		font-size: 1.4em;
		margin-bottom: 10px;
	}
	#header.index h1{
		padding-bottom: 0px;
    	margin-bottom: 10px;
	}
	#bienvenida h2{
		font-size: 1.2rem;
	}
	#bienvenida p{
		font-size: 1rem;
	}
	.tableRow div.tituloTema {
		font-size: 1.2em;
	}
	#messageFinish{
		margin-top: 0;
	}
	#messageFinish img{
        margin-top: -5px;
		width: 25px !important;
	}
	#header #saxenda{
		margin-top: 30px;
		height: 50px;
	}
	#header.index h2 {
		font-size: 1em;
	}
	#header.index span{
		font-size: 1em;
	}
	.tituloPresentacion{
		padding-left: 0px;
	}
	#presentaciones .video{
		padding-left: 10px;
		padding-right: 10px;
	}
	#presentaciones .video img{
		width: 100%;
	}
	form {
		padding: 40px 20px;
	}
	#seleccionTema {
		font-size: 0.9em;
	}
	#messageFinish #logoFinish{
		margin-top: 10px;
		min-width: 100px;
	}
}