@font-face {
  font-family: 'GothamBold';
  src: url('./gotham/Gotham-Bold.otf') format(truetype);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRegular';
  src: url('./gotham/Gotham-Regular.otf') format(truetype);
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 320px) and (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
.cintillo {
  background-color: #131f35;
  height: 20px !important;
  flex: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .container-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container {
  flex: 1 0 auto;
}
.titleFest {
  font-family: "GothamBold", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #e8a450;
  margin: 0 0 1.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .titleFest {
    font-size: 24px;
  }
}
.fechas {
  font-family: "GothamBold", sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: .5rem;
  letter-spacing: 4px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .fechas {
    letter-spacing: 2px;
    font-size: 18px;
  }
}
.horas-header {
  font-size: 19px;
  font-family: 'GothamRegular', sans-serif;
  letter-spacing: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .horas-header {
    letter-spacing: 1px;
    font-size: 16px;
  }
}
.paddingTitle {
  padding-top: 40px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .paddingTitle {
    padding-top: 0;
  }
}
.titlePresentation,
.titleEvent {
  color: #e8a450;
  font-family: 'GothamBold', sans-serif;
  font-weight: bold;
}
.labelPresenter,
.textDescriptionPresenter {
  font-family: 'GothamRegular', sans-serif;
  font-weight: normal;
}
.titleEvent {
  font-size: 20px;
  margin-top: 0;
}
.textAlignDescription {
  text-align: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .textAlignDescription {
    text-align: left;
  }
}
.titlePresentation {
  font-size: 36px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .titlePresentation {
    font-size: 20px;
  }
}
.labelPresenter {
  color: #91a3b5;
  font-size: 22px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .labelPresenter {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.imgLogo {
  width: 100%;
  height: 130px;
  object-fit: fill;
}
@media (min-width: 320px) and (max-width: 767px) {
  .imgLogo {
    height: 160px;
    width: 60%;
    display: block;
    margin: auto;
  }
}
.buttonPrimary {
  background: #e8a450;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  font-family: 'GothamRegular', sans-serif;
}
.buttonPrimary:hover,
.buttonPrimary:focus,
.buttonPrimary:active {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.buttonPrimary.block {
  display: block;
}
.buttonPrimary.toUpperCase {
  text-transform: uppercase;
}
.buttonPrimary.bold {
  font-weight: bold;
}
.spanCustomSynopsys {
  width: 100%;
  margin: 0 !important;
}
.spanCustomSynopsys div.containerImagePresenter {
  margin-top: 10px;
  width: 100%;
  height: 150px;
}
.spanCustomSynopsys div.containerDescriptionPresenter {
  margin-top: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .spanCustomSynopsys div.containerDescriptionPresenter {
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .spanCustomSynopsys.col-sm-6 {
    width: 50%;
    position: relative;
    float: left;
  }
}
.textDescriptionPresenter {
  font-size: 14px;
  color: black;
  text-align: justify;
  letter-spacing: normal;
}
.imgPresenter {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}
@media (min-width: 320px) and (max-width: 767px) {
  .imgPresenter {
    object-fit: contain;
  }
}
.content-event {
  display: flex;
  flex-direction: row;
}
.content-event div.content-video {
  padding-left: 40px;
  margin-top: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-event {
    flex-direction: column;
  }
  .content-event div.content-description {
    order: 2;
    margin-top: 10px;
    width: 100%;
  }
  .content-event div.content-description div.content-synopsis {
    margin-top: 10px;
  }
  .content-event div.content-video {
    order: 1;
    height: 200px;
    padding-left: 0;
  }
}
.contentVideo {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.contentVideo iframe.frameVideo {
  width: 100%;
  height: 100%;
}
.main-content {
  margin-bottom: 25px;
}
.datos {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 320px) and (max-width: 767px) {
  .datos {
    display: block;
  }
}
.datos .column {
  flex: 50%;
  margin: 2rem;
}
.datos .column.col-left {
  text-align: end;
}
.datos .column .element {
  margin: 5px 0 2rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .datos .column .element {
    margin: 0 0 .5rem;
  }
}
.datos .column .element .horario {
  font-family: "GothamBold", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  .datos .column .element .horario {
    font-size: 16px;
  }
}
.datos .column .element .ponente {
  font-family: "GothamBold", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #e8a450;
  margin: .5rem 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .datos .column .element .ponente {
    font-size: 17px;
    margin: .1rem 0;
  }
}
.datos .column .element .descripcion {
  font-family: "GothamRegular", sans-serif;
  font-size: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .datos .column .element .descripcion {
    font-size: 14px;
  }
}
.footer {
  background-color: #131f35;
  color: white;
  padding: 1rem 10px;
}
.footer #footer {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer {
    flex-wrap: wrap;
  }
}
.footer #footer .items {
  padding: 0 1rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items {
    margin-bottom: 10px;
    padding: 0;
  }
}
.footer #footer .items .child {
  display: flex;
  align-items: end;
}
.footer #footer .items .child img {
  margin: 0 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items .child img {
    margin: 0 5px;
    width: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items .child small {
    font-size: 80%;
  }
}
.footer #footer .items .social {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items .social a img {
    width: 22px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items .social a img.fb-icon {
    height: 22px;
    width: 13px;
  }
}
.footer #footer .items .aviso {
  color: #e8a450;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items .aviso {
    margin-bottom: 5px;
    font-size: 11px;
  }
}
.footer #footer .items.wd-social {
  width: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items.wd-social {
    order: 1;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items.wd-ubi {
    order: 2;
    width: 100%;
  }
}
.footer #footer .items.wd-hora {
  width: 41%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items.wd-hora {
    order: 3;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items.wd-tel {
    order: 4;
    width: 45%;
  }
}
.footer #footer .items.wd-pol {
  width: 25%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer #footer .items.wd-pol {
    text-align: right;
    order: 5;
    width: 45%;
  }
}
.footer .copy {
  text-align: center;
  font-size: 11px;
  margin-top: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer .copy {
    font-size: 9px;
    margin-top: 10px;
  }
}
.m-b-10 {
  margin-bottom: 10px;
}
