@font-face {
    font-family: 'TinosRegular';
    src: url('/fonts/Tinos/Tinos-Regular.ttf') format('ttf'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TinosBold';
    src: url('/fonts/Tinos/Tinos-Regular.ttf') format('ttf'),
    font-weight: bold;
    font-style: normal;
}


body {
    /*font-family: Manrope,sans-serif;*/

    font-family: 'TinosRegular';

    /*background-color: #f6f6f6;*/
    background-color: #f2f2f2;
    font-size: 1.1rem;
}

.container {
    max-width: 1200px;
}

/********************************* Header ******************************/

#header {
    background-color: #4b4b4b;
    color: #414141;
}

#header a {
     text-decoration: none;
     color: #2f2f2f;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
     color: #7a7a7a;
     text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .show > .nav-link {
    color: #3fe5e5;
}

.navbar-light .navbar-nav .nav-link {
     color: #7a7a7a;
     text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #3fe5e5;
}

.dropdown-item {
     color: #7a7a7a;
     text-transform: uppercase;
}

.dropdown-item:hover {
    color: #3fe5e5;
}

#img-logo {
     width: 160px;
     height: 100px;
}

.input-group-text {
 border-radius: 0;
}

.form-control {
 border-left-style: none;
 border-radius: 0;
}

.navbar-top {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 40px;
}

.navbar-contact_us {
    color: #7a7a7a;
    font-size: 1.1rem;
    text-decoration: none;
    margin: 0 10px;
}

.navbar-contact_us_nav {
    color: #7a7a7a;
    text-decoration: none;
}

.navbar-contact_us:hover {
    color: #24b9d7;
}

.icon-account-user {
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.navbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-item {
    margin-right: 20px;
}

.navbar-item:last-child {
    margin-right: 0;
}

.navbar-item a {
    text-decoration: none;
    color: #7a7a7a;
}

.navbar-item a i {
    margin-left: 5px;
}

.logout-botton {
    border: none;
    background-color: #ecf0f1;
    color: #7a7a7a;
}

.logout-botton:hover {
    color: #24b9d7;
}

.iniciar-session-text {
    color: #7a7a7a;
    text-decoration: none;
}

.iniciar-session-text:hover {
    color: #24b9d7;
}

.iniciar-session-text div {
    margin: 10px 0;
}

.carritoDeCompras div {
    margin: 10px 0;
}

.transicionTop {
    position: relative;
    z-index: 1000;
}


/************************** End Header *************************************/

/************************** Search *************************************/
#search {
    color: #7a7a7a;
    font-size: .99rem;
}

#product-search {
    text-transform: uppercase;
}

.product-search-total {
    color: #7a7a7a;
    font-size: 1.1rem;
}
/************************** End Search *************************************/

/************************** Login *************************************/

.login-container {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-form h2, .register-form h2, .forgot-password-section h2 {
    text-align: center;
}

.login-form input, .register-form input, .forgot-password-section input, .login-form button, .register-form button, .forgot-password-section button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.login-form button, .register-form button, .forgot-password-section button {
    background-color: #24b9d7;
    color: white;
}

.login-form button:hover, .register-form button:hover, .forgot-password-section button:hover {
    background-color: #1e97a8;
}

.forgot-password a, .create-account p a {
    color: #007bff;
    text-decoration: none;
}

.forgot-password a:hover, .create-account p a:hover {
    text-decoration: underline;
}







.containerLogin {


    margin-bottom: 80px;
    width: 500px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

h2Login {
    padding: 40px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #414141;
}

.inputLogin {
    display: block;
    height: 50px;
    width: 90%;
    margin: 0 auto;
    border: none;
}
.inputLogin::placeholder {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.inputLogin:hover, .inputLogin:focus, .inputLogin:active:focus {
    color: #24b9d7;
    outline: none;
    border-bottom: 1px solid #24b9d7;
}
.inputLogin:hover::placeholder, .inputLogin:focus::placeholder, .inputLogin:active:focus::placeholder {
    color: #24b9d7;
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.email,
.pwd {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: 'TinosRegular';
    color: #858585;
    font-weight: lighter;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.link {
    text-decoration: none;
    display: inline-block;
    margin: 27px 0;
    text-align: center;
    text-transform: uppercase;
    color: #858585;
    font-weight: lighter;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.botonLogin {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 50%;
    height: 60px;
    margin-top: -10px;
    border: none;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: 'TinosRegular';
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.botonRegister {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 100%;
    height: 60px;
    margin-top: -10px;
    border: none;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: 'TinosRegular';
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

button .registrarse {
    display: block;
    margin: -10px 20%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

button .ingresar {
    display: block;
    margin: -10px 20%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.botonLogin:hover span {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.botonRegister:hover span {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}





















/************************** End Login *************************************/


/*************************** Slideshow *****************************/

.mySlides {
    display: none
}
img {
    vertical-align: middle;
}
.slideshow-container {
    /*max-width: 1000px;*/
    position: relative;
    margin: 20px auto auto;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.text {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active-slide,
.dot:hover {
    background-color: #111111;
}
/* Fading animation */
.fadeSlide {
    -webkit-animation-name: fadeSlide;
    -webkit-animation-duration: 1.5s;
    animation-name: fadeSlide;
    animation-duration: 1.5s;
}
@-webkit-keyframes fadeSlide {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fadeSlide {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}
/*************************** End Slideshow ********************/

/*************************** ProductsCategoriesSeeder ************************/

#product-comment {
    margin-bottom: 20px;
    font-size: 22px;
}

.product-principal-tittle {
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
}

.product {
    margin-bottom: 20px;
    text-align: center;

    box-shadow: 
      10px 10px 10px 2px rgba(128, 128, 128, 0.33), /* gris translúcido */
      0 5px 1px -2px rgba(52, 51, 85, 0.05),   /* este lo dejé igual */
      0 1px 5px 0 rgb(100, 100, 100);          /* gris sólido */
}

.card-title {
    font-size: 20px;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
    text-decoration: none;
}

.card-text {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    text-align: center;
}

.product-img {
    height: 300px;
    padding: 15px;
    max-width: 100%;

    /*-box-shadow: 
      10px 10px 10px 2px rgba(128, 128, 128, 0.33),
      0 5px 1px -2px rgba(52, 51, 85, 0.05),
      0 1px 5px 0 rgb(100, 100, 100);*/
}

.heart-product {
    color: #7a7a7a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    line-height: 1;
}

.heart-product:hover {
    background-color: #e8e8e8;
    opacity: 0.7;
}

.heart-product-position {
    position: absolute;
    top: 11px;
    left: 10px;
}

.fondo-claro {
    /*background-color: #8cf2b9;*/
    background-color: #6cd5ea;
    color: black;
}

.fondo-claro:hover {
    background-color: #6cd5ea;
}

#message-products {
    display: flex;
    justify-content: right;
    color: #5e5e5e;
    margin: 20px;
    text-decoration: none;
    margin-left: -10px;
}

#message-products:hover {
    color: #24b9d7;
}

/*************************** End ProductsCategoriesSeeder ************************/

/*************************** Banner ******************************/

.banner {
    margin-bottom: 30px;

            box-shadow: 
      10px 10px 10px 2px rgba(128, 128, 128, 0.33), /* gris translúcido */
      0 5px 1px -2px rgba(52, 51, 85, 0.05),   /* este lo dejé igual */
      0 1px 5px 0 rgb(100, 100, 100);          /* gris sólido */
}

.banner-intern {
    width: 100%;
    padding: 15px;
}

.textoInteriorBanners {
    font-size: 35px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 6px 30px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.tamanoImgsBanners {
    width:100%;
    height:350px;
    box-shadow: 
      10px 10px 10px 2px rgba(128, 128, 128, 0.33), /* gris translúcido */
      0 5px 1px -2px rgba(52, 51, 85, 0.05),   /* este lo dejé igual */
      0 1px 5px 0 rgb(100, 100, 100);          /* gris sólido */
}

.tamanoImgsTrabajosRealizados {
    width:100%;
    height:350px;
    border-radius: 10%;
    /*box-shadow: 0 10px 10px 0 rgba(61, 234, 49, 0.33),0 5px 1px -2px rgba(52, 51, 85, 0.05),0 1px 5px 0 rgb(3, 193, 35);*/

    box-shadow: 
      10px 10px 10px 2px rgba(128, 128, 128, 0.33), /* gris translúcido */
      0 5px 1px -2px rgba(52, 51, 85, 0.05),   /* este lo dejé igual */
      0 1px 5px 0 rgb(100, 100, 100);          /* gris sólido */
}

/*************************** End Banner ******************************/

/***************************  Slogan *********************************/

.block-message {
    background-color: white;
    height: 200px;
    text-align: center;
    padding: 15px;
    padding-top: 40px;
}

#slogan {
    position: relative;
    font-size: 18px;
    top: -10px;
    font-family: 'TinosRegular';
}

/************************ End Slogan ************************************/

/************************ Suscription ***********************************/

#suscription-text {
    margin-top: 25px;
    padding-top: 15px;
    float: inherit;
    width: 100%;
}

.email-suscription-field {
    width: 100%;
    border: solid 1px #9f9f9f;
    height: 100%;
    padding-left: 10px;
    color: #505050;
    font-size: 1rem;
}

.email-suscription-field:focus {
    border: solid 3px #24b9d7;
    outline: none;

}

.email-suscription-field:active {
    border: solid 1px #24b9d7;
}

.email-suscription-button {
    width: 100%;
    border: solid 1px #24b9d7;
    background: #24b9d7;
    border-radius: 0;
    color: white;
}

.email-suscription-button:hover {
    background: #17a0b4;
    margin: auto;
    border-radius: 0;
    color: white;
}

.email-suscription-button:visited {
    background: #17a0b4;
}

.message-suscription {
    padding-top: .625rem;
    color: #7a7a7a;
    font-size: 1rem;
}

.containerSuscription {
    padding: 40px 0;
    background-color: white;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity));
}

/************************** End Suscription ******************************/

/************************** Footer ***************************************/

#footer {
    /*margin-top: 50px;*/
}

#text-copyright-footer {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #24b9d7;
}

#img-logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#img-logo-footer img {
    width: 130px;
}

.footer-options {
    text-decoration: none;
    font-size: 1rem;
    color: #7a7a7a;
    line-height: normal;
}

.footer-options-store {
    text-decoration: none;
    list-style: none;
    font-size: 0.9rem;
    color: #7a7a7a;
}

.footer-options:hover {
    color: #17a0b4;
}

.block-options-footer {
    line-height: normal;
    margin-top: 5px;
    font-size: 1rem;
}

.footer-titles {
    color: #1a202c;
    margin-left: 1.99rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.icons-collapse-footer {
    color: black;
    float: right
}
.correoFooter {
    color: #24b9d7;

    font-size: 14px;
}

/************************ End Footer ***********************************/

/************************ Account *************************************/

.block-account {
    height: 120px;
    background-color: white;
    border: #5e5e5e;
    border-radius: 10%;
    padding-top: 5px;
    margin-top: 10px;
    box-shadow: 0 10px 10px 0 rgba(49, 78, 234, 0.33),0 5px 1px -2px rgba(52, 51, 85, 0.05),0 1px 5px 0 rgb(185, 185, 185);
    color: #7a7a7a;
    text-align: center;
    /*display: flex;
    justify-content: center;
    align-items: center;*/

}

.block-account:hover {
    color: #24b9d7;
}

.user-icons {
    font-size: 40px;
    padding-top: 10px;
}

/********************** End Account **********************************/

/********************** Products **********************************/

.imgsProducts {
    padding: 1rem;
    max-height: 500px;
    max-width: 100%;

    box-shadow: 
      10px 10px 10px 2px rgba(128, 128, 128, 0.33), /* gris translúcido */
      0 5px 1px -2px rgba(52, 51, 85, 0.05),   /* este lo dejé igual */
      0 1px 5px 0 rgb(100, 100, 100);          /* gris sólido */
}

.contenedorImgsEspecificas {
    max-width: 500px;
    max-height: 500px;
}

.productTitle {
    margin-top: 15px;
    font-weight: bold;
}

.productsPrice {
    color: #24b9d7;
}

.contenedorProductos {
    background-color: #eee;
}

.imgsProductsSpecific {
    cursor: pointer;

    box-shadow: 
      10px 10px 10px 2px rgba(128, 128, 128, 0.33), /* gris translúcido */
      0 5px 1px -2px rgba(52, 51, 85, 0.05),   /* este lo dejé igual */
      0 1px 5px 0 rgb(100, 100, 100);          /* gris sólido */

}

.imgsProductsSpecific:hover {
    border: solid #3fe5e5 4px;
}

.borderCeleste {
    border: solid #3fe5e5 4px;
}

.tituloCategoria {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px
}

.cuerpoCategoria {
    padding: 10px;
    color: #7a7a7a;
    font-size: 1.1rem;
}

.cuerpoSubcategoria {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px
}

.tituloSubcategorias {
    font-size: 30px
}


.contenedor-flex {
    display: flex;
    justify-content: center; /* Alineación horizontal al centro */
    align-items: center; /* Alineación vertical al centro */

}

.elemento {
    /* Estilos para los elementos individuales */
    margin: 10px; /* Espacio entre elementos */
    padding: 20px; /* Espacio interno de elementos */
    border: 1px solid #ccc;
}















/********************** End Products **********************************/

/********************** Links Footer **********************************/

.contenedorTerminosYCondiciones {
    background-color: #fff;
}

.estilosLetrasTerminosYCondiciones {
    padding: 20px;
    font-size: .9375rem;
    font-weight: 400;
    color: #7a7a7a;
}

.contenedorPoliticaDePrivacidad {
    background-color: #fff;
}

.estilosLetrasPoliticaDePrivacidad {
    padding: 20px;
    font-size: .9375rem;
    font-weight: 400;
    color: #7a7a7a;
}

.contenedorSobreNosotros {
    background-color: #fff;
}

.estilosLetrasSobreNosotros {
    padding: 20px;
    font-size: .9375rem;
    font-weight: 400;
    color: #7a7a7a;
}

.no-link-contactenos {
    text-decoration: none;
    color: #3fe5e5;
}

.no-link-contactenos span {
    font-size: .93rem;
}



/********************** End Links Footer ********************************/

/********************** Contactenos ********************************/

.iconos-contactenos {
    color: #7a7a7a;
    font-size: 30px;
}

.tituloContactenos {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    word-spacing: 0;
    padding-left: 10px;
    color: white;
    padding-top: 20px;
}

.espaciosContenedorContactenos {
    margin: 15px;
}

.inputContactenos {
    border-left-style: solid;
}

.estilosBotonContactenos {
    text-align: right;
    padding: 5px 15px;
    color: #fff;
    background-color: #24b9d7;
    border-color: transparent;
    font-size: 20px;
    margin-right: 25px;
}

.estilosBotonNuevaImagen {
    text-align: right;
    padding: 5px 15px;
    color: #fff;
    background-color: #ffc107;
    border-color: transparent;
    font-size: 20px;
    margin-right: 25px;
}

.seccionIzquierdaContactenos {
    background-color: #2d2d2d;
    border-radius: 40px 0 0 40px;
}

.labelContactenos {
    text-align: right;
}

/************************ End Contactenos **************************************/


/************************ Carrito de compras **************************************/


.botonCarritoDeCompras {
    background-color: #24b9d7;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

.botonAgregarListaDeseos {
    background-color: #595959;
    border-radius: 5px;
    color: white;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.botonCarritoDeCompras:hover {
    background-color: #0791ab;
}

.botonAgregarListaDeseos:hover {
    background-color: #919191;
}

#listaDeseosTexto {
    background-color: transparent;
    border: 0;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.carritoDeCompras {
    margin: 0 10px;
    text-decoration: none;
    color: #7a7a7a;
}

.carritoNavBar {
    top: 4px;
    position: relative;
    left: -8px;
    border: solid 1px #c1c1c1;
    border-radius: 8%;
    padding: 7px;
    height: 23px;
}

.carritoDeCompras:hover {
    text-decoration: none;
    color: #24b9d7;
}

.product-img-shopping-cart {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15%;
    border: solid #848484 2px;
    height: 100px;
    width: 100px;

    box-shadow: 
      10px 10px 10px 2px rgba(128, 128, 128, 0.33), /* gris translúcido */
      0 5px 1px -2px rgba(52, 51, 85, 0.05),   /* este lo dejé igual */
      0 1px 5px 0 rgb(100, 100, 100);          /* gris sólido */

}

.shopping-cart-product-container {
    background-color: white;
    padding: 8px;
}

.shopping-cart-product-container-xs {
    background-color: white;
    padding: 8px;
}

.card-title-shopping-cart {
    font-size: 1rem;
    font-weight: 400;
    color: #464646;
    text-align: left;
    text-decoration: none;
}

.card-text-shopping-cart {
    color: #232323;
    text-align: right;
}

#shopping-cart-container {
    max-width: 1000px;
}

.trash-button-shopping-cart {
    color: #8c8c8c;
    text-align: right;
    height: 20px;
}

.trash-button-shopping-cart:hover {
    color: #b90000;
}

.button-continue-shopping {
    width: 100%;
    padding: 10px 0;
    margin: 20px 0;
}

.button-checkout {
    width: 100%;
    padding: 10px 0;
    margin: 20px 0;
}

.line-shopping-cart {
    color: #606060;
}

#contadorCarrito {
    position: relative;
    top: -15px;
    left: 47px;
    color: #24b9d7;
    display: none;
}

#contadorCarrito2 {
    position: relative;
    top: -15px;
    left: 47px;
    color: #24b9d7;
    display: none;
}

#animatedZoomProduct {
    transition: font-size 0.5s ease-in-out;
}

.vaciarCarrito {
    float: right;
    font-size: 18px;
    color: #930000;
    cursor: pointer;
}

.vaciarCarrito:hover {
    color: #e10000;
}

/************************ End Carrito de Compras **************************************/

/************************ Reusables **************************************/

.active > .page-link, .page-link.active {
    /*color: #fff;
    background-color: #3fe5e5;
    border-color: #0bb;*/

    color: #3fe5e5;
    border-color: #3fe5e5;
    background-color: #fff;
}

.page-link {
    color: #3fe5e5;
}

.page-link:hover {
    color: #006060;
}

#linea-principal {
    margin: 2rem 0;
    opacity: .25;
    border-style: solid;
    border: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-style: double;
}

.lista-categorias {
    color: #7a7a7a;
    text-decoration: none;
    list-style: none;
}

.lista-categorias li {
    margin: 10px 0;
}

.lista-categorias:hover {
    color: #3fe5e5;;
}

.lista-subcategorias {
    margin-left: -10px;
}

.lista-subcategorias:hover {
    color: #3fe5e5;;
}

.form-group-user {
    padding: 10px;
}

.textoCentrado {
    text-align: center;
}

.cursorPointer {
    cursor: pointer;
}

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; }

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

.row {
    margin-right: 0;
    margin-left: 0;
}

/************************ End Reusables **************************************/

/************************ Mapa del sitio **************************************/

#mapaSitio {
    display: flex;
    align-items: center;
    height: 60px;
}

.titulosMapaSitio {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.enlacesMapaDelSitio {
    margin: 10px 0;
    color: #24b9d7;
}

.enlacesMapaDelSitioSubcategoria {
    margin: 10px 0 10px 15px;
    color: #24b9d7;
}


/************************ End Mapa del sitio **************************************/

/************************ Informacion usuario **************************************/

.bloque-informacion-usuario {
    background-color: white;
    padding: 10px;
}

.campos-informacion-usuario {
    color: #7a7a7a;
    width: 90%;
}

.titulo-campo-informacion-usuario {
    align-self: center;
}

.bloque-informacion-usuario input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.mostrar-ocultar-contrasenna {
    position: relative;
    top: 10px;
    left: -28px;
}

.botonGuardarInfUsuario {
    border: solid 1px #24b9d7;
    background: #24b9d7;
}

.subsriptionUserInformation {
    position: relative;
    top: 1px;
    height: 20px;
    width: 20px;
}

/************************ End Informacion usuario **************************************/

/************************ Reusables **************************************/

.space-top-bottom-little {
    margin: 10px 0;
}

.space-top-bottom-high {
    margin: 40px 0;
}

.no-text-decoration {
    text-decoration: none;
}

.espaciosArribaAbajoMediano {
    margin: 100px 0;
}

.espaciosArribaAbajoPequeno {
    margin: 50px 0;
}

.espaciosArribaPequenno {
    margin-top: 20px;
}

.espaciosAbajoPequeno {
    margin-bottom: 50px;
}

.espaciosAbajoMuyPequeno {
    margin-bottom: 25px;
}

.estilosLetrasContactenos {
    font-size: .875rem;
}

.estilosLetrasContactenosLink {
    font-size: .875rem;
    color: #3fe5e5;
    text-decoration: none;
}

.dropdown-divider {
    border-top: 1px solid #b5b5b5;
    opacity: 1;
}

.menosMarginLeft {
    margin-left: -15px;
    color: #24b9d7;
    margin: 10px 0;
}

.alineacion-derecha {
    text-align: right;
}

.posicion-relativa-izquierda {
    position: relative;
    left: -60px;
}

.tamanoTextoMedianoDerecha {
    text-align: right;
    font-size: 22px;
}

/************************ End Reusables **********************************/



































/******************* Media Queries ***************/

/******************* Pagination ***************/
@media screen and ( max-width: 500px ){
    li.page-item {
        /*display: none;*/
        max-width: 100%;
        width: 33px;
    }

    ul {
        padding-left: 0px;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled,
    .page-item:nth-child( 10 ),
    .page-item:nth-last-child( 10 ) {
        display: block;
    }


}



@media only screen and (max-width: 991px) {
    .hidden-in-xs-md {
        display: none;
    }

    .carritoDeCompras {
        margin: 0 0;
    }

    #contadorCarrito {
        font-size: 20px;
        top: -26px;

        transition: font-size 0.2s ease-in-out;
    }

    #contadorCarrito2 {
        font-size: 20px;
        top: -26px;
        transition: font-size 0.2s ease-in-out;
        z-index: 1000;
    }
}

@media (min-width: 992px) {
    .hidden-md-lg {
        display: none;
    }
}



@media (min-width: 576px) and (max-width: 768px)  {
    .product-img {
        height: 400px;
    }

}

@media (max-width: 767px)  {
    .alineacion-derecha {
        text-align: right;
    }

    .posicion-relativa-izquierda {
        position: relative;
        left: 0;
    }

    .tamanoImgsBanners {
        width: 100%;
        height: 200px;
    }

    .labelContactenos {
        text-align: left;
    }

    .textoInteriorBanners {
        font-size: 20px;
    }

    .footer-titles-space {
        cursor: pointer;
    }

    .titulo-campo-informacion-usuario {
        text-align: left;
    }

}

@media (max-width: 1200px)  {
    .correoFooter {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 980px) {
    .minMaxFieldValue {
        width: 46px;
    }
}

@media (max-width: 575px) {
    .shopping-cart-product-container {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }

    .product-img-shopping-cart {
        width: 200px;
        height: 200px;
        margin-bottom: 15px;
    }

    .product-img {
        height: auto;
        max-height: 500px;
    }
    .minMaxFieldValue {
        width: 140px;
    }

    .widthAuto {
        width: auto;
    }

    .seccionIzquierdaContactenos {
        border-radius: 40px 40px 0 0;
    }

    .email-suscription-field {
        height: 40px;
        margin-bottom: 10px;
    }



}


