@media only screen and (max-width: 640px) {
  .banner .content-slide .inner .header {
    font-size: 18px;
  }
  section#inicio {
    margin-top: 50px;
  }
  .ul4 li {
    width: 100%;
  }
  #sorprende {
    min-height: 500px !important;
    max-height: inherit !important;
    height: auto !important;
  }
  .infoImagen {
    padding: 10px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    z-index: 9;
    top: 10%;
  }
  .imagen {
    width: 100%;
    height: auto;
  }
  .imagen h3 {
    bottom: 40px;
  }
  #sorprende .swiper-container {
    width: 100%;
    max-height: 640px;
    min-height: 640px
  }
  #sorprende .swiper-slide {
    height: auto;
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #sorprende .swiper-slide-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #sorprende .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .infoImagen {
    width: 240px;
    margin-left: -120px;
    top: 0px;
  }
  .itemForm {
    width: 100% !important;
  }
  #contacta1 .acciones {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 30px auto;
    text-align: center;
  }
  #contacta1 h2 {
    text-align: center;
    width: 100%;
    max-width: inherit;
  }
  #experiencias h2 {
    border-color: #fff;
    max-width: 600px;
    font-size: 30px;
  }
  .ul3 li {
    display: block;
    text-align: center;
    width: 100%;
  }
  #asesorate {
    background-size: cover;
  }
  #opiniones {
    background-size: cover;
  }
  footer p {
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin: 20px 0px
  }
  footer .redes span {
    display: block;
    margin: 10px 0px
  }
  .redes {
    text-align: center;
  }
  iframe {
    width: 100%;
    height: 300px;
  }
  .inner_lineas {
    width: 100%;
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  /*.content_menu_productos .inner_menu_productos:nth-of-type(1) {
    position: relative;
    top: 0px;
    left: inherit;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    z-index: 2;
	display: inline-block;
}
.content_menu_productos .inner_menu_productos:nth-of-type(2) {
    position: relative;
    top: 0px;
    right: inherit;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    display: inline-block;
}*/
  .inner_menu_productos {
    width: 100%;
  }
  .descripcion {
    width: 100%;
    background: #fff;
    position: relative;
    bottom: inherit;
    padding: 0px 0px 10px;
  }
  .right {
    right: inherit;
    bottom: inherit;
  }
  .content_menu_productos {
    width: 100%;
    font-size: 0px;
    height: auto;
    padding: 10px 0px;
    position: relative;
  }
  .content_menu .logo_ekor {
    display: none;
  }
  .content_vertice {
    display: none;
  }
  .content_text {
    width: 100%;
  }
  .content_image {
    display: none;
  }
  .gris .content_text {
    width: 100%;
    margin: 30px 0px 30px 0px;
    padding: 10px 20px 0px;
  }
  .content_inner span {
    padding: 0px 0px 0px;
  }
  .content_inner {
    position: relative;
    height: auto;
    padding: 50px 0px;
  }
  .content_inner2, .content_inner3 {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .content_inner2 span, .content_inner2 span {
    padding: 0px 0px 0px;
  }
  .content_gray2 p {
    width: 100%;
    margin: 0px auto;
    color: #828489;
  }
  .content_gray.pink {
    width: 100%;
    min-height: 265px;
    background: #ff7172 url(../images/bg_dar_style.png) -200px 0px no-repeat;
    position: relative;
    display: table;
  }
  .content_gray {
    width: 100%;
    min-height: auto;
    background: #6d6e71;
    position: relative;
    display: table;
  }
  .content_image_galeria {
    width: 100%;
    height: 180px;
    background-size: 100%;
  }
}

@media only screen and (max-width: 400px) {
  #sorprende .swiper-container {
    width: 100%;
    max-height: 320px;
    min-height: 400px;
  }
}