/*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: .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,103,138,0.9);
    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: 45px;
    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: 'appleberry';
    font-weight: normal;
    color: rgba(123, 126, 126, 0.79);
    font-size: 1rem;
    width: 80px; 
}

.wrap {
    position: absolute;
    left: 0;
    margin-top: 4rem;
    /*transform: translateX(300%);*/
    width: 495px; 
}
.wrap img {
    width: 30px;
}
.wrap button {
    width: 80px;
    height: 80px;
    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: 80px;
    width: 80px;
    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 {
    background-color: #63635e;
    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;}

#cookieChoiceInfo { border:0;font-size:10pt;margin:0 auto;padding:5px 0;text-align:center;width:100%;z-index:9999;border-bottom:4px solid #12BCBF;} #cookieChoiceInfo span,#cookieChoiceInfo a { vertical-align:middle;} #cookieChoiceInfo a { color:#12BCBF;} #cookieChoiceDismiss,#cookieChoiceDismiss:visited { background:#222 url('../images/overlay.png') repeat-x;display:inline-block;padding:5px 10px 6px;color:#ffffff !important;text-decoration:none;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.6);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.6);text-shadow:0 -1px 1px rgba(0,0,0,0.25);border-bottom:1px solid rgba(0,0,0,0.25);position:relative;cursor:pointer;margin:auto 10px;} #cookieChoiceDismiss:hover { background-color:#111;color:#ffffff;} #cookieChoiceDismiss:active { top:1px;}

/*======================================================
                     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-chat{background:#fdc25a;color:#fff;padding:.6rem 1.3rem;position:fixed;left:-2rem;top:50%;transform:rotate(-90deg);z-index: 9999;}
.floating-buttons .btn.btn-buy{background:#fdc25a;color:#fff;padding:.5rem 2rem;position:fixed;right:-3.5rem;top:50%;transform:rotate(-90deg);z-index:9999;border-radius: 5px;}
.floating-buttons .btn.btn-buy:hover,.floating-buttons .btn.btn-chat:hover{background:#999}
.floating-buttons .btn.btn-buy img{width:2rem}
.floating-buttons .btn.btn-chat img.icon{width:.9rem;margin-top:-1rem}
.floating-buttons .btn.btn-chat .text{width:2.4rem;float:left;font-weight:700}
.floating-buttons .btn.btn-buy .text{width:4.4rem;text-align:left;line-height:17px;font-weight:700;float:left;font-family: 'Roboto';}

.floating-buttons .boton a {
  background: #00cfd3;
  width: 178px;
  height: 44px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  font-family: "Roboto";
  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;
}

