@import 'https://fonts.googleapis.com/css?family=Quicksand';

body
{
	font-size: 15px;
	font-family: 'Quicksand', sans-serif !important;
	background-color: #fff;
	overflow-x: hidden;
}
#mapa
{
	margin-left: 20%;
}
header
{
overflow: hidden;
margin-bottom: 30px;
}
header img{
	max-width: 1200px;
}

.form-group label
{
	font-family: 'Quicksand';
	font-size: 15px;
}
h1, h2, h3
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}
img{
	width: 100%;
}
/*---------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: #760012;
	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
	
}
#preformulario a{
	color: #fff;
	text-decoration: underline;
}
#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;
}

/*----------auditorio-----------*/
.box1{

	position:relative;
	background:#eee;
	width:400px;
	height:350px;
	border:solid 5px #8e9192;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:50px auto;
	border-top-right-radius:50%;
	border-bottom-left-radius:50%; 
	border-bottom-right-radius:0; 
}
.box2{
	position:absolute;
	width:410px;
	height:250px;
	background-color:#eee;
	top:45px;
	left:-5px;
}
.box3{
	position:absolute;
	width:300px;
	height:410px;
	background-color:#eee;
	top:-5px;
	left:45px;
}
.logo
{
	width:350px;
	height:350px;
	margin: 20px auto;
	position:relative;
}
.logo img
{
	width: 100%;
}
.logo h3
{
	margin-top: 60px;
}
.logo p
{
	font-weight: 600;
	margin: 20px 0;
	font-size: 0.9em;
	font-family: 'Quicksand', sans-serif;
}
#ella-logo
{
	width: 400px;
	margin: auto;
}

#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;
	}

}
