@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html {
	height: 100%;
	position: relative;
	min-height: 100%;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

body {
	background-color: #eeeeee;
	height: 100%;
	min-height: 35rem;
	position: relative;
	font-family: 'Open Sans', sans-serif;;
	font-weight: 300;
}
.preheader{
	height: 20px; 
	background-color: #000;
}
header{
	background-color: #eeeeee;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}
header img{
	width: 100%;
}
main#auditorio{
	color: #333;
	padding: 50px 0 100px 0;
	font-size: 0.9rem;
}
#auditorio input[type="text"]{
	background-color: #FFFFFF;
	color: #333;
}
.form-control:focus {
	color: #333;
	background-color: #fff;
	border-color: #f58425;
	outline: 0;
	box-shadow: 0 0 0 0.2rem #c11c3d;
}
.btn-success{
	background-color: #f58425;
	border-color: #f58425;
}
.btn-success:hover{
	background-color: #6a0f21;
	border-color: #6a0f21;
}
#auditorio textarea{
	background-color: #FFFFFF;
	color: #333;
}
.m-75{
	margin-top: 75px;
	margin-bottom: 75px;
}
article{
	margin-bottom: 50px;
}
.titulo {
  display: none;
}
.titulo2 {
	display: block;
	margin-bottom: 25px;
}
.titulo2 h3{
	font-size: 1.5rem !important;
}
.social-icons {
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.social-icons img{
	width: 250px;

}

@media (min-width: 768px) {
  .social-icons {
	margin: 0;
	position: absolute;
	right: 2.5rem;
	bottom: 2rem;
	width: auto;
  }
  .titulo{
	display: block;
	margin: 0;
	position: absolute;
	right: 2.5rem;
	top: 6rem;
	width: auto;
	max-width: 300px;
	color: #fff;
	text-align: right;
	z-index: 2
  }
  .titulo2{
	display: none;
  }
  .social-icons img{
	width: 250px;
  }

}


.input {
  font-weight: 300 !important;
}
footer{
	padding: 15px;
	background-color: #eeeeee;
	position: relative;
	display: block;
	width: 100%;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 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%;
}
.error{
	color: #ffe500;
}
.form-control{
	border-radius: 0;
	border: none;
}
input[type="mail"]{
	color: #333
}
p.text-highlight{
	color: #f58425;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 17px;
}
#diferido{
	color: #333;
	text-align: center;
}
#diferido h1, h2, h3{
	color: #8b8383;
	margin: 0;
}
#diferido section{
	padding: 70px 0;
}
#diferido section.a{
	background-color: #ededed;
}
#diferido hr{
	width: 160px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 60px;
	border: 2px solid #e7d50c;
}
#diferido{
	padding: 50px 0;
}
