@media screen and (max-width: 760px) {
  .headerContactos{
    height: auto;
  }
  .topBar{
    width: 100%;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    flex-direction: column;
  }
  #topBar{
    background-color: rgba(0, 0, 0, 0.5);
  }
  .topBar img{
    margin-left: 4px;
    margin-right: 4px;
  }
  .topBar img:hover{
    background-color: rgba(255,255,255, .3);
  }
  .social{
    display: none;
  }
  .topBarBottom{
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 0px;
    padding-bottom: 10px;
  }
  .logo-media{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  nav{
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  nav p{
    margin-left: 0px;
  }
  nav #p:hover{
    width: auto;
    height: auto;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 4px #292929;
    padding-bottom: 0px;
    border-bottom: 0px;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
  }
  .menuOculto{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transform: translate(-10px,0);
  }
  .menuOculto a{
    border-bottom: 1px solid rgba(255,255,255, .5);
  }
  .medioTopBar{
    width: 90%;
    text-align: right;
    margin: 0 auto;
    padding-left: 0px;
    box-sizing:border-box;
  }
  .medioTopBar h1{
    color: #fff;
    text-shadow: 3px 3px 6px #292929;
    font-size: 42pt;
    font-weight: bold;
    line-height:normal;
  }
  .medioTopBar h2{
    color: #fff;
    text-shadow: 3px 3px 6px #292929;
    font-size: 18pt;
  }
  .toparrow{
    position: relative;

  }
  .bajoTopBar{
    white-space: nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .arrow{
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
  }
  #arrowLeft{
    background: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,0));
  }
  #arrowRight{
    background: linear-gradient(to left, rgba(0,0,0,.7), rgba(0,0,0,0));
  }
  .catalogo{
    height: 200px;
  }
  .botonCatalogo{
    width: 90%;
    height: 80px;
    font-size: 16pt;
  }
  .formSection{
    width: 90%;
  }
  .formSection p{
    width: 90%;
    font-size: 12pt;
  }
  .successSection p{
    width: 90%;
    font-size: 12pt;
  }
  .successSection img{
    width: 50%;
    height: auto;
  }
  .popularesContainer{
    height: 850px;
  }
  .popularesItems{
    width: 90%;
    flex-direction: column;
    justify-content: center;
  }
  .popularesItems div{
    margin-top: 20px;
    margin-left: 0px;
  }
  .popularesItems div p{
    text-align: justify;
  }
  .popularesItems img{
      max-width: 100%;
  }
  .infoContainer{
    padding-top: 60px;
    padding-bottom: 60px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment:inherit;
  }
  .infoContent{
    width: 90%;
    height: 90%;
  }
  .infoContainer h3{
    width: 90%;
  }
  .infoContainer p{
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #Titulos{
    width: 100%;
    font-size: 24pt;
    text-align: center;
  }
  #Parrafos{
    font-size: 12pt;
    text-align: justify;
  }
  .acordeonContainer{
    flex-direction: column;
    height: 1500px;
  }
  .acordeonItem{
    width: 100%;
    height: 300px;
  }
  .acordeonItem:hover{
    width: 100%;
  }
  .footer{
    height: 400px;
  }
  .logoFooter{
    flex-direction:column-reverse;
    align-items: center;
  }
  .solicitar{
    height: auto;
  }
  .solicitar h3{
    font-size: 18pt;
  }
  .solicitar a{
    width: 100%;
    height: 100px;
    font-size: 16pt;
  }
  .popularesContainer{
    width: 100%;
    height: auto;
  }
  .pilaresItems{
    width: 90%;
    flex-direction: column;
  }
  .pilaresItem{
    width: 100%;
    margin-top: 10px;
  }
}
