/*
0.DEVICARE :: Basic
1.DEVICARE :: Font/Type
2.DEVICARE :: Buttons
3.DEVICARE :: Forms
4.DEVICARE :: Input Cantidad (+/-)
5.DEVICARE :: Cupón (group)
6.DEVICARE :: Opiniones
7.DEVICARE :: Relacionados
8.DEVICARE :: Page only-txt
9.DEVICARE :: Tabs
10.DEVICARE :: Iconos Productos
11.DEVICARE :: Video Iframe fluid
12.DEVICARE :: Carrousel Style
13.DEVICARE :: Extra Info Appear
14.DEVICARE :: Steps Progress
15.DEVICARE :: Remmeber Login
16.DEVICARE :: Pagination
17.DEVICARE :: Accordion FAQ
18.DEVICARE :: Cookies
19.DEVICARE :: Estilos para IE9, IE10, IE11, EDGE i FIREFOX
20.DEVICARE :: Home para UK
*/

/*------------------------------------
0.DEVICARE :: Basic
------------------------------------*/
html {
    scroll-behavior: smooth;
}

.tawk-min-container {
    display: none !important;
}

.teobromina {
    color: #00923F;
}

.ico-new {
    margin-left: -16px;
    margin-top: -14px;
}

.cf:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.md {
    margin-top: 60px;
}

/*seccion module*/
.smll.md {
    margin-top: 20px;
}

/*seccion module*/
.divider.md {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eceff2;
}

.mg {
    position: relative;
}

/*graphic module*/
.mt {
    display: block;
    overflow: hidden;
    word-wrap: break-word;
}

/*text module*/
.fl {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}

/*float left*/
.fr {
    float: right;
    display: inline;
    margin: 0 0 0 10px;
}

/*float right*/
.cf {
    clear: both;
}

.iblk {
    display: inline-block !important;
    zoom: 1;
    *display: inline !important;
}

/*display inline block*/
.rd {
    border-radius: 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px;
}

.tr {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hidden {
    display: none !important;
}

/*agegit per aleix*/
.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

.bg-highlighted {
    background-color: #e2f9ff !important;
}

.bckg-g {
    background: #f9fafb !important;
}

.bckg-blue-light {
    background: #f3faff !important;
}

.bckg {
    background: #f9fafb;
    border-top: 1px solid #eceff2;
    border-bottom: 1px solid #eceff2;
    padding: 55px 0 35px;
    box-shadow: 0px 1px 6px #f4f4f4;
}

.bckg-w {
    background: #fff;
    border-top: 1px solid #eceff2;
    border-bottom: 1px solid #eceff2;
    padding: 55px 0 35px;
    box-shadow: 0px 1px 6px #f4f4f4;
}

.bckg-g-border {
    background: #f6f6f6;
    /*#f9fafb*/
    border-top: 1px solid #eceff2;
    border-bottom: 1px solid #eceff2;
    padding: 55px 0 35px;
    box-shadow: 0px 1px 6px #f4f4f4;
}

.bckg-blue-border {
    background: #def8ff;
    border-top: 1px solid #eceff2;
    border-bottom: 1px solid #eceff2;
    padding: 35px 0 35px;
    box-shadow: 0px 1px 6px #f4f4f4;
}

button,
button:hover,
button:focus,
button:active {
    outline: 0 none !important;
}

a,
button {
    text-decoration: none !important;
}

body,
html {
    background-color: #ffffff !important
}

.bckgPage {
    background-color: #f9fafb !important;
}

.bckgPage-white {
    background-color: #ffffff !important;
    padding-bottom: 40px;
}


/* class creades ami*/

.w-0 {
    width: 0% !important
}

.w-5 {
    width: 5% !important
}

.w-10 {
    width: 10% !important
}

.w-15 {
    width: 15% !important
}

.w-17 {
    width: 17% !important
}

.w-20 {
    width: 20% !important
}

.w-30 {
    width: 30% !important
}

.w-35 {
    width: 35% !important
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.w-55 {
    width: 55% !important
}

.w-60 {
    width: 60% !important
}

.w-65 {
    width: 65% !important
}

.w-70 {
    width: 70% !important
}

.w-80 {
    width: 80% !important
}

.w-85 {
    width: 85% !important
}

.w-90 {
    width: 90% !important
}

.w-95 {
    width: 95% !important
}

.w-auto {
    width: auto !important;
}

.ls-025 {
    letter-spacing: -0.25px !important;
}

.ls-030 {
    letter-spacing: -0.3px !important;
}

.ls-050 {
    letter-spacing: -0.50px !important;
}

.ls-1 {
    letter-spacing: -1px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.shadow {
    -webkit-box-shadow: 7px 9px 20px 0px rgba(36, 55, 73, 0.12) !important;
    -moz-box-shadow: 7px 9px 20px 0px rgba(36, 55, 73, 0.12) !important;
    box-shadow: -3px -2px 12px 0px rgba(36, 55, 73, 0.12) !important;
}

.container-inner {
    max-width: 900px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

/*------------------------------------
1.DEVICARE :: Font/Type
------------------------------------*/

body {
    font-family: 'Lato', sans-serif !important;
    font-variant-ligatures: no-common-ligatures;
    color: #243749;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea {
    font-family: 'Lato', sans-serif !important;
    font-variant-ligatures: no-common-ligatures;
    color: #243749;
    margin: 0;
}

.txt {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-weight: 400;
    /* letter-spacing: -0.25px; */
}

.txt-lg {
    font-size: 18px;
    line-height: 1.4;
}

.txt b,
.txt strong {
    font-weight: 700;
}

p.txt.checked {
    position: relative;
    padding-left: 35px;
}

p.txt.checked i.fa-check {
    color: #00b9ea;
    margin-right: 10px;
    padding-bottom: 4px;
    font-size: 20px;
    top: 4px;
    left: 3px;
    position: absolute;
}

.ttl {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.ttl2 {
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.ttl i {
    margin-right: 12px;
}

.subttl {
    font-size: 32px;
    font-weight: 700;
    color: #00b9ea;
    margin-bottom: 25px;
}

.prodInfo {
    font-size: 23px;
    font-weight: 700;
}

html[lang="en"] .prodInfo {
    font-size: 23px;
    font-weight: 400;
}

.prodTtl {
    font-size: 24px;
    font-weight: 400;
}

html[lang="en"] .prodTtl {
    font-size: 24px;
    font-weight: 700;
}

html[lang="en"] .prodTtl.blue {
    letter-spacing: -0.5px;
}

.subttl i {
    margin-right: 8px;
}

.link,
.link:visited {
    color: #00b9ea !important;
    font-size: 14px;
    font-weight: 700;
}

.link-exp,
.link-exp:visited {
    color: #00b9ea !important;
    font-size: 16px;
    font-weight: 700;
}

.link:hover {
    opacity: 0.75;
}

.link:active {
    opacity: 0.95;
}

.link i {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.yllw {
    color: #f39200 !important;
}

.green {
    color: #2ea836 !important;
}

.green_2 {
    color: #a6cf69 !important;
}

.blue {
    color: #0077bf !important;
    /* Blue pH Balance*/
}

/* .blue {
    color: #0065bd !important;
} */
/*blue anterior*/

.blue-lt {
    color: #0557a4 !important;
    /*blue Lit-control logo*/
}

.blue-dark {
    color: #243749 !important;
}

.cyan {
    color: #00b9ea !important;
}

.border-cyan {
    border-color: #00b9ea !important;
}

.ttl-line {
    display: block;
    position: relative;
}

.ttl-line:after {
    display: inline-block;
    width: calc(100% + 30px);
    height: 1px;
    background: #00b9ea;
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 0;
}

.ttl-line h3 {
    max-width: 22%;
    background: #ffffff;
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
}

html[lang="fi"] .ttl-line h3 {
    max-width: 31%;
}

html[lang="en"] .ttl-line h3 {
    max-width: 33%;
    background: #ffffff;
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
}

.time {
    font-size: 14px;
}

.time i {
    margin-right: 5px;
    font-size: 13px;
}

.font-light {
    font-weight: 300 !important;
}

/*------------------------------------
2.DEVICARE :: Buttons
------------------------------------*/
.btn,
.btn:visited {
    color: #ffffff;
    font-size: 16px;
    display: block;
    border: none;
    width: 100%;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: 700;
}

.btn:hover {
    opacity: 0.75;
}

.btn:active {
    opacity: 0.95;
}

.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:visited {
    background: #88c441 !important;
}

.btn.btn-devicare,
.btn.btn-devicare:hover,
.btn.btn-devicare:active,
.btn.btn-devicare:visited {
    background: #00b9ea !important;
    padding: 15px 0px;
    color: #ffffff;
}

.btn.btn-outline-devicare,
.btn.btn-outline-devicare:hover,
.btn.btn-outline-devicare:active,
.btn.btn-outline-devicare:visited {
    background-color: #fff;
    border: 1px solid #00B9EA;
    color: #00B9EA;
    white-space: nowrap;
}

#banner .btn.btn-outline-devicare {
    box-shadow: 0 0 4px #00B9EA !important;
}

.btn.btn-participate,
.btn.btn-participate:hover,
.btn.btn-participate:active,
.btn.btn-participate:visited {
    background-color: #0076B6;
    color: #fff;
}

.btn.btn-black,
.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:visited {
    background-color: #243749;
    color: #fff;
}

.btn.btn-amazon,
.btn.btn-amazon:hover,
.btn.btn-amazon:active,
.btn.btn-amazon:visited {
    background: #FF9900 !important;
    padding: 15px 0px;
    color: #000;
    box-shadow: 0px 2px 6px #cccccc !important;
}

.btn.btn-secondary,
.btn.btn-secondary:visited {
    background: #ffffff !important;
    border: 1px solid #00b9ea;
    color: #00b9ea;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
    background: #00b9ea !important;
    border: 1px solid #00b9ea;
    color: #ffffff;
    opacity: 1;
}

.btn.btn-secondary:active {
    border: 1px solid #00b9ea !important;
    opacity: 0.75;
}

.btn-place {
    padding: 8px 0 !important;
    max-width: 215px;
    display: block;
    margin: 10px auto 0 !important;
}

.btn.btn-taocontrol {
    background: #c81c5d !important;
    padding: 15px 0px;
    color: #ffffff;
}

/*------------------------------------
3.DEVICARE :: Forms
------------------------------------*/

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.5;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.5;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.5;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.5;
}

input.form-control,
textarea.form-control {
    outline: none 0 !important;
    box-shadow: none !important;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*------------------------------------
4.DEVICARE :: Input Cantidad (+/-)
------------------------------------*/
.cantidad,
.cantidad_product {
    position: relative;
    max-width: 80px;
}

.cantidad .qty,
.cantidad_product .qty {
    border: 1px solid #eceff2 !important;
    box-shadow: none !important;
    background-color: #ffffff;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    height: 23px;
    padding: 0 0 0 15px;
    width: 100%;
    color: #243749;
    line-height: 23px;
    outline: 0 none !important;
    font-weight: 400;
}

.cantidad .qty:focus,
.cantidad_product .qty:focus {
    color: #333333;
}

.cantidad input,
.cantidad_product input,
.cantidad input:hover,
.cantidad_product input:hover,
.cantidad input:visted,
.cantidad_product input:visted,
.cantidad input:active,
.cantidad_product input:active,
.cantidad input:focus,
.cantidad_product input:focus {
    outline: 0 none !important;
}

.cantidad .minus,
.cantidad_product .minus,
.cantidad .plus,
.cantidad_product .plus {
    position: absolute;
    bottom: 0;
    top: 0;
    background: #eceff2;
    border: none;
    font-size: 16px;
    color: #243749;
    height: 23px;
    width: 25px;
    outline: 0 none !important;
    font-weight: 700;
    line-height: 23px !important;
    border-radius: 2px;
    cursor: pointer !important;
}

.cantidad .minus:hover,
.cantidad_product .minus:hover,
.cantidad .plus:hover,
.cantidad_product .plus:hover {
    background: #243749;
    color: #eceff2;
}

.cantidad .minus:active,
.cantidad_product .minus:active,
.cantidad .plus:active,
.cantidad_product .plus:active {
    opacity: 0.85;
}

.cantidad .minus,
.cantidad_product .minus {
    left: 0;
    padding: 0;
    margin: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.cantidad .plus,
.cantidad_product .plus {
    right: 0;
    padding: 0;
    margin: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/*------------------------------------
5.DEVICARE :: Cupón (group)
------------------------------------*/
.cupon-md {
    position: relative;
}


.cupon-md .input-group-append .btn.borrar_cupon {
    background: #fff;
    border: 1px solid #a4b3be;
    border-radius: 0 5px 5px 0 !important;
    margin-left: -1px;
    color: #cacaca;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
}

.cupon-md .form-control,
.cupon-md .input-group-append .btn {
    border-radius: 5px !important;
}

.cupon-md>.input-group-append {
    margin-left: 8px;
}

.cupon-md input.form-control {
    text-align: center;
    font-weight: 400;
    color: #a1b1bc;
    border: 1px solid #a1b1bc;
    position: relative;
    padding: 5px 8px 5px 8px;

    border-radius: 5px !important;
    /*ami*/
    font-size: 13px;
}

.cupon-md input:disabled {
    background-color: #fff;
    border: 2px solid #88c441;
    color: #88c441;
    font-weight: 700;
}



.cupon-md i.fas.ico_cupon {
    display: none;
    position: absolute;
    top: 12px;
    left: 53.5%;
    z-index: 5;
    font-size: 13px;
}

.cupon-md.valid i.fa-check {
    color: #88c441;
    display: block;
}

.cupon-md.invalid i.fa-times {
    color: #dc3545;
    display: block;
}

.cupon-md.invalid i.fa-exclamation {
    color: #ff2121;
    display: block;
}


/*------------------------------------
6.DEVICARE :: Opiniones
------------------------------------*/
#opiniones-clientes .opinion-item {
    padding: 30px 15px;
    position: relative;
}

#opiniones-clientes .opinion-item:first-child {
    left: -15px;
}

#opiniones-clientes .opinion-item:last-child {
    right: -15px;
}

/*-- TESTIMONIALS PAGE --*/
#opiniones-clientes.testimonios-md article {
    border-bottom: 1px solid #eceff2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#opiniones-clientes.testimonios-md article:last-child {
    border: none;
}

/*-- EXPERTOS --*/
#opiniones-expertos {
    padding-bottom: 65px;
}

#opiniones-expertos img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border: 1px solid #eceff2;
}

html[lang="en-IE"] #opiniones-expertos img {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
    border: 1px solid #eceff2;
}

#opiniones-expertos button:hover img {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
    border-color: #2e4052;
}

#opiniones-expertos .opinion-item button {
    padding: 0 !important;
    box-shadow: 0px 1px 6px #b0b0b0 !important;
    position: relative;
    cursor: pointer !important;
}

#opiniones-expertos .opinion-item button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/testimonios/play.png) center center no-repeat transparent;
}

/*-- EXPERTOS PAGE --*/
#opiniones-expertos.expertos-md {
    padding-bottom: 25px;
}

#opiniones-expertos.expertos-md article {
    border-bottom: 1px solid #eceff2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#opiniones-expertos.expertos-md article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#opiniones-expertos.expertos-md .opinion-item.col-md-5 {
    padding: 0;
}

#opiniones-expertos.expertos-md .opinion-item.col-md-5 img {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
    border: none;
    width: 100%;
    height: auto;
}

#opiniones-expertos.expertos-md .opinion-item.col-md-5 button {
    box-shadow: none !important;
}

#opiniones-expertos.expertos-md .col-md-7 {
    background: #f5fbff;
    padding: 15px 30px;
    position: relative;
}

#opiniones-expertos.expertos-md .col-md-7 h2.ttl {
    font-weight: 400;
    font-size: 21px;
    height: auto;
    margin-bottom: 30px;
}

#opiniones-expertos.expertos-md .col-md-7 h6.txt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 8px;
}

#opiniones-expertos.expertos-md .col-md-7 p.txt {
    margin: 0;
    /* max-width: 85%; */
}

#opiniones-expertos.expertos-md .col-md-7 .time {
    padding-top: 10px;
}

/* #opiniones-expertos.expertos-md .col-md-7 .time {
    position: absolute;
    bottom: 10px;
    left: 30px;
} */

.modal .modal-dialog {
    margin-top: 10%;
    margin-bottom: 0;
}

.modal .modal-content {
    padding: 25px;
    display: block;
}

.modal .modal-content button.close {
    position: absolute;
    z-index: 999999;
    top: 0;
    right: 3px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.modal .modal-content button.close span {
    line-height: 1em;
    height: 25px;
    display: block;
}

.modal-backdrop.show {
    opacity: .75;
}


/*------------------------------------
7.DEVICARE :: Relacionados
------------------------------------*/

#productos-relacionados {
    margin-bottom: 35px;
}

#productos-relacionados h3.subttl {
    margin-bottom: 50px;
}

#productos-relacionados .product-item {
    border: 1px solid #eceff2;
    padding: 18px 20px 18px 10px;
    width: 49%;
    position: relative;
    /*ami: para activar link-casilla en productos relacionados*/
    cursor: pointer;
    /*ami: para activar link-casilla en productos relacionados*/
}

#productos-relacionados .product-item .mg,
#productos-relacionados .product-item .mt {
    vertical-align: top;
}

html[lang="fr"] #productos-relacionados .product-item .mt {
    max-width: 368px;
}

html[lang="fr"] #productos-relacionados.urinaryFR .product-item .mt {
    max-width: 235px;
}

html[lang="pt"] #productos-relacionados .product-item .mt {
    max-width: 368px;
}

html[lang="pt"] #productos-relacionados.urinaryFR .product-item .mt {
    max-width: 235px;
}

#productos-relacionados .product-item .mg {
    width: 155px;
    overflow: hidden;
    position: relative;
    top: -5px;
}

#productos-relacionados .product-item .mg img {
    width: 180px;
    margin-left: -15px;
}

#productos-relacionados .product-item .mg.col-sm-3 img {
    width: 161px;
    margin-left: -9px;
}

#productos-relacionados .product-item .mt h5.prodTtl {
    margin-bottom: 10px;
    padding-left: 28px;
}

#productos-relacionados .product-item .mt h5.prodTtl.blue.uk {
    margin-bottom: 32px;
    padding-left: 28px;
}

#productos-relacionados .product-item .mt p.txt {
    margin-bottom: 5px;
}

#productos-relacionados .product-item .mt p.txt.checked {
    padding-left: 28px;
}

html[lang="fr"] #productos-relacionados .product-item .mt p.txt.checked {
    letter-spacing: -0.25px;
}

html[lang="pt"] #productos-relacionados .product-item .mt p.txt.checked {
    letter-spacing: -0.25px;
}

#productos-relacionados .product-item .mt p.txt.checked i.fa-check {
    left: 0;
}


#productos-relacionados .product-item .mt a.btn {
    max-width: 120px;
    padding: 7px 0;
    margin: 12px auto 0;
}

html[lang="fi"] #productos-relacionados .product-item .mt a.btn.cta-balance {
    max-width: 120px;
    padding: 7px 0;
    margin: 36px auto 0;
}

html[lang="fr"] #productos-relacionados .product-item .mt a.btn {
    max-width: 160px;
}

/* Tres productos */
#productos-relacionados .three-products .product-item {
    width: 32.5%;
}

#productos-relacionados .three-products .product-item .mt h4.prodInfo,
#productos-relacionados .three-products .product-item .mt h5.prodTtl {
    font-size: 18px;
}

html[lang="fi"] #productos-relacionados .three-products .product-item .mt h4.prodInfo,
html[lang="fi"] #productos-relacionados .three-products .product-item .mt h5.prodTtl {
    padding-left: 28px;
}

#productos-relacionados .three-products .product-item .mt h5.prodTtl.yllw,
#productos-relacionados .three-products .product-item .mt h5.prodTtl.green,
html[lang="fi"] #productos-relacionados .three-products .product-item .mt h5.prodTtl.blue {
    padding-bottom: 15px;
    padding-top: 6px;
}

#productos-relacionados .three-products .product-item .mg {
    width: 100px;
    margin-top: 35px
}

#productos-relacionados .three-products .product-item .mg img {
    width: 135px;
    margin-left: -20px;
}

#productos-relacionados .three-products .product-item .mt {
    max-width: 68%;
}

#productos-relacionados .three-products .product-item .mt.balance {
    overflow: visible;
}

#productos-relacionados .three-products .product-item .mt .prodInfo i {
    top: 2px !important;
}

#productos-relacionados .three-products .product-item .mt.balance h4.prodInfo {
    width: 110%;
    margin-left: -1px;
    letter-spacing: -0.5px;
}

html[lang="en"] #productos-relacionados .three-products .product-item .mt.balance h4.prodInfo {
    width: 119%;
    margin-left: -22px;
    letter-spacing: -0.5px;
}

#productos-relacionados .three-products .product-item .mt h4.prodInfo.prodInfo.blue {
    padding-left: 29px;
}

#productos-relacionados .three-products .product-item:nth-child(2) a.btn.btn-devicare {
    margin-top: 35px;
}

/*ajustar btn en three products*/

#productos-relacionados .product-item:nth-child(3) a.btn.btn-devicare {
    margin-top: 35px;
}

/*ajustar btn en three products*/

#productos-relacionados .product-item:nth-child(3) a.btn.btn-devicare.uk {
    margin-top: 59px;
}

/*ajustar btn en three products*/

#productos-relacionados .three-products .product-item:nth-child(1) a.btn.btn-devicare.uk {
    margin-top: 59px !important;
}

/*ajustar btn en three products en UK*/

#productos-relacionados .product-item:nth-child(2) a.btn.btn-devicare.uk {
    margin-top: 36px !important;
}

/*ajustar btn en three products en UK*/

#productos-relacionados .product-item .mt a.btn.cta-up {
    margin-top: 34px;
}

#productos-relacionados .product-item .mt a.btn.cta-balance {
    margin-top: 10px !important;
}


/*------------------------------------
8.DEVICARE :: Page only-txt
------------------------------------*/
.container.only-txt {
    margin-top: 80px;
}

.container.only-txt .ttl {
    display: block;
    width: 100%;
    font-weight: 300;
}

.container.only-txt .txt {
    width: 100%;
    display: block;
}

.container.only-txt h5.txt {
    margin: 20px 0 10px;
    font-weight: 500;
    line-height: 1.2em;
}

.container.only-txt h6.txt {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 20px;
}

.container.only-txt .txt a {
    color: #243749;
}

.container.only-txt .txt a:hover {
    color: #00b9ea;
    opacity: 0.95;
}

.container.only-txt .txt a:active {
    color: #00b9ea;
    opacity: 1;
}

.container.only-txt .txt.list i:first-child {
    font-style: normal;
    position: relative;
    top: -1px;
}

/*------------------------------------
9.DEVICARE :: Tabs
------------------------------------*/
#product-info .nav-tabs {
    width: 100%;
    border-bottom: 1px solid #eceff2;
}

#product-info .nav-tabs .nav-link {
    border-color: #eceff2;
    border-left: none;
    border-radius: 0;
    font-size: 17.5px;
    color: #a1b1bc;
    font-weight: 400;
    padding: 19.5px 35px;
    cursor: pointer !important;
    background: #ffffff;
}

#product-info .nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #eceff2;
}

#product-info .nav-tabs .nav-item.show .nav-link,
#product-info .nav-tabs .nav-link.active {
    border-color: #eceff2 #eceff2 #fff;
    color: #00b9ea;
    border-top: 4px solid #00b9ea;
    padding: 18px 35px;
}

#product-info .nav-tabs .nav-link:hover {
    color: #00b9ea;
}

#product-info .nav-tabs .nav-link i {
    margin-right: 6px;
    font-size: 18px;
}

#product-info .tab-content {
    padding: 25px 25px 15px;
    height: auto;
    border: 1px solid #eceff2;
    border-top: none;
    width: 100%;
    background: #ffffff;
}

#product-info .tab-content.dispositivo {
    min-height: 278px;
}

#product-info .tab-content p.txt {
    max-width: 100%;
}

#product-info .tab-content ul {
    margin-bottom: 0;
    padding-left: 20px;
}

#product-info .tab-content ul li {
    margin-bottom: 5px;
}

#product-info .tab-content ul li:last-child {
    margin-bottom: 10px;
}


/*------------------------------------
10.DEVICARE :: Iconos Productos (svg)
------------------------------------*/
i.icon-equal {
    width: 19px;
    height: 20px;
    background: url('../images/icons/equal.svg') center center no-repeat transparent;
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 5px;
    margin-right: 1px;
}

html[lang="pt"] #productos-relacionados i.icon-equal {
    margin-right: 9px;
}

i.icon-top {
    width: 20px;
    height: 20px;
    background: url('../images/icons/top.svg') center center no-repeat transparent;
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 5px;
    margin-right: 8px;
}

i.icon-down {
    width: 20px;
    height: 20px;
    background: url('../images/icons/down.svg') center center no-repeat transparent;
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 5px;
    margin-right: 8px;
}


/*------------------------------------
11.DEVICARE :: Video Iframe fluid
------------------------------------*/
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    padding-top: 0px;
}

.video-responsive iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
}


/*------------------------------------
12.DEVICARE :: Carrousel Style
------------------------------------*/
.carousel-md a.carousel-control-prev,
.carousel-md a.carousel-control-next {
    display: none;
}

.carousel-md ol.carousel-indicators li {
    width: 19px;
    height: 0px;
    border-radius: 50% 50%;
    margin: 0 6px;
    background: #5aceee;
}

.carousel-md ol.carousel-indicators li.active,
.carousel-md ol.carousel-indicators li:hover {
    background: #00b9ea;
    cursor: pointer;
}

.carousel-md ol.carousel-indicators li.active {
    cursor: default !important;
}


/*------------------------------------
13.DEVICARE :: Extra Info Appear
------------------------------------*/
.extra-md {
    border: 1px solid #eceff2;
}

.extra-md:hover {
    border: 1px solid #243749;
}

.extra-md:hover .extra-info {
    top: 0;
}

.extra-md .extra-info {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .92);
    padding: 15px;
    -webkit-transition: top .25s;
    -o-transition: top .25s;
    transition: top .25s;
    border: 1px solid #eceff2;
}

.extra-md .extra-info p.ttl {
    font-size: 21px;
    margin-top: 88px;
}

a.full-click {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 60;
    /*abans 100*/
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
}

/*------------------------------------
14.DEVICARE :: Steps Progress
------------------------------------*/
#product-progress {
    background: #f7f7f7;
    padding: 10px 0;
}


#product-progress .progress-steps {
    margin-bottom: 0;
    padding-left: 0;
    /*centrar pasos*/
}

#product-progress .progress-steps>li {
    text-align: center;
    display: inline-block;
    width: 33%;
    position: relative;
}

#product-progress .progress-steps>li span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    position: relative;
    background: #d5dbdf;
    color: #ffffff;
    z-index: 5;
}

#product-progress .progress-steps>li:after {
    content: '';
    position: absolute;
    display: block;
    background: #d5dbdf;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    z-index: 1;
}

#product-progress .progress-steps>li:last-child:after {
    display: none;
}

/* Is Active */
#product-progress .progress-steps>li.is-active span,
#product-progress .progress-steps>li.is-complete span {
    background: #00b9ea;
}

#product-progress .progress-steps>li.is-active:after,
#product-progress .progress-steps>li.is-complete:after {
    background: #00b9ea;
}

html[lang="pt"] #product-progress {
    display: none;
}


/*------------------------------------
15.DEVICARE :: Remmeber Login
------------------------------------*/
#user-rmmb article.boxed-info {
    border-top: 1px solid #eceff2;
    padding: 20px 50px;
    border-radius: 6px;
}

#user-rmmb article.boxed-info p.ttl {
    margin-bottom: 8px;
    line-height: 1em;
}

#user-rmmb article.boxed-info p.txt {
    font-size: 20px;
    margin: 0;
    line-height: 1em;
}

#user-rmmb article.boxed-info button {
    padding: 12px 0;
    margin-top: 11px;
    font-size: 18px;
    line-height: 1em;
}


/*------------------------------------
16.DEVICARE :: Pagination
------------------------------------*/
nav ul.pagination {
    margin-bottom: 0;
    margin-top: 30px;
}

nav ul.pagination .page-item .page-link {
    border: none;
    color: #00b9ea;
    background: transparent !important;
    font-size: 18px;
    line-height: 1em;
}

nav ul.pagination .page-item.disabled .page-link {
    color: #243749;
    font-weight: 700;
    font-size: 17px;
    line-height: 1em;
    margin-top: 1px;
}

nav ul.pagination .page-item .page-link:hover {
    opacity: 0.5;
}

nav ul.pagination .page-item.disabled .page-link:hover {
    opacity: 1;
}


/*------------------------------------
17.DEVICARE :: Accordion FAQ
------------------------------------*/
.accordion-faq {
    margin-top: 40px;
    width: 100%;
    display: block;
}

.accordion-faq .card {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.accordion-faq .card:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-faq .card-header {
    background: transparent;
    padding: 0;
    border-bottom: none;
}

.accordion-faq .card-header h5 button.collapsed {
    text-align: left;
    color: #243749;
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 5px;
    word-break: break-word;
}

.accordion-faq .card-header h5 button:hover,
.accordion-faq .card-header h5 button {
    color: #00b9ea;
    text-align: left;
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 5px;
}

.accordion-faq .card-header h5 button i {
    margin-right: 5px;
}

.accordion-faq .card-header h5 button.collapsed .fa-minus-square {
    display: none;
}

.accordion-faq .card-header h5 button.collapsed .fa-plus-square {
    display: inline-block;
}

.accordion-faq .card-header h5 button .fa-minus-square {
    display: inline-block;
}

.accordion-faq .card-header h5 button .fa-plus-square {
    display: none;
}

.accordion-faq .card-body {
    padding: 0px 30px 10px;
}

.accordion-faq .card-body ul {
    padding-left: 20px;
}

ul.number {
    padding-left: 16px !important;
}

ul.number li.txt {
    list-style: decimal;
    font-size: 14px;
}

/*------------------------------------
18.DEVICARE :: Cookies
------------------------------------*/
.cookies {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999999;
}

.cookies .container {
    border-radius: 7px;
    background: #eceff2;
    height: auto;
}

.cookies .cookie-row {
    margin-top: 15%;
}

.cookies img {
    margin: 11px auto 0 auto;
    width: 172px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cookies .txt {
    line-height: 26px;
    font-size: 15px;
}

.bot {
    color: #ffffff;
    font-size: 14px;
    background-color: #00b9ea;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.2px
}

.bot:hover {
    opacity: 0.75;
    color: white;
}

.cookies-link {
    font-weight: bold !important;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: none !important;
}

#txt-policy {
    overflow-y: scroll;
    height: 180px;
    width: 1100px;
}


/* Cookies anterior */
/* .cookies{border-top: 3px solid #00b9ea!important; background-color: #ffffff; z-index:99999;}
.cookies .txt{line-height: 14px; font-size: 13px;}
.bot{color: #ffffff; font-size: 14px; background-color: #00b9ea; border-radius: 4px; display: inline-block;}
.bot:hover{opacity: 0.75; color:white;}
.cookies-link{font-weight: bold!important;}
[type=reset], [type=submit], button, html [type=button] {-webkit-appearance: none!important;} */

/* Elimina las flechas del campo number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/*-----------------------------------------------------------
19.DEVICARE :: Estilos para IE9, IE10, IE11, EDGE i FIREFOX
-----------------------------------------------------------*/

/*----MS IE9, IE10, IE11 CSS Start----*/
@media screen and (min-width:0\0) {
    header nav.navbar.main-menu .navbar-brand img {
        transition: 0s !important;
    }

    #product-price .card-md img {
        max-height: 55px !important;
    }

    /* .cookies img {margin-bottom:10px!important;} */
}

/*----MS IE9, IE10, IE11 CSS end----*/

/*----MS Edge Browser CSS Start----*/
@supports (-ms-ime-align:auto) {
    .cookies img {
        margin: 28px auto 20px auto;
    }
}

/*----MS Edge Browser CSS End----*/

/*----Firefox CSS Start----*/
@-moz-document url-prefix() {
    .cookies img {
        margin: 28px auto 20px auto;
    }
}

/*----Firefox CSS End----*/


/*------------------------------------
20.DEVICARE :: Home para UK
------------------------------------*/

#section1uk {
    margin-top: 0;
    padding-bottom: 55px;
}

#section1uk h1 {
    font-weight: 300;
    padding-bottom: 15px;
    font-size: 36px;
}

#section1uk h1 i {
    font-size: 31px;
}

#section1uk h5 {
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}

#section2uk {
    padding: 0;
    margin-top: 0;
    border-top: 0px
}

#section2uk .kidney {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 38px;
    margin-top: 0;
    border-top: 0px;
}

#section2uk h4 {
    font-weight: 400;
    font-size: 16px;
}

#section2uk img {
    max-height: 145px;
    padding: 18px 0;
}

#section3uk {
    margin-top: 0;
}

#section3uk h3 {
    font-weight: 300;
    font-style: italic;
}

#opiniones-expertos h6.quote {
    text-align: center;
    font-style: italic;
    padding-top: 16px;
}

#opiniones-expertos h5.quote {
    font-style: italic;
    padding-bottom: 7px;
    font-size: 18px;
}

#opiniones-expertos.expertos-md .col-md-7 h2.ttl.uk {
    font-weight: 400;
    font-size: 19px;
    height: auto;
    margin-bottom: 7px;
}

.opinion-info h6.uk {
    padding-top: 10px;
    padding-bottom: 10px;
}