@font-face {
  font-family: "avenir";
  src: url("../fonts/avenir.ttc");
  }

  body {
    font-family: 'avenir';
    font-weight:normal;
    font-style:normal;
    background-color: white;
    background-position: 50% 0;
    clear: both;
    float: left;
    margin: 0 0 4.5rem;
    overflow-x: hidden;
    position: relative;
    width: 100%;
  }

  .locaciones {
    display: none;
  }

  .centro, .cuyo, .litoral, .noroeste, .pampeana{
    display:none;
  }


  .mobile-button {
    min-width: 200px;
  }

  .fixed {
    position: fixed;
    background-color: white;
    z-index:1;
    display: none;
    margin-top: 100px;
    padding-bottom: 30px;
    border-radius: 10px;

  }

  .foto-speakers-movil {
    display: none;
  }

  .acerca {
    position: fixed;
    background-color: white;
    z-index:1;
    display: none;
    margin-top: 100px;
    padding-bottom: 30px;
    border-radius: 10px;

  }

  .main-logo {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
  }

  .main-logo-movil {
    display: none;
  }

  .main-logo-movil-2 {
    display: none;
  }

  .interactivo {
    position: fixed;
    background-color: white;
    z-index:1;
    display: none;
    margin-top: 100px;
    padding-bottom: 30px;
    border-radius: 10px;

  }



  .show {
    min-width: 200px;
    font-size:20px;
  }

  @media only screen and (max-width:1200px) {
    .foto-speakers-desktop {
      display: none;
    }

    .foto-speakers-movil {
      display: block;
      width: 70%;
    }

    .fixed {
      margin-top: 15%;
    }
    .acerca {
      margin-top: 15%;
    }

    .interactivo {
      margin-top: 15%;
    }
  }

  @media only screen and (max-width:800px) {
    .main-logo {
      display: none;
    }
    .main-logo-movil {
      display: block;
    }

    .foto-speakers-movil {
      width: 80%;
    }
    .fixed {
      margin-top: 0px;
      overflow-x:scroll;
    overflow-y:hidden;
    }
    .acerca {
      margin-top: 0px;
      overflow-x:scroll;
    overflow-y:hidden;
    }
    .interactivo {
      margin-top: 0px;
      overflow-x:scroll;
    overflow-y:hidden;
    }
  }

  @media only screen and (max-width: 500px) {
    .main-logo-movil {
      display: none;
    }
    .main-logo-movil-2 {
      display: block;
    }
  }

  @media only screen and (max-width: 400px) {
    .foto-speakers-movil {
      width: 100%;
    }
    .fixed {
      margin-top: -10px;
    }
    .scroll {
      overflow-y: scroll;
      max-height: 500px;
    }


  }

  .blur {

    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px) brightness(10%);

  }

  #agenda {
    width: 100%;
    height: auto;
  }



  #logo-grande {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }

  #region {
    margin-top: 30px;
    width: 100%;
    height: auto;

  }
  #map {
    margin-top: 30px;

  }


  .center {
    margin: 0px auto;
  }

  .background {

  }

.title {
  margin-top: 110px;
  margin-left: 70px;
}

.title2 {
  margin-top: 110px;
  margin-left: 70px;
}

.register {
  margin-top: 110px;
  margin-bottom: 70px;
}



.register-btn {
  margin-top:20px;
  background-color: #ecbb33;
  border-color:  #ecbb33;
}





.header {


}

.header2  {

}

.space {
  margin-top:150px;
}

.space2 {
  margin-top: 50px;
}

.small-space {
  margin-top: 80px;
}
.circle {
  margin-left:40px;
  background-image: url(../img/circulo.png);
  min-height:440px;
  max-width: 450px;
  background-size: cover;

}


.countdown-content {
  background-color: white;
}

/* IPAD */

@media only screen and (max-width: 1200px) {

  .space {
    margin-top:35px;
  }

  .circle {

    width: 50%;
    margin: 0 auto;

  }

  .title {
    margin-top: 50px;
    margin-left: 0px;
  }

  .header {

    min-height: 600px;

  }


}

@media only screen and (max-width: 580px) {

  .circle {

    background-image: url(../img/circulo-movil.png);
    min-height: 150px;
    max-width: 160px;
    width: 50%;
    margin: 0 auto;


  }

  .countdown-wrapper {
    max-width:280px;
    margin: 0 auto;
  }

}




/* agenda */

.agenda-inner {

  margin: 0 auto;
  margin-top: 0px;
  background-color: white;
  width: 50%;
  border-style: solid;
  border-width: thin;
  border-color: black;
  min-height: 50px;

}

.agenda-inner-first {
  margin: 0 auto;
  margin-top: 30px;
  background-color: white;
  width: 50%;
  border-style: solid;
  border-width: thin;
  border-color: black;
  min-height: 50px;
}

.agenda-inner > h5 {
margin-top: 20px;
color: rgb(83, 83, 83);
font-weight: bold;
}

.agenda-inner-first > h5 {
  margin-top: 20px;
  color: rgb(83, 83, 83);
  font-weight: bold;
  }

.agenda-inner > p {
    margin: -3px;
    margin-bottom: 3px;
    color: rgb(83, 83, 83);
    }

.border-agenda {
  margin: 0 auto;
  margin-top: 50px;
  border-style: solid;
  border-width: 10px;
  border-color: #00a1e1;
  background-color: rgba(0, 0, 0, 0.4);
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding:0px;
}

.simplebar-scrollbar::before {
  background: #00a1e1;
}
.simplebar-track:hover .simplebar-scrollbar::before, .simplebar-track .simplebar-scrollbar.visible::before {
  opacity: 0.8;
}

[data-simplebar] {
  overflow: auto;
}

.time-first {
  margin: 0 auto;
  margin-top: 30px;
  background-color: white;
  width: 50%;
  border-style: solid;
  border-width: thin;
  border-color: black;
  min-height: 50px;
  margin-right: -120px;
}

.time-first >h5 {
  margin-top: 20px;
  color: #00a1e1;
  font-weight: bold;
}

.time {
  margin: 0 auto;
  margin-top: 0px;
  background-color: white;
  width: 50%;
  border-style: solid;
  border-width: thin;
  border-color: black;
  min-height: 50px;
  margin-right: -120px;

}

.time >h5 {
  margin-top: 20px;
  color: #00a1e1;
  font-weight: bold;

}

.titulo-agenda {
  margin: 0 auto;
  margin-top:40px;
  background-image: url(../img/agenda.png);
  min-height:250px;
  max-width: 270px;
  background-size: cover;

}

.titulo-agenda >h1 {
  margin: 2px;
  margin-top: -3px;
}


@media only screen and (max-width:1400px) {
  .time {

    padding: 0px;
  }

  .time-first {

    padding: 0px;
    padding-left:3px;
  }

 }


@media only screen and (max-width:768px) {
  .time {
    margin-right: -95px;
  }

  .time-first {
    margin-right: -95px;
  }

 }

 @media only screen and (max-width:670px) {
  .time {
    margin-right: -60px;
  }

  .time-first {
    margin-right: -60px;
  }

 }

 @media only screen and (max-width:600px) {
  .time {
    margin-right: -120px;
  }

  .time-first {
    margin-right: -120px;
  }

 }


@media only screen and (max-width:340px) {
  .time {
    margin-right: -60px;
  }

  .time-first {
    margin-right: -60px;
  }

 }

 #bienvenidos {
  margin-top: -90px;
 }

 @media only screen and (max-width:800px) {
  #bienvenidos {
    margin-top: -50px;
   }
 }

 @media only screen and (max-width:576px) {
  #bienvenidos {
    margin-top: 25px;
   }
 }



 .help-button-wrapper {
  position: fixed;
  bottom: 1em;
  right: 1em;
  text-align: center;
  z-index:1;

}
.help-button {
  height: 6.5em;
  width: 6.5em;
  font-size: 12px;
  border-radius: 50%;
  border: 0 none;
  background: #00a1e1;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transform: scale(1);
  transition: all 200ms ease;
}
.help-button:hover,
.help-button:focus,
.help-button:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
}
.help-button span {
  display: block;
  font-size: 2em;
  transform: scale(1);
  transition: transform 100ms ease;
}
.help-button:hover span,
.expanded .help-button span,
.expanded .help-button span {
  transform: scale(1.10);
}
.expanded .help-button {
  transform: scale(.5);
  color: rgba(255,255,255,.5);
  background: #ffaa00;
}
.help-list {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: all 200ms ease;
  transform: translate(0, 90px) scale(.5);
  transform-origin: bottom center;
  opacity: 0;
}
.expanded .help-list {
  transform: translate(0px,20px) scale(1);
  opacity: 1;
}
.help-list li {
  margin-bottom: 1em;
}
.help-list a {
  color: #212121;
}

.bios-profile {
  max-width: 100%;
  height: auto;
}

.bio-name {
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
}

.bio-short {
  padding-bottom: 30px;
  font-size:13px;
}

.first-bio {
  margin-left: 55px;
}

@media only screen and (max-width:600px) {
  .first-bio {
    margin-left: 0px;
  }

 }

.ul-bio {
  margin-left:-20px;
  font-size:13px;
}

.table-time {
  font-size: 12px;
}
@media only screen and (max-width:800px) {
.small-phone {
  font-size: 12px;
}
}




@media only screen and (max-width:700px) {

  .container-iframe {
    height: 300px;
  }


}

@media only screen and (max-width:600px) {

  .container-iframe {
    height: 250px;
  }


}

.logo {
  width: 88;
  height: 62;
  margin-left: 30%;
  margin-top: 10px;
  margin-top: 10px;
}

.acl {
  font-size: 25px;
}


@media only screen and (max-width:900px) {

  .acl {
    font-size: 18px;
  }


}



.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    background-color: #F5F5F5;
    margin-top: 18px;
    padding-top: 15px;
    padding-bottom: 8px;
}

.encuesta-opcion {
  cursor: pointer;
  border: 1px solid #dfe5eb;
  border-radius: 10px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  padding-left: 18px;
  padding-right: 18px;
}

.encuesta-opcion:hover {
  background-color: #eceff3;
}

.encuesta-opcion.is-selected {
  background-color: #dbe8ff;
  border-color: #4c84ff;
  box-shadow: 0 0 0 2px rgba(76, 132, 255, 0.15);
}

.encuesta-opcion input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.encuesta-opcion-label {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}

label {
  cursor: pointer;
}

.hidden {
  display: none;
}

.superhidden {
  display: none;
}

.loader {
  color: #0080ff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
