* {
  font-family: 'Open Sans', sans-serif;
}
html {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  background-size: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.lead a, .lead ul li a {
  color: #ec786d;
  text-shadow: 2px 2px rgb(59, 59, 59);
  font-weight: 700;
}

.lead a:hover {
  color: #ffd43b;
  text-decoration: none;
}

footer a {
  color: #026fce;
}

footer a:hover {
  color: #e12d1b;
  text-decoration: none;
}

.header-logo {
  max-height: 60px;
}
.header-link:hover {
  color: #e12d1b !important;
  text-decoration: none;
}

.dark-background {
  background-color: #343a40;
  color: white;
}

.light-background {
  color: white;
  background-color: #d82719;
  background-image: linear-gradient(124deg, #d82719 0%, #0057a8 25%, #333a40 83%);
}

.header-img {
  opacity: 0.5;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  /*background-color: #0057a8;
  border-color: #0057a8;*/
  background-color: #e12d1b;
  border-color: #e12d1b;
}
.btn-primary:hover {
  background-color: #3673a8;
  border-color: #3673a8;
}

.bg-pycon {
  background-color: #0057a8;
}

.header_video {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 30rem;
  width: 100%;
  overflow: hidden;
}

.header_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header_video .container {
  position: relative;
  z-index: 2;
}

.header_video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .header_video {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  .header_video video {
    display: none;
  }
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing h3 {
  font-weight: 300;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.schedule-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  font-size: 50px;
}

.logo {
  max-width: 300px;
  vertical-align: middle;
}
.txt-logo {
  font-size: 5em;
  text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.txt-pycon {
  color: white;
  font-size: 1.2em;
}

.featurette-logo {
  margin-top: 1.5rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.h3-heading {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 3rem;
  }

  .featurette-image {
    margin-top: 3rem;
  }

}

@media (max-width: 768px) {
  .logo {
      max-width: 90%;
  }
  .txt-logo {
      font-size: 2rem;
  }
  .txt-pycon {
      color: white;
      font-size: 1em;
  }
  .h2,
  h2 {
      font-size: 1em;
  }
  .header_video {
      height: 50vh;
  }

  .navbar {
      max-width: 100%;
  }

  .h3-heading {
    font-size: 1.5em;
  }

}

@media (max-width: 700px) {
  .navbar {
      max-width: 100%;
  }
  }

.red {
  /*color: #ff6961;*/
  color: #e12f1d;
  font-style: normal;
}

.blue {
  color: #0c58a5;
  font-style: normal;
}

.white {
  color: #ffffff;
  font-style: normal;
}

.light-yellow {
  color: #ffe873;
  font-style: normal;
}

.yellow {
  color: #ffd43b;
  font-style: normal;
}

.sky {
  color: #a4ccf0;
}

.lead {
  font-size: 1em;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
}

/* Blockquote */
.sponsor-blockquote{
  font-size: 1em;
  width:90%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: white;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #376d9c;
  line-height:1.6;
  position: relative;
}

.sponsor-blockquote::before{
  font-family:Arial;
  content: "\201C";
  color: #376d9c;
  font-size:5em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.sponsor-blockquote::after{
  content: '';
}

.sponsor-blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

/* Style for the schedule */
.keynote-name {
  font-size: 2em;
}

.keynote-item {
  /*background-color: #e12f1d;*/
  background: linear-gradient(to right, #0057a8ff, #e12d1bff 70%);
}

.talk-title {
  font-size: 1.3em;
}

.talk-time {
  font-size: 1.2em;
}

.talk-description {
  font-size: 0.9em;
}

.speaker-name {
  margin: 0px;
  font-weight: bold;
  font-size: 1.1em;
  /*
  background: linear-gradient(to right, #0057a8ff, #e12d1bff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}

.speaker-description {
  margin: 0px;
  border-left: 5px solid #e12f1d;
  padding-left: 15px;
}

.speaker-social {
  margin: 0px;
}

@media (max-width: 700px) {
  .speaker-photo {
      width: 0px;
  }
}
@media (min-width: 62em) {
  .speaker-photo {
      max-width: 150px;
      border-radius: 50%;
      box-shadow: 0 0 98px 6px rgba(0, 0, 0, 0.2);
  }
}


table .w-10 { width: 10%; }
table .w-15 { width: 15%; }
table .w-20 { width: 20%; }
table .w-30 { width: 20%; }
table .w-50 { width: 60%; }
table .w-60 { width: 60%; }


.programa .nav-item {
  background-color: #343a40;
  padding: 10px;
}
.programa a {
  color: white;
}
.nav-item:hover {
  background-color: #5a656f;
}


/* Talleres */

.viernes-taller {
  background-color: #dd9300;
  border: 1px solid white;
}

.viernes-mesa {
  background-color: #e12f1d;
  border: 1px solid white;
}

.viernes-almuerzo {
  background-color: #77bd77;
  border: 1px solid white;
}

.break-item {
  background-color: #77bd77;
  line-height: 1.5em;
}

.mesa-item {
  background-color: #dd9300;
}

.icon-img {
  font-size: 3em;
}

.icon-txt {
  font-size: 2em;
}
