/* Estilos menu flotante */

.cont-menu-flotante {
  display: block;
  width: 940px;
  margin: 0 auto;
  position: relative;
}

.menu-flotante {
  position: fixed;
  top: 130px;
  z-index: 99;
  transition: top 0.5s;
}

.menu-flotante > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 3;
}

.menu-flotante > ul > li {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 20px;
  position: relative;
}

.menu-flotante > ul > li:hover > div {
  display: block;
}

.menu-flotante > ul > li > img {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
  background-color: #999999;
  position: absolute;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  z-index: 4;
}

.menu-flotante-des {
  position: absolute;
  right: 20px;
  z-index: 1;
  display: none;
}

.menu-flotante-desplegable-buscar {
  position: absolute;
  right: 20px;
  top: 3px;
  width: 305px;
  height: 35px;
  border-bottom: 1px solid #FFC600;
  background-color: white;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  z-index: 1;
  display: none;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.menu-flotante-desplegable-buscar p {
  font-family: 'oswaldbold';
  color: #FFC600;
  font-size: 16px;
  margin: 0;
  display: inline-block;
  margin-right: 15px;
}

.menu-flotante-desplegable-buscar a {
  font-family: 'oswaldbold';
  color: #FFC600;
  font-size: 16px;
  margin: 0;
  margin-top: 4px;
  display: inline-block;
  margin-right: 15px;
}

.menu-flotante-desplegable-buscar a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.menu-flotante-desplegable-buscar input {
  width: 190px !important;
  height: 26px !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}

.menu-flotante-desplegable-buscar input:focus {
  box-shadow: none !important;
}

.searchSkinObjectPreview {
  top: 31px !important;
  right: -16px !important;
  width: 280px !important;
  border: none !important;
}

@-moz-document url-prefix() {
  .searchSkinObjectPreview {
    right: -14px !important;
  }
}

.searchSkinObjectPreview > li:first-child {
  border-top: none;
}

.SearchButton {
  float: left;
  color: #FFC600;
  margin-right: 10px;
  font-weight: bold;
  text-transform: lowercase;
  margin-top: 4px;
}

ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
  font-family: 'oswald_regularregular';
  font-size: 15px;
  color: #333;
}

.encabezado-flotante {
  width: 305px;
  height: 35px;
  background-color: white;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 15px;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.flo-titText > p {
  font-family: 'oswaldbold';
  font-size: 19px;
  margin: 0;
  display: inline-block;
  margin-right: 15px;
}

.cont-flotante-contenido {
  background-color: white;
  padding: 15px 35px 30px 15px;
  margin: 0;
  list-style: none;
  width: 280px;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  max-height: 300px;
  overflow-y: auto;
}

.cont-flotante-contenido > p {
  font-family: 'Robot_Light';
  color: #323232;
  font-size: 14px;
  margin: 0;
  display: block;
  line-height: 12px;
}

.cont-flotante-contenido li p:first-child {
  margin-bottom: 15px;
}

.cont-flotante-contenido li p:first-child a {
  font-family: 'oswaldbold';
  color: #323232;
  font-size: 16px;
  margin: 0;
  display: block;
}

.cont-flotante-contenido li p:first-child a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.cont-flotante-contenido li p:nth-child(2) a, .cont-flotante-contenido li p:nth-child(2) {
  font-family: 'oswaldbold';
  color: #323232;
  font-size: 16px;
  margin: 0;
  display: block;
}

.cont-flotante-contenido li p:nth-child(2) a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.cont-flotante-contenido li p:last-child {
  font-family: 'Robot_Light';
  color: #323232;
  font-size: 14px;
  margin: 0;
  display: block;
  line-height: 14px;
}


/* Responsive */

@media screen and (max-width:1024px) {
  .menu-flotante > ul {
    display: inline-block;
  }

  .menu-flotante > ul > li {
    display: inline-block;
    margin-right: 10px;
  }

  .menu-flotante {
    position: absolute;
    top: -20px;
    left: 85px;
    width: 450px;
  }

  .menu-flotante-desplegable-buscar {
    top: 40px;
    right: -265px;
  }

  .menu-flotante-des {
    right: -240px;
    top: 40px;
  }

  .encabezado-flotante {
    width: 280px;
  }

  .cont-menu-flotante {
    width: auto;
  }
}

@media screen and (max-width:640px) {
  .menu-flotante {
    top: -20px;
    left: 65px;
  }
}

@media screen and (max-width:480px) {
  .cont-flotante-contenido {
    width: 200px;
  }

  .encabezado-flotante {
    width: 200px;
  }

  .menu-flotante-des {
    right: -105px;
  }

  .menu-flotante {
    width: 260px;
  }

  .flo-titText > p {
    font-size: 13px;
  }

  .cont-flotante-contenido li p:nth-child(2) a, .cont-flotante-contenido li p:nth-child(2) {
    font-size: 13px;
  }

  .cont-flotante-contenido li p:last-child {
    font-size: 12px;
  }

  .cont-flotante-contenido li p:first-child a {
    font-size: 13px;
  }
}

@media screen and (max-width:360px) {
  .menu-flotante {
    left: 10px;
    width: auto;
  }

  .menu-flotante > ul > li {
    width: 25px;
    height: 25px;
  }

  .menu-flotante > ul > li > img {
    width: 25px;
    height: 25px;
  }

  .menu-flotante {
    top: -4px;
    width: 300px;
    left: 50px;
  }

  .menu-flotante-des {
    top: 25px;
  }

  .menu-flotante-desplegable-buscar {
    top: 25px;
  }

}
