@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: 'Inter', sans-serif;
  font-weight: 700;
}

body {
	background-color: #eeeeee;
	height: 100%;
	min-height: 35rem;
	position: relative;
	font-family: 'Inter', sans-serif;;
	font-weight: 300;
}


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: #264f7b;
	outline: 0;
	box-shadow: 0 0 0 0.2rem #c11c3d;
}
.btn-success{
	background-color: #264f7b;
	border-color: #264f7b;
}
.btn-success:hover{
	background-color: #002041;
	border-color: #002041;
}
#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: #264f7b;
	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;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100%;
  background: url("../img/138_alta.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  vertical-align: top;
  z-index: 9;
}

#hero .hero-container {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  vertical-align: top;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  line-height: 56px;
  color: #222;
}

#hero h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#hero .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#hero .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#hero .php-email-form .loading {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 15px;
  border-radius: 50px;
}

#hero .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}

@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#hero .php-email-form input {
  border-radius: 50px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 20px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}

#hero .formari input {
  border-radius: 50px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 20px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}

#hero .formari button[type="submit"] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 8px;
  transition: 0.5s;
  margin: 10px;
  border: none;
  color: #fff;
  background: #1a356a;
}



#hero .php-email-form button[type="submit"]:hover {
  background: #557ead;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .php-email-form input {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 134px;
  padding: 0px 0;
  z-index: 10;
  position: relative;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1a356a;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}




.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}
 
.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
  font-size: 13px;
  color: #fff;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fed59d;
}



/*--------------------------------------------------------------
# Hero2 Section
--------------------------------------------------------------*/
#hero2 {
 
}

#hero2 .hero-container {

}




/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #1a356a;
  float: left;
}

.contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1a356a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.contact .social-links a:hover {
  background: #1a356a;
  color: #fff;
}



.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}



.contact .php-email-form button[type="submit"]:hover {
  background: #557ead;
}

@media (max-width: 768px) {
  .contact .social-links {
    text-align: center;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}