body.localidad .assets-filter {
  display: none;
}

@media (max-width: 1024px) {
.nivo-directionNav a
	{
		display: none;
	}
  img {
    max-width: 100%;
  }

	#content
	{
	padding-bottom:200px;
	}
  #wrapper {
    min-width: 320px;
  }
  .icon {
    transform: scale(0.75);
  }
  
  /** FORMS **/
  .form-item input, .form-item textarea {
    font-size: 10px;
    box-sizing: border-box;
    padding: 6px 10px;
  }
  .form-item.type-checkbox, .form-item.type-radio {
    position: relative;
    min-height: 20px;
  }
  .form-item.type-checkbox label, .form-item.type-radio label {
    box-sizing: border-box;
    padding-left: 20px;
  }
  .form-item.type-checkbox input, .form-item.type-radio input {
    position: absolute;
    top: -4px;
    left: 0;
  }
  .form-item .annotation {
    display: block;
  }
  /** HEADER **/
  #header, #content, #footer, #footer > .inner {
    width: 100%;
  }
  #header a {
    display: inline-block;
    width: 170px;
  }
  ol.breadcrumb {
    display: none;
  }

  #header .back {
    display: block;
    position: static;
    left: auto;
    margin-top: 40px;
    width: 55px;
    margin-left: 15px;
  }
  /** FOOTER **/
  #footer {
    font-size: 12px;
	  position: fixed;
  }
  #footer .right {
    width: 50%;
  }
  #footer .left {
    text-align: center;
    font-size: 12px;
	
  }

  #footer .menu {
    width: auto;
    padding: 0 12px;
    /*! vertical-align: top; */
  }
  #footer .sponsors {
    /*! display: block; */
    width: 80px;
    border: 0;
    padding: 0;
    margin: 0 10px 10px;
	  text-align: -webkit-center;
	 
  }
  #footer .credits {
    padding: 0 10px;
  }
  
  /** MAPA **/
  body.localidad .assets-filter {
    display: block;
  }
  #map area {
    cursor: default;
  }
  body.localidad #content p {
    padding: 0 20px;
  }

  #map {
    display: none;
  }
  
  /** ASSETS LIST **/
  .assets-filter {
    margin: 1em 0;
    padding: 0 15px;
  }
  .assets-filter .col {
    width: 100%;
  }
  .assets-filter .dropdown ul {
    margin-top: 0;
  }
  #content .assets-filter h3 a {
    padding-top: 0;
  }
  #content .assets-filter h3 a::after {
    top: 0.7em;
  }
  .assets-filter .dropdown {
    margin-left: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    left: 0;
    width: calc(100% - 30px);
  }
  .assets-filter .dropdown li {
    width: 100%;
    padding: 0 15px;
    font-size: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  body.assets #content > p {
    padding: 0 15px;
  }
  .assets-list {
    overflow-x: hidden;
  }
  .assets-list ul {
    margin-right: -15px;
    padding: 0 15px;
  }
  .assets-list li {
    width: calc(25% - 15px);
    margin: 0 15px 20px 0;
    height: 233px;
  }
  .assets-list .image {
    height: auto;
    max-height: 110px;
  }
  .assets-list .image img {
  }
  .assets-list .title {
    font-size: 12px;
  }
  .assets-list .subtitle {
    font-size: 9px;
  }
  .assets-list .description {
    font-size: 8px;
  }
  .assets-list .more-assets {
    margin: 10px 15px 0;
  }
  /** ASSETS DETAIL **/
  body.detalle article {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 75px;
    margin-top: 20px;
    padding: 0 15px 75px;
  }
  body.detalle article .left, body.detalle article .right {
    width: 100%;
  }
  body.detalle form {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -80px
  }
  body.detalle article .image {
    width: 150px;
    float: left;
  }
  body.detalle article .metadata {
    width: calc(100% - 150px);
    float: left;
    font-size: 12px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  body.detalle article .metadata p {
    margin: 5px 0;
  }
  body.detalle article .metadata p:last-child {
    font-size: 8px;
  }
  body.detalle article .metadata p:last-child i {
    margin-top: -4px;
  }
  body.detalle article .right {
    font-size: 13px;
  }
  body.detalle article .right h3 {
    font-size: 13px;
  }
  body.detalle article .right .web {
    font-size: 11px;
  }
  .detalle #content > section > h3 {
    margin: 0 15px;
    font-size: 10px;
  }
  
  /** RESERVA **/
  
  body.reserva #content {
    width: 100%;
    padding: 0 15px 150px;
    box-sizing: border-box;
  }
  body.reserva #content h2 {
    font-size: 17px;
    margin: 18px 0;
  }
  body.reserva .current-selection .main {
    width: 50%;
  }
  body.reserva .current-selection .metadata {
    width: 50%;
  }
  body.reserva .current-selection .title, body.reserva .current-selection .subtitle {
    font-size: 8px !important;
    margin: 0 !important;
  }
  body.reserva .current-selection .main p {
    font-size: 10px;
    margin: 5px 0;
  }
  body.reserva .current-selection .metadata a {
    font-size: 8px;
    display: inline-block;
    width: 90px;
  }
  body.reserva .current-selection .metadata p {
    margin: 5px 0;
  }
  body.reserva form fieldset {
    margin-left: 20px;
    font-size: 12px;
    padding: 8px;
    box-sizing: border-box;
  }
  body.reserva form fieldset p.form-item.type-text, body.reserva form fieldset p.form-item.type-email {
    margin: 0 0 1em 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  
  body.reserva form fieldset::before {
    font-size: 15px;
    top: 0;
  }
  body.reserva form fieldset.actions button {
    padding: .5em 0;
    font-size: 10px;
    width: 80px;
  }
  body.reserva form fieldset.actions p {
    font-size: 9px;
    width: calc(100% - 100px);
    margin-left: 15px;
  }
  .form-item.error .error-text {
    position: static;
    margin-left: 0;
    margin: 0 auto;
    text-align: center
  }
  /** LEGALS **/
  body.about #content {
    width: 100%;
    padding: 0 15px 0px;
    box-sizing: border-box;
	  margin-bottom: 200px
  }
  body.about #content h2 {
    font-size: 15px;
    margin: 20px 0;
  }
  body.about #content ol {
    padding-left: 15px;
  }
  body.about.legal ol li {
    font-size: 8px;
  }
  
  /** CONTACTO **/
  
  body.contacto #content {
    width: 100%;
    padding: 0 15px 50px;
    box-sizing: border-box;
	  margin-bottom: 200px;
  }
  body.contacto #content h2 {
    font-size: 17px;
    margin: 18px 0;
  }
  body.contacto #content .right, body.contacto #content .left {
    width: 100%;
    font-size: 11px;
  }
  body.contacto #content form .form-item {
    width: 100%;
    box-sizing: border-box;
    margin: .2em 0;
  }
  body.contacto #content form .form-item input {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
  }
  body.contacto #content form .form-item textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
  }
  body.contacto #content form {
    text-align: center;
  }
  body.contacto #content form .button {
    margin-top: 120px;
  }
  
  /** QUE ES **/
  
  body.about .section-content {
    font-size: 12px;
  }
  body.about h3[data-collapse] {
    font-size: 11px;
  }
  
  /** SELECCIoN **/
  body.categoriamain #content {
    width: 100%;
    padding: 0 15px 150px;
    box-sizing: border-box;
  }
  body.categoriamain #content h2 {
    font-size: 17px;
    margin: 18px 0 30px;
  }
  .categoriamain .description {
    width: 100%;
    
  }
  .categoriamain .categories a {
    width: 100%;
    /*height: 96px;*/
    background-size: cover;
	background: center no-repeat;
  }
  .categoriamain .categories a span {
    left: 150px;
    font-size: 10px;
    width: 70px;
    top: 50%;
    height: 16px;
    margin-top: -8px;
  }
	  body.localidad #footer {
	position: absolute;
	bottom: 0;
	}
   .mapper {
    display: none;
  }
}
@media (max-width: 650px) {
  .assets-list li {
    width: calc(50% - 15px);
	}
}
.punto1{
	display: block;
}
#necesarias, #analiticas {
	float: left;
}