@import 'https://fonts.googleapis.com/css?family=Montserrat';

body
{
	font-size: 13px;
	font-family: 'Montserrat', sans-serif !important;
	overflow-x: hidden;
	color: #333;
	background-color: #fc9808;
}
@media (min-width: 1200px){
	.container {
	    width: 1000px;
	}
}
#mapa
{
	margin-left: 20%;
}
header
{
	background-color: transparent;
	overflow: hidden;
	color: #333;
	font-size: 20px !important;
	font-weight: bold;
}
header>.container
{
	padding: 0
}
.form-group label
{
	font-family: 'Montserrat';
	font-size: 15px;
}
h1, h2, h3
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
img{
	width: 100%;
}
header>.container>a>img
{
	width: auto;
}
/*---------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;
}

/*----------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: 'Montserrat', sans-serif;
}
#ella-logo
{
	width: 400px;
	margin: auto;
}

#iframe-wrap
{
	
	border: 1px solid #ccc;
}
.envie
{
	width: 100%;
	color: #333;
	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;
	}

}
.text-highlight{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
p{
	color: #fff;
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.pie{
	margin-top: 50px;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}