html,
body,
p {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?87097439');
  src: url('../font/fontello.eot?87097439#iefix') format('embedded-opentype'),
    url('../font/fontello.woff2?87097439') format('woff2'),
    url('../font/fontello.woff?87097439') format('woff'),
    url('../font/fontello.ttf?87097439') format('truetype'),
    url('../font/fontello.svg?87097439#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
#row2 article a:hover::after,
.icon-right-open:before {

  font-family: "fontello";

  font-style: normal;

  font-weight: normal;

  /* speak: none; */



  display: inline-block;

  text-decoration: inherit;

  width: 1em;

  margin-right: .2em;

  text-align: center;

  /* opacity: .8; */



  /* For safety - reset parent styles, that can break glyph codes*/

  font-variant: normal;

  text-transform: none;



  /* fix buttons height, for twitter bootstrap */

  line-height: 1em;



  /* Animation center compensation - margins should be symmetric */

  /* remove if not needed */

  margin-left: .2em;



  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */



  /* Font smoothing. That was taken from TWBS */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}



.icon-left-open:before {
  content: '\e800';
}

/* '' */
.icon-right-open:before {
  content: '\e801';
}

/* '' */
.icon-play-circled2:before {
  content: '\e802';
  top: -3px;
  position: relative;
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-pinterest-circled:before {
  content: '\f0d2';
}

/* '' */
.icon-facebook-official:before {
  content: '\f230';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

/* '' */


/*.icon-play-circled2:before { content: '\e800'; top: -3px;  position: relative; } /* '' */
*/ .btn {
  background-color: #009ee2;
  text-decoration: none;
}

.btn:hover {
  background-color: #00b2ff;
}

  .btn.big-btn {
  font-size: 1.3em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display:inline-block;
  padding: 1em;
  width: 220px;
  text-decoration: none;
  background-color: #009ee2;

}

.md-btn {
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 20px 0 0 0;
  display: block;
  padding: 0.8em;
  width: 200px;
  text-decoration: none;
}

.big-btn i {
  vertical-align: middle;
}

.main-title {
  font-size: 3em;
  font-weight: 300;
  color: #434343;
  text-align: center;
  margin: 0.8em 0
}

.title {
  color: #434343;
  font-weight: 300;
  text-align: center;
  font-size: 1.5em;
}

hr {
  width: 150px;
  height: 8px;
  background-color: #e9e9ea;
  margin: 1em auto;
  display: block;
  border: none
}

.bg-color {
  background-color: #ddecf2;
  padding: 2em 0
}

.bg-color-gris {
  background-color: #e6e6e6;
  padding: 0.2em 0 3em 0
}

/* HEADER */

header {
  background-color: #eee;
  background-repeat: repeat-y;
  background-position: center
}

header h1 {
  background-color: #eee;
  padding: 0.7em 1.3em 0.7em 0.7em;
  float: left;
  border-right: 3px solid #fff;
}

header .wrapper>div:first-of-type {
  background-color: #eee;
  height: 100%;
  padding: 33px 0 32px 293px
}

header h2 {
  color: #575757;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1em
}

header h2 span {
  font-size: 0.8em;
  font-weight: 300
}

header .exito {
  position: absolute;
  top: 0;
  left: 220px
}

/* START */

#start header {
  /*position: absolute; top: 0; z-index: 1; */
  margin-left: 10px;
}

#start header h1 {
  /*background-color: #fff; */
  padding: 0.5em;
  /* border-right: 3px solid #fff; */
  float: none;
}

#start header .exito {
  position: absolute;
  top: 0;
  right: -70px
}

#start nav {
  width: 100%;
  background-color: #eee
}

#sponsors {
  position: absolute;
  left: 282px;
  top: 6px;
}

#sponsors-interna {
  position: absolute;
  right: 40px;
  top: 30px;
}

#sponsors-interna span {
  display: block;
  margin-left: 18px
}

#sponsors-interna img:nth-of-type(2) {
  display: none
}

#start nav ul {
  float: right;
  width: auto
}

#start .row {
  padding: 0.3em 0.3em 0.3em;
  background-color: #eee
}

#start .carousel1 {
  padding: 0.3em;
  position: relative;
}

#start .carousel1 a {
  text-decoration: none;
}

#start .item {
  -webkit-transition: all 1s;
  transition: all 1s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto
}

#start .item:hover {
  background-position: top;
}

#start .item:after {
  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  z-index: 0;

  background-color: #fff;

  -webkit-transition: all 1s;
  transition: all 1s;

}

#start .item:hover:after {
  opacity: 0.3;
}

#start ul.slimmenu li a {
  padding: 16px 20px 16px 20px
}

.exitototal {
  position: absolute;
  width: 262px;
  height: 63px;
  background: url(../images/exito-total.png)no-repeat;
  right: -11px;
  z-index: 10;
  top: 20px
}



/* MAIN SLIDER */

.carousel1 .item {
  text-align: center;
  color: #fff;
  padding: 6.4em 0;
  height: 485px;
}

.carousel1 .item h3 {
  font-size: 1.0em;
  background-color: #ffd500;
  padding: 0.5em;
  display: inline-block;
  color: #000;
  margin-bottom: 0.5em
}

.carousel1 .item h2 {
  font-size: 2.0em;
  line-height: 1em
}

.carousel1 .item h4 {
  font-size: 1.5em;
  font-weight: 300
}

.carousel1 .item hr {
  width: 62px;
  height: 4px;
  background-color: #ffd500
}

.carousel1 .item h5 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 0.5em
}

.carousel1 .item h5 span {
  font-size: 0.8em;
  color: #fff
}

.carousel1 .item .big-btn {
  padding: 0.6em;
  margin: 0 auto
}

.inline {
  display: inline-block;
  margin: 0 1em 0.5em !important
}

#main-slider .exitototal {
  left: -15px;
  background-image: url(../images/exito-total-izq.png);
  background-repeat: no-repeat;
}

.carousel1 .carousel-control span {
  font-size: 2em;
  top: 50%;
  margin-top: -25px;
  position: absolute;
}

.carousel1 .carousel-control.left span {
  left: 0;
}

.carousel1 .carousel-control.right span {
  right: 0;
}

.slider-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/dot-pattern.png) repeat;
  top: 0
}

.slider-content-bottom {
  position: absolute;
  bottom: 1em;
  background-color: rgba(0, 158, 226, 0.7);
  font-weight: 400;
  font-size: 1.8em;
  color: #fff;
  text-align: left;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 50%;
  padding: 0.3em 0.5em;
}

#main-slider video {
  position: absolute;

  top: 50%;

  left: 50%;

  min-width: 100%;

  min-height: 100%;

  width: auto;

  height: auto;

  z-index: 0;

  transform: translateX(-50%) translateY(-50%);
}



/* HOME */

.row article.bg {
  background-position: center center;
  background-size: cover;
  position: relative;
}

#row1 article h3 {
  font-size: 1.1em;
  line-height: 2.5em
}

#row1 article p {
  font-size: 0.9em;
  line-height: 1.5em
}

#row1 article a {
  font-size: 1em;
  background-color: #009ee2;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 1em;
  display: inline-block;
  padding: 8px 32px 8px 12px;
  margin-top: 1em;
  position: relative;
}

#row1 article a::after {
  content: "\00a0";
  background: url(../images/link-arrow.png) no-repeat;
  padding-right: 10px;
  margin-left: 10px;
  position: absolute;
  top: 12px;
}

#row1 article a:hover {
  background-color: #00b2ff
}

#row2 article {
  height: 270px;
  position: relative;
}

#row2 article a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  text-decoration: none;

  transition: all 0.2s ease-out;

  -o-transition: all 0.2s ease-out;

  -moz-transition: all 0.2s ease-out;

  -webkit-transition: all 0.2s ease-out;
}

#row2 article a:hover {
  background-color: rgba(255, 102, 0, 0.5);
}

/*#row2 article a:hover:after { content: "\e80d"; font-size: 4em; color: #fff; opacity: 0.7; filter: alpha(opacity=70); left: 50%; position: absolute; margin-left: -24px; top: 30%}*/

#row2 article h3 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 1em;
  font-weight: 400;
  box-sizing: border-box;
  padding: 0.8em;
  width: 100%;
  z-index: 2
}

#row3 .carousel {
  height: 340px
}

#row3 .carousel-inner {
  height: 340px
}

#row3 article {
  height: 340px;
  position: relative;
  background-color: #000
}

#row3 article h3 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 1em;
  font-weight: 400;
  box-sizing: border-box;
  padding: 0.8em;
  width: 100%;
  z-index: 2
}

#row3 article>a {
  font-size: 1em;
  background-color: #009ee2;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 1em;
  display: inline-block;
  padding: 8px 32px 8px 12px;
  margin-top: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.8em;
  z-index: 4
}

#row3 article>a:hover {
  background-color: #00b2ff
}

#row3 article>a.link-video {
  width: 100px;
}

#row3 article>a.link-photos {
  width: 85px;
}

#row3 article>a::after {
  content: "\00a0";
  background: url(../images/link-arrow.png) no-repeat;
  padding-right: 10px;
  margin-left: 10px;
  position: absolute;
  top: 17px;
}

#row3 article .carousel-control {
  width: 40px;
  height: 30px;
  background-color: #009ee2;
  padding: 30px 0;
  top: 50%;
  margin-top: -55px;
}

#row3 article video {
  cursor: pointer
}

/* POPUP

.popup { width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; z-index: 1000; display: none }

.popup .wrapper {z-index: 1001; top: 50%; margin-top: -250px}

.popup .wrapper > div { height: 500px; }

.popup .popup-bg { width: 100%; height: 100%;  position: fixed; top: 0; z-index: 500; cursor: pointer}

.popup video {height:100%; margin: 0 auto; display: block; max-width: 100%}

.popup a {height: 20px; width: 20px; background: url(../images/cerrar.png) no-repeat; position: absolute; right: 0; cursor: pointer; z-index: 1}*/

#show-main-video {
  cursor: pointer
}

/* POPUP */

.popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  z-index: 21000;
  display: block
}

.popup img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -300px;
}

.popup .wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%
}

.popup #cerrar {
  height: 20px;
  width: 20px;
  background: url(../images/popup/cerrar.png) no-repeat;
  position: absolute;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  top: 36%;
  margin-top: -327px;
}

/*.home-event-top{    top: 0;    position: fixed;    width: 100%; z-index: 1000; display: none}
.home-event-top .wrapper{height: 3em; margin: 0 auto;
    width: 900px; position: relative;}*/
.home-event-top {
  position: absolute;
  top: 0;
  right: 0;
}

#botons {
  position: relative;
}

/* POPUP FIN */



/* EVENTO */

#evento .sidetxt {
  background-color: #31373d;
  color: #fff
}

#evento .sidetxt article {
  padding: 3em
}

#evento .sidetxt article h2 {
  font-size: 3.2em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 0.4em
}

#evento .sidetxt article h2 span {
  font-weight: 300
}

#evento .sidetxt p {
  color: #f8b135
}

#evento .sideimg {
  height: 1px
}

#evento #main-info .row {
  background: url(../images/evento-main.jpg) no-repeat;
  background-position: right;
  background-size: auto 475px;
  position: relative;
  background-color: #31373d
}

#evento #main-info .row img {
  position: absolute;
  left: 50%;
  margin-left: -39px;
  top: 50%;
  margin-top: -27px
}

#evento #features {
  margin-top: 1em
}

#evento #features .wrapper {
  background-color: #ddecf2;
  padding: 3em 0 3em 0
}

#evento #features .row {
  padding: 0 4em
}

#evento #features article {
  padding: 0 2em
}

#evento #features article img {
  margin: 0 auto;
  display: block;
  max-width: 100%
}

#evento #features article h3 {
  color: #009ee2;
  font-weight: 400;
  text-align: center;
  font-size: 1.5em;
  margin-top: 0.5em;
  line-height: 1.2em
}

#evento #features article h3 small {
  font-size: 0.7em;
  line-height: 0.2em
}

#evento #food {
  text-align: center;
  margin-top: 1em
}

#evento #food .wrapper {
  background-color: #f4dfbc;
  padding: 1em 0
}

#evento #food .wrapper>* {
  display: inline-block;
}

#evento #food .wrapper p {
  padding: 0 1em
}

#evento #marcas h2 {
  margin-bottom: 0
}

#evento #marcas p {
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0.8em
}

#evento #marcas img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* SEDE */

#sede .sidetxt {
  background-color: #31373d;
  color: #fff
}

#sede .sidetxt article {
  padding: 3em
}

#sede .sidetxt article h2 {
  font-size: 3.2em;
  font-weight: 100;
  line-height: 1em;
}

#sede .sidetxt article.centro h2 {
  line-height: 0.7em;
}

#map-canvas {
  height: 708px;
  background-color: #31373d
}

#santarosa #map-canvas {
  height: 450px;
  background-color: #31373d
}

#santarosa .sidetxt {
  height: 450px
}

#sede .sidetxt article h2 span {
  font-weight: 300
}

#sede .sidetxt article.centro h2 strong {
  font-weight: 300;
  font-size: 0.5em
}

#sede .sidetxt article h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0.5em
}

#sede .sidetxt article h4 {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0.8em
}

#sede img {
  max-width: 100%;
  display: block
}

/* AGENDA */

#agenda h3 {
  color: #434343;
  font-weight: 300;
  text-align: center;
  font-size: 1.2em
}

#agenda .btn {
  background-color: #6fc2e6
}

#agenda .btn:hover {
  background-color: #00b2ff
}


#dia1-btn,
#dia2-btn {
  background-color: #000;
  padding: 78px 68px;
  width: auto;
  display: inline-block;
  text-align: center;
  color: white;
}

#dia1-btn.selected,
#dia2-btn.selected,
#dia1-btn:hover,
#dia2-btn:hover {
  background-color: #00b2ff;
}

#agenda #agenda-cont {
  width: 780px;
  margin: 2em auto;
  display: block;
  box-sizing: border-box;
}

#agenda #agenda-cont nav ul {
  list-style: none;
}

#agenda #agenda-cont nav ul li {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: #009ee2;
  font-weight: 300;
  margin-right: -4px
}

#agenda #agenda-cont nav ul li a {
  text-decoration: none;
  color: #fff;
  width: 68px;
  height: 78px;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  padding-top: 12px;
  padding-left: 22px;
  cursor: pointer
}

#agenda #agenda-cont nav ul li a.selected {
  background-color: #0183bb
}

#agenda #agenda-cont nav ul li a span {
  display: block;
  font-size: 42px;
  letter-spacing: -2px
}

#agenda #agenda-cont .agenda-dia {
  background-color: #fff;
  padding: 0.5em;
  border-top: 5px solid #0183bb;
}

#agenda #agenda-cont .agenda-dia h3 {
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.3em;
  background-color: #0183bb;
  padding: 0.3em 0.5em
}

#agenda #agenda-cont .agenda-dia h3 div {
  display: inline-block;
}

#agenda #agenda-cont .agenda-dia h4 {
  font-size: 2em;
  color: #009ee2;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0.3em;
}

#agenda #agenda-cont .agenda-dia .grid-content {
  width: 100%;
  display: table;
  border-top: 5px solid #0183bb;
}

#agenda #agenda-cont .agenda-dia .grilla {
  display: table-cell;
  width: 75%
}

#agenda #agenda-cont .agenda-dia .showroom-mobile {
  display: none
}

#agenda #agenda-cont .agenda-dia .showroom {
  display: table-cell;
  background-color: #009ee2;
  width: 25%;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  vertical-align: middle;
}

#agenda #agenda-cont .agenda-dia .grilla ul {
  list-style: none
}

#agenda #agenda-cont .agenda-dia .grilla ul li {
  background-color: #fff;
  height: auto;
  margin-bottom: 0.5em
}

#agenda #agenda-cont .agenda-dia .grilla ul li.alt {
  background-color: #f8b135;
  height: auto;
  margin-bottom: 0.5em;
}

#agenda #agenda-cont .agenda-dia .grilla ul li.cierre {
  background-color: #E4E4E4;
  height: auto;
  margin-bottom: 0;
}

#agenda #agenda-cont .agenda-dia .grilla ul li.conlogo {
  height: 60px
}

#agenda #agenda-cont .agenda-dia .grilla ul li.sinlogo {
  height: 60px
}

#agenda #agenda-cont .agenda-dia .grilla ul li .hora {
  width: 90px;
  background-color: #fff;
  color: #f8b135;
  font-size: 1.2em;
  text-align: center;
  vertical-align: top;
  float: left;
  font-weight: 700;
  height: 100%
}

#agenda #agenda-cont .agenda-dia .grilla ul li.alt .hora {
  background-color: #f8b135;
  color: #fff
}

#agenda #agenda-cont .agenda-dia .grilla ul li.cierre .hora {
  background-color: #E4E4E4;
  color: #434343
}

#agenda #agenda-cont .agenda-dia .grilla ul li .detalle {
  display: block;
  vertical-align: top;
  padding-left: 96px;
  height: 100%
}

#agenda #agenda-cont .agenda-dia .grilla ul li .detalle .data {
  color: #434343;
  display: inline-block;
}

#agenda #agenda-cont .agenda-dia .grilla ul li .detalle .data h5 {
  font-size: 1.2em
}

#agenda #agenda-cont .agenda-dia .grilla ul li .detalle .data p {
  font-size: 0.8em;
  display: inline-block;
}

#agenda #agenda-cont .agenda-dia .grilla ul li .detalle .data a {
  font-size: 1em;
  text-decoration: none;
  color: #009ee2;
  font-weight: 700;
  display: inline-block;
}

#agenda #agenda-cont .agenda-dia .grilla ul li .detalle .logos {
  vertical-align: top;
  margin: 10px 10px 0 0;
  float: right;
}

.auditorio-filtro {
  padding: 0.6em 1em;
  background-color: #009ee2;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  margin-right: -4px;
}

.auditorio-filtro {
  text-decoration: none
}

#agenda .selected {
  background-color: #0183bb
}

/* TEMARIO */

#temario h3 {
  margin-bottom: 1em
}

#temario-cont {
  width: 70%;
  margin: 0 auto;
  display: block
}

#temario-cont ul {
  list-style: none
}

#temario-cont li {
  display: table;
  margin-bottom: 1em;
  background-color: #fff
}

#temario-cont li img {
  display: table-cell;
  vertical-align: middle
}

#temario-cont li p {
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 1em
}

/* ALOJAMIENTO */

#alojamientos .row {
  display: table;
  margin-bottom: 1em
}

#alojamientos .row>* {
  display: table-cell;
  float: none;
  padding: 1em
}

#alojamientos .row div:first-child h3 {
  color: #009ee2
}

#alojamientos .row .left {
  background-color: #ddecf2;
}

#alojamientos .row .right {
  background-color: #E8F2F7;
}

#alojamientos span {
  padding: 0.5em;
  background-color: #f8b135;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px
}

/* INSCRIPCION */

#select-ins .btn {
  margin: 1em auto;
  width: 245px
}

#select-ins .btn-compradores {
  height: 36px;
  padding: 1.2em 1em 1em 1em;
  cursor: pointer;
}

#select-ins .btn span,
#select-ins .btn i {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1em
}

#select-ins-sm {
  display: none
}

#inscripcion #main-form-cont {
  display: none
}

form {
  width: 850px;
  margin: 0 auto
}

#inscripcion .wrapper h3 {
  text-align: center;
  font-size: 2em;
  color: #434343;
  font-weight: 400;
  margin: 1em 0
}

#inscripcion .wrapper h3 span {
  font-weight: 700
}

#inscripcion article {
  background-color: #363a3f;
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 0.5em
}

#inscripcion article>div {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

#inscripcion article>div h5 {
  display: inline-block;
  font-weight: 300;
  font-size: 1em;
  margin-right: 1em
}

#inscripcion article>div a {
  display: inline-block;
  padding: 0.5em;
  color: #fff
}

#inscripcion form ul {
  list-style: none
}

#inscripcion form ul .row {
  margin-bottom: 1em
}

#inscripcion form ul h5 {
  font-size: 1.2em;
  font-weight: 700;
  color: #009ee2;
  margin-top: 1em
}

#inscripcion form ul li label {
  display: block;
  margin: .5em 0 0 0
}

#inscripcion form ul li input[type='text'] {
  width: 100%;
  border: none;
  background: #fff;
  text-shadow: 0 1px 1px #fff;
  color: #7d8387;
  padding: .5em;
  box-sizing: border-box;
  height: 2.5em
}

#inscripcion form ul li textarea {
  width: 100%;
  border: none;
  background: #fff;
  text-shadow: 0 1px 1px #fff;
  color: #7d8387;
  padding: .5em
}

#inscripcion form ul li input[type='radio'] {
  margin-right: 0.5em
}

#inscripcion form ul li ul .enLinea {
  float: left;
  display: inline;
  margin-right: 2.5em
}

#inscripcion form ul li#porc-ventas ul .enLinea {
  margin: 0.5em 1em 0 0em
}

#inscripcion form ul li#decision-rubros ul .enLinea {
  margin: 0.5em
}

#inscripcion form ul li ul .no_PMB {
  width: 3em;
  border: none;
  background: #fff;
  color: #7d8387;
  padding: .5em;
  margin-right: .2em
}

#inscripcion form input[type='submit'] {
  border: none;
}

#inscripcion .mensaje_enviado {
  position: absolute;

  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 2em;
  top: 50%;
  font-size: 1.5em;
  margin-top: -100px;
  width: 100%
}

#inscripcion .title-check {
  display: inline-block;
}

#inscripcion .input-check {
  display: inline-block;
  margin-right: 1em
}

/* ACREDITACION */

#conf_msg {
  width: 800px;
  margin: 100px auto;
  background-color: #00aeef;
}

/* FOTOS */

#fotos #menuSlider {
  display: none
}

#fotos article#link-galeria-ext {
  background-color: #363a3f;
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 0.5em
}

#fotos article#link-galeria-ext>div {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

#fotos article#link-galeria-ext>div h5 {
  display: inline-block;
  font-weight: 300;
  font-size: 1em;
  margin-right: 1em
}

#fotos article#link-galeria-ext>div a {
  display: inline-block;
  padding: 0.5em;
  color: #fff
}

/* VIDEOS */

#videos .bg-color {
  padding: 2em 0 0 0
}





/* ORGANIZACION */

#organizacion .main-title {
  font-weight: 700;
  line-height: 1em
}

#organizacion .main-title span {
  font-weight: 300;
  font-size: 1em
}

#organizacion .bg-color {
  background-color: #363a3f;
  padding: 3em 0 5em 0
}

#organizacion .title {
  color: #fff;
  width: 90%;
  margin: 0 auto 1em
}

#organizacion .title img {
  display: inline-block;
  margin-left: 1em
}

#organizacion img {
  margin: 0 auto;
  display: block;
  max-width: 100%
}

#organizacion hr {
  margin: 2em auto 2em;
  background-color: #404449
}

#organizacion .alto1 .org-logo {
  height: 120px;
}

#organizacion .alto2 .org-logo {
  height: 90px;
}

#organizacion .org-logo {
  margin: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#organizacion .org-logo#btn-hogar {
  background-image: url(../images/organizacion/r100hogar-out.png);
}

#organizacion .org-logo#btn-hogar:hover {
  background-image: url(../images/organizacion/r100hogar-over.png);
}

#organizacion .org-logo#btn-farma {
  background-image: url(../images/organizacion/r100farma-out.png);
}

#organizacion .org-logo#btn-farma:hover {
  background-image: url(../images/organizacion/r100farma-over.png);
}

#organizacion .org-logo#btn-drogue {
  background-image: url(../images/organizacion/r100drogue-out.png);
}

#organizacion .org-logo#btn-drogue:hover {
  background-image: url(../images/organizacion/r100drogue-over.png);
}

#organizacion .org-logo#btn-constr {
  background-image: url(../images/organizacion/r100constr-out.png);
}

#organizacion .org-logo#btn-constr:hover {
  background-image: url(../images/organizacion/r100constr-over.png);
}

#organizacion .org-logo#btn-hyc {
  background-image: url(../images/organizacion/hyc100-out.png);
}

#organizacion .org-logo#btn-hyc:hover {
  background-image: url(../images/organizacion/hyc100-over.png);
}

#organizacion .org-logo#btn-it {
  background-image: url(../images/organizacion/it-out.png);
}

#organizacion .org-logo#btn-it:hover {
  background-image: url(../images/organizacion/it-over.png);
}

#organizacion .org-logo#btn-brand {
  background-image: url(../images/organizacion/brand100-out.png);
}

#organizacion .org-logo#btn-brand:hover {
  background-image: url(../images/organizacion/brand100-over.png);
}

#organizacion .org-logo#btn-expouni {
  background-image: url(../images/organizacion/expouni-out.png);
}

#organizacion .org-logo#btn-expouni:hover {
  background-image: url(../images/organizacion/expouni-over.png);
}

#organizacion .org-logo#btn-qve {
  background-image: url(../images/organizacion/qve-out.png);
}

#organizacion .org-logo#btn-qve:hover {
  background-image: url(../images/organizacion/qve-over.png);
}

#organizacion .org-logo#btn-expofarma {
  background-image: url(../images/organizacion/expofarma-out.png);
}

#organizacion .org-logo#btn-expofarma:hover {
  background-image: url(../images/organizacion/expofarma-over.png);
}

#organizacion .org-logo#btn-dosis {
  background-image: url(../images/organizacion/dosis-out.png);
}

#organizacion .org-logo#btn-dosis:hover {
  background-image: url(../images/organizacion/dosis-over.png);
}

#organizacion .org-logo#btn-guiafarma {
  background-image: url(../images/organizacion/guia-farma-out.png);
}

#organizacion .org-logo#btn-guiafarma:hover {
  background-image: url(../images/organizacion/guia-farma-over.png);
}

#organizacion .org-logo#btn-congreso {
  background-image: url(../images/organizacion/congreso-out.png);
}

#organizacion .org-logo#btn-congreso:hover {
  background-image: url(../images/organizacion/congreso-over.png);
}

#organizacion .org-logo#btn-construactiva {
  background-image: url(../images/organizacion/construactiva-out.png);
}

#organizacion .org-logo#btn-construactiva:hover {
  background-image: url(../images/organizacion/construactiva-over.png);
}

#organizacion .org-logo#btn-instalar {
  background-image: url(../images/organizacion/instalar-out.png);
}

#organizacion .org-logo#btn-instalar:hover {
  background-image: url(../images/organizacion/instalar-over.png);
}

#organizacion .org-logo#btn-ferreteros {
  background-image: url(../images/organizacion/ferreteros-out.png);
}

#organizacion .org-logo#btn-ferreteros:hover {
  background-image: url(../images/organizacion/ferreteros-over.png);
}

#organizacion .org-logo#btn-col-hyc100 {
  background-image: url(../images/organizacion/hyc100-col-out.png);
}

#organizacion .org-logo#btn-col-hyc100:hover {
  background-image: url(../images/organizacion/hyc100-col-over.png);
}

#organizacion .org-logo#btn-col-farma {
  background-image: url(../images/organizacion/r100farma-col-out.png);
}

#organizacion .org-logo#btn-col-farma:hover {
  background-image: url(../images/organizacion/r100farma-col-over.png);
}

#organizacion .org-logo#btn-mex-hyc100 {
  background-image: url(../images/organizacion/hyc100-mex-out.png);
}

#organizacion .org-logo#btn-mex-hyc100:hover {
  background-image: url(../images/organizacion/hyc100-mex-over.png);
}

#organizacion .org-logo#btn-mex-constr {
  background-image: url(../images/organizacion/r100constr-mex-out.png);
}

#organizacion .org-logo#btn-mex-constr:hover {
  background-image: url(../images/organizacion/r100constr-mex-over.png);
}

#organizacion .org-logo#btn-mex-gyh100 {
  background-image: url(../images/organizacion/gyh100-mex-out.png);
}

#organizacion .org-logo#btn-mex-gyh100:hover {
  background-image: url(../images/organizacion/gyh100-mex-over.png);
}

#organizacion .org-logo#btn-mex-farma {
  background-image: url(../images/organizacion/r100farma-mex-out.png);
}

#organizacion .org-logo#btn-mex-farma:hover {
  background-image: url(../images/organizacion/r100farma-mex-over.png);
}

#organizacion .org-logo#btn-usa-s100healthcare {
  background-image: url(../images/organizacion/security100healthcare-out.png);
}

#organizacion .org-logo#btn-usa-s100healthcare:hover {
  background-image: url(../images/organizacion/security100healthcare-over.png);
}

#organizacion .org-logo#btn-usa-s100retail {
  background-image: url(../images/organizacion/security100retail-out.png);
}

#organizacion .org-logo#btn-usa-s100retail:hover {
  background-image: url(../images/organizacion/security100retail-over.png);
}

#organizacion .org-logo#btn-usa-s100k12 {
  background-image: url(../images/organizacion/security100k12-out.png);
}

#organizacion .org-logo#btn-usa-s100k12:hover {
  background-image: url(../images/organizacion/security100k12-over.png);
}

#organizacion .org-logo#btn-usa-s100campus {
  background-image: url(../images/organizacion/security100campus-out.png);
}

#organizacion .org-logo#btn-usa-s100campus:hover {
  background-image: url(../images/organizacion/security100campus-over.png);
}

#organizacion .org-logo a {
  display: block;
  width: 100%;
  height: 100%
}

#organizacion .org-logo#btn-usa-brand {
  background-image: url(../images/organizacion/brand100ush-out.png);
}

#organizacion .org-logo#btn-usa-brand:hover {
  background-image: url(../images/organizacion/brand100ush-over.png);
}

#organizacion .org-logo#btn-latam-brand {
  background-image: url(../images/organizacion/brand100latam-out.png);
}

#organizacion .org-logo#btn-latam-brand:hover {
  background-image: url(../images/organizacion/brand100latam-over.png);
}

/* FOOTER */

footer {
  background-color: #2e333a;
  padding: 2em 0 0 0;
  margin-top: 2em
}

footer .wrapper div {
  display: inline-block;
}

footer .wrapper div p {
  color: #999898;
  margin-top: 10px
}

footer .wrapper div ul {
  list-style: none;
}

footer .wrapper div li {
  display: inline-block;
}

footer .wrapper div li a {
  text-decoration: none;
  color: #e0e0e0;
  font-size: 2em
}

footer .wrapper div li a:hover {
  color: #fff;
}

footer .wrapper>ul {
  float: right;
  list-style: none;
  font-size: 0.9em;
  color: #e0e0e0;
  display: inline-block;
}

footer .wrapper>ul>li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em
}

footer .wrapper>ul a {
  color: #e0e0e0
}

footer .wrapper>ul a:hover {
  color: #ffffff
}

footer .wrapper>ul>li a {
  text-decoration: none;
  color: #e0e0e0
}

footer .wrapper>ul>li>ul {
  list-style: none;
}

footer .wrapper>ul>li>ul span {
  color: #999898
}

footer .wrapper>ul>li>ul>li {
  margin-bottom: 1em
}

footer #focus-footer {
  background-color: #141414;
  padding: 2em 0 2em 0;
  display: block;
  margin-top: 1em
}

footer #focus-footer>a {
  display: block;
}

footer #focus-footer img {
  display: block;
  margin: 0 auto 1em
}

footer #focus-footer p {
  color: #dfdfdf;
  text-align: center;
  font-size: 12px
}

footer #focus-footer p a {
  text-decoration: none;
  color: #dfdfdf;
}

#alert {
  position: fixed;
  top: 0;
  background-color: #CB0303;
  padding: 10px;
  font-size: 1em;
  color: #fff;
  display: none;
  width: 100%;
  text-align: center;
}

#alert a {
  color: #fff
}

/* INFO EXPOSITORES */

#info-expositores header ul {
  float: right;
  list-style: none
}

#info-expositores header ul li {
  background-color: #009ee2;
  height: 150px;
  width: 225px;
  display: inline-block;
}

.aerolineas {
  position: absolute;
  z-index: 8000;
  background-color: rgba(255, 255, 255, 1.00);
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  top: 25px;
  right: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
}

.aerolineas a img {
  width: 80px
}
.banner-15anios {
  background-color: #414042;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  text-transform: uppercase;
}


/* //////////////////// MEDIA QUERIES ////////////////////  */

/* //////////////////// MEDIA QUERIES ////////////////////  */

/* //////////////////// MEDIA QUERIES ////////////////////  */

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

  #cuatroformas article {
    height: 425px
  }

  #compradores #main-info .row {
    background-position: 420px 0;
    background-size: auto 518px;
  }

  footer .wrapper>ul {
    display: none
  }

  #map-canvas {
    height: 580px
  }

  #sponsors-interna img:nth-of-type(1) {
    display: none
  }

  #sponsors-interna img:nth-of-type(2) {
    display: block;
    margin-right: -22px
  }

  #sponsors-interna {
    top: 10px
  }

  #start h2 {
    font-size: 3.5em
  }

}

/*------------------------------------------------------*/

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

  #start h2 {
    font-size: 2.5em
  }

  form {
    width: 100%;
    margin: 0 auto
  }

  #start header {
    left: 0;
    margin-left: 0
  }

  #start header .exito {
    margin-left: 221px;
    left: 0;
  }

  .carousel1 .item>h2 {
    font-size: 3.5em
  }

  .carousel1 .item>h4 {
    font-size: 1.5em
  }

  #sponsors {
    background-color: #eee;
    padding-top: 55px;
    position: relative;
    left: 0;
    padding-bottom: 6px
  }

  #sponsors img {
    display: block;
    max-width: 100%;
    margin: 0 auto
  }

  #sponsors-interna img:nth-of-type(1) {
    display: none
  }

  #sponsors-interna img:nth-of-type(2) {
    display: block
  }

  #sponsors-interna {
    top: 10px
  }

  .popup video {
    max-width: 80%
  }

  footer .wrapper>ul {
    display: none
  }

  footer .wrapper>div {
    display: block;
    text-align: center;
  }

}

/*------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) {

  .wrapper {
    width: 768px;
  }

  #compradores #main-info .row {
    background-position: 300px 0;
    background-size: auto 600px;
  }



  #map-canvas {
    height: 552px
  }

  /*#sponsors-interna {top: 10px}*/
  .aerolineas {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 1.00);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------*/

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

  header h1 a img {
    max-width: 100%;
    display: block;
    margin: 0 auto
  }

  header h1 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: center;
  }

  header .wrapper>div:first-of-type {
    background-color: #eee;
    padding: 0 0 1em 0;
    text-align: center;
    float: left;
    width: 100%
  }

  #agenda #agenda-cont {
    width: 100%;
    margin: 2em auto;
    display: block;
    box-sizing: border-box;
  }

  #evento .sidetxt {
    width: 100%
  }

  #sede .sidetxt {
    width: 100%
  }

  #sede .col-1-2 {
    width: 100%;
  }

  #map-canvas {
    height: 200px;
  }

  .prov-comp #main-info img {
    display: none
  }

  footer .wrapper>ul {
    display: none
  }

  footer .wrapper>img {
    display: block;
    margin: 0 auto
  }

  #agenda #agenda-cont .agenda-dia .grilla ul li .detalle .data {
    display: block
  }

  #agenda #agenda-cont .agenda-dia .grilla ul li .detalle .logos {
    float: none
  }

  #agenda #agenda-cont .agenda-dia .grilla ul li.conlogo {
    height: 105px
  }

  #start .col-1-2 {
    width: 100%
  }

  #start nav ul {
    float: none;
    width: auto
  }

  #start ul.slimmenu li a {
    padding: 72px 20px 16px 20px
  }

  #santarosa .sidetxt {
    height: auto
  }

  header .exito {
    right: 0;
    left: inherit
  }

  #sponsors-interna {
    position: relative;
    top: 0;
    margin-right: -100px
  }

  #sponsors-interna span {
    display: none
  }

  #sponsors-interna img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    padding-bottom: 10px;
  }

  #sponsors-interna img:nth-of-type(1) {
    display: block
  }

  #sponsors-interna img:nth-of-type(2) {
    display: none
  }

  #temario-cont {
    width: 100%
  }

  .popup a {
    top: 50%;
    margin-top: -10px;
    right: 10px
  }

  .aerolineas {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 1.00);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
  }

}

/*------------------------------------------------------*/

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

  .main-title {
    width: 80%;
    font-size: 2.5em;
    margin: 0.8em auto
  }

  #cuatroformas article {
    height: auto
  }

  #select-ins {
    display: none
  }

  #select-ins-sm {
    display: block
  }

  .main-title {
    font-size: 2.5em;
  }

  #alojamientos .row {
    display: block
  }

  #alojamientos .row>* {
    display: block
  }

  #conf_msg {
    width: 100%;
  }

  #temario-cont li {
    text-align: center;
  }

  #temario-cont li img {
    display: block;
    margin: 0 auto
  }

  #temario-cont li p {
    display: block;
    box-sizing: border-box;
    padding: 0 1em 1em 1em
  }

}

/*------------------------------------------------------*/

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

  /* HOME */

  .carousel1 .item>h2 {
    font-size: 2.5em;
  }

  .carousel1 h3 {
    font-size: 1em;
    bottom: 76px;
  }

  /*.carousel1 .item > div a { height: 50px; width: 50px; }

.carousel1 .item > div a:after { width: 30px; height: 30px; background-size: 30px 30px; position: absolute; top: 50%; margin-top: -16px; left: 50%; margin-left: -16px;}*/

  #row3 h3 {
    display: none
  }

  #row3 article>a.link-video {
    width: 100%;
    box-sizing: border-box;
  }

  #row3 article>a.link-photos {
    width: 100%;
    box-sizing: border-box;
  }

  /* SEDE */

  /* AGENDA */

  #agenda #agenda-cont nav ul li {
    width: 25%;
  }

  #evento #food .wrapper img {
    display: none
  }

  .exitototal {
    width: 183px;
    height: 44px;
    z-index: 10;
    top: 10px;
    background-size: contain;
    right: -4px
  }

  .slider-content-bottom {
    font-size: 1.5em;
    text-align: center;
    width: 100%;
    padding: 0.5em 0;
  }

}

/*------------------------------------------------------*/

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

  .prov-comp .sidetxt article {
    padding: 1em
  }

  .prov-comp .sidetxt article h2 {
    font-size: 2.5em;
  }

  .prov-comp #features article {
    padding: 0 0
  }

  .prov-comp #features .row {
    padding: 0 2em
  }

  #organizacion .title {
    font-size: 1em
  }

  .main-title {
    font-size: 2em;
  }

  #evento .sidetxt article {
    padding: 2em
  }

  #evento .sidetxt article h2 {
    font-size: 2em
  }

  #evento #features .row {
    padding: 0 2em
  }

  #evento #features article {
    margin-bottom: 2em
  }

  #agenda #agenda-cont .agenda-dia .showroom {
    display: none
  }

  #agenda #agenda-cont .agenda-dia .showroom-mobile {
    display: block;
    background-color: #009ee2;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
    padding: 0.5em
  }

}

/* PARTICIPANTES */

table {

  border-collapse: collapse;

  border-spacing: 0;

  width: 730px;

  margin: 0 auto 0 auto;

}

table tr {

  height: 2em;

  vertical-align: middle;

}

table tr .h4 {
  color: #fff
}

table tr:nth-child(odd) {

  background: #eee;

}

table td {

  padding-left: 1em;

  padding-top: .4em;

  height: 2em;

  text-align: left;

}

table td:first-child {

  font-weight: bold;

  color: #666;

  overflow: hidden;

}

table td:nth-child(3) {

  color: #666;

  overflow: hidden;

}

table tr:first-child {

  background: #363b41;

  height: 3em;

}

.btn-whatsapp {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 30px;
  right: 30px;
  line-height: 55px;
  z-index: 999999;
}

.btn-whatsapp img {
  width: 55px;
  height: 55px;
}

.btn-whatsapp img:hover {
  width: 58px;
  height: 58px;
}

@media only screen and (min-width: 620px) and (max-width: 1920px) {

  .pie-salta {
    display: block;
    max-width: 100%
  }

  .pie-salta-mobile {
    display: none;
  }



}



@media only screen and (min-width: 320px) and (max-width: 619px) {

  .pie-salta {
    display: none;
  }

  .pie-salta-mobile {
    display: block;
    margin: 0 auto;
    max-width: 100%
  }

}

@media only screen and (min-width: 969px) and (max-width: 1920px) {
  #start header h1 {
    /*background-color: #fff; */
    padding: 0.5em;
    /* border-right: 3px solid #fff; */
    float: none;
    margin-bottom: -60px;
  }
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

/*iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .vid-home {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .vid-home {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .yt-home {
    width: 100%;
    margin: 8px 0px;
  }

  .muestra-mobile {
    display: block;
  }

  .muestra-desktop {
    display: none;
  }
}



@media only screen and (min-width: 768px) and (max-width: 1100px) {

  .yt-home {
    width: 48%;
    float: left;
    margin: 6px 6px;
  }

  .muestra-mobile {
    display: block;
  }

  .muestra-desktop {
    display: none;
  }


}

@media only screen and (min-width: 1101px) and (max-width: 1366px) {

  .yt-home {
    width: 24.2%;
    float: left;
    margin: 3px 0px 3px 8px;
  }

  .muestra-mobile {
    display: none;
  }

  .muestra-desktop {
    display: block;
  }


}

@media only screen and (min-width: 1101px) {

  .yt-home {
    width: 48.2%;
    float: left;
    margin: 3px 0px 3px 8px;
  }

  .muestra-mobile {
    display: none;
  }

  .muestra-desktop {
    display: block;
  }

}

@media (min-width: 320px) and (max-width: 768px) {

  .desktop {
    display: none;
  }

  .mobile {
    display: table;
  }

  .modos-izq {
    padding: 30px 0;
    color: #000;
    background-color: #fff;
    text-align: center;
    font-size: 28px;
    width: 100%;
    border-right-color: #000;
  }

  .modos-der {
    padding: 30px 0;
    color: #000;
    background-color: #fff;
    text-align: center;
    font-size: 28px;
    width: 100%;
  }

  .mitad {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: table;
  }

  .modos-izq {
    padding: 30px 0;
    color: #000;
    background-color: #fff;
    text-align: center;
    font-size: 28px;
    float: left;
    width: 48%;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #000;
    padding-right: 20px;
  }

  .modos-der {
    padding: 30px 0;
    color: #000;
    background-color: #fff;
    text-align: center;
    font-size: 28px;
    float: left;
    width: 48%;
  }

  .mitad {
    width: 50%;
    float: left;
  }
}

.btn-ig {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 100px;
  right: 30px;
  line-height: 55px;
  z-index: 999999;
}

.btn-ig img {
  width: 55px;
  height: 55px;
}

.btn-ig img:hover {
  width: 58px;
  height: 58px;
}