@import url('https://fonts.googleapis.com/css?family=Archivo+Black');

body
{
	font-size: 16px;
	font-family: 'Roboto', sans-serif !important;
	background-color: #222;
	overflow-x: hidden;
	color: #fff;
}
#mapa
{
	margin-left: 20%;
}
header
{
	
}

.form-group label
{
	font-family: 'Roboto';
	font-size: 15px;
}
h1, h2, h3
{
	font-family: 'Archivo Black', sans-serif;
	font-weight: 700;
}

header #portada{
	width: 100%; 
	height: 300px;
	background-size: cover;
	background-image: url('https://cdn3.uvnimg.com/05/fe/2e18d5a747528671ee47bebc6e14/iStock_000057938762_Large.jpg');
}

.logo{
	position: absolute;
	width: 500px; 
	height: 200px;
	background-image: url('img/logo.png'); 
	background-size: 500px;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -250px;
	margin-top: 55px;
}
iframe{
	background-color: #000
}
nav{
	font-size: 16px;
}
.navbar-inverse {
    background-color: #101010;
    border-color: #080808;
}

footer{
	background-color: #101010;
	padding: 20px;
}
.hora{
	color: #e0a025;
	margin-bottom: 0;
	margin-top: 25px;
	font-weight: bold;
}
.bloque{
	text-transform: uppercase;
	color: #8bb73c;
	margin-top: 25px;
}
img{width: 100%}
.disertante{
	overflow: hidden;
	padding: 15px;
}
/*---------index---------------*/
#bordeformulario
{
	background-color: #eee;
	width: 400px;
	height: 15px;
	margin: auto;
	text-align: center;
	box-shadow: -5px 5px 10px rgba(0, 0, 0, .5);
}
#preformulario
{
	background-color: #e61938;
	width: 410px;
	margin: auto;
	color: #333;
	padding: 12px;
	box-shadow: -5px 5px 10px rgba(0, 0, 0, .5);
	font-weight: 700;
}
#preformulario h3
{
	margin: 0;
	font-weight: 700
}
#formulario
{
	background-color: #eee;
	width: 400px;
	margin: auto;
	text-align: center;
	padding: 15px;
	color: #333;
	box-shadow: -5px 5px 10px rgba(0, 0, 0, .5);
	font-weight: 700
}
.compartir
{
	width: 100px;
	color: #3a3f4a !important;
	margin: auto;
	text-align: center;
	border-top: 2px solid #3a3f4a;
	font-size: 12px;
}
.compartir .fa-facebook-official
{
	font-size: 2em;
	margin-top: 5px;
}
.compartir a
{
	color: #3a3f4a !important;
	text-decoration: none;
	overflow: hidden;
	padding: 5px;
	display: block;
}

#iframe-wrap
{
	
	border: 1px solid #ccc;
}
.envie
{
	width: 100%;
	color: #fff;
	background-color: #3a3f4a;
	float: left;
	font-size: 14px;
	margin-top: 15px;
	padding: 10px;
}
/*-------------diferido------------------*/
.box-diferido
{
	height: 350px;
	font-size: 12px;
}

.box-diferido img
{
	max-width: 400px
}


@media (max-width: 960px) {
	.box-diferido
	{
		height: 400px;
	}
}

@media (max-width: 600px) {
	#bordeformulario
	{
		width: 270px;
	}
	#preformulario
	{
		width: 280px;
	}
	#formulario
	{
		width: 270px;
	}
	#ella-logo
	{
		width: 280px;
		margin: auto;
	}
	.box-diferido
	{
		height: auto;
	}

}
article {
    margin-bottom: 30px;
    font-size: 14px;
}
.text-highlight {
    font-weight: bold;
    color: #f5851e;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 5px;
}
