/*
  (c) 2021 Cdermard. CSS by Grupo Interactivo
*/

/*  ----------- FONTS  ----------
font-family: 'Prompt', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Open Sans', sans-serif;
*/

.cart_cant_articulos
{
    color:#222222;
}


/* -----------------------
   # Global Styles
-------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color:#222222;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    color: #1dc2f0;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    margin-top: 0;
}
h2 {
    font-size: 2.3em;
    margin-bottom: 0.2em;
}
h3 {
    font-size: 1.4em;
    font-weight: 400;
    color: #9c9f96;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
h4 {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.1em;
    color: #0d7bb8;
    text-align: left;
    text-transform:none;
    margin-bottom: 0.9em;
}
h4::after {
    content: '';
    display: block;
    width: 80%;
    max-width: 80px;
    height: 3px;
    background: #0496bf;
    margin-top: 4px;
    transition: all 0.5s;
}
h4:hover::after {
    width: 100%;
    max-width: 100%;
}
h5 {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.6em;
    color: #20b6e1;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.8em;
    font-size: 16px;
    color:#222222;
    text-align: justify;
}
a {
    color:#222222;
    text-decoration: none;
}
a:hover {
    color:#1dc2f0;
    text-decoration: none;
}

ul {
    list-style: disc;
    padding: 0;
    padding-left: 32px;
    line-height: 1.8em;
}
ol {
    padding-left: 15px;
    line-height: 1.8em;
}
ul li, ol li {
    font-size: 1em;
    line-height: 1.5em;
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    z-index: 16000;
}

/*  -------  Prevent selection -------
*::selection
{
    background-color:transparent;
}
*::-moz-selection
{
    background-color:transparent;
}
*
{
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}
*/
/*  -------  Header  ------- */
#cover  {
    margin-top: 80px;
}
#cover img {
    width: 100%;
    height: auto;
}

/* -----------  MAIN BANNER  ---------- */
#main_banner {
    margin-top: 80px;
    max-width: 100%;
}
.gi-carousel {
    background: transparent;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.gi-carousel:hover,
.gi-carousel:focus {
    border: none;
    outline: none;
}
.carousel-cell {
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
}
.carousel-cell img {
    display: block;
    width: 100%;
    height: 100%;
}
.flickity-page-dots {
    bottom: 25px;
}
.flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    background: #358db1;
}


/* ---- NAV ---- */
#gi-header {
    position: fixed;
    top:0;
    left: 0;
    height: auto;
    z-index: 1000;
}
#mainNav {
    position: fixed;
    top:0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    background-color: rgba(255,255,255,0.94);
}
#mainNav .navbar-brand {
    padding-bottom: .2em;
}
#mainNav .navbar-brand img {
    width:100%;
    max-width: 250px;
    height: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#mainNav .nav-login { display: block; }
#mainNav .navbar-nav .nav-item .nav-link {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 0.06em;
    padding: 0 1em;
    margin-top: 5px;
    color: #0496bf;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #035c76;
}
#mainNav .navbar-nav .nav-item .nav-link::after {
    content: '';
    display: block;
    width: 2px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    background: #CCCCCC;
    opacity: 0;
    transition: width .3s;
}
#mainNav .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
    opacity: 1;
}
#mainNav .dropdown-toggle::after {
    border-top: none;
    border-right: none;
    border-left: none;
}
#mainNav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the top gap */
}
#mainNav .dropdown-item {
    font-size: 0.80em;
    font-weight: 400;
    color: #212529;
    letter-spacing: 0.05em;
    padding: .40rem 1.5rem;
}
#mainNav .dropdown-item:focus,
#mainNav .dropdown-item:hover {
    background-color: #1dc2f0;
    color: #ffffff;
}
#mainNav.navbar-shrink {
    position: fixed;
    top:0;
    left: 0;
    z-index: 1030;
    padding-bottom: 2px;
    height: 68px;
}
#mainNav.navbar-shrink .navbar-brand {
    width: 140px;
}
#mainNav.navbar-shrink .navbar-brand img {
    transform: scale(0.96);
}

/* ----  Toggled Search ----- */
#bt-search, #bt-search-m {
    background-color: transparent;
    border: none;
    color: #0496bf;
    cursor: pointer;
    transition: all .6s;
}
#bt-search:hover, #bt-search-m {
    color: #035c76;
    border: none;
    outline: none;
    transform: scale(1.4);
}
#bt-search-m {
    color: #0C6698;
    margin-top: 8px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
#bt-close-search, #bt-close-search-m {
    background-color: transparent;
    border: none;
    display: none;
    color: #999;
    cursor: pointer;
}
#bt-close-search-m {
    margin-bottom: 24px;
}
@keyframes widen {
    0% { width: 0px; }
    100% { width: 420px; }  /*  width: 100vh;  */
}
@keyframes widen-m {
    0% { width: 0px; }
    100% { width: 60%;}
}
#search-line {
    display: none;
    margin-right: 12px;
    animation-name: widen;
    animation-duration: 0.4s;
}
#search-line-m {
    display: none;
    margin-left: 15% !important;
    margin-bottom: 24px;
    animation-name: widen-m;
    animation-duration: 0.4s;
}
input#search-line,
input#search-line-m {
    outline: none;
}
input#search-line[type=search],
input#search-line-m[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input#search-line::-webkit-search-decoration,
input#search-line::-webkit-search-cancel-button,
input#search-line-m::-webkit-search-decoration,
input#search-line-m::-webkit-search-cancel-button {
    display: none;
}
input#search-line[type=search],
input#search-line-m[type=search] {
    width: 420px;
    height: 22px;
    border: none;
    border-bottom: solid 1px #035c76;
    padding: 4px 24px 4px 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.0em;
    color: #444444;
    letter-spacing: 0.03em;
    cursor: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input#search-line-m[type=search] {
    width: 60%;
}
input#search-line:-moz-placeholder,
input#search-line-m:-moz-placeholder {
    color: #999;
}
input#search-line::-webkit-input-placeholder,
input#search-line-m::-webkit-input-placeholder {
    color: #999;
}

/* ------ BUTTONS ------- */
.bt_gi, .bt_inv {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    padding: 0 3.0em;
    color: #ffffff !important;
    background-color: #007ac1;
    font-size: 0.75em;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    border: none;
    user-select: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.20);
}
.bt_gi:hover, .bt_inv:hover {
    color: #ffffff !important;
    background-color: #1dc2f0;
    text-decoration: none;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.bt_inv {
    color: #0496bf ;
    background-color: #ffffff;
}
.bt_grey {
    color: #9c9f96;
    background-color: #ffffff;
}
.bt_grey:hover {
    color: #ffffff;
    background-color: #1dc2f0;
}
.bt_grey2 {
    color: #ffffff;
    background-color: #9c9f96;
}
.bt_grey2:hover {
    background-color: #898c84;
}
.bt_store {
    height: 32px;
    line-height: 32px;
    padding: 0 2.3em;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    margin-left: 1.3em;
}
#mainNav.navbar-shrink .bt_store {
    top:50%;
    font-size: 0.70em;
    height: 28px;
    line-height: 28px;
    padding: 0 2.1em;
}
#mainNav.navbar-shrink .bt_store.bt_cart {
    width: 30px;
    height: 30px;
    line-height: 32px;
    padding: 0;
}
.bt_cart {
    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* -----------   SECTIONS  ------------- */
#welcome {
    height: auto;
    padding: 80px 24px;
    text-align: center;
}
#welcome h1 {
    font-size: 3.5em;
    color: #0496bf;
    margin-bottom: 0.05em;
}
#welcome h5 {
    font-size: 2.0em;
    margin-bottom: 0.35em;
}

#list-consultas {
    padding: 60px 24px 50px 24px;
    text-align: center;
}
#list-consultas .row {
    margin-left: 2%;
    margin-right: 2%;
}
#list-consultas .row.small-consults {
    margin-left: 10%;
    margin-right: 10%;
}
#list-consultas h2 {
    margin-bottom: 5px;
    line-height: 1.0em;
}
#list-consultas h3.subtitle {
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 2.0em;
    letter-spacing: 0.16em;
}

#list-consultas .item-consult {
    width: 100%;
    padding: 12px 24px;
    margin-bottom: 30px;
}
#list-consultas .item-consult img {
    width: 100%;
    max-width: 280px; /* img widht 312px; */
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}
#list-consultas .item-consult img:hover {
    -moz-transform: scale(1.04) translate(0px, -4px);
    -webkit-transform: scale(1.04) translate(0px, -4px);
    -o-transform: scale(1.04) translate(0px, -4px);
    -ms-transform: scale(1.04) translate(0px, -4px);
    transform: scale(1.04) translate(0px, -4px);
}
#list-consultas .item-consult .img-shadow:after {
    display: block;
    content: '';
    width: 100%;
    max-width: 280px;
    min-height:62px;
    position: relative;
    margin-top: 0px;
    background: url('../images/site/consult-shad.png') center center no-repeat;
    background-size: contain;
}
#list-consultas a h3 {
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.3em;
    margin-top: 0.5em;
}
#list-consultas a h3:hover {
    color: #0496bf;
}

#videobox {
    padding: 0;
}
#videobox .videob-left {
    background: url('../images/site/video-preview.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
}
#videobox .videob-left:after {
    display: block;
    font-family: 'Font Awesome\ 5 Free';
    content: '\f144';
    font-size: 120px;
    color: #ffffff;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top:-80px;
    margin-left:-60px;
    opacity: 0.46;
    transition: all 1s;
}
#videobox .videob-left:hover::after {
    opacity: 0;
    transform: scale(0.0);
}
#videobox .videob-left img {
    width: 100%;
    max-width: 936px;
    height: auto;
    opacity: 0;
}
#videobox .videob-right {
    text-align: center;
    background-color: #0496bf;
}
#videobox .videob-right h2,
#videobox .videob-right a.more {
    color: #ffffff;
    margin-bottom: 0;
}
#videobox .videob-right h2 {
    padding-top: 26%;
}
#videobox .videob-right a.more {
    font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.08em;
}
#videobox .videob-right h5 {
    display: block;
    color: #67daff;
    margin-bottom: 1em;
}
#video-window {
    overflow:hidden;
    padding: 0;
    width: 96%;
    margin-left: 2%;
    height: auto;
    min-width: 640px;
    max-width:1000px;
    background-color: #0496bf;
    border-radius:8px;
    z-index: 8000;
}
#video-window video {
    width: 100%;
    height: auto;
}

.lity-content:after {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#list-articles, #recomend {
    margin-top: 50px;
    padding: 40px 24px 30px 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#list-articles h2,
#recomend h2 {
    margin-bottom: 5px;
    line-height: 1.0em;
}
#list-articles h3,
#recomend h3 {
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 2.0em;
    letter-spacing: 0.16em;
}
.artic-item {
    text-align: center;
}
.artic-item .card {
    padding: 0;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.10);
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    border-radius: .6em;
    transition: all 0.4s;
    border-bottom: 6px #0496bf solid;
}
.artic-item .card:hover {
    /* transform: scale(1.04); */
}
.artic-item .card img {
    width: 100%;
    max-width: 320px;
    height: auto;
}
.artic-item .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.6em - 1px);
    border-top-right-radius: calc(.6em - 1px);
}
.artic-item a {
    max-width: 320px;
    line-height: 1.2em;
    font-size: 1.1em;
    color: #444444;
    text-align: center;
}
.artic-item a:hover {
    color: #0496bf;
}
#news-listing img {
    box-shadow: 0 4px 8px rgba(0,0,0,0.14);
    border-radius: .6em;
}
#page-title p.news-date,
#news-listing p.news-date,
.artic-item p.news-date {
    font-size: 0.9em;
    font-style: italic;
    color: #9c9f96;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}
#news-listing p.news-date {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 12px;
}
#recomend {
    margin-top: 20px;
}
#recomend h3 {
    margin-bottom: 60px;
}
.productlist-item {
    text-align: left;
    margin-bottom: 2em;
}
.productlist-item .item-thumb {
    text-align: center;
}
.productlist-item img.item-thumb {
    width: 100%;
    max-width: 266px;
    height: auto;
}
.productlist-item p.resum {
    margin-bottom: 1.5em;
    font-size: 0.95em;
}
.productlist-item a.more {
    font-size: 0.9em;
    text-decoration: underline;
}

#cta-doctors {
    background: url('../images/site/cta-curve.jpg') bottom center no-repeat;
    background-size: contain;
    text-align:center;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
}

#cta-doctors .cta-3btn {
    margin-top: 5%;
}
#cta-doctors h5 {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.8em;
}
#cta-doctors h3 {
    font-size: 0.90em;
}
#cta-doctors img {
    width: 100%;
    max-width: 515px;
    height: auto;
}
#cta-doctors.alone {
    background-image: url('../images/site/cta-curve-alone.jpg');
    background-size: 100% 100%;
    height: 300px;
}
#cta-doctors.alone .cta-3btn {
    margin-top: 60px;
}
#cta-doctors.alone h5,
#cta-doctors.alone h3 {
    color: #ffffff;
    text-shadow: 0px 1px 7px rgba(0,0,0,0.20);
}


/*  --------  FOOTER -------- */
footer {
    margin-top: 0;
    text-align: center;
    background-color: #007ac1;
}
footer .logo_ft {
    margin-top: 1.5em;
}
footer .logo_ft img {
    width:200px;
    height: auto;
}
.social_icons {
    margin-top: 3.2em;
    margin-bottom: 1.8em;
}
.social_icons a {
    font-size: 0.8em;
    color: #ffffff;
    margin-left: 0.4em;
    margin-right: 0.4em;
}
.social_icons a:hover {
    color: #38D4FF;
}
.data_ft p {
    font-size: 0.9em;
    color: #ffffff;
    line-height: normal;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
    text-align: center;
}
.data_ft p a.main-email {
    font-weight: 700;
}
.pagos_ft {
    margin-top: 34px;
    padding-bottom: 16px;
    border-bottom: 1px #0b6ead solid;
}
.pagos_ft img {
  width: 100%;
  max-width: 621px;
  height: auto;
}
.close_ft {
    margin-top: 1.1em;
}
.close_ft p {
    font-size: 0.8em;
    letter-spacing: normal;
    color: #ffffff;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 1.5em;
}
.data_ft a, .close_ft a {
    color: #ffffff;
}
.data_ft a:hover, .close_ft a:hover {
    color: #38D4FF;
}

/*  --------  INTERNAL PAGES -------- */

#page-title {
    padding: 70px 24px 40px 24px;
    text-align: center;
}
#page-title h1 {
    font-size: 2.4em;
    color: #1dc2f0;
    margin-top: 0;
    margin-bottom: 6px;
}
#page-title h3 {
    font-size: 1.0em;
    margin-top: 0;
    margin-bottom: 6px;
}
#page-title h3::after {
    content: '';
    display: block;
    width: 118px;
    height: 1px;
    margin-top:4px;
    margin-left: auto;
    margin-right: auto;
    background: #9c9f96;
}
#page-title h3:hover{
    color:#0d7bb8;
}
#page-title .in-store h1 {
    margin-bottom: 3px;
}
#page-title .in-store h3::after {
    display: none;
}
#page-title .in-store h3:hover {
    color:#9c9f96;
}
#page-title button {
    margin-top: 4em;
    margin-bottom: 1em;
}

.section-title {
    padding: 40px 24px 36px 24px;
    text-align: center;
}
.section-title h2 {
    font-size: 2.1em;
    color: #1dc2f0;
    margin-top: 0;
    margin-bottom: 6px;
}
.section-title h3 {
    font-size: 1.0em;
    margin-top: 0;
    margin-bottom: 6px;
}

#intpage-img  {
    position: relative;
    margin-top: 80px;
    width: 100%;
}
#intpage-img.service-page  {
    margin-bottom: 50px;
}
#intpage-img img {
    width: 100%;
    height: auto;
}
#intpage-img .curve  {
    position: absolute;
    bottom: -1px;
    left:0;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#intpage-img .curve img {
    width: 100%;
    height: 100%;
}
#intpage-img .pic-service,
#intpage-img .pic-post  {
    position: absolute;
    top: 20%;
    left:50%;
    margin-left:-20%;
    width: 40%;
    text-align: center;
}
#intpage-img .pic-service img,
#intpage-img .pic-post img {
    width: 100%;
    max-width:510px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.10);
}

.paral-img1 {
    min-height: 50vh;
    background: #EEEEEE;
    background: url('../images/site/sep-office.jpg') no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.paral-img2 {
    margin-top: 50px;
    margin-bottom: 150px;
    height: 320px;
    background: #C00707;
    background: url('../images/site/page-img-about2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#service-list {
    margin-top: 20px;
    margin-bottom: 40px;
}
#service-list .productlist-item {
    margin-bottom: 2em;
}
#service-list .productlist-item .item-shortdesc {
    padding-right: 30px;
    padding-left: 25px;
}
#service-list .productlist-item h4 {
    font-size: 1.3em;
}
#service-list .productlist-item img.item-thumb {
    max-width: 280px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.10);
    border-radius: .4em;
}
#service-list .productlist-item p.resum {
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 0.95em;
}
#service-list .productlist-item p.resum a {
    color: #222222;
}
#service-list .productlist-item p.resum a:hover {
    color: #222222;
}

#service-details {
    margin-bottom:30px;
}
#service-details .descrip-text h4 {
    font-size:1.4em;
    text-align:center;
    margin-bottom:0.75em;
}
#service-details .descrip-text h4:after {
    display:none;
}
#service-details .descrip-text p a {
    color:#0d7bb8;
}
#service-details .descrip-text p a:hover {
    color:#1dc2f0;
}

#page-title.in-legal h1 {
    font-size: 2.0em;
}
#service-details.in-legal {
    font-size: 0.94em;
}
#service-details.in-legal h3 {
    font-size: 1.2em;
    letter-spacing: 0.10em;
    margin-bottom: 1.5em;
}
#service-details.in-legal h4 {
    font-size: 1.2em;

}
#service-details.in-legal p,
#service-details.in-legal ul {
    font-size: 0.94em;
    line-height: 1.5em;
    margin-bottom: 1.3em;
}
#page-title.results h1 {
    font-size: 2.3em;
}
#page-title.results h3 {
    letter-spacing: 0.15em;
    margin-top: 12px;
}
#page-title.results h3:hover {
    color:#9c9f96;
}


#two-boxes {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 50px;
}
#two-boxes .box2-left {
    background: #e4e1ce url('../images/site/page-img-about3.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    border-bottom:34px #ffffff solid;
}
#two-boxes .box2-left img {
    width: 100%;
    max-width: 936px;
    height: auto;
    opacity: 0;
}
#two-boxes .box2-right {
    margin-top: 45px;
    padding: 42px 8%;
    text-align: center;
    background-color: #0496bf;
}
#two-boxes .box2-right h3 {
    font-size: 1.2em;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}
#two-boxes .box2-right p {
    font-size: 1.0em;
    font-style: italic;
    line-height: 1.8em;
    color: #ffffff;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.bio-box {
    margin-top: 30px;
    margin-bottom: 40px;
}
.bio-box .bio-pic {
    text-align: center;
}
.bio-box .bio-pic img {
    width: 90%;
    max-width: 360px;
    margin-bottom: 30px;
}
/*  --- Optional rounded bio pics   --- */
.bio-box .bio-pic-rounded {
    text-align: center;
}
.bio-box .bio-pic-rounded img {
    width: 100%;
    max-width: 360px;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.bio-box .bio-pic-rounded .img-shadow:after {
    display: block;
    content: '';
    width: 100%;
    max-width: 280px;
    min-height:62px;
    position: relative;
    margin-top: 0px;
    background: url('../images/site/consult-shad.png') center center no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}
/*  --- end of rounded bio pics   --- */

.bio-box h4 {
    font-size: 1.5em;
}
.bio-box h4::after {
    width: 80%;
    max-width: 80px;
}
.bio-box .bio-text {
    padding-left: 5%;
    padding-right: 5%;
}

/* --- Show more/less text script style --- */
.bio-box .hide {
    display: none;
}
.read-more-show,
.read-more-hide {
    box-shadow: none;
    padding: 0 2em;
    height: 26px;
    line-height: 26px;
    left: 50%;
    margin-left: -70px;
}
.read-more-show:hover,
.read-more-hide:hover {
    box-shadow: none;
    background-color: #9c9f96;
}

/*  --------  POST -------- */
#page-title.in-post  {
    padding-top: 130px;
}
#page-title.in-post h1 {
    font-size: 2.0em;
    color: #0496bf;
}
#service-details.in-post h4 {
    font-size: 1.3em;
}
#intpage-img .pic-post {
    left: 50%;
    margin-left: -25%;
    width: 50%;
}
#intpage-img .pic-post img {
    max-width:640px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.20);
}

/* --------  Pagination ------- */
.pagination-line {
    margin-top: 30px;
    margin-bottom: 50px;
}
.pagination > li {
    margin: 0 4px;
    border-radius: 6px;
    font-size: 0.9em;
}
.pagination > li > a,
.pagination > li > span {
    transition: background-color 0.3s;
    width: 100%;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #888888;
    font-family: 'Prompt', sans-serif;
    font-size: 1.0em;
    color: #555555;
    background-color: transparent;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #ffffff;
    background-color: #1dc2f0;
    border-color: #1dc2f0;
    box-shadow: none;
}
.pagination > li.page-item.active > a,
.pagination > li.page-item.active > span {
    border: 1px solid #0d7bb8;
    color: #fff;
    background-color: #0d7bb8;
}

/* --------  Map ------- */
#map-canvas  {
    position: relative;
    margin-top: 80px;
    width: 100%;
    height: 400px;
}
#contact .descrip-text {
    padding-left: 24px;
    padding-right: 24px;
}
#contact .descrip-text h4 {
    font-size:1.25em;
    text-align:center;
    margin-bottom:0.75em;
}
#contact .descrip-text h4:after {
    display:none;
}
#contact .descrip-text p {
    text-align: left;
    font-size: 0.95em;
    line-height: 1.4em;
    margin-bottom: 1em;
}
#contact .descrip-text p a {
    color:#0d7bb8;
}
#contact .descrip-text p a:hover {
    color:#1dc2f0;
}


/* ----- Videos in contents ---- */
.video-content {
    width: 100%;
    text-align: center;
    margin-top: 3em;
}
.video-content .v-box {
    padding-left: 5%;
    padding-right: 5%;
}
.video-content p {
    font-size: 1.0em;
    line-height: 1.3em;
    margin-top: 0.7rem;
    margin-bottom: 1rem;
}
.youtube-video {
    position:relative;
    padding-bottom:56.25%;
    /* padding-top:30px; */
    height:0;
    overflow:hidden;
}
.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*  --------  Search Results -------- */
.search-results h3 {
    margin-bottom: 1.25em;
    line-height: normal;
    padding-bottom: 4px;
    border-bottom: 1px #aaaaaa solid;
}
.search-results ul li {
    line-height: 1.5em;
    margin-bottom: 8px;
}

/* -----------  FORMS  ---------------- */
input::selection  {
    background-color:#DFDFDF;
}
input::-moz-selection {
    background-color:#DFDFDF;
}

.hform {
    margin-top: 0;
    margin-bottom: 0.3em;
    color:#9c9f96;
    font-size: 1.1em;
}
.hform input, .hform textarea  {
    font-size: 1.0em;
    background-color: #ffffff;
    min-height: 30px;
    border: none;
    border-radius: 0;
    border-bottom: 1px #999999 solid;
    margin-top: 0;
    margin-bottom: 9px;
    opacity: 0.85;
}
.hform .control-label {
    font-size: 0.8em;
    font-weight: 400;
    margin-left: 3px;
    margin-top: 12px;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hform input:focus, .hform textarea:focus  {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.hform input::placeholder, .hform textarea::placeholder {
    color:#666666;
}
.hform select  {
    width: 100%;
    background-color: #ffffff;
    font-size: 0.9em;
    color:#666666 !important;
    min-height: 40px;
    padding-left: 9px;
    margin-bottom: 1em;
    border:none;
    border-radius: 0;
    border-bottom: 1px #999999 solid;
}
.hform select:hover,
.hform select:focus  {
    outline: none;
}

.form-control { box-shadow: none; }
.secur-box, .g-recaptcha {
    display: block;
    float: left;
    position: relative;
    width: 304px;
    height: 76px;
    margin-left: 50%;
    left:-152px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.captcha-left {
    margin-left: 0;
    left:0px;
    width: 100%;
}
.confirm {
    padding-top: 160px;
}
.sep-bottom {
    padding-bottom: 20px;
    margin-bottom: 6px;
}
.form-pages {
    margin-top:60px;
}
/*    -----------   MODAL  ----------   */
.mymodal .modal-content,
#citaModal .modal-content,
#logoutModal .modal-content,
#removeCard .modal-content,
#addNewCard .modal-content {
    border-radius: .4em;
}
.mymodal .modal-header,
#citaModal .modal-header,
#logoutModal .modal-header,
#removeCard .modal-header,
#addNewCard .modal-header {
    background-color: #035c76;
    padding:0.6em 0.9em 0.5em 34px;
}

.mymodal .modal-header button,
#citaModal .modal-header button,
#logoutModal .modal-header button,
#removeCard .modal-header button,
#addNewCard .modal-header button {
    color: #ffffff;
    opacity: 0.9;
}

.mymodal .modal-header button:hover,
#citaModal .modal-header button:hover,
#logoutModal .modal-header button:hover,
#removeCard .modal-header button:hover,
#addNewCard .modal-header button:hover {
    opacity: 1;
}

.mymodal .modal-title,
#citaModal .modal-title,
#logoutModal .modal-title,
#removeCard .modal-title,
#addNewCard .modal-title {
    width: 100%;
    font-size: 1.1em;
    color:#ffffff;
    text-align: center;
}

.mymodal .modal-footer
#citaModal .modal-footer {
    display: inline;
    text-align: left;
    padding: 0.35em 12px;
    border-top: none;
}
#citaModal p,
#removeCard p {
    margin-top: 12px;
    margin-bottom: 18px;
}
#citaModal.modal.fade.show {
    padding-right: 0 !important;
}
#logoutModal .modal-body p {
    margin-top: 2em;
    margin-bottom: 1.6em;
}
.addCardForm {
    margin-bottom: 2em;
}
.addCardForm label {
    font-size: 0.9em;
    font-weight: 600;
}
.addCardForm input {
    margin-bottom: 1.1em;
}

/* --------- Social Sharing ----------- */
#sharing {
    text-align: center;
}
#sharing h3 {
    font-size: 0.94em;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}
.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}
.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.20em 0.5em 0.3em 0.5em;
    font-family: Open Sans,Arial,sans-serif
}
.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}
.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}
.resp-sharing-button--twitter {
    background-color: #55acee
}
.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}
.resp-sharing-button--facebook {
    background-color: #3b5998
}
.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}
.resp-sharing-button--linkedin:hover {
    background-color: #046293
}
.resp-sharing-button--email {
    background-color: #777
}
.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}
.resp-sharing-button--whatsapp {
    background-color: #25D366
}
.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}
.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}
.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}
.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}
.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}
.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}


/* ------------ Store ------------- */
#filter-set .container {
    border-bottom: 1px #CACCC5 solid;
}
#filter-set .dropdown {
    list-style: none;
    background: gray;
    font-family: 'Prompt', sans-serif;
}
#filter-set .dropdown .btn-drop {
    list-style: none;
    background: transparent;
    color: #555555;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.78em;
    letter-spacing: 0.15em;
}
#filter-set .dropdown .btn-drop:hover {
    color: #1dc2f0;
}
#filter-set .dropdown .btn-drop:focus {
    box-shadow: none;
    outline: none;
}
#filter-set .dropdown-menu {
    padding: 1.0em 0 1.5em 0;
    font-size: 0.8em;
    border: 1px #0d7bb8 solid;
}
#filter-set .dropdown-item {
    padding-left: 3.5em;
}
#filter-set .dropdown-item:hover {
    background-color: #1dc2f0;
    color: #ffffff;
}
#filter-set .dropdown-item-text.category {
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #0d7bb8;
    text-transform: uppercase;
}
#filter-set .dropdown-item-text.subcategory {
    font-weight: 600;
    letter-spacing: 0.04em;
    padding-left: 3.5em;
}
#filter-set .dropdown-item-text.top-separate {
    margin-top:0.9em;
}
#filter-set .dropdown-item.all-products {
    font-style: italic;
    margin-bottom: 0.9em;
}
#filter-set .back-link {
    font-size: 0.8em;
    color: #555555;
}
#filter-set .back-link i {
    font-size: 0.85em;
    color: #84867F;
    margin-right: 4px;
}

#catalog-box,
#item-detail {
    margin-top: 50px;
    margin-bottom: 30px;
}
#catalog-box .productlist-item,
#item-detail .productlist-item {
    margin-bottom: 3.5em;
}
#catalog-box .productlist-item h4,
#item-detail .productlist-item h4 {
    font-size: 1.3em;
}
#catalog-box .productlist-item .resum,
#item-detail .productlist-item .resum {
    font-size: 0.86em;
}
#catalog-box .productlist-item .it-price,
#item-detail .productlist-item .it-price {
    display: block;
    font-weight: 700;
    color: #555555;
    margin-bottom: 0.5em;
}
#item-detail .productlist-item h4 {
    font-size: 1.9em;
}
#item-detail .item-thumb {
    max-width: 560px;
}
#item-detail .productlist-item .resum {
    font-size: 0.9em;
    line-height: 1.8em;
}
#item-detail .it-price {
    font-size: 1.2em;
    margin-top: 1.8em;
    margin-bottom: 1em;
}
#item-detail select.qty-change {
    float: left;
    border: 1px #CACCC5 solid;
    border-radius: 0.25em;
    width: 4.5em;
    padding: 2px 0 2px 24px;
    font-family: 'Prompt', sans-serif;
    font-size: 0.95em;
    text-align: center;
    margin-right: 12px;
}

.bt_add2store {
    display: block;
    height: 26px;
    line-height: 26px;
    max-width: 120px;
    padding: 0 1.3em;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    margin-left: 0;
    box-shadow: none;
}
.bt_add2store:hover {
    box-shadow: none;
}
#item-detail .bt_add2store {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    max-width: 140px;
}
#item-more-data,
#item-more-data p,
#item-more-data ol,
#item-more-data ul {
    font-size: 0.95em;
}
#item-more-data h4 {
    font-size: 1.3em;
}
#item-more-data h4::after {
    display:none;
}
#item-more-data .col-left {
    margin-bottom: 2em;
}
#recomend.in-store {
    margin-top: 10px;
}
#recomend.in-store h2 {
    font-size: 2.0em;
    margin-bottom: 8px;
}
#recomend.in-store h3 {
    font-size: 0.95em;
}
#recomend.in-store h4 {
    font-size: 1.2em;
    line-height:1.1em;
    margin-top: 1.1em;
}
#recomend.in-store p.resum {
    font-size: 0.85em;
    margin-bottom: 12px;
}
#recomend.in-store .it-price {
    font-weight: 700;
    font-size: 0.94em;
}
#recomend.in-store .productlist-item {
    padding: 0 24px;
}
/* --------- Shopping cart ---------- */
#cart-content {
    width: 100%;
    padding: 0;
    margin-bottom: -30px;
}
.alert {
    width: 100%;
    background-color: #e3ef9e;
    margin-bottom: 26px;
}
.alert h4 {
    font-size: 1.5em;
    color: #444444;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
.alert h4::after {
    display: none;
}
.alert p {
    padding: 0 5%;
    text-align: center;
}
.cart-info i.cant_items {
    color: #0d7bb8;
    margin-right: 4px;
}
.cart-info p.cant_items {
    display: inline;
    font-size: 0.85em;
    color: #555555;
}
.cart-info .btn_remove_all {
    display: inline;
    font-size: 0.9em;
    color: #555555;
}
.cart-info .btn_remove_all:hover {
    color: #1dc2f0;
}
.cart-info .col-right  {
    text-align: right;
}
.cart-grid, .cart-grid-sum {
    font-family: 'Open Sans', sans-serif;
    margin-top: 12px;
    margin-bottom: 2.5em;
    background-color: #ffffff;
    padding: 4px 15px 0px 15px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.25);
    box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.25);
}
.cart-grid {
    margin-bottom: -11px;
}
.cart-grid .qty-change-input {
    border: 1px #CACCC5 solid;
    border-radius: 0.25em;
    width: 4.5em;
    padding: 2px 20px;
    font-family: 'Prompt', sans-serif;
    font-size: 0.95em;
    text-align: center;
    margin-right: 12px;
}
.cart-grid h3 {
    font-size: 1.1em;
    font-weight: 400;
    color: #0d7bb8;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.2em;
    margin-bottom:0;
}
.cart-grid .fa-times-circle {
    color: #0d7bb8;
    font-size: 26px;
}
.cart-grid .fa-times-circle:hover {
    color: #1dc2f0;
}
.cart-grid .table td:first-child, .table th {
    border-top:none;
}
.cart-grid .table thead th {
    border-bottom:1px #CACCC5 solid;
    border-top:none;
    font-size: 0.9em;
}
.cart-grid .cart-pic img {
    max-height: 100px;
    width: auto;
    max-width: 100px;
}

.cart-grid-sum {
    padding: 24px 24px;
    background-color: #f7fcfe;
}
.cart-grid-sum .cupon {
    text-align: center;
}

.cart-grid-sum .cupon .checkbox {
    text-align: center;
}
.cart-grid-sum .cupon .checkbox label {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 1.0em;
    color: #0d7bb8;
    text-align: left;
    letter-spacing: 0.02em;
}

.cart-grid-sum .cupon input#input-cupon {
    border: 1px #CACCC5 solid;
    border-radius: 0.4em !important;
    width: 160px;
    padding: 2px 14px;
    font-family: 'Prompt', sans-serif;
    font-size: 0.90em;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -80px;
}
.cart-grid-sum .btn.bt_cupon {
    height: 38px;
    line-height: 38px;
    margin-top: 12px;
    padding: 0 2.0em;
}
.cart-grid-sum .btn.bt_cupon i {
    font-size: 1.3em;
}
.cart-grid .delivery {
    /* background-color: #f2f9f4; */
    /* border-top: 1px #dee2e6 dashed; */
}
.cart-grid .delivery h3 {
    font-size: 0.9em;
}
.cart-grid .delivery select {
    font-size: 0.9em;
    width: auto;
    height: 30px;
    padding: .1em .5em .2em .5em;
}

.col-totales h3,
.col-totales p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    color: #37474F;
    text-align: right;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5em;
    margin:0;
}
.col-totales p {
    font-weight: 700;
}
.col-totales .sep-top {
    margin-top:12px;
    color: #0d7bb8;
}
.col-totales .sep-top #payment_amount_ref,
.col-totales .sep-top .payment_amount_ref,  
.list-group-item-heading .payment_amount_ref {
/*    display: none;*/
}

/*------ Cart quantity change ----- */
/*--  https://codepen.io/mtbroomell/pen/yNwwdv  ----*/

form.qtyChanger  {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
}
form.qtyChanger .value-button {
    display: inline-block;
    width: 2.0em;
    height: 32px;
    line-height: 30px;
    padding: 0px 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    color: #0d7bb8;
    text-align: center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
form.qtyChanger .value-button:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #0d7bb8;
}
form.qtyChanger #decrease {
    margin-right: -2px;
    border-radius: 0.3em;
}
form.qtyChanger #increase {
    margin-left: -2px;
    border-radius: 0.3em;
}
form.qtyChanger input.number {
    margin-top: 0;
    text-align: center;
    border: none;
    border-bottom: 1px #ffffff solid;
    width: 3em;
    height: 30px;
    line-height: 30px;
}
form.qtyChanger input.number:hover,
form.qtyChanger input.number:focus {
    outline: none;
    border: none;
    border-bottom: 1px #CACCC5 solid;
}
form.qtyChanger input[type=number]::-webkit-inner-spin-button,
form.qtyChanger input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* --------- Checkout & Register Forms ---------- */
#checkout h3,
#register h3 {
    color: #0d7bb8;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
}
#checkout a,
#register a {
    color: #0d7bb8;
}
#checkout a:hover,
#register a:hover {
    color: #1dc2f0;
}
#checkout .list-group,
#checkout .list-group input,
#checkout .list-group select {
    font-size: 0.9em;
}
#register .list-group,
#register .list-group input,
#register .list-group select {
    font-size: 0.9em;
}
#checkout .list-group,
#register .list-group {
    margin-bottom: 32px;
    padding: 4px 15px 0px 15px;
}
#checkout .list-group-item,
#register .list-group-item {
    background-color: #ffffff;
    padding: 18px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.18);
    box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.18);
}
#checkout button.btn-sm {
    font-size: 0.9em;
    color:#0d7bb8;
    padding: 0.3em 1em;
    border:1px #ced4da solid;
    border-radius: 4px;
    margin-top: 0.5em;
    margin-bottom: 0.4em;
}
#checkout button.btn-sm:hover {
    color:#1dc2f0;
    border-color:#1dc2f0;
}
.explain {
    font-size: 0.9em;
    font-style: italic;
}
#proceed-register {
    margin-top: 24px;
}
.gift-check {
    margin-top: 0.9em;
}
.note-text p {
    font-size: 0.95em;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 10px;
}
.account-data  {
    padding-top: 2em;
}
.account-data h3 {
    text-align: left !important;
    font-size: 1.25em;
    margin-bottom: 2px;
}
.account-data .data-p {
    padding-bottom: 0;
    margin-bottom: 0.8em;
    border-bottom: 1px #CCCCCC dotted;
}
.account-data .data-p p {
    margin-bottom: 0.35em;
}
.account-data .btn {
    margin-bottom: 1.6em;
}
.mb-2 {
    padding-bottom: 2.0em;
}
#orders {
    margin-bottom: 5em;
    min-height: 350px;
    text-align: left;
}
.orders-grid a {
    font-size: 0.94em;
    font-style: italic;
}
.orders-grid a i {
    margin-right: 6px;
}
.row-cancelled th, .row-cancelled td {
    text-decoration: line-through;
    text-decoration-color: red;
    font-size: 0.94em;
}

.card-list {
    background-color: #ffffff;
    padding: 0px 14px;
    margin-bottom: 2em;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.18);
    box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.18);
}
.card-list .btn {
    margin-bottom: 2em;
}

.card-ops a {
    display: block;
    font-size: 0.85em;
    margin-bottom: 3px;
}
.card-ops a i {
    font-size: 1.2em;
}
.card-type i {
    font-size: 1.8em;
}
.card-main {
    font-size: 0.7em;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #007ac1;
    padding: 0.25em 0.9em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
img.cards-acept {
    width:160px;
    height:auto;
}
.it-price-ref {
    display: none;
    font-size: 0.95em;
    margin-bottom: 1.5em;
    color: #777;
}

/* --- Cart badge --- */
.cart_cant_articulos {
    color: #016984;
    font-weight: 600;
    background-color: #7ff6ff;
    position: absolute;
    top: -10px;
    right: -18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: normal;
    text-align: center;
    padding-top: 2px;
    padding-left: 2px;.
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
}
.swal2-container.swal2-top-end.swal2-fade.swal2-shown {
    margin-top: 60px;
}
.marca2 {
    border: 1px #623993 dotted;
}