@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color:#848484;
    background-color: #FFF;
    letter-spacing: -.8px;
}
/* Logotipo */
.navbar-brand {
    background-position: center;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 55px;
    font-size: 0;
}
/* Navbar */
.navbar {
    padding-top: 17px;
    list-style: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color:#848484;
    background-color: transparent;
    transition: all .4s ease-out;
}
#nosotros-nav a {
    color:#FFF;
}
.navbar-nav {
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
}
.bg-gris {
    background-color: rgba(59,65,75, 0.6);
}
.bg-azul {
    background-color: rgba(13,41,88, 0.3);
}
.gris {
    color:#848484!important;
}
.azul {
    color:#0D2958!important;
}
.footer-texto p,.footer-texto a  {
    font-size: 13px;
}
.navbar {
    font-size: 24px;
}
.navbar-scroll {
    background-color: #FFF;
    padding-top: 7px; 
}
.navbar-brand-scroll {
    width: 100px;
    height: 35px;
}
.nav-link {
    display: inline-block;
    color: #848484;
    text-decoration: none;
}
.nav-link.azul {
    color:#0D2958;
}
.nav-link.blanco {
    color:#FFF;
}
.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #0D2958;
    transition: width .3s;
}
.nav-link:hover::after {
    width: 50%;
    transition: width .3s;
}
.nav-link:hover {
    color: #0D2958;
    transition: all .8s ease;
}
span.alerta {
    font-weight: bold;
    color: #FFF;
    background-color: #0D2958;
    padding: 2px 8px;
    border-radius: 25px;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    color:#0D2958;
}
.navbar-toggler:hover {
    color:#c12126!important;
}
#preview-compra {
    min-width: inherit;
    padding: 0;
    font-size: 11px;
}
.table {
    margin-bottom: 5px;
}
.table tbody{
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.table tfoot {
    border-top: 1px solid #0D2958;
}
.table .thead-dark th {
    text-align: center;
    background-color: #0D2958;
    color:#FFF;
    font-size: 13px;
    padding: 5px;
}
#view-cart .table td, .table th {
    padding: 5px;
    font-weight: normal;
    font-size: 11px;
}
.table td,
.table th {
    border: 0px solid;
}
#view-cart .table tr {
    background-color: #FFF;
}
#view-cart .btn {
    font-size: 11px!important;
}

.check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    border: 1px solid #0D2958;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
    background-color: #FFF;
    border: 1px solid #0D2958;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #FFF;
    border: 1px solid #0D2958;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    background-color: #0D2958;
    top: 7px;
    left: 6.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.informacion-carrito {
    position: fixed;
    margin-top: 25%;
    z-index: 999;
}
.btn-link.slide-toggle {
    font-size: 20px;
    background-color: #FFF;
    z-index: 999;
}
.btn-link.slide-toggle:hover,
.btn-link.slide-toggle:focus{
    color: #0D2958;
    text-decoration: none; 
    border: 1px solid #0D2958;
}

.box{
    display: none;
    float:left;
    overflow: hidden;
    background: #FFF;
}
.box-inner{
    width: 500px;
    padding: 10px;
    border: 1px solid #0D2958;
}
.informacion-carrito .btn,
.informacion-carrito .btn-secondary {
    padding: 3px 12px;
}
.titulo-movil {
    display: none;
}

/* Footer */
footer {
    background-color: transparent;
    padding-top: 45px;
    padding-bottom: 30px;
}
.logotipo {
    display: block;
    background-image: url(../img/logo-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 35px;
    width: 89px;
    font-size: 0;
}
.footer-texto p,.footer-texto a {
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: -.5px;
}
.footer-texto a {
    color: #0D2958;
}
h1 {
    font-size: 45px;
    letter-spacing: -.8px;
    color:#0D2958;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 300;
}
h2 {
    font-size: 30px;
    letter-spacing: -.8px;
    color:#706F6F;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 300;
}
h4 {
    letter-spacing: -.8px;
    font-weight: 300;
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
}
p {
    letter-spacing: -.8px;
}
.white {
    color:#FFF;
}
.white > a,.white > a:hover {
    color: #FFF;
    text-decoration: none;
}
.icono::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    left:0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    transition: width .3s;
}
.icono:hover::after {
    width: 25px;
    transition: width .3s;
}
.blue {
    background-color: #0D2958;
}
.light {
    background-color: #E8E8E8;
}
.enlace {
    color: #0D2958;
    text-decoration: none;
}
a:hover {
    color:#0D2958;
    text-decoration: none;
}
.enlace::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #0D2958;
    transition: width .3s;
}
.enlace:hover::after {
    width: 25px;
    transition: width .3s;
}
.seccion {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding-left: 0;
    padding-right: 0;
}
h4,
.review label,
.seccion-titulo label,
.btn.btn-outline-secondary,
.search-bar,
.custom-select.search,
.cabecera p,
.review label {
    font-size: 14px;
}

.btn,
p,
.enlace{
    font-size: 15px;
}




/* Inputs */

.btn {
    color: #0D2958;
    font-weight:300;
    border-radius: 0;
    border: 1px solid #0D2958;
    background-color: transparent;
    padding-right: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
    letter-spacing: -.8px;
}
.btn-primary {
    margin-top: 20px;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    color: #FFF;
    background-color: #0D2958;
    border:1px solid #0D2958;
}

/* Separador */
.separador {
    display: block;
    height: 5vw;
}
.separador svg {
  position: absolute;
  width: 100%;
}
.separador .efecto-off {
    height:5vw;
    transition: 0.5s ease-in-out;
}
.separador .efecto-on {
    height:5vw;
    transition: 0.5s ease-in-out;
    /* set height to pixels if you want angle to change with screen width */
}


/* PAGE - PRODUCTOS */
.nav-link.pag-productos::after {
    background: none;
}
.productos {
    height: 100vh;
}
.general {
    background-image: url(../img/secciones/img-bg-5.jpg);
}
.categoria_1 {
    background-image: url(../img/secciones/categoria_1.jpg);
}
.categoria_2 {
    background-image: url(../img/secciones/categoria_2.jpg);
}
.categoria_3 {
    background-image: url(../img/secciones/categoria_3.jpg);
}
.categoria_4 {
    background-image: url(../img/secciones/categoria_4.jpg);
}
.categoria_5 {
    background-image: url(../img/secciones/categoria_5.jpg);
}
.categoria_6 {
    background-image: url(../img/secciones/categoria_6.jpg);
}
.categoria_7 {
    background-image: url(../img/secciones/hemodialisis.jpg);
}
.categoria_8 {
    background-image: url(../img/secciones/categoria_8.jpg);
}
.categoria_9 {
    background-image: url(../img/secciones/hemodialisis.jpg);
}
.productos svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.5s ease-in-out;
}
.efecto-off {
    height: 15vw;
    transition: 0.5s ease-in-out;
}
.efecto-on {
    height:9vw;
    transition: 0.5s ease-in-out;
    /* set height to pixels if you want angle to change with screen width */
}
.seccion-productos {
    margin-top: 30px;
}
/* Buscador */
.seccion-titulo .input-group {
    float: right;
    width: auto;
}
.input-group-append {
    display: inline-block;
    margin-left: -4px;
}
.input-group-append > .btn.btn-outline-secondary {
    margin-top: -2px;
    padding-bottom: 3px;
    padding-top: 0px;
}
.seccion-titulo label {
    padding-right: 12px;
}
.seccion-titulo label,
.btn.btn-outline-secondary{
    color:#0D2958;
}


.caja-producto input.custom-select {
    padding-right: 5px;
    width: 60px;
}
.select.search {
    padding: 6px 0px 6px 15px;
    width: auto;
    font-size: 14px;
    color:#0D2958;
border: 1px solid #0D2958;
}
.search-bar {
    color:#0D2958;
    padding: 6px 0px 6px 15px;
    border: 1px solid #0D2958;
}
.search-bar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0D2958;
    font-size:15px;
    font-weight:300;
    letter-spacing: -.8px;
}
.search-bar::-moz-placeholder { /* Firefox 19+ */
    color: #0D2958;
    font-size:15px;
    font-weight:300;
    letter-spacing: -.8px;
}
.search-bar:-ms-input-placeholder { /* IE 10+ */
    color: #0D2958;
    font-size:15px;
    font-weight:300;
    letter-spacing: -.8px;
}
.search-bar:-moz-placeholder { /* Firefox 18- */
    color: #0D2958;
    font-size:15px;
    font-weight:300;
    letter-spacing: -.8px;
}

.search-bar:focus {
    outline: none;
}
.btn.btn-outline-secondary {
    color:#0D2958;
    border: 1px solid #0D2958;
    border-left: 0px solid;
    padding-right: 15px;
    background-color: #FFF;
}
.btn.btn-outline-secondary:hover {
    background-color: #0D2958;
    color:#FFF;
}
.ui-widget input{
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 1px;   
}
.ui-widget.ui-widget-content {
    border: 1px solid #0D2958;
}

.ui-menu-item.ui-state-focus,
.ui-menu .ui-menu-item:hover,
.ui-menu-item:hover,
.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper:focus,
.ui-menu .ui-menu-item-wrapper:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
    background: #0D2958;
    color:#FFF;
    border: 1px solid #0D2958;
}
/* Caja producto */
.caja-producto {
    margin-bottom: 30px;
}
.caja-producto .justify-content-between {
    padding-left: 15px;
    padding-right: 15px;
}
.caja-informacion {
    margin-bottom: 15px;
}
.precio-producto > * {
    font-weight: bold;
    color:#0D2958;
}
.caja-producto a {
    font-size: 11.5px;
    color:#0D2958;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 15px;
}
.caja-producto a:hover {
    color:#0D2958;
    text-decoration: none;
}
.caja-producto a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #0D2958;
    transition: width .3s;
}
.caja-producto a:hover::after {
    width: 25px;
    transition: width .3s;
}
.cabecera {
    padding-top: 20px;
}
h3,
.precio-producto > * {
    font-size: 18px;
}
h3 {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-weight: normal;
    color:#0D2958;
    border-bottom: 1px solid #E8E8E8;
}
.svg-inline--fa.fa-w-12 {
    font-size: 25px;
    padding-left: 5px;
}
.caja-producto >div:first-child {
    padding-bottom: 20px;
}
.custom-select {
    border: 1px solid #0D2958;
    border-radius: 0;
    color:#0D2958;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 11.5px;
    height: auto;
    background-color: transparent;
}
.productos-navegacion {
    margin-top: 35px;
    margin-bottom: 110px;
}
/* Nav - Enviar */
.btn-secondary {
    text-align: right;
    padding-left: 25px;
    padding-right: 8px;
    background: #0D2958;
    color:#FFF;
}
.btn-secondary:hover {
    background: #FFF;
    color:#0D2958;
    border: 1px solid #0D2958;
}

.seccion-pedido .table {
    margin-top: 100px;
    margin-bottom: 50px;
    border: 0px;
}
.pagination {
    color: #0D2958;
    border: 1px solid #0D2958;
    border-radius: 0;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    width: fit-content;
}
.pagination a,
.pagination b{
    color: #0D2958;
    border: 0px solid;
    padding: 3px 8px;
}
.pagination a:hover,
.pagination b:hover{
    color: #FFF;
    background-color: #0D2958;
}
.index-about p {
    font-size: 18px;
}


/* Animate.css */
.img-animate{
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
    
}
.img-animate.animated.fadeIn {
    visibility: visible;         
    -webkit-animation: fadeIn 2s forwards; /* Safari 4+ */
    -moz-animation:    fadeIn 2s forwards; /* Fx 5+ */
    -o-animation:      fadeIn 2s forwards; /* Opera 12+ */
    animation:         fadeIn 2s forwards; /* IE 10+, Fx 29+ */
    transition: 0.5s ease-in-out;
}
/* For Posts List by CodexWorld */

/* For Loading Overlay by CodexWorld */
.post-wrapper{position: relative;}
.loading-overlay{
    display: none;
    position: absolute;
    left: 0;
    top: 100vh;
    height: 100vh;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255,255,255,0.7);}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}

.nav-item.dropdown {
        display: none;
    }


/* Responsivo */

@media (max-width: 991px) and (min-width: 768px)  {
    .iso-logo {
        height: 50px;
        width: auto;
    }
}
@media (min-width: 768px)  {
    .table .thead-dark th,
    #view-cart .table td, .table th,
    #view-cart .btn {
        font-size: 16px!important;
    }
    #view-cart a.btn {
        margin-right: 0!important;
    }
}


@media (max-width: 767px) {
    .nav-item.dropdown {
        display: none;
    }
    #view-cart button {
        margin-bottom: 5px;
    }
    #view-cart .btn {
        display: block;
        width: 100%;
        text-align: center;
    }
    .titulo-movil {
        display: block;
        padding-top: 50vh;
        color: #FFF;
        text-align: center;
        padding-top: 5px;
        top: 45%;
        background-color: #0D2958;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 170px;
        padding-bottom: 5px;
    }
    .navbar {
        background-color: #FFF;
        color:#0d2958;
    }
    #nosotros-nav a {
        color: #0d2958;
    }
    .navbar-nav.bg-gris {
        background-color: transparent!important;
    }
    .navbar {
        padding-top: 10px;
    }
    .navbar-brand {
        width: 130px;
        height: 65px;
    }
    .navbar-toggler {
        font-size: 1.5rem;
    }
    .navbar {
        font-size: 16px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    .search-bar,
    .select.search {
        width: 100%;
    }

    .post-search-panel {
        margin-top: 25px;
        float: none!important;
    }
    
    .seccion-titulo .input-group {
        margin-top: 10px;
        float: left;
    }
    .caja-producto .btn-secondary {
        margin-top: 10px;
    }
    
    .productos-navegacion input{
        margin-right: 15px;
    }

}
@media (max-width: 575px) {
    .box-inner {
        width: 300px;
        height: 300px;
        overflow-y: scroll;
    }
    
}