﻿
/*=== CSS Bathco ========================================================================*/

/*=== FONTS ===============================================================================*/
@font-face {
    font-family: "LetraWeb";
    src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "LetraWebBold";
    src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "FontTitlesH3";
    /*src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format('truetype');*/
    src: url("fonts/Museo_300_regular/museo_300_regular.ttf") format('truetype');
}

@font-face {
    font-family: "FontTitlesH1";
    src: url("fonts/Museo_300_regular/museo_300_regular.ttf") format('truetype');
}


/*=== HTML - LAYOUT ======================================================================*/
html {
    position: relative;
    min-height: 100%;
}

body {
    /*font-family: LetraWeb, Georgia, serif;*/
    font-family: LetraWeb, Arial, Helvetica, sans-serif;
    /*font-size: medium !important;*/
    font-size: small !important;
    background-color: #FFFFFF;
    color: #000;
    line-height: normal !important;
    /*margin-bottom: 150px; /*=== Layout setting for Footer ===*/
}

/*
h3 {
    font-family: FontTitlesH3, Arial, Helvetica, sans-serif;
    color: #6897bc;
    font-weight: bold;
}

h3 {
    font-family: FontTitlesH3, Arial, Helvetica, sans-serif;
    color: #6897bc;
    /*font-weight: bold;
    /*font-size: large;
    font-size: x-large;
    text-align: center;
}
*/

h3 {
    font-family: FontTitlesH3, Arial, Helvetica, sans-serif;
    font-size: x-large;
    text-align: center;
}

h1 {
    font-family: FontTitlesH1, Arial, Helvetica, sans-serif;
    font-size: 3em;
    letter-spacing: -1px;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #000 !important;
        text-decoration: none;
    }

.secondTitle {
    font-family: LetraWeb, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
    color: #030303;
}

.txtUpperCase {
    text-transform: uppercase;
}

/*=== BOOTSTRAP ===============================================================================*/
.container-fluid {
    padding: 0;
    margin: 0;
}

/*=== Paginación ===*/
.paging {
    border-radius: 0 !important;
    background-color: #fff;
}

.page-link:hover {
    background-color: #eee !important;
}

.page-item.disabled .page-link {
    color: #000;
    pointer-events: none;
    cursor: auto;
    background-color: #edfaea;
    border-color: #E6E5E5;
}

.text-center {
    text-align: center !important;
}


#headercontent {
    /*border-top: 1px solid #e6e6e6;*/
    border-bottom: 1px solid #e6e6e6;
}



/*
.footer {
  position: absolute;
  background-color: grey;
  bottom: 0;
  width: 100%;
  height: 150px; /*=== Debería de tener la altura del margin-botom del body? ===*/
/*margin: 0;*/
/*
}
*/

/*=== FOOTER - NEW ===============================================================================*/
.contenedor {
    padding: 60px 15px 0;
}

.bodyfooter {
    /*padding: 0 15px;*/
    padding: 0 15px 200px 15px;
}

.footersettings {
    padding: 0 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 200px;*/
    line-height: 60px;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}

.footertxt {
    margin-bottom: 0;
    font-size: small;
    color: #666666;
}



/*=== AUXILIARS ===============================================================================*/

/*=== Fonts ===*/
.fontSmall {
    font-family: LetraWebBold, Arial, Helvetica, sans-serif;
    /*font-size: 0.7857em;*/
    font-size: small;
}

.fontSmaller {
    font-family: LetraWebBold, Arial, Helvetica, sans-serif;
    font-size: smaller;
}

.fontSmallNormal {
    font-family: LetraWeb, Arial, Helvetica, sans-serif;
    font-size: small;
}

.fontnormal {
    font-size: medium;
}

.txtsmall {
    font-size: small;
}

.labelTxt {
    font-size: small;
    padding-right: 10px;
    padding-top: 6px;
    text-align: right;
}

.txtLft {
    font-size: small;
    padding: 0;
    text-align: right;
}

.lblDetailRef {
    font-size: medium;
    font-weight: bold;
    color: #6897bc;
}

.lblDetailTxt {
    font-weight: bold;
}

.ddlTxt {
    font-size: small;
    padding-top: 2px;
}

.ltAddTitle {
    font-weight: bold;
    border-top: 1px solid #dee2e6;
}

.lblAddDetail {
    font-weight: normal;
    padding: 4px;
    border: 1px solid #fff;
}

.txtBoxAddOff {
    padding: 4px;
    border: 1px solid #fff;
}

.txtBoxAddOn {
    padding: 4px;
    border: 1px solid #E6E5E5;
}

.selectBoxOff {
    padding: 3px 4px;
    border: 1px solid #fff;
}

.selectBoxOn {
    padding: 3px 4px;
    border: 1px solid #E6E5E5;
}

.txtjustify {
    text-align: justify;
}

/*=== Colors ===*/
.blackbar {
    background-color: #000000;
    color: #666666;
    /*font-size: small;*/
}

.topbar {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
    /*font-size: small;*/
}

#menubar, #breadcrumbsbar {
    background-color: #fff;
    color: #000;
    /*border-bottom: 1px solid #e6e6e6;*/
    /*border-top: 1px solid #e6e6e6;*/
}

#titlesbar {
    /*background-color: #996633;*/
    /*background-color: #999;*/
    /*background-color: #379924;*/
    background-color: #002172;
}

#titlesbarcenter {
    color: #fff;
    /*
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/images/portada/menu.jpg");
    */
}

#copyrightbar {
    background-color: #fff;
    color: #000;
    border-top: 1px solid #e6e6e6;
    font-size: xx-small !important;
}

    #copyrightbar a {
        color: #000;
    }


/*=== Images ===*/
.imgred65 {
    height: 65%;
    width: auto;
}

.imgContainer {
    height: 200px;
}

.img-fluid {
    max-width: 50%;
    height: auto;
}

.img-controlpanel {
    width: 30px;
    height: 30px;
}

.img-footer {
    max-width: 20px;
    height: auto;
}

.card-image-container {
    background: url('../images/footer/sellos_iso.png') 50% no-repeat;
    background-size: cover;
}

.imgBorder {
    border: 1px solid #999999;
}

.txtImgCenter {
    text-align: center;
}

.imagenProducto {
    width: 150px !important;
    /*height: 150px !important;*/
}

#logo a img {
    height: 64px;
    padding: 8px 15px;
}

.productList img {
    border: 1px solid #e6e6e6;
}

    .productList img:hover {
        border: 2px solid #000;
    }

.thumbs {
    width: 40px;
    height: 30px;
}

/*=== TIRAR ===*/
#logo02 a img {
    height: 64px;
    padding: 8px 15px;
}

/*=== layouts ===*/
.gap {
    font-size: medium;
    font-weight: 300;
    padding: 0;
}

.noleftpadding {
    padding-left: 0;
}

.norightpadding {
    padding-right: 0;
}

.nobottommargin {
    margin-bottom: 0;
}

.underline {
    height: 1px;
    background-color: #ccc;
}

.rightmargin {
    margin-right: 15px;
}

.borderbottom {
    border-bottom: 1px solid #a6a6a6;
}

.bordertop {
    border-top: 1px solid #a6a6a6;
}

.mixlayout {
    border-bottom: 1px solid #a6a6a6;
    margin-bottom: 14px;
}

.alignbottom {
    position: relative;
    bottom: 0;
}

.pruebasalinearbottom {
    vertical-align: bottom;
}


/*=== Tirar ===*/
.txtcapitalize {
    text-transform: capitalize;
}

.fondogris {
    background-color: #cccccc;
}

.fondoamarillo {
    background-color: #ffcc00;
}

.fondonegro {
    background-color: #000000;
}

.fondocrema {
    background-color: #ffffcc;
}

.fondorojo {
    background-color: #ff0000;
}

/*=== POPUP ===============================================================================*/
.popup {
    border: 1px solid #6897bc;
    border-radius: 0;
    background-color: #6897bc;
    color: #fff;
}

.popupbody {
    background-color: #fff;
    color: #000;
}

.popupfooter {
    background-color: #fff;
}

.btnbgred {
    background-color: #ffcccc;
}


/*=== FONTAWESOME ===============================================================================*/
.azul {
    color: #6897bc;
}

.gris {
    color: #666666;
}


/*=== TXT-LINKS ===============================================================================*/
/*.txtlinks ul {padding:0; margin:0; list-style:none;}*/
.txtlinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.txtlinks li {
    float: left; /*padding-right:2px;*/
}
    /*.txtlinks li a {color: #000; }*/
    /*.txtlinks li:after {color: #000; content: " / "; font-size:12px; padding:0 4px;}*/
    .txtlinks li:last-child:after {
        content: none;
    }

.txtlinks-cesta .txtlinks-img {
    display: none;
}

.txtlinks li {
    /*display: inline;*/
    float: left; /*padding-right:2px;*/
}

    .txtlinks li a {
        color: #000;
    }

    .txtlinks li:after {
        color: #000;
        content: ":";
        font-size: 12px;
        padding: 0 6px;
    }

    .txtlinks li:last-child:after {
        content: none;
    }

.txtlinks-cesta .txtlinks-img {
    display: none;
}

/*=== BREADCRUMBS ===============================================================================*/
.bclinks {
    font-family: LetraWebBold, Arial, Helvetica, sans-serif;
    font-size: small;
}

    .bclinks ul {
        padding: 0;
        margin: 0;
        list-style: none;
        float: right;
    }

    .bclinks li {
        float: left;
    }

        .bclinks li:last-child:after {
            content: none;
        }

    .bclinks li {
        float: left;
    }

        .bclinks li a {
            color: #fff;
            /*aramos color: #000; */
        }

        .bclinks li:after {
            color: #FFFFFF;
            content: ":";
            font-size: 12px;
            padding: 0 6px;
        }

        .bclinks li:last-child:after {
            content: none;
        }

        .bclinks li a:hover {
            color: #fff !important;
        }

.bclinks-cesta .bclinks-img {
    display: none;
}


/*=== PROGRESS BAR ============================================================================*/
.progress {
    border-radius: 0;
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
}

.bg-secondary {
    background-color: #6897bc !important;
}

.pb1 {
    background-color: #f2f2f2 !important;
}

.pb2 {
    background-color: #e6e6e6 !important;
}

.pb3 {
    background-color: #d9d9d9 !important;
}

.pb4 {
    background-color: #cccccc !important;
}

.pb5 {
    background-color: #b3b3b3 !important;
}


/*=== TABLES =================================================================================*/
.table {
    margin-bottom: 0;
}

.cabeceras {
    font-size: small;
}

.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: small;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6 !important;
}

.shoppingbaglines {
    font-size: small;
    padding: 30px 10px;
}

.subtitle {
    text-transform: uppercase;
    margin: 0;
    font-size: large;
    /*font-weight: bold;*/
    color: #000;
}

.divcabeceras {
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.sectiondiv {
    margin: 0;
    padding: 0;
    border: 1px solid #E6E5E5;
}

/*
.sectionheaderdiv {
    font-size: large;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    padding: 0.75rem;
    background-color: #6897bc;
}
*/
.sectionheaderdiv {
    font-size: large;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0.75rem;
    background-color: #e6e6e6;
}

.tablenoborder {
    border-top: 0px;
}



/*=== ALERTS =================================================================================*/
.alert {
    padding: 15px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.alert-info {
    color: #000;
    background-color: #edfaea;
}

.alert-success {
    color: #000;
    background-color: #edfaea;
}

.orderdirect-info {
    color: #fff;
    background-color: #6897bc;
}

.noItems-info {
    color: #000;
    background-color: #f2f2f2;
}


/*=== DROPDOWN - ¿? =================================================================================*/
.dropbtn {
    /*padding: 10px;*/
    font-size: small;
    border: none;
    color: #000000 !important;
    background-color: #ffffff;
    /*padding: 10px 12px;*/
}

    .dropbtn a {
        color: #000000 !important;
        padding: 10px 12px;
        text-decoration: none;
        background: none;
    }

        .dropbtn a:hover {
            color: #6897bc !important;
        }

    .dropbtn:hover {
        /*color: #6897bc !important;*/
        color: #fff !important;
    }


.dropbtnTxt {
    padding: 16px;
    font-size: small;
    border: none;
    color: #000000 !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding: 2px 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        font-size: small;
        color: #ffffff !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background-color: #000000;
    }

        .dropdown-content a:hover {
            background-color: #6897bc;
            transition: all 0s ease 0s;
        }

.dropdown:hover .dropdown-content {
    display: block;
    background-color: #6897bc;
    padding-top: 6px;
}

.dropdown:hover .dropbtn {
    background-color: #ffffff;
    text-decoration: none;
}


/*=== FORM ELEMENTS ==========================================================================*/
.txtBox {
    font-size: small;
    border-radius: 0;
    border: 1px solid #E6E5E5;
    background-image: none;
    color: #666666;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}

.txtBoxQuantity {
    border-left: 0;
    border-right: 0;
    text-align: center;
    width: 25%;
}

.noBorderRight {
    margin-right: -1px;
}

.noBorderLeft {
    margin-left: -1px;
}

.input {
    font-family: LetraWeb, Arial, Helvetica, sans-serif;
}


/*=== BOOTSTRAP - MODIFICATIONS ===============================================================*/
.form-control.custom-form-control {
    font-size: small;
    border-radius: 0;
    border: 1px solid #E6E5E5;
    width: auto;
}

    .form-control.custom-form-control:focus {
        color: #000;
        background-color: #fff;
        border-color: #E6E5E5;
        box-shadow: none;
    }


.btn {
    font-size: small;
}


.btn-outline-secondary {
    color: #000;
    background-color: #fff;
    background-image: none;
    border-color: #E6E5E5;
}


.btn-outline-eliminar {
    color: #666666;
    background-color: #ffcccc;
    background-image: none;
    border-color: #E6E5E5;
    border-radius: 0;
}

.btn-success {
    color: #fff;
    background-color: #6897bc;
    border-color: #6897bc;
}

.btn-outline-secondary:hover, .btn-outline-eliminar:hover {
    color: #000;
    background-color: #eee;
    border-color: #E6E5E5;
}


.text-success {
    color: #000 !important;
}

.text-green {
    color: #000 !important;
}

.btn-success:hover {
    color: #6897bc !important;
    background-color: #fff;
    border-color: #6897bc;
}

.border-success {
    border-color: #ccc !important;
}

a.text-light:hover, a.text-light:focus {
    color: #6897bc !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #E6E5E5;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #666666;
    background-color: transparent;
}


.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    outline: dotted thin;
    box-shadow: none;
}

/*=== BUTTON - TEXT ===*/
/*=== TIRAR ===
.btn2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
*/
.btn2 {
    display: inline-block;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    padding: 0.175rem 0.55rem;
    font-family: LetraWebBold, Arial, Helvetica, sans-serif;
    font-size: smaller;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn2:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.btn2-outline-success {
    color: #000;
    background-color: #fff;
    background-image: none;
    border-color: #ccc;
    border-radius: 0;
}

    .btn2-outline-success:not(:disabled):not(.disabled):active, .btn2-outline-success:not(:disabled):not(.disabled).active, .show > .btn2-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #000;
        border-color: #E6E5E5;
    }

    .btn2-outline-success:hover {
        color: #000;
        background-color: #eee;
        border-color: #E6E5E5;
    }

    .btn2-outline-success:focus, .btn2-outline-success.focus {
        outline: dotted thin;
        box-shadow: none;
    }



/*=== PENDIENTE - TIRAR ==========================================================================*/
/*=== Viene de STYLE.CSS ===*/
.mainmenu {
    height: 40px;
    margin: 0 auto;
    padding: 4px 0px;
    float: right;
    text-align: right;
    font-size: small;
}


@media screen and (min-width: 768px) {
    .wrapper {
        min-height: calc(100vh - 40px);
    }

    .navbar-default .navbar-nav li a {
        border-left: none;
        border-right: none;
    }

    .navbar {
        border-radius: 0;
    }

    h2 {
        padding-bottom: 45px;
    }
}




/*********** POPUP CONFIRMACION ELIMINACION ***********/
.delete-popup {
    display: inline-block;
    left: 57%;
    position: fixed;
    top: 65%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
}

/************ MASCARA DE CARGA ***************/
.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgba(255, 255, 255,0.5);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

    .loader-page::before {
        content: "";
        position: absolute;
        border: 2px solid rgb(50, 150, 176);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        box-sizing: border-box;
        border-left: 2px solid rgba(50, 150, 176,0);
        border-top: 2px solid rgba(50, 150, 176,0);
        animation: rotarload 1s linear infinite;
        transform: rotate(0deg);
    }

@keyframes rotarload {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}
/************ FIN MASCARA DE CARGA ***************/
.hover-effect:hover {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; /* Safari */
    -webkit-transform: scale(.98);
    transform: scale(0.98);
    filter: opacity(.5);
}

/************ FOOTER ***************/

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 0.4rem 1rem; /* espacio horizontal y vertical moderado */
    font-size: 1em; /* legible pero no gigante */
    padding: 0.8rem 0; /* espacio vertical general */
    line-height: 1.3; /* altura de línea equilibrada */
}

    .footer-links > div,
    .footer-links span {
        white-space: nowrap;
        margin: 0;
        padding: 0;
    }

/* Versión móvil */
@media (max-width: 576px) {
    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 0.3rem; /* más compacto, pero con espacio */
        font-size: 1em; /* vuelve al tamaño base en móvil */
    }
}
