@font-face {
  font-family: 'futuraL';
  src: url('fonts/FUTURAL.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futuraM';
  src: url('fonts/FUTURAM.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futuraB';
  src: url('fonts/FUTURAB.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
header {
  padding: 30px 0 25px;
}
header .wrapper {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
@media only screen and (max-width: 767px) {
  header img {
    max-width: 45%;
  }
}
.main_banner {
  background-image: url(../images/main-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 0 110px;
}
@media only screen and (max-width: 767px) {
  .main_banner {
    padding: 20% 0;
    background-image: url(../images/main-banner-mobile.jpg);
  }
}
.main_banner .wrapper {
  text-align: center;
}
.main_banner .date {
  font-family: 'futuraB', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  padding: 0 30px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .main_banner .date {
    line-height: 36px;
  }
}
.main_banner .title {
  font-family: 'futuraB', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  margin: 0;
  padding: 50px 0 30px;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .main_banner .title {
    line-height: 36px;
  }
}
.main_banner .title span {
  font-size: 55px;
  line-height: 70px;
  display: block;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .main_banner .title span {
    font-size: 20px;
	  line-height: 30px;
  }
}
.main_banner .sub_title {
  font-family: 'futuraM', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  padding: 0 0 60px;
}
.main_banner .signup {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  color: #000000;
  padding: 0 35px;
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
}
.topics {
  background-image: url(../images/caja-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 150px;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 20% 0 0;
    background-image: none;
  }
}
.topics .mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .topics .mobile {
    display: block;
  }
}
.topics .mobile img {
  width: 100%;
  margin: 20px 0 0;
  vertical-align: bottom;
}
.topics .text {
  width: 50%;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .topics .text {
    padding: 0;
    width: 100%;
  }
}
.topics .text > img {
  display: block;
}
.topics .title {
  font-family: 'futuraB', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.topics .sub_title {
  font-family: 'futuraB', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color: #000000;
  margin: 0 0 10px;
}
.topics ul {
  list-style: none;
  margin: 0;
  padding: 40px 0 20px;
}
.topics li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
  color: #000000;
}
.topics p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #008cce;
  margin: 0;
}
.speaker {
  background-color: #f2f2f2;
  padding: 115px 0;
}
@media only screen and (max-width: 767px) {
  .speaker {
    padding: 20% 0;
  }
  .speaker .wrapper {
    flex-wrap: wrap;
  }
}
.speaker .profile {
  padding: 0 70px 0 0;
}
@media only screen and (max-width: 767px) {
  .speaker .profile {
    padding: 0 0 20px;
  }
  .speaker .profile img {
    width: 80%;
    margin: 0 10%;
  }
}
.speaker .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
.speaker .name {
  font-family: 'futuraB', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color: #000000;
  margin: 0;
}
.speaker .proffesion {
  font-family: 'futuraM', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  color: #000000;
  text-transform: uppercase;
}
.speaker p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  padding: 25px 0 0;
}
#signup {
  background-color: #008cce;
  padding: 110px 0 170px;
}
@media only screen and (max-width: 767px) {
  #signup {
    padding: 20% 0;
  }
}
#signup .title {
  font-family: 'futuraB', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #signup .title {
    font-size: 32px;
    line-height: 40px;
  }
}
#signup .date {
  font-family: 'futuraM', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 35px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #signup .date {
    font-size: 18px;
    line-height: 25px;
  }
}
#signup form {
  background-color: #ffffff;
  padding: 80px 65px;
}
@media only screen and (max-width: 1200px) {
  #signup form {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  #signup form {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #signup form {
    padding: 10px;
  }
}
#signup form .column {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  #signup form .column {
    width: 100%;
  }
}
#signup form .column.first label {
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  #signup form .column.first label {
    width: 30%;
  }
}
@media only screen and (max-width: 1023px) {
  #signup form .column.first label {
    width: 100%;
  }
}
#signup form .column.first input,
#signup form .column.first select {
  width: 80%;
}
@media only screen and (max-width: 1200px) {
  #signup form .column.first input,
  #signup form .column.first select {
    width: 70%;
  }
}
@media only screen and (max-width: 1023px) {
  #signup form .column.first input,
  #signup form .column.first select {
    width: 100%;
  }
}
#signup form .item {
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1023px) {
  #signup form .item {
    flex-wrap: wrap;
  }
}
#signup form label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: right;
  padding: 0 10px 0 20px;
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  #signup form label {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
#signup form input,
#signup form select {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  color: #000000;
  padding: 0 10px;
  margin: 0;
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  #signup form input,
  #signup form select {
    width: 100%;
  }
}
#signup form input[type="submit"],
#signup form select[type="submit"] {
  width: auto;
  margin: 0 0 0 auto;
  background-color: #008cce;
  border-radius: 8px;
  padding: 0 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
}
.community {
  background-color: #e5e5e5;
}
.community .wrapper {
  background-image: url(../images/planes-banner.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .community .wrapper {
    background-image: none;
  }
}
.community .title {
  font-family: 'futuraB', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
  margin: 0;
  padding: 70px 0 15px;
}
@media only screen and (max-width: 767px) {
  .community .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.community p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 0;
  padding: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .community p {
    font-size: 18px;
  }
}
.community a {
  background-color: #008cce;
  border-radius: 8px;
  padding: 0 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 85px;
}
footer {
  padding: 25px 0;
  border-bottom: 5px solid #008cce;
}
footer .wrapper {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .wrapper {
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
  }
}
footer .legal {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  footer .legal {
    line-height: 24px;
    margin: 0 0 10px;
  }
}
footer .social a {
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 767px) {
  footer .social a {
    margin: 0 4px;
  }
}
