@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
	margin: 0px;
	padding: 0px;
}
#container{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#header{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #00306a;
}
.logos{
	width: 50%;
}
.logos img{
	width: 100%;
	height: auto;
}
.cover{
	width: 90%;
	margin: 0 5% 0% 5%;
}
.cover img{
	width: 100%;
	height: auto;
}
.datos{
	width: 90%;
	margin: 1% 5% 0% 5%;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#frame1{
	width: 90%;
	margin: 1% 5% 0% 5%;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
}
#frame2{
	width: 90%;
	margin: 1% 5% 0% 5%;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
}
#frame3{
	width: 90%;
	margin: 1% 5% 0% 5%;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
}
.datos3{
	width: 80%;
	margin: 0% 10% 1% 10%;	
	text-align: center;
	
}
.datos2{
	width: 90%;
	margin: 5% 5% 2% 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
iframe{
	width:100%;
	min-height: 500px;
}
p{
	font-family: "Roboto", sans-serif;
	font-size:1.2em;
	color:#808080;
}
.expositor p{

	font-family: "Roboto", sans-serif;
	font-size:1em;
	line-height: 1.2em;
	margin:0px 0px 10px 0px;
	color:#808080;
}
.red{
	color:#00306a;
	font-size:1.4em;
}
h1{
	font-family: "Roboto", sans-serif;
	font-size:2em;
	width:100%;
	text-align: left;
	color:#ebae47;
}
h2{
	font-family: "Roboto", sans-serif;
	font-size:1.6em;
	width:100%;
	text-align: left;
	color:#32b9cd;
}
h3{
	font-family: "Roboto", sans-serif;
	font-size:1.5em;
	line-height: auto;
	text-align: center;
	color:#32b9cd;
}
.expositor {
	width:20%;
	padding:1.26%;
	margin:1%;
	display:flex;
	flex-direction: row;
	align-content: flex-start;
	flex-wrap: wrap;
	text-align: center;
	border-radius:10px;
	border:1px solid #999999;

}
.fotoexpositor{
	width:70%;
	margin: 0 auto;
	
}
.fotoexpositor img{
	width: 100%;
	height: auto;
	border-radius: 100%;
	border: 2px solid #eab83d;
}
.datosexpo{
	width: 100%;
text-align: center;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	
}
.expositor h3{
	font-family: "Roboto", sans-serif;
	font-size:1.2em;
	text-align: center;
	color:#32b9cd;
}
h4{
	font-family: "Roboto", sans-serif;
	font-size:1em;
	line-height: 0.8em;
	text-align: left;
	color:#32b9cd;
}
#date{
	width:100%;
}
#date img{
	width:100%;
	height: auto;
}
#inscripciones{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top:2%;
	
}
.boton{
	width: 50%;
}
.form{
	width: 50%;
	margin:0% 25% 0% 25%;
	border-radius: 30px;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	background-color: #e4436f;
	
	padding: 2%;
	font-weight: 600;
	border: 0px;
	font-size: 1.3em;
	}
.form:hover
{
	cursor: pointer;
	background-color: #f4ad33;
	
}
.form:hover{
	cursor: pointer;
}
.calendar{
	width: 10%;

}
.calendar img{
	width: 90%;
	height: auto;

}
.place{
	width: 80%;
	margin: 1% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#footer{
	width: 98%;
	padding:1%;
	margin-top:2%;
	background-color: #00306a;
	
}
.mini{
	font-size:0.8em;
	color: #F24B4E;
}
#nav{
	background-color: #32b9cd;
	width: 100%;
}
#nav ul{
	margin:0;
	list-style:none;
	padding:0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#nav li{
	flex: 1 1 auto;
}
#nav ul li a{
	display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
	border-right: 1px SOLID #CCCCCC;
    font-weight: bold;
    padding: 6px;
    min-height: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
#nav ul li a:hover{
	background-color: #1e5a9b;
	color:#ffffff;
}
.activebtn{
	background-color: #1e5a9b;
}

#nav2{
	background-color: #1e5a9b;
	
	width: 100%;
}
#nav2 ul{
	margin:0;
	list-style:none;
	padding:0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#nav2 li{
	flex: 1 1 auto;
}
#nav2 ul li a{
	display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
	border-right: 1px SOLID #CCCCCC;
    font-weight: bold;
    padding: 6px;
    min-height: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
#nav2 ul li a:hover{
	background-color: #ebae47;
	color:#ffffff;
}
table{
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size:1em;
	color:#333333;
	
}
td{
	padding:5px;border:1px solid #32b9cd;
}
td img{
	width:40%;
	height:auto;
	padding: 1%;
	margin: 0 auto;
}
.subir{
	border-radius: 10px;
	color: #ffffff;
	background-color: #1b98a6;
	cursor: pointer;
	padding: 5px;
	font-weight: 600;
	border: 0px;
	font-size: 1em;
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
}
subir a:hover{
	background-color: #ebae47;
}

#video{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
	max-width: 100%;
	}
#video iframe, #video object, #video embed { 
position: absolute; 
top: 0;
 left: 0; 
 width: 100%; 
 height: 100%; 
 
    }

@media (max-width: 1200px){
	
	#container{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#header{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #00306a;
}
.logos{
	width: 98%;
}
.logos img{
	width: 100%;
	height: auto;
}
.datos{
	width: 90%;
	margin: 1% 5% 0% 5%;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.datos2{
	width: 90%;
	margin: 3% 5% 2% 5%;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
p{
	font-family: "Roboto", sans-serif;
	font-size:1em;
	color:#808080;
}
h2{
	font-family: "Roboto", sans-serif;
	font-size:1.2em;
	text-align: center;
	color:#32b9cd;
}
#date{
	width:100%;
}
#date img{
	width:100%;
	height: auto;
}
#inscripciones{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}
.boton{
	width: 100%;
}
.form{
	width: 50%;
	margin:0% 25% 5% 25%;
	border-radius: 30px;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	background-color: #e4436f;
	
	padding: 2%;
	font-weight: 600;
	border: 0px;
	font-size: 1.2em;
	}
.form:hover
{
	cursor: pointer;
	background-color: #f4ad33;
	
}
.form:hover{
	cursor: pointer;
}
.calendar{
	width: 15%;

}
.calendar img{
	width: 90%;
	height: auto;

}
.place{
	width: 85%;
display: flex;
	flex-direction: row;
	flex-wrap:wrap;
}
#footer{
	width: 98%;
	padding:1%;
	margin-top:2%;
	background-color: #00306a;
	
}
	#nav ul{
	margin:0;
	list-style:none;
	padding:0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#nav li{
	flex: 1 1 auto;
}
#nav ul li a{
	display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
	border-right: 1px SOLID #CCCCCC;
    font-weight: bold;
    padding: 4px;
    min-height: 15px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
#nav ul li a:hover{
	background-color: #1e5a9b;
	color:#ffffff;
}

#nav2{
	background-color: #1e5a9b;
	
	width: 100%;
}
#nav2 ul{
	margin:0;
	list-style:none;
	padding:0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#nav2 li{
	flex: 1 1 auto;
}
#nav2 ul li a{
	display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
	border-right: 1px SOLID #CCCCCC;
    font-weight: bold;
    padding: 5px;
    min-height: 15px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
#nav2 ul li a:hover{
	background-color: #ebae47;
	color:#ffffff;
}
	.expositor p{

	font-family: "Roboto", sans-serif;
	font-size:1em;
	line-height: 1.2em;
	margin:0px 0px 10px 0px;
	color:#808080;
}
.expositor {
	width:96%;
	padding:1%;
	margin:1%;
	display:flex;
	flex-direction: row;
	align-content: flex-start;
	flex-wrap: wrap;
	text-align: center;
	border-radius:10px;
	border:1px solid #999999;

}
.fotoexpositor{
	width:50%;
	margin: 0 auto;
	
}
.fotoexpositor img{
	width: 100%;
	height: auto;
	border-radius: 100%;
	border: 2px solid #eab83d;
}
.datosexpo{
	width: 100%;
text-align: center;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	
}
.expositor h3{
	font-family: "Roboto", sans-serif;
	font-size:1.2em;
	text-align: center;
	color:#32b9cd;
}
	h3{
	font-family: "Roboto", sans-serif;
	font-size:1.2em;
	line-height: auto;
	text-align: center;
	color:#32b9cd;
}
	h2{
	font-family: "Roboto", sans-serif;
	font-size:1.4em;
	width:100%;
	text-align: left;
	color:#32b9cd;
}
	h1{
	font-family: "Roboto", sans-serif;
	font-size:1.5em;
	width:100%;
	text-align: left;
	color:#ebae47;
}
	table{
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size:0.8em;
	color:#333333;
	
}
	td img{
	width:99%;
	height:auto;
	padding: 1%;
	margin: 0 auto;
}
}

	
