@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon2") format("svg")
}

@font-face {
  font-family: 'grotesk';
  src: url("fonts/grotesk-webfont.woff2") format("woff2"), url("fonts/grotesk-webfont.woff") format("woff")
}

@font-face {
  font-family: 'Libel';
  src: url("fonts/libel-suit-rg-webfont.woff2") format("woff2"), url("fonts/libel-suit-rg-webfont.woff") format("woff")
}

@font-face {
  font-family: 'Akrobat';
  src: url("fonts/akrobat-regular-webfont.woff2") format("woff2"), url("fonts/akrobat-regular-webfont.woff") format("woff")
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%
}

@media only screen and (min-width: 426px) {
  .container {
    width: 80%
  }
}

@media only screen and (min-width: 1050px) {
  .container {
    width: 88.5%
  }
}

.container .row {
  margin-left: -0.55rem;
  margin-right: -0.55rem
}

.row {
  margin-left: auto;
  margin-right: auto
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px
}

.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative
}

@media (min-width: 0) {
  .row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.pull-s1 {
    right: 8.3333333333%
  }

  .row .col.push-s1 {
    left: 8.3333333333%
  }

  .row .col.pull-s2 {
    right: 16.6666666667%
  }

  .row .col.push-s2 {
    left: 16.6666666667%
  }

  .row .col.pull-s3 {
    right: 25%
  }

  .row .col.push-s3 {
    left: 25%
  }

  .row .col.pull-s4 {
    right: 33.3333333333%
  }

  .row .col.push-s4 {
    left: 33.3333333333%
  }

  .row .col.pull-s5 {
    right: 41.6666666667%
  }

  .row .col.push-s5 {
    left: 41.6666666667%
  }

  .row .col.pull-s6 {
    right: 50%
  }

  .row .col.push-s6 {
    left: 50%
  }

  .row .col.pull-s7 {
    right: 58.3333333333%
  }

  .row .col.push-s7 {
    left: 58.3333333333%
  }

  .row .col.pull-s8 {
    right: 66.6666666667%
  }

  .row .col.push-s8 {
    left: 66.6666666667%
  }

  .row .col.pull-s9 {
    right: 75%
  }

  .row .col.push-s9 {
    left: 75%
  }

  .row .col.pull-s10 {
    right: 83.3333333333%
  }

  .row .col.push-s10 {
    left: 83.3333333333%
  }

  .row .col.pull-s11 {
    right: 91.6666666667%
  }

  .row .col.push-s11 {
    left: 91.6666666667%
  }

  .row .col.pull-s12 {
    right: 100%
  }

  .row .col.push-s12 {
    left: 100%
  }
}

@media (min-width: 426px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.pull-m1 {
    right: 8.3333333333%
  }

  .row .col.push-m1 {
    left: 8.3333333333%
  }

  .row .col.pull-m2 {
    right: 16.6666666667%
  }

  .row .col.push-m2 {
    left: 16.6666666667%
  }

  .row .col.pull-m3 {
    right: 25%
  }

  .row .col.push-m3 {
    left: 25%
  }

  .row .col.pull-m4 {
    right: 33.3333333333%
  }

  .row .col.push-m4 {
    left: 33.3333333333%
  }

  .row .col.pull-m5 {
    right: 41.6666666667%
  }

  .row .col.push-m5 {
    left: 41.6666666667%
  }

  .row .col.pull-m6 {
    right: 50%
  }

  .row .col.push-m6 {
    left: 50%
  }

  .row .col.pull-m7 {
    right: 58.3333333333%
  }

  .row .col.push-m7 {
    left: 58.3333333333%
  }

  .row .col.pull-m8 {
    right: 66.6666666667%
  }

  .row .col.push-m8 {
    left: 66.6666666667%
  }

  .row .col.pull-m9 {
    right: 75%
  }

  .row .col.push-m9 {
    left: 75%
  }

  .row .col.pull-m10 {
    right: 83.3333333333%
  }

  .row .col.push-m10 {
    left: 83.3333333333%
  }

  .row .col.pull-m11 {
    right: 91.6666666667%
  }

  .row .col.push-m11 {
    left: 91.6666666667%
  }

  .row .col.pull-m12 {
    right: 100%
  }

  .row .col.push-m12 {
    left: 100%
  }
}

@media (min-width: 1050px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.pull-l1 {
    right: 8.3333333333%
  }

  .row .col.push-l1 {
    left: 8.3333333333%
  }

  .row .col.pull-l2 {
    right: 16.6666666667%
  }

  .row .col.push-l2 {
    left: 16.6666666667%
  }

  .row .col.pull-l3 {
    right: 25%
  }

  .row .col.push-l3 {
    left: 25%
  }

  .row .col.pull-l4 {
    right: 33.3333333333%
  }

  .row .col.push-l4 {
    left: 33.3333333333%
  }

  .row .col.pull-l5 {
    right: 41.6666666667%
  }

  .row .col.push-l5 {
    left: 41.6666666667%
  }

  .row .col.pull-l6 {
    right: 50%
  }

  .row .col.push-l6 {
    left: 50%
  }

  .row .col.pull-l7 {
    right: 58.3333333333%
  }

  .row .col.push-l7 {
    left: 58.3333333333%
  }

  .row .col.pull-l8 {
    right: 66.6666666667%
  }

  .row .col.push-l8 {
    left: 66.6666666667%
  }

  .row .col.pull-l9 {
    right: 75%
  }

  .row .col.push-l9 {
    left: 75%
  }

  .row .col.pull-l10 {
    right: 83.3333333333%
  }

  .row .col.push-l10 {
    left: 83.3333333333%
  }

  .row .col.pull-l11 {
    right: 91.6666666667%
  }

  .row .col.push-l11 {
    left: 91.6666666667%
  }

  .row .col.pull-l12 {
    right: 100%
  }

  .row .col.push-l12 {
    left: 100%
  }
}

@media (min-width: 0) {
  footer .row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
  }
}

@media (min-width: 626px) {
  footer .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
  }
}

@media (min-width: 1050px) {
  footer .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  footer .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
  }
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-linkedin:before {
  content: "\e90b"
}

.icon-youtube:before {
  content: "\e900"
}

.icon-conference:before {
  content: "\e901"
}

.icon-twitter:before {
  content: "\e903"
}

.icon-projection-screen-copy:before {
  content: "\e904"
}

.icon-photo:before {
  content: "\e905"
}

.icon-facebook:before {
  content: "\e906"
}

.icon-home:before {
  content: "\e907"
}

.icon-left:before {
  content: "\e908"
}

.icon-right:before {
  content: "\e909"
}

.icon-play:before {
  content: "\e90a"
}

.icon-chevron-bottom:before {
  content: "\e914"
}

.icon-menu-button:before {
  content: "\e902"
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Lato', Helvetica, Verdana, sans-serif;
  outline: 0;
  box-shadow: none
}

html {
  font-size: 10px
}

a {
  text-decoration: none;
  color: #4c4c4c
}

li {
  list-style: none
}

.center {
  text-align: center
}

.no-padding {
  padding: 0 !important
}

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

  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important
  }
}

@media only screen and (min-width: 426px) {
  .hide-on-med-and-up {
    display: none !important
  }
}

@media only screen and (max-width: 1049px) {
  .hide-on-med-and-down {
    display: none !important
  }
}

@media only screen and (min-width: 1050px) {
  .hide-on-large-only {
    display: none !important
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .hide-on-med-only {
    display: none !important
  }
}

.header .menu-principal {
  width: 100%;
  min-height: 40px
}

@keyframes entrada {
  from {
    opacity: 0;
    top: 23px
  }

  to {
    opacity: 1;
    top: 43px
  }
}

.header .menu-principal .menu {
  width: 100%;
  background-color: #d8d8d8;
  text-align: right;
  padding: 20px;
  display: block;
  cursor: pointer;
  font-weight: 900
}

@media only screen and (min-width: 700px) {
  .header .menu-principal .menu {
    display: none
  }
}

.header .menu-principal .menu button {
  font-size: 1.6rem;
  border: none;
  background-color: transparent
}

.header .menu-principal .menu button i {
  padding-left: 10px
}

@media only screen and (max-width: 400px) {
  .header .menu-principal .container {
    width: 100%
  }
}

.header .menu-principal .container ul {
  width: 100%;
  height: 100%;
  display: none
}

@media only screen and (max-width: 400px) {
  .header .menu-principal .container ul {
    margin: 0
  }
}

@media only screen and (min-width: 700px) {
  .header .menu-principal .container ul {
    display: block
  }
}

.header .menu-principal .container ul li {
  text-align: center;
  height: 100%;
  position: relative;
  border-bottom: 1px solid #e0e0e0
}

@media only screen and (max-width: 400px) {
  .header .menu-principal .container ul li {
    padding: 0
  }
}

@media only screen and (min-width: 700px) {
  .header .menu-principal .container ul li {
    border: none
  }
}

.header .menu-principal .container ul li a {
  padding: 20px;
  font-size: 1.5rem;
  height: 100%;
  cursor: pointer;
  display: block
}

.header .menu-principal .container ul li a:hover {
  background-color: #e9e9e9
}

@media only screen and (min-width: 700px) {
  .header .menu-principal .container ul li a {
    font-size: 1.7rem;
    padding: 10px
  }
}

@media only screen and (min-width: 1170px) {
  .header .menu-principal .container ul li a {
    font-size: 1.8rem
  }
}

.header .menu-principal .container ul li a [class^="icon-"],
.header .menu-principal .container ul li a [class*=" icon-"] {
  font-size: 2rem;
  padding-right: 10px
}

.header .menu-principal .container ul li a .icon-chevron-bottom {
  font-size: 1rem
}

.header .menu-principal .container ul li ul.sub-menu {
  display: none;
  position: relative;
  top: 0px;
  opacity: 1
}

@media only screen and (min-width: 700px) {
  .header .menu-principal .container ul li ul.sub-menu {
    display: none;
    position: absolute;
    display: none;
    top: 43px;
    background-color: white;
    width: 100%;
    opacity: 0
  }
}

.header .menu-principal .container ul li ul.sub-menu.active {
  display: block
}

@media only screen and (min-width: 700px) {
  .header .menu-principal .container ul li ul.sub-menu.active {
    display: block;
    opacity: 1;
    animation-name: entrada;
    animation-timing-function: ease-in-out;
    animation-duration: .5s
  }
}

.header .menu-principal .container ul li ul.sub-menu li {
  background: #f3f3f3;
  position: relative
}

@media only screen and (min-width: 700px) {
  .header .menu-principal .container ul li ul.sub-menu li {
    background: white
  }
}

.header .logos {
  width: 100%;
  height: 90px;
  background-color: white;
  border-bottom: 1px solid lightgray
}

.header .logos .logodde img {
  height: 64px;
  width: auto;
  display: block;
  float: left;
  margin-top: 11px
}

@media only screen and (min-width: 700px) {
  .header .logos .logodde img {
    height: 80px;
    margin-top: 5px
  }
}

.header .logos .logocongreso {
  max-width: 100px;
  height: 90px;
  float: right
}

.header .logos .logocongreso img {
  height: 80px;
  width: auto;
  display: block;
  float: left;
  margin-top: 5px
}

.hero {
  min-height: 50px;
  width: 100%
}

.hero .image {
  background-image: url(../img/bg-mobile.jpg);
  min-height: 80px;
  background-size: cover;
  background-position: right;
  padding-top: 60px;
  padding-bottom: 70px
}

@media only screen and (min-width: 700px) {
  .hero .image {
    background-image: url(../img/background-dde312312.jpg);
    min-height: 410px;
    background-size: cover;
    background-position: bottom right;
    padding-top: 100px;
    padding-bottom: 0px
  }
}

.hero .image .textohero h1 {
  color: white;
  font-size: 3rem;
  font-family: 'Libel';
  font-weight: normal;
  line-height: 4.4rem;
  text-transform: uppercase;
  text-align: center
}

@media only screen and (min-width: 700px) {
  .hero .image .textohero h1 {
    font-size: 5.2rem;
    line-height: 6.2rem
  }
}

.hero .image .textohero hr {
  background-color: #618848;
  border: 2px solid #618848;
  margin: 6px auto
}

@media only screen and (min-width: 700px) {
  .hero .image .textohero hr {
    margin: 15px auto
  }
}

.hero .image .textohero h2 {
  color: #E3E3E3;
  font-family: 'Akrobat';
  font-weight: normal;
  font-size: 2rem;
  text-align: center
}

@media only screen and (min-width: 700px) {
  .hero .image .textohero h2 {
    text-align: center;
    font-size: 4rem
  }
}

.hero .bar {
  height: 138px;
  width: 100%;
  background-color: #2F2F2F
}

@media only screen and (max-width: 500px) {
  .hero .bar .fecha {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .hero .bar .fecha .number {
    margin: 0px
  }

  .hero .bar .fecha .text {
    color: white;
    font-size: 4.6rem;
    padding-top: 45px;
    padding-left: 0px;
    margin: 0px;
    line-height: 34px;
    font-family: "Libel"
  }
}

.hero .bar .text {
  color: white;
  font-size: 4.6rem;
  padding-top: 45px;
  padding-left: 30px;
  line-height: 34px;
  font-family: 'Libel'
}

.hero .bar span {
  color: white;
  display: block;
  font-size: 2.3rem;
  font-family: 'Libel'
}

.hero .bar img {
  height: 120px;
  padding-top: 10px
}

.hero .bar .containercontador {
  margin-left: 41.6666666667%;
  display: none
}

@media only screen and (min-width: 700px) {
  .hero .bar .containercontador {
    display: block
  }
}

.hero .bar .containercontador .contador {
  font-size: 62px;
  color: white;
  padding: 30px;
  padding-top: 21px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Libel';
  font-weight: normal;
  text-align: center;
  height: 90px
}

.hero .bar .containercontador .contador h5 {
  display: inline;
  color: #A3CE87
}

.hero .bar .containercontador .dias {
  display: block;
  width: 100%;
  font-size: 41px;
  padding: 0px;
  text-align: center;
  color: white;
  font-family: 'Akrobat';
  height: 30px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 4px
}

.hero .bar .containercontador .dias span {
  font-size: 20px;
  margin-left: 28px;
  font-weight: 100;
  font-family: 'Akrobat';
  padding: 0px;
  margin-top: 0px;
  float: left;
  text-align: center
}

.about-quijandria {
  min-height: 300px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center
}

@media only screen and (min-width: 700px) {
  .about-quijandria {
    height: 340px
  }
}

.about-quijandria .text {
  height: 100%
}

@media only screen and (min-width: 700px) {
  .about-quijandria .text {
    padding-top: 58px
  }
}

.about-quijandria .text h2 {
  font-family: 'grotesk';
  font-size: 28px;
  line-height: 33px;
  text-align: center
}

@media only screen and (min-width: 700px) {
  .about-quijandria .text h2 {
    font-size: 43px;
    line-height: 43px;
    text-align: left
  }
}

.about-quijandria .text h2 span {
  font-family: 'grotesk';
  color: #7bb662;
  display: block
}

.about-quijandria img {
  margin: 30px auto;
  display: block;
  margin-bottom: 50px
}

@media only screen and (min-width: 700px) {
  .about-quijandria img {
    margin: 0;
    margin-top: 10px
  }
}

.videoDDE {
  min-height: 334px;
  height: 100%;
  padding-top: 30px
}

.videoDDE video {
  width: 100%;
  box-shadow: 1px 0px 40px #363636
}

.tema {
  width: 100%;
  min-height: 460px;
  background-color: white;
  border-bottom: 1px solid lightgray;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center
}

@media screen and (min-width: 700px) {
  .tema {
    text-align: left;
    -ms-flex-flow: row;
    flex-flow: row
  }
}

.tema .text {
  width: 100%;
  height: 100%;
  padding: 20px
}

@media only screen and (min-width: 700px) {
  .tema .text {
    width: 50%;
    height: 100%;
    padding: 80px;
    float: left
  }
}

.tema .text h2 {
  font-family: 'Libel';
  font-weight: normal
}

.tema .text h2.title {
  font-size: 3.5rem;
  text-decoration: underline;
  text-decoration-color: #9F1318
}

@media only screen and (min-width: 700px) {
  .tema .text h2.title {
    font-size: 5.5rem
  }
}

.tema .text p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #666;
  font-weight: 400;
  overflow: auto;
  height: 210px
}

@media only screen and (min-width: 700px) {
  .tema .text p {
    font-size: 1.6rem;
    line-height: 2.6rem
  }
}

.tema .text a {
  padding: 16px 20px;
  background-color: #59863C;
  color: white;
  display: inline-block;
  max-width: 206px;
  margin-top: 19px;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  font-family: 'Lato';
  font-weight: 400;
  margin-right: auto;
  margin-left: auto
}

.tema .text a:hover {
  background-color: #447027
}

@media screen and (min-width: 700px) {
  .tema .text a {
    margin-right: 0;
    margin-left: 0
  }
}

.tema .text a.secondary-button {
  background-color: #404040
}

.tema .text a.secondary-button:hover {
  background-color: #282828
}

.tema .image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  background-image: url(../img/img--tema.png);
  background-size: cover
}

@media only screen and (min-width: 700px) {
  .tema .image {
    width: 50%;
    float: right
  }
}

.expositores {
  background-color: #232323;
  padding-top: 80px;
  padding-bottom: 80px
}

.expositores .owl-prev {
  position: absolute;
  left: -77px;
  top: 120px;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  color: #58853c !important;
  background-color: #58853c !important;
  background-image: url(../img/back.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 26% !important
}

.expositores .owl-next {
  position: absolute;
  right: -77px;
  top: 120px;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  color: #58853c !important;
  background-color: #58853c !important;
  background-image: url(../img/next.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 26% !important
}

.expositores h2 {
  font-family: 'Libel';
  font-weight: normal
}

.expositores h2.title {
  color: white;
  font-size: 3.5rem;
  text-decoration: underline;
  text-decoration-color: #9F1318;
  text-align: center;
  padding-bottom: 20px
}

@media only screen and (min-width: 700px) {
  .expositores h2.title {
    font-size: 5.5rem
  }
}

.expositores .expositores-slider .expositor {
  min-height: 302px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 20px
}

.expositores .expositores-slider .expositor .imagen {
  height: 218px;
  background-image: url(../img/expositores/cayetana.jpg);
  background-size: cover
}

.expositores .expositores-slider .expositor .text {
  display: flex;
  height: 124px;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
  justify-content: center;
  max-width: 100%
}

.expositores .expositores-slider .expositor .text h3 {
  font-size: 20px;
  color: #4C4C4C;
  font-family: 'Lato';
  font-weight: 900
}

.expositores .expositores-slider .expositor .text p {
  font-size: 14px;
  color: #4C4C4C;
  font-family: 'Lato';
  font-weight: 400;
  padding: 10px;
  text-align: center;
  max-width: 95%;
  margin: 0 auto
}

.contactanos {
  width: 100%;
  min-height: 400px;
  background-color: white;
  text-align: center
}

@media screen and (min-width: 700px) {
  .contactanos {
    text-align: left
  }
}

.contactanos p {
  font-size: 1.6rem
}

.contactanos .logodde a {
  color: #A3CE87;
  font-size: 2.3rem;
  font-family: 'Libel';
  display: block;
  margin-top: 10px
}

.contactanos .logodde a:hover {
  color: #59863C
}

.contactanos .text {
  width: 100%;
  height: 100%;
  padding: 20px
}

@media only screen and (min-width: 700px) {
  .contactanos .text {
    width: 50%;
    height: 100%;
    padding: 35px;
    float: left
  }
}

.contactanos .text .dates {
  font-size: 1.5rem;
  color: #494949
}

@media only screen and (min-width: 700px) {
  .contactanos .text .dates {
    font-size: 1.6rem
  }
}

.contactanos .text h2 {
  font-family: 'Libel';
  font-weight: normal
}

.contactanos .text h2.title {
  font-size: 3.5rem;
  text-decoration: underline;
  text-decoration-color: #9F1318
}

@media only screen and (min-width: 700px) {
  .contactanos .text h2.title {
    font-size: 5.5rem
  }
}

.contactanos .text p {
  font-size: 1.8rem
}

.contactanos .text .btn {
  padding: 16px 20px;
  background-color: #59863C;
  color: white;
  display: block;
  max-width: 190px;
  margin-top: 19px;
  font-size: 1.6rem;
  text-align: center;
  font-family: 'Akrobat';
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.contactanos .text .btn span {
  padding-left: 10px;
  font-family: 'Akrobat';
  font-size: 2rem
}

.contactanos .text .btn:hover {
  background-color: #447027
}

@media only screen and (min-width: 700px) {
  .contactanos .text .btn {
    margin-right: 0px;
    margin-left: 0px
  }
}

.contactanos .text .siguenos {
  text-align: center
}

@media only screen and (min-width: 700px) {
  .contactanos .text .siguenos {
    max-width: 114px
  }
}

.contactanos .text .redes {
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (min-width: 700px) {
  .contactanos .text .redes {
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
  }
}

.contactanos .text .redes li {
  margin: 5px
}

.contactanos .text .redes [class^="icon-"],
.contactanos .text .redes [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 4rem;
  margin: 0px;
  padding: 0px;
  max-width: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.contactanos .image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-image: url(../img/img.jpg);
  background-size: cover;
  background-position: bottom
}

@media only screen and (min-width: 700px) {
  .contactanos .image {
    width: 50%;
    float: left;
    min-height: 410px
  }
}

/*# sourceMappingURL=style.css.map */

.hero>.image {
  -webkit-transition: ease-in-out .3s all;
  -o-transition: ease-in-out .3s all;
  transition: ease-in-out .3s all;
}

.bg2 {

  background: url(../img/background-2-dd2-mob.jpg) !important;
  background-size: cover !important;
  background-position: bottom right !important;

}



section.auspiciadores{}
section.auspiciadores>.container>h2.title{
  font-family: 'Libel';
  font-size: 3.5rem;
  text-decoration: underline;
  text-decoration-color: #9F1318;
  text-align:center;
  padding-top: 80px;
  font-weight: normal;}
@media only screen and (min-width:700px){
  section.auspiciadores>.container>h2.title{font-size: 5.5rem;}
}

section.auspiciadores>.container>.categorias-auspiciadores{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.auspiciadores>.container>.categorias-auspiciadores>.categories{
  font-size:16px;
  border-radius: 20px;
  border:none;
  padding: 15px 20px;
  cursor: pointer;
    background-color: white;

}


section.auspiciadores>.container>.container-auspiciadores{
  width: 100%;
  min-height: 300px;
  margin-bottom: 80px
}

section.auspiciadores>.container>.container-auspiciadores>.aus>.auspiciador{
  height: 240px;
  width: 100%;
  box-sizing: border-box;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border-radius: 20px;
  border:1px solid #E2E2E2;
  box-shadow: 0  15px 34px -20px rgba(0,0,0,0.5);
  align-items: center;
  justify-content: center;}

section.auspiciadores>.container>.container-auspiciadores>.aus>.auspiciador>img{
  width: auto; height:70px;
}

section.auspiciadores>.container>.container-auspiciadores>.platinum>.auspiciador>img{

margin-bottom: 30px;
}
section.auspiciadores>.container>.container-auspiciadores>.aus>.auspiciador>a{
  padding: 10px 40px;
  color:white;
  font-weight: 900;
  font-size: 15px;
  text-decoration: none;
  background-color: #A3CE87;
  display: block;
  transition: ease-in-out all .3s;
}
section.auspiciadores>.container>.container-auspiciadores>.aus>.auspiciador>a:hover{
  background-color: #83b860;
}

.mixitup-control-active{
  border:2px solid #A3CE87!important;
}

.clear{
  clear: both;
}


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


  .bg2 {

    background: url(../img/background-2-dd2.jpg) !important;
    background-size: cover !important;
    background-position: bottom right !important;

  }
  section.auspiciadores>.container>.categorias-auspiciadores>.categories{
    font-size: 26px;
  
  }
}