  @media screen and (min-width: 0px) and (max-width: 700px) {
    #div-mobile {
      display: block;
      width: device-width ;
      zoom: 1.0 ;
    }

    #div-desktop {
      display: none;
    }
  }

  @media screen and (min-width: 701px) and (max-width: 3000px) {
    #div-mobile {
      display: none;
    }

    #div-desktop {
      display: block;
    }
  }

  .buttonmovile {
    margin-top: -40%;
    background-color: white;
    color: black;
    width: 80%;
  }

  body {
    -webkit-font-smoothing: antialiased;
  }

  img {
    max-width: 100%;
  }

  html {
    font-size: 100%;
  }

  .partners {
    margin-left: -10%;
  }

  .margenes_guia {
    margin-left: 14%;
    width: 70%;
  }

  .alineacion_guia {
    text-align: justify;
  }

  .grosor {
    font-weight: 600;
  }

  .alitext {
    text-align: center;
  }

  .fondo_tabla {
    background-color: #eee;
  }

  .borde_tabla {
    border: 3px solid #D89F1E;
    border-collapse: collapse;
  }

  table.borde_tabla th,
  table.borde_tabla td {
    border: 3px solid #D89F1E;
  }

  .borde_tabla>thead>tr>th, .borde_tabla>thead>tr>td {
    background-color: #343B46;
    color: #fff;
    border: 3px solid #D89F1E;
    border-collapse: collapse;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }

  .borde_tabla>tbody>tr:hover {
    background: #F4E199;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff
  }

  tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    background-color: #D89F1E;
    color: transparent;
  }

  tbody {
    font-weight: 600;
  }

  .borde_tabla {
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
  }

  .letra_tabla {
    color: #eee;
  }

  .fondo1 {
    background-color: #eee
  }

  .margen {
    margin-right: 10%;
    margin-left: -1.5%;
  }

  .colorletra {
    color: #fff;
    font-weight: 600;
  }

  .alineacion {
    text-align: center;
    font-weight: bolder;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    border: 3px solid #343B46;
    border-collapse: collapse;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }

  .partners li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
  }

  .small_0 {
    color: #fff;
  }

  .partners li img {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    width: 200px;
  }

  .partners li img:hover {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    width: 210px;
  }

  .sponsors {
    margin-left: -5%;
  }

  .sponsors li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
  }

  .sponsors li img {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
  }

  .team {
    margin-left: -2%;
    width: 100%;
  }

  .team li {
    list-style-type: none;
    display: inline-block;
    margin: 20px;
    font-size: 1.4em;
    text-align: center;
  }

  .team li a span {
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #fff;
    background-color: #EB8223;
    /*background: url('/images/button-bg.png');*/
    /*background-attachment: fixed;*/
    font-size: 0.7em;
    box-shadow: none;
  }

  .team li a span:hover {
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    background: #EB8223;
    color: #fff;
    text-decoration: none;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
  }

  .team li img {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    border-radius: 100%;
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
    width: 120px;
    display: block;
    margin: 10px auto;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -mozfilter: grayscale(0%);
  }

  .team li img:hover {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -mozfilter: grayscale(100%);
  }

  .faq p {
    text-align: justify;
    margin-top: 7%;
  }

  ul {
    list-style-type: none;
  }

  div.col-md-8.col-md-offset-2 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  footer ul li a {
    font-size: 2em;
  }

  .overlay iframe {
    pointer-events: none;
  }

  @media screen and (max-width: 480px) {
    #map {
      width: 100%;
    }
  }

  @media screen and (min-width: 770px) {
    #brand-text {
      text-indent: 70px;
      display: inline-block;
    }
  }

  #travel {
    color: #F4C976;
    margin: auto;
    /*background-color: #963A20;*/
  }

  #travel h2, h1 {
    color: #fff;
  }

  .travelContainer li {
    text-align: left;
  }

  .travelContainer p {
    text-align: left;
  }

  .travelQuestion p {
    text-align: center;
  }

  .alineacion_texto_logo_mamut_secundario {
    width: 100%;
  }

  .alineacion_correo_pie {
    margin-right: 44px;
  }

  .logo_assembler {
    width: 335px;
  }

  .logo_uab {
    width: 150px
  }

  .logo_escola_enginyiria {
    width: 150px
  }

  .logo_universiland {
    width: 230px
  }

  .logo_purafruta {
    width: 180px
  }
  .logo_chicfy {
    width: 300px
  }
  .logo_holded {
    width: 120px
  }
  .logo_leoboek {
    width: 80px
  }
  .logo_iebs {
    width: 80px
  }
  .logo_rockstar_energy {
    width: 200px
  }
  .logo_everis {
    width: 220px
  }
  .logo_roche {
    width: 120px
  }
  .logo_wallapop {
    width: 100px
  }
  .logo_soysuper {
    width: 80px
  }

.margen_fq {
 	    padding-right: 60px;
 }
}