@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px){
    #attraction .img-attraction{min-width: 1220px}
    .top-1{display: none}
}
@media (max-width: 992px){
    #attraction {height: auto;min-height: 0}
}
/*Mobile*/
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px){
    #we-are{padding: 60px 0 70px}
   .logo{width: 220px}
   .full-size{width: 100%;padding:0 20px;margin: 0;position: relative}
   #attraction{max-height: 736px;height: 100vh}
   #contacto .input.text, #contacto .input.textarea{width: 100%;margin-right: 0;margin-bottom: 40px} 
   #attraction .info{min-width: initial;width:calc(100% - 40px);top: 115px;left: 0;margin: 0 auto}
   .title-attraction{line-height: 1.3em;font-size: 2em}
   #contacto .input.textarea{margin-bottom: 8px}
   #contacto{padding-bottom: 55px}
   .content-privacity{width: 100%;float: none}
   footer img{float: none;margin: 15px auto 0;display: block}
   .parrafo-contacto{margin-bottom: 35px}
   #we-start .content-left{width: 100%;float: none;margin-top: 0}
   #we-start img{width: 80%;float: none;margin: 35px auto 0;display: block}
      .title-1{font-size: 4em}
}