/*Css Adicionales*/
.float-right {
  float: right;
  margin-top: 3em;
  margin-right: 3em;
}

.ui-box-descarga-distribuidores span > a {
  color: #4c4c4c;
  text-decoration: none;
}

/*Captcha*/
button.captchaButTry {
  border: 0;
  background: none;
  background-image: url("/image/refresh.gif");
  background-repeat: no-repeat;
  background-position: 0 50%;
  cursor: pointer;
}
.captchaButTry span.text {
  padding-left: 20px;
}
.captchaShuffleButton button {
  color: #000000;
  font-size: 0.9em;
}

.captchaShuffleButton button :hover {
  text-decoration: underline;
}

ul.errors {
  color: red;
  padding-top: 3px;
}

ul,
li {
  line-height: normal;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.errors li.ui-corner-all {
  color: red !important;
  line-height: normal;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#captcha_valida_contacto-element input {
  width: 180px;
  vertical-align: bottom;
  padding: 5px;
  margin: 15px 0 0 10px;
}
#captcha_valida_contacto-input-label {
  margin: 5px 0;
}
#captcha_valida_contacto-element img {
  float: left;
}
section .asunto label {
  margin: 0 15px;
  width: auto;
}

/*Languages*/
a.language {
  padding: 8px 15px;
  display: block; /*text-transform: uppercase*/
}
a.language:hover {
  color: #12bcbf;
}
a.language i {
  width: 18px;
  height: 12px;
  display: inline-block;
}
a.language i.es {
  background: url(../image/es.png);
}
a.language i.en {
  background: url(../image/gb.png);
}

span.sinborde {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
span.sinborde a {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-family: "HelveticaNeveLT Std Med Cn";
  font-size: 14px;
  line-height: 35px;
  padding: 4px 8px;
  text-decoration: none;
}
span.conborde {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
span.conborde a {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-family: "HelveticaNeveLT Std Med Cn";
  font-size: 14px;
  line-height: 35px;
  padding: 4px 8px;
  text-decoration: none;
}

@media (max-width: 578px) {
  span.conborde {
      border-right: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.09);
      width: 100%;
  }
}

/* ESTILOS PARA EL REPRODUCTOR */

/* ESTILOS PARA LA VENTANA MODAL */
html,
body {
  height: 100%;
}
div#modal-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 50px;
  z-index: 9999;
}
div#modal_content {
  position: absolute;
  width: 70%;
  height: auto;
  background: white;
  left: 15%;
  top: 17%;
}
div#modal-full a {
  color: white;
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  font-size: 2em;
  padding: 5px;
  border: 2px solid white;
  border-radius: 50%;
  text-shadow: 0 0 5px #333;
  box-shadow: 0 0 2px #333;
}
div#modal-full a:hover {
  color: #333;
  border: 2px solid #333;
}

/* BOTON REPRODUCIR VIDEO */

.texto {
  position: absolute;
  bottom: -1.4rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "arial";
  font-weight: 800;
  color: rgba(123, 126, 126, 0.79);
  font-size: 12px;
    width: 80px;
    margin-left: -10px;
}

.wrap {
  position: relative;
  left: 0;
  /*transform: translateX(300%);*/
  width: 100%;
}
.wrap img {
  width: 30px;
}
.wrap button {
  width: 71px;
  height: 71px;
  background: rgba(156, 160, 161, 0.67);
  border: 0;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
}
.wrap button a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* let's shape */

.wrap button span.shape {
  height: 71px;
  width: 71px;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap button span span {
  content: "";
  position: absolute;
  margin: auto;
  height: 8px;
  width: 2px;
  background: #12bcbf;
  opacity: 0;
}

.wrap button span span:nth-of-type(1) {
  top: -5px;
  left: 0;
  right: 0;
}

.wrap button span span:nth-of-type(2) {
  bottom: -5px;
  left: 0;
  right: 0;
}

.wrap button span span:nth-of-type(3) {
  top: 0;
  bottom: 0;
  left: 0;
}

.wrap button span span:nth-of-type(4) {
  top: 0;
  bottom: 0;
  right: 0;
}

.wrap button span span:nth-of-type(5) {
  top: 0;
  left: -70%;
  right: 0;
  transform: rotate(-30deg);
}

.wrap button span span:nth-of-type(6) {
  top: 0;
  left: 0;
  right: -70%;
  transform: rotate(30deg);
}
.wrap button span span:nth-of-type(7) {
  bottom: 0;
  right: 0;
  left: -70%;
  transform: rotate(30deg);
}
.wrap button span span:nth-of-type(8) {
  bottom: 0;
  left: 0;
  right: -70%;
  transform: rotate(-30deg);
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.wrap button.active {
  animation: bounce 0.3s ease-out 1;
}

.wrap button.active span span:nth-of-type(1) {
  animation: anim1 0.4s ease-out 1;
}
.wrap button.active span span:nth-of-type(2) {
  animation: anim2 0.4s ease-out 1;
}
.wrap button.active span span:nth-of-type(3) {
  animation: anim3 0.4s ease-out 1;
}
.wrap button.active span span:nth-of-type(4) {
  animation: anim4 0.4s ease-out 1;
}
.wrap button.active span span:nth-of-type(5) {
  animation: anim5 0.4s ease-out 1;
}
.wrap button.active span span:nth-of-type(6) {
  animation: anim6 0.4s ease-out 1;
}
.wrap button.active span span:nth-of-type(7) {
  animation: anim7 0.4s ease-out 1;
}
.wrap button.active span span:nth-of-type(8) {
  animation: anim8 0.4s ease-out 1;
}

@keyframes anim1 {
  0% {
    transform: scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim2 {
  0% {
    transform: scaleY(1);
    opacity: 0;
  }
  50% {
    transform: translateY(10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(20px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim3 {
  0% {
    transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(90deg) translateY(10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateY(20px) scaleX(0.5);
    opacity: 0;
  }
}
@keyframes anim4 {
  0% {
    transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(90deg) translateY(-10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateY(-20px) scaleX(0.5);
    opacity: 0;
  }
}
@keyframes anim5 {
  0% {
    transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(-30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim6 {
  0% {
    transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim7 {
  0% {
    transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim8 {
  0% {
    transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(-30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Efecto hover redes sociales*/
.box-social-footer li a:hover {
  transition: opacity 0.2s ease-out;
  color: #ffffff;
}

.ui-box-fila.checked {
  margin-bottom: 0px !important;
}
.ui-box-fila.checked input {
  top: 5px;
  min-height: 20px;
}
.ui-box-fila.checked.two {
  margin-bottom: 20px !important;
}
/*======================================================
                     Whatsapp Button
======================================================*/
#whatsapp-to-link {
  position: fixed;
  bottom: 4.5rem;
  right: 0.8rem;
  z-index: 9999;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#whatsapp-to-link.show {
  opacity: 1;
}
#whatsapp-to-link img {
  width: 55px;
}
/*@media (max-width: 578px) {
  #whatsapp-to-link {
    bottom: 1rem;
    right: 0.5rem;
  }
}

/*Botón floating*/
.floating-buttons .btn.btn-buy {
  font-family: "Folks Bold";
  background: #00cfd3;
  color: #fff;
  padding: 0.5rem 2rem;
  position: fixed;
  right: -3rem;
  top: 25%;
  transform: rotate(-90deg);
  z-index: 9999;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: inline-flex;
  justify-content: center;
  line-height: 14px;
  gap: 6px;
}
/*.floating-buttons .btn.btn-buy:hover {
  background: #999;
}*/

/*.floating-buttons .btn.btn-buy .text {
  width: 4.4rem;
  text-align: left;
  line-height: 17px;
  font-weight: 700;
  font-family: "Roboto";
  margin-top: 4px;
}*/

.floating-buttons .boton a {
  background: #00cfd3;
  width: 178px;
  height: 44px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  font-family: "Folks Bold";
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-align: left;
  line-height: 15px;
  justify-content: center;
  gap: 7px;
  font-weight: 500;
  right: -4.2rem;
  top: 25%;
  position: fixed;
  transform: rotate(-90deg);
  z-index: 9999;
}
