* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

html {

    background-color: #DAEDFF;;
}

body {
    font-family: 'AvenirLTStd-Light';
}

.forLoader {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.forLoader.muestrate {
    opacity: 1 !important;
}

#cookie-bar {
    background: rgba(86, 86, 86, 0.95);
    padding: 0.5em 5%;
    box-sizing: border-box;
}

#cookie-bar p {
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    z-index: 99999;
    text-align: center;
    color: #fff;
}

#cookie-bar .cb-enable {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #7DAF3B;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    line-height: 20px;
}

#cookie-bar .cb-enable:hover {
    background: #000;
}

#cookie-bar .cb-policy {
    background-color: transparent;
    text-decoration: underline;
    margin-left: 0;
}

#cookie-bar .cb-policy:hover {
    background-color: transparent;
    text-decoration: none;
}

/* LOGIN */

html.login, html.login body, html.login body .forLoader, html.login body .forLoader .login-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login-page {
    background-image: url(../images/fondo-login.jpg);
    background-size: cover;
    background-position: top center;
}

.login-page .loginbox {
    height: 100%;
    overflow: hidden;
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.login-page .loginbox img {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.login-page .loginbox form {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -350px;
    width: 100%;

}

.login-page .loginbox form > div {
    width: 306px;
    margin: 0 auto;
    margin-top: 75px;

}

.login-page .loginbox form input {
    text-align: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 17px;

}

.login-page .loginbox form ::-webkit-input-placeholder { /* Internet Explorer 10-11 */
    color: #A9A9A9;
}

.login-page .loginbox form :-moz-placeholder { /* Internet Explorer 10-11 */
    color: #A9A9A9;
}

.login-page .loginbox form ::-moz-placeholder { /* Internet Explorer 10-11 */
    color: #A9A9A9;
}

.login-page .loginbox form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A9A9A9;
}

.login-page .loginbox form a {
    color: white;
    font-size: 13px;
    text-decoration: underline;
    display: block;
    padding: 10px 0;
}

.login-page .loginbox form button {
    width: 100%;
    line-height: 26px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    background-color: #615D7B;
    font-family: 'AvenirLTStd-Black';
    font-size: 13px;
}

.login-page .loginbox form button:hover {
    background-color: rgba(169, 169, 169, 1);
}

.login-page .loginbox form label.error {
    color: red;
    font-size: 11px;
    margin-top: -25px;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.login-page .loginbox form input.error {
    box-shadow: inset 0 0 3px red;
}

.box-container {
}

.wrap-estructura-box {
    width: 1420px;
    margin: 15px auto;
}

.wrap-estructura-box .header .top {
    position: relative;
}
.wrap-estructura-box .header .top:after {
    content: "";
    display: block;
    clear: both;
}

.wrap-estructura-box .header .top .quien_login {
    position: absolute;
    top: 0;
    right: 15px;
}
.wrap-estructura-box .header .top img {

    display: block;
    height: 40px;
    float: left;
    margin-top: 20px;
}

.wrap-estructura-box .header .top ul {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    float: right;
}

.wrap-estructura-box .header .top ul li {
    display: block;
    float: left;
    position: relative;
}

.wrap-estructura-box .header .top ul li.logout {
    float: right;
}

.wrap-estructura-box .header .top ul li a {
    padding: 20px 15px;
    border-top: 4px solid transparent;
    display: block;
    color: #6EA4CA;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}

.wrap-estructura-box .header .top ul li:hover a {
    border-top: 4px solid #39729B;
    color: #39729B;
}

.wrap-estructura-box .header .top ul li.active a {
    border-top: 4px solid black;
    color: black;
}

.theBOX {
    width: 100%;
}

.theBOX .fila {
    overflow: hidden;
}

.theBOX .fila1 {
    margin-bottom: 20px;
}

.theBOX .fila3 {
    margin-bottom: 20px;
}

.theBOX .miniCaja {
    height: 366px;
    float: left;
    position: relative;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    line-height: 20px;
    font-size: 18px;
    background-color: #1468A8;
    background-size: cover;
    background-position: center center;
}

.theBOX .miniCaja .btnNewStyle {
    font-family: 'AvenirLTStd-Black';
    padding: 10px 25px;
    color: white;
    font-size: 13px;
    background-color: #1B99E8;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 1.7px;
}

.theBOX .miniCaja h3 {
    font-family: 'AvenirLTStd-Black';
    color: white;
    font-size: 18px;
    border-bottom: 2px solid #1B99E8;
    line-height: 20px;
    letter-spacing: 2.7px;
    display: inline-block;
    padding-bottom: 8px;
}

.theBOX .miniCaja p {
    padding: 35px 0;
}

.theBOX .miniCaja img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.theBOX .miniCaja1 {
    width: 460px;
    margin-right: 20px;
    background-image: url(../images/photo-1516354998222-7efbe8a4074a.png);
}

.theBOX .miniCaja1 > div {
    width: 220px;
    padding-top: 100px;
}

.theBOX .miniCaja2 {
    width: 320px;
    margin-right: 20px;
}

.theBOX .miniCaja2 > div .btnNewStyle {
    color: #1468A8;
    background-color: #fff;
}

.theBOX .miniCaja2 > div h3 {
    border-bottom: 2px solid #fff;
}

.theBOX .miniCaja3 {
    width: 600px;
    background-image: url(../images/productos_2310.png);
}

.theBOX .miniCaja3 > div {
    width: 330px;
    text-align: left;
}

.theBOX .miniCaja3 > div .btnNewStyle {
    color: white;
    background-color: rgba(31, 50, 71, 0.8);
    margin-top: 150px;
}

.theBOX .miniCaja3 > div h3 {
    border-bottom: 0px solid #fff;
    color: white;
    padding: 10px;
    background-color: rgba(31, 50, 71, 0.8);
    text-align: left;
}

.theBOX .miniCaja3 > div p {
    color: #8A8A88;
    display: none;
}

.theBOX .miniCaja4 {
    width: 460px;
    margin-right: 20px;
    background-image: url(../images/photo-1481152508843-1ec796b30a8b.png);
}

.theBOX .miniCaja4 > div {
    width: 180px;
    padding-top: 80px;
    float: right;
}

.theBOX .miniCaja4 > div .btnNewStyle {
    color: #fff;
    background-color: #6EA4CA;
}

.theBOX .miniCaja4 > div h3 {
    border-bottom: 2px solid #6EA4CA;
    color: #000;
}

.theBOX .miniCaja4 > div p {
    color: #8A8A88;
}

.theBOX .miniCaja5 {
    width: 940px;
    background-image: url(../images/photo-1512418490979-92798cec1380.png);
}

.theBOX .miniCaja5 > div {
    width: 250px;
    padding-top: 80px;
    margin-left: 55px;
}

.theBOX .miniCaja5 > div .btnNewStyle {
    color: #fff;
    background-color: #541985;
}

.theBOX .miniCaja5 > div h3 {
    border-bottom: 2px solid #541985;
    color: #000;
}

.theBOX .miniCaja5 > div p {
    color: #8A8A88;
}

.theBOX .miniCaja51 {
    width: 320px;
    margin-right: 20px;
    background-image: url(../images/photo-1512418490979-92798cec1380.png);
}
.theBOX .miniCaja51 > div .btnNewStyle {
    color: #fff;
    background-color: #541985;
}
.theBOX .miniCaja51 > div h3 {
    border-bottom: 2px solid #541985;
    color: #000;
}
.theBOX .miniCaja51 > div p {
    color: #8A8A88;
}

.theBOX .miniCaja52 {
    width: 600px;
    margin-right: 0px;
    background-image: url(../images/mifarmacia.png);
    background-color: #2d8cff;
    background-size: auto;
    background-position: center center;
    background-repeat:  no-repeat;
}
.theBOX .miniCaja52 > div .btnNewStyle {
    color: white;
    background-color: rgba(31, 50, 71, 0.8);
    margin-top: 150px;
}
.theBOX .miniCaja52 > div h3 {
    border-bottom: 0px solid #1B99E8;
    color: white;
    background-color: rgba(31, 50, 71, 0.8);
    padding: 15px 30px;
}
.theBOX .miniCaja52 > div p {
    color: #8A8A88;
}


.theBOX .miniCaja6 {
    width: 100%;
    background-image: url(../images/photo-1454165804606-c3d57bc86b40.png);
}

.theBOX .miniCaja6 > div {
    width: 300px;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    padding: 35px;
}

.theBOX .miniCaja6 > div .btnNewStyle {
    color: #fff;
    background-color: #615D7B;
}

.theBOX .miniCaja6 > div h3 {
    border-bottom: 2px solid #615D7B;
    color: #000;
}

.theBOX .miniCaja6 > div p {
    color: #8A8A88;
}

.theBOX .fila1 .miniCaja {

}

.theBOX .fila2 .miniCaja {
    height: 419px;
}

.theBOX .fila3 .miniCaja {
    height: 344px;
}

.footer {
    background-color: #E6E6E6;
    margin-top: 40px;
}

.footer .wrap-estructura-box {
    margin-bottom: 0;
}

.footer ul {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.footer ul li {
    display: inline-block;
    position: relative;
    z-index: 99;
}

.footer ul li a {
    padding: 0px 20px;
    display: block;
    background-color: #B2D2CB;
    color: white;
    font-size: 13px;
    margin: 0 10px;
    text-decoration: none;
    border-radius: 31px;
    line-height: 31px;
}

.footer ul li:hover a {
    background-color: rgba(50, 50, 50, 1);
}

.motivacion {
    background-color: #B8B4D3;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    height: 392px;
    box-sizing: border-box;
}

.motivacion .wrap-estructura-box {
    position: relative;
}

.motivacion .wrap-estructura-box img {
    position: absolute;
    top: -221px;
    left: 0;
}

.motivacion h2 {
    font-size: 36px;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}

.motivacion h2:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 3px;
    background-color: white;
    bottom: -20px;
    left: 50%;
    margin-left: -21px;
}

.motivacion p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
}

.contacto {
    background-color: #E6E6E6;
    color: #000000;
    padding: 40px 0;
}

.contacto h2 {
    font-size: 36px;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
}

.contacto .formContacto {
    width: 700px;
    margin: 0 auto;
}

.contacto .formContacto > input[type=email],
.contacto .formContacto > input[type=text] {
    width: calc(50% - 10px);
    margin-right: 20px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    border: none;
    background-color: white;
    float: left;
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: 'AvenirLTStd-Light';
}

.contacto .formContacto > input#formNombre {
    margin-right: 0px;
}

.contacto .formContacto > select {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    border: none;
    background-color: white;
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: 'AvenirLTStd-Light';
}

.contacto .formContacto > textarea {
    width: 100%;
    height: 150px;
    resize: none;
    margin-bottom: 20px;
    border: none;
    background-color: white;
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: 'AvenirLTStd-Light';
}

.contacto .formContacto .losChecks {
    width: 50%;
    float: left;
    color: #000 !important;
    margin-bottom: 20px;
}

.contacto .formContacto .losChecks a {
    color: #000 !important;
    text-decoration: none;
}

.contacto .formContacto > input[type=submit] {
    background-color: #36324F;
    color: #DAEDFF;
    width: 100%;
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 40px;
}

.contacto .formContacto label.error {
    display: none !important;
}

.contacto .formContacto input[type=email].error,
.contacto .formContacto input[type=text].error,
.contacto .formContacto select.error,
.contacto .formContacto textarea.error {
    box-shadow: 0 1px 1px rgba(229, 0, 0, 0.075) inset, 0 0 8px rgba(229, 0, 0, 0.6) inset;
    outline: 0 none;
}

.contacto sub {
    font-size: 13px;
    line-height: normal;
}

.contacto sub a {
    font-size: 13px;
    line-height: normal;
    color: #000 !important;
}

.capa-intro-ticket {
    background-color: #95C6EC;
    padding: 60px 143px;
    box-sizing: border-box;
    color: #fff;
    width: 1220px;
    margin: 0 auto;
}

.capa-intro-ticket .intro2 {
    font-size: 36px;
    font-family: 'AvenirLTStd-Heavy';
}

.capa-intro-ticket .titulito {
    overflow: hidden;
    margin-top: 15px;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    font-size: 24px;
}

.capa-intro-ticket .productos {
    margin-top: 50px;
}

.capa-intro-ticket .productos > .producto .prodInput label {
    width: 175px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

.capa-intro-ticket .productos > .producto select {
    border: none;
    width: 550px;
    height: 40px;
    background-color: white;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}

.capa-intro-ticket .productos > .producto {
    margin-bottom: 20px;
}

.capa-intro-ticket .productos > .producto input {
    border: none;
    width: 175px;
    height: 40px;
    background-color: white;
    line-height: 40px;
    font-size: 16px;
    margin-right: 0px;
    padding: 0 10px;
    box-sizing: border-box;
}

.capa-intro-ticket .productos > .producto input.unProducto {
    border: none;
    width: 558px;
    height: 40px;
    background-color: white;
    line-height: 40px;
    font-size: 16px;
    margin-right: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.capa-intro-ticket .contieneTicket label {
    width: 175px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

.capa-intro-ticket .fechaTicket {
    border: none;
    width: 558px;
    height: 40px;
    background-color: white;
    line-height: 40px;
    font-size: 16px;
    margin-right: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.capa-intro-ticket .productos > .producto .prodInput {
    display: inline-block;
}

.capa-intro-ticket .productos > .producto .separacionTicket {
    margin-left: 10px;
}

.capa-intro-ticket .addProduct {
    display: block;
    width: 300px;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #008AFC;
    color: white;
    font-family: 'AvenirLTStd-Black';
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 13px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 40px;
}

.capa-intro-ticket .remProduct {
    display: none;
    width: 300px;
    border: none;
    height: 40px;
    line-height: 40px;
    color: white;
    font-family: 'AvenirLTStd-Black';
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 13px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: rgb(195, 69, 69);
    margin-top: 40px;
    margin-bottom: -20px;
}

.capa-intro-ticket .bloqueSubida p {
    height: 50px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
}

#holder {
    display: block;
    margin: 0 auto;
    width: 558px;
    height: 175px;
    background-color: white;
}

.capa-intro-ticket .validarImagen {
    display: none;
}

.capa-intro-ticket .validarImagen + label span {
    display: block;
    width: 300px;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #008AFC;
    color: white;
    font-family: 'AvenirLTStd-Black';
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 13px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    text-align: center;
}

.capa-intro-ticket .avisoEuros p {
    height: 50px;
    display: block;
    vertical-align: top;
    line-height: 50px;
    text-align: center;
}

.formularioTicket button {
    display: block;
    width: 300px;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #8E3AAB;
    color: white;
    font-family: 'AvenirLTStd-Black';
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 13px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    text-align: center;
}

.hidden {
    display: none !important;
}

#holder.hover {
    border: 10px dashed #0c0;
}

#holder img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#holder p {
    margin: 10px;
    font-size: 14px;
}

footer {
    background-color: #8A8A88;
    color: #fff;
    line-height: 66px;
    text-align: center;
    font-size: 16px;
    margin-top: 60px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.capaSlide {
    max-width: 980px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.swiper-slide .producto {
    width: 305px;
    height: 350px;
    float: left;
    overflow: hidden;
    background-color: white;
    display: block;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(169, 169, 169, 0.3);
}

.swiper-slide .producto .info {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(169, 169, 169, 1);
    font-size: 13px;
    padding: 20px 15px;
    text-decoration: underline;
}

.swiper-slide .producto h2 {
    text-transform: uppercase;
    color: #577083;
    font-size: 14px;
    font-family: 'AvenirLTStd-Heavy';
    font-weight: normal;
    margin-top: 20px;
}

.swiper-slide .producto img {
    width: 250px;
    display: block;
    margin: 0 auto;
    height: 235px;
    object-fit: contain;
    object-position: center center;
}

.swiper-slide .producto:nth-child(2),
.swiper-slide .producto:nth-child(5) {
    margin: 0 29px;
}

.swiper-slide .producto:nth-child(1),
.swiper-slide .producto:nth-child(2),
.swiper-slide .producto:nth-child(3) {
    margin-bottom: 29px;
}

.swiper-slide .producto .precio span {
    display: block;
    width: 100px;
    border: none;
    height: 33px;
    line-height: 33px;
    background-color: #008AFC;
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.swiper-container {
    overflow: hidden;
}

.contenidoFancy {
    max-width: 800px;
    overflow: hidden;
    border: 5px solid #95C6EC;
    background-color: white;
    position: relative;
}

.descripcionFancy {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 40px;
}

.contenidoFancy .imagenFancy {
    position: relative;
    float: left;
    width: 50%;
    padding: 40px;
    box-sizing: border-box;

}

.contenidoFancy .imagenFancy img {
    width: 100%;
}

.contenidoFancy .precioFancy {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.contenidoFancy .precioFancy span {
    position: static;
    width: 100px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #8c7832;
}

.contenidoFancy .precioFancy span img {
    vertical-align: middle;
    margin-top: -3px;
}

.contenidoFancy .btnIniTest {
    display: block;
    width: 160px;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #008AFC;
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -80px;
}

.contenidoFancy .btnEnviar {
    display: block;
    width: 160px;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #008AFC;
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -80px;
}

.fancybox-bg {
    background: rgba(131, 150, 156, 1);
}

.fancybox-slide > div {
    background-color: transparent;
}

.fancybox-close-small {
    top: 34px;
    right: 34px;
    z-index: 99999;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'19.998939514160156%2055.498497009277344%20159.9993896484375%2089.00151824951172'%3E%3Cpath%20d%3D'M167.501%20144.5a12.474%2012.474%200%200%201-8.619-3.437L100%2084.342l-58.883%2056.721c-5%204.742-12.915%204.553-17.671-.434-4.761-4.985-4.566-12.873.435-17.62l67.5-64.071c4.824-4.586%2012.412-4.586%2017.236%200l67.5%2064.071c5%204.747%205.195%2012.634.435%2017.62a12.461%2012.461%200%200%201-9.051%203.871z'%20fill%3D'%23a9a9a9'%2F%3E%3C%2Fsvg%3E");
    right: -40px;
    left: auto;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 100%;
    background-size: 50px 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'19.998939514160156%2055.498497009277344%20159.9993896484375%2089.00151824951172'%3E%3Cpath%20d%3D'M167.501%20144.5a12.474%2012.474%200%200%201-8.619-3.437L100%2084.342l-58.883%2056.721c-5%204.742-12.915%204.553-17.671-.434-4.761-4.985-4.566-12.873.435-17.62l67.5-64.071c4.824-4.586%2012.412-4.586%2017.236%200l67.5%2064.071c5%204.747%205.195%2012.634.435%2017.62a12.461%2012.461%200%200%201-9.051%203.871z'%20fill%3D'%23a9a9a9'%2F%3E%3C%2Fsvg%3E");

    left: -40px;
    right: auto;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 100%;
    background-size: 50px 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.smsUris {
    text-align: center;
}

.smsUris h2 {
    font-family: 'AvenirLTStd-Black';
    color: black;
    font-size: 18px;
    border-bottom: 2px solid #541985;
    line-height: 20px;
    letter-spacing: 2.7px;
    display: block;
    padding-bottom: 8px;
    display: inline-block;
}

.smsUris span {
    display: block;
    width: 260px;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #008AFC;
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.capaSlide.capaSlideExamenes {
    margin-top: 64px;
}

.capaSlide.capaSlideExamenes .swiper-container {
    overflow: hidden;
    padding-bottom: 50px;
}

.swiper-slide .producto.proximamente {
    opacity: 0.5;
    cursor: default;
}

.capaSlide.capaSlideExamenes .producto {
    overflow: visible;
    height: auto;
    padding: 20px 0;
    min-height: 475px;
}

.capaSlide.capaSlideExamenes .producto a {
    display: block;
    width: 180px;
    border: none;
    height: 33px;
    line-height: 33px;
    background-color: #008AFC;
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
}

.capaSlide.capaSlideExamenes .producto a.Pdf {
    background-color: #E8331B;
}

.capaSlide.capaSlideExamenes .producto a.HacerTest {
    background-color: #8E3AAB;
    /* height: 40px;
     line-height: 40px;
     -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
     border-radius: 40px;
     font-size: 16px;
     position: absolute;
     bottom: -60px;
     width: 140px;
     left: 50%;
     margin-left: -70px;*/
}

.swiper-slide .producto.proximamente a {
    display: none !important;
}

.theBOX {
    overflow: hidden;
}

.capa-registro {
    background-color: #95C6EC;
    padding: 60px 143px;
    box-sizing: border-box;
    color: #fff;
    width: 1220px;
    margin: 0 auto;
}
.capa-registro .titulito {
    overflow: hidden;
    margin-top: 15px;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    font-size: 24px;
}
.capa-registro .bloqueInputs {
    margin-bottom: 10px;
}
.capa-registro .bloqueInputs label {
    width: 371px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}
.capa-registro .bloqueInputs label a.ayuda{
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background-color: white;
    color: #95C6EC;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
}

.capa-registro .bloqueInputs input {
    border: none;
    width: 558px;
    height: 40px;
    background-color: white;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}
.capa-registro .bloqueInputs input[readonly] {
    background-color: #e0e0e0;
    cursor: default;
}

.capa-registro .formParaFarmacia{
    padding: 50px 0;
}
.capa-registro .bloqueChecksI{
    overflow: hidden;
    padding: 20px 0;
}
.capa-registro .bloqueChecksI .unCheck{
    float: left;
    width: 50%;
}
.capa-registro fieldset{
    padding: 40px;
    border: 1px solid white;
    margin-top: 20px;
}
.capa-registro fieldset .bloqueInputs  label{
    width: 281px;
}

.capa-registro .botonesAux {
    text-align: center;
    padding: 20px;
}
.capa-registro .addAuxiliar {
    display: inline-block;
    width: 180px;
    border: none;
    height: 33px;
    line-height: 33px;
    background-color: #63a937;
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    font-size: 13px;
    margin: 0 20px;
    text-align: center;
    text-decoration: none;
}

.capa-registro .remAuxiliar {
    display: inline-block;
    width: 180px;
    border: none;
    height: 33px;
    line-height: 33px;
    background-color: #cb0c00;
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    font-size: 13px;
    margin: 0 20px;
    text-align: center;
    text-decoration: none;
}

.capa-registro .bases {
    font-size: 13px;
    line-height: 18px;
}
.capa-registro .bases a{
    color: #fff;
    text-decoration: underline;
}

.capa-registro .bases button[type=submit] {
    display: block;
    width: 180px;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #008AFC;
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    text-transform: uppercase;
}
.contenidotuto {
    text-transform: uppercase;
    padding: 20px;
}
.formRegistro input {
    text-transform: uppercase;
}


.bloquePregunta label.error {
    font-size: 12px;
    color: red;
}

.bloquePregunta {
    margin-bottom: 30px;
}

.paraCentrada {
    padding: 40px 0;
    overflow: hidden;
    width: 100%;
}

.paraCentrada div {
    width: 50%;
    float: left;
}


.formatoTabla {
    overflow: hidden;
    padding: 10px !important;
    margin-top: -1px !important;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0 !important;
}

.formatoTabla .thNombre {
    display: block;
    float: left;
    width: 40%;
}

.formatoTabla .thDNI {
    display: block;
    float: left;
    width: 15%;
}

.formatoTabla .thTelefono {
    display: block;
    float: left;
    width: 15%;
}

.formatoTabla .thEmail {
    display: block;
    float: left;
    width: 15%;
}

.formatoTabla .thEstado {
    display: block;
    float: left;
    width: 5%;
    text-align: center;
}

.formatoTabla .thAcciones {
    display: block;
    float: left;
    width: 15%;
    text-align: center;
}

.formatoTabla .btn-success {
    display: block;
    padding: 0 10px;
    border: none;
    height: 22px;
    line-height: 22px;
    background-color: rgb(89, 200, 77);
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    float: right;
}

#formEditAuxiliar .btn-success {
    display: block;
    width: 180px;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: rgb(89, 200, 77);
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    text-transform: uppercase;
}

.formatoTabla .btn-danger {
    display: block;
    padding: 0 10px;
    border: none;
    height: 22px;
    line-height: 22px;
    background-color: rgb(250, 15, 15);
    color: white;
    font-family: 'AvenirLTStd-Heavy';
    cursor: pointer;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    float: right;
    margin-left: 10px;
}

.formatoTablaTH {
    font-size: 16px;
    line-height: 19px;
    background-color: white;
    color: #009db1;
}

#formEditAuxiliar label.error {
    display: none !important;
}

#formEditAuxiliar input.error {
    border: 1px solid red;
}

.btnMenu{
    display: none;
}
.formatoTabla .thNombre{
    width: 30%;
}
.formatoTabla .thEmail{
    width: 25%;

}

.contenido_texto p{
    margin-bottom: 15px;
}
.contenido_texto h1{
    margin-bottom: 8px;
    margin-top: 25px;
}
.contenido_texto h2{
    margin-bottom: 8px;
    margin-top: 20px;
}
.contenido_texto h3{
    margin-bottom: 8px;
    margin-top: 15px;
}
.contenido_texto a{
    color: #000;
    text-decoration: underline;
}
#borrarDatos{
    position: absolute;
    top: 0;
    right: 0;
    color: black;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 1499px) {
    .wrap-estructura-box {
        width: 990px;
    }
    .theBOX .miniCaja {
        height: 286px;
        padding: 20px;
    }
    .theBOX .miniCaja1 {
        width: 321px;
    }
    .theBOX .miniCaja1 > div {
        padding-top: 30px;
    }
    .theBOX .miniCaja2 {
        width: 240px;
    }
    .theBOX .miniCaja2 p {
        padding: 20px 0;
    }
    .theBOX .miniCaja3 {
        width: 389px;
    }
    .theBOX .miniCaja3 > div {
        width: 180px;
        padding-top: 20px;
    }
    .theBOX .fila2 .miniCaja {
        height: 286px;
    }
    .theBOX .miniCaja4 {
        width: 321px;
    }
    .theBOX .miniCaja4 > div {
        padding-top: 40px;
    }
    .theBOX .miniCaja5 {
        width: 649px;
    }
    .theBOX .miniCaja5 > div {
        padding-top: 30px;
    }
    .theBOX .miniCaja51 {
        width: 240px;
    }
    .theBOX .miniCaja52 {
        width: 389px;
    }
    .motivacion{
        height: 432px;
    }
    .motivacion .wrap-estructura-box img {
        top: -181px;
    }
    .motivacion h2{
        width: 600px;
        float: right;
    }
    .motivacion p {
        width: 600px;
        float: right;
    }
    .capa-intro-ticket{
        width: 990px;
        padding: 40px 60px;
    }
    .capa-intro-ticket .fechaTicket,
    .capa-intro-ticket .productos > .producto input.unProducto{
        width: 495px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 0;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 0;
    }
    .capa-registro{
        width: 990px;
        padding: 40px 60px;
    }
    .capa-registro .bloqueInputs input{
        width: 494px;
    }
}

@media (max-width: 1023px) {
    .theBOX .miniCaja1 {
        width: 468px;
        margin-bottom: 20px;
    }
    .theBOX .miniCaja1 > div {
        padding-top: 30px;
    }
    .theBOX .miniCaja2 {
        width: 240px;
        margin-right: 0px;
    }
    .theBOX .miniCaja3 {
        width: 100%;
    }
    .theBOX .miniCaja4 {
        width: 321px;
    }
    .theBOX .miniCaja4 > div {
        padding-top: 40px;
    }
    .theBOX .miniCaja5 {
        width: 387px;
    }
    .theBOX .miniCaja5 > div {
        margin-left: 15px;
    }
    .theBOX .miniCaja51 {
        width: 387px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .theBOX .miniCaja52 {
        width: 100%;
    }
    .footer ul li a {
        padding: 0px 10px;
        font-size: 11px;
        margin: 0 5px;
    }
    .motivacion .wrap-estructura-box img{
        display: none;
    }
    .motivacion p,
    .motivacion h2 {
        width: 100%;
        float: none;
    }
    .capa-intro-ticket {
        width: 728px;
    }
    .capa-intro-ticket .contieneTicket label,
    .capa-intro-ticket .productos > .producto .prodInput label{
        display: block;
    }
    .capa-intro-ticket .productos > .producto input.unProducto {
        width: 408px;
    }
    .capa-intro-ticket .fechaTicket {
        width: 408px;
    }
    .swiper-slide .producto {
        width: 340px !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .swiper-slide .producto:nth-child(2n){
        margin-left: 15px !important;
    }
    .capa-registro{
        width: 728px;
        padding: 40px 60px;
    }
    .capa-registro .bloqueInputs label,
    .capa-registro .bloqueInputs input{
        display: block !important;
        width: 100% !important;
    }
    .capa-registro .bloqueChecksI .unCheck{
        display: block !important;
        width: 100% !important;
        margin-bottom: 15px;
    }
    .formatoTabla .thNombre,
    .formatoTabla .thDNI,
    .formatoTabla .thTelefono,
    .formatoTabla .thEmail,
    .formatoTabla .thAcciones{
        width: 100%;
    }
    .formatoTablaTH{
        display: none;
    }
    .capa-registro .auxiliares > fieldset{
        width: calc(50% - 10px);
        float: left;
        box-sizing: border-box;
        margin: 5px !important;
    }
    .capa-registro .auxiliares{
        padding: 20px 0;
        overflow: hidden;
    }
    .formAuxiliar{
        clear: both;
        padding-top: 30px;
    }
    #borrarDatos{
        bottom: 0;
        top: auto;
    }
}

@media (max-width: 767px) {
    .wrap-estructura-box {
        width: 280px !important;
    }
    .theBOX .fila1 {
        margin-bottom: 0px;
    }
    .theBOX .miniCaja1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .theBOX .miniCaja1 > div {
        margin: 0 auto;
    }
    .theBOX .miniCaja2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .theBOX .miniCaja2 > div {
        margin: 0 auto;
    }
    .theBOX .miniCaja3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .theBOX .miniCaja3 > div {
        margin: 0 auto;
    }
    .theBOX .miniCaja4 {
        width: 100%;
        margin-bottom: 20px;
    }
    .theBOX .miniCaja4 > div {
        padding-top: 40px;
        margin: 0 auto;
        float: none;
    }
    .theBOX .miniCaja5 {
        width: 100%;
        margin-bottom: 20px;
    }
    .theBOX .miniCaja5 > div {
        margin-left: 15px;
        margin: 0 auto;
    }
    .theBOX .miniCaja51 {
        width: 100%;
        margin-bottom: 20px;
    }
    .theBOX .miniCaja51 > div {
        margin-left: 15px;
        margin: 0 auto;
    }
    .theBOX .miniCaja52 {
        width: 100%;
        margin-bottom: 20px;
    }
    .theBOX .miniCaja52 > div {
        margin-left: 15px;
        margin: 0 auto;
    }
    .theBOX .miniCaja6 > div {
        width: 240px;
    }
    .footer ul li a {
        margin-bottom: 15px;
    }
    .motivacion{
        padding: 50px 0;
    }

    .contacto .formContacto {
        width: 280px;
        margin: 0 auto;
    }
    .contacto .formContacto > input[type=email], .contacto .formContacto > input[type=text]{
        width: 100%;
        margin-right: 0;
    }
    .contacto .formContacto .losChecks{
        width: 100%;
        margin-bottom: 15px;
    }

    .wrap-estructura-box .header .top img{
        float: none;
    }
    .wrap-estructura-box .header .top ul{
        float: none;
        width: 100%;
        overflow: hidden;
        max-height: 0;
    }
    .menu-abierto .wrap-estructura-box .header .top ul{
        max-height: 999px;
    }
    .wrap-estructura-box .header .top ul li{
        float: none;
        width: 100%;
    }
    .wrap-estructura-box .header .top img{
        height: 50px;
    }
    .btnMenu{
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .capa-intro-ticket {
        width: 280px;
        padding: 20px;
    }
    .capa-intro-ticket .intro2 {
        font-size: 24px;
    }
    .capa-intro-ticket .titulito {
        font-size: 16px;
    }
    .capa-intro-ticket .productos {
        margin-top: 15px;
    }
    .capa-intro-ticket .productos > .producto .prodInput{
        width: 100%;
        margin-bottom: 10px;
    }
    .capa-intro-ticket .fechaTicket,
    .capa-intro-ticket .productos > .producto .prodInput input{
        width: 100%;
    }
    .capa-intro-ticket .contieneTicket{
        padding-top: 15px !important;
    }
    .capa-intro-ticket .addProduct {
        width: 85% !important;
        font-size: 12px;
    }
    .capa-intro-ticket .remProduct {
        width: 85% !important;
        font-size: 12px;
    }
    .capa-intro-ticket .avisoEuros p {
        height: 80px !important;
        padding: 15px !important;
        box-sizing: border-box !important;
        line-height: 16px !important;
    }
    .formularioTicket button,
    .capa-intro-ticket .validarImagen + label span{
        width: 100%;
    }
    .capaSlide{
        max-width: 280px;
    }
    .swiper-slide > div{
        max-width: 280px;
    }
    .swiper-slide .producto{
        width: 280px!important;
        margin: 0!important;
        margin-bottom: 15px!important;
        box-sizing: border-box!important;
    }
    .swiper-slide .producto:nth-child(2n){
        margin: 0!important;
        margin-bottom: 15px!important;
    }
    .swiper-slide,
    .swiper-wrapper{
        display: block;
        transform: translate3d(0px, 0px, 0px)!important;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        display: none!important;
    }
    .contenidoFancy .imagenFancy{
        padding: 20px!important;
    }
    .descripcionFancy{
        padding: 20px!important;
        font-size: 12px!important;
    }
    .login-page .loginbox form > div,
    .login-page .loginbox{
        width: 280px!important;
    }
    .login-page .loginbox form{
        top: 0;
        margin-top: 0;

    }
    .capa-registro{
        width: 280px;
        padding: 20px;
    }
    .capa-registro .formParaFarmacia{
        padding-top: 15px;
    }
    .capa-registro .bloqueInputs label{
        font-size: 11px;
    }
    .capa-registro fieldset{
        padding: 15px;
    }
    .capa-registro .addAuxiliar,
    .capa-registro .remAuxiliar{
        margin: 10px auto;
    }

    .capa-registro .auxiliares > fieldset{
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin: 5px 0 !important;
    }
}

.loaderExamen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 50px;
    padding: 50px;
    box-sizing: border-box;
    display: none;
}
.loaderExamen.load{
    display: block;
}

/*DROPZONE*/

.dropzone, .dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 54px 54px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
    color: #646C7F;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
    background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
    opacity: 1 !important;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.dropzone .dz-preview .dz-error-message:after {
    content:'';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}