@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap);
body,
html {
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
    color: #4f4f4f;
    font-size: 10px
}

@media (min-width:425px) {
    body,
    html {
        font-size: 12px
    }
}

@media (min-width:640px) {
    body,
    html {
        font-size: 14px
    }
}

@media (min-width:1366px) {
    body,
    html {
        font-size: 16px
    }
}

@media (min-width:1400px) {
    body,
    html {
        font-size: 18px
    }
}

body a,
html a {
    text-decoration: none
}

@media (min-width:1400px) {
    .container {
        max-width: 1000px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1200px
    }
}

.w200px {
    width: 200px
}

.delay-200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.delay-400 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.delay-600 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.delay-800 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.text-blue {
    color: #90ccc6
}

.text-gray-light {
    color: #828282
}

.text-gray {
    color: #4f4f4f
}

@media (min-width:768px) {
    .col-md-22 {
        flex: 0 0 auto;
        width: 22%
    }
}

@media (min-width:768px) {
    .col-md-25 {
        flex: 0 0 auto;
        width: 25%
    }
}

@media (min-width:768px) {
    .col-md-34 {
        flex: 0 0 auto;
        width: 34%
    }
}

#redes {
    display: flex
}

#redes a img {
    width: 25px;
    transition: all .3s
}

#redes a:hover img {
    transform: scale(.8)
}

#redes .red {
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.content-cards-menu .card {
    border: none;
    border-radius: 5px;
    box-shadow: 0 7px 10px -6px rgba(0, 0, 0, .35);
    transition: all .3s
}

.content-cards-menu .card:hover {
    transform: scale(1.02)
}

.content-cards-menu .card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.content-cards-menu .card .btn {
    width: 80%
}

.content-cards-menu .card .triangulo {
    position: absolute;
    top: -3px;
    left: -4px;
    z-index: 1
}

.content-cards-menu .card .text-triangulo {
    position: absolute;
    top: 15px;
    left: 2px;
    z-index: 2;
    color: #fff;
    transform: rotate(-45deg);
    padding: 1px 0 3px 0
}

.content-cards-menu .card .card-title {
    font-size: 1.5rem;
    font-weight: 300;
    color: #828282
}

.content-cards-menu .card .card-text {
    font-size: 1.5rem;
    color: #828282
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    margin-bottom: 4rem
}

.pagination li {
    display: inline-block
}

.pagination li a {
    color: #4f4f4f;
    padding: 8px 16px;
    text-decoration: none
}

.pagination li a:hover {
    background-color: #bde3df
}

.pagination li a.active {
    background-color: #90ccc6
}

.tab {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.tab button {
    flex: 20%;
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: .5rem 1rem;
    transition: all .3s;
    color: #828282;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tab button:hover {
    color: #90ccc6
}

.tab button.active {
    color: #90ccc6
}

.hr-tab {
    margin: 0;
    height: 3px!important;
    background: radial-gradient(circle, #9cd3cd 0, #bde7e2 34%, #fff 94%)
}

.tabcontent {
    display: none;
    margin-top: 2rem;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

.tabcontent .content-btn-anadir {
    border: 1px solid #d3d3d3;
    border-radius: 5px
}

.tabcontent .content-btn-anadir a {
    width: 80%;
    transform: translateY(-35%)
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.filter {
    background-color: #fbfbfb;
    border-radius: 5px
}

.filter>button {
    height: 30px
}

.filter .btn-group button {
    font-weight: 300
}

.filter .btn-group button:disabled {
    opacity: 1
}

.filter .btn-group .dropdown-toggle {
    font-weight: 300;
    height: 30px;
    width: 155px
}

.filter .btn-group .dropdown-toggle:focus {
    box-shadow: none
}

.filter .btn-group .dropdown-toggle:after {
    display: none
}

.filter .btn-group .dropdown-menu {
    width: 155px;
    min-width: auto;
    inset: initial!important;
    top: 100%!important;
    right: 0!important;
    transform: none!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: transparent
}

.filter .label-filter-order {
    border: 1px solid #e0e0e0;
    border-right: none
}

.filter #filter-order {
    border: 1px solid #e0e0e0;
    border-left: none
}

.filter #filter-order.show {
    border-bottom-color: transparent;
    border-bottom-right-radius: 0
}

#shopping-cart {
    position: fixed;
    right: -100%;
    top: 65px;
    width: 60vw;
    height: calc(100vh - 65px);
    background: #fff;
    padding: 1rem;
    z-index: 1000;
    transition: all 1.5s
}

@media (min-width:768px) {
    #shopping-cart {
        width: 45vw
    }
}

@media (min-width:1200px) {
    #shopping-cart {
        top: 55px;
        width: 25vw;
        height: calc(100vh - 55px)
    }
}

#shopping-cart .cart-header {
    display: flex;
    justify-content: space-between
}

#shopping-cart .cart-header p {
    font-size: 1.2rem;
    font-weight: 300
}

#shopping-cart .cart-header a {
    text-decoration: none;
    color: #828282;
    cursor: pointer
}

#shopping-cart .cart-header a:hover {
    color: #4f4f4f
}

#shopping-cart .cart-scroll {
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px
}

#shopping-cart .cart-scroll::-webkit-scrollbar {
    width: 4px
}

@media (min-width:992px) {
    #shopping-cart .cart-scroll::-webkit-scrollbar {
        width: 8px
    }
}

#shopping-cart .cart-scroll::-webkit-scrollbar-thumb {
    background: #90ccc6;
    border-radius: 4px
}

#shopping-cart .cart-scroll::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 4px
}

#shopping-cart .cart-content .card {
    text-align: end;
    background: linear-gradient(180deg, #f2f2f2 25%, #f6f6f6 52%, #fff 100%)
}

#shopping-cart .cart-content .card a {
    font-size: .8rem;
    text-decoration: none;
    color: #828282;
    margin-right: 5px
}

#shopping-cart .cart-content .card a:hover {
    color: #4f4f4f
}

#shopping-cart .cart-content .card .card-body {
    text-align: center;
    padding: 0 .5rem 0
}

#shopping-cart .cart-content .card .card-body h5 {
    font-weight: 300;
    font-size: .8rem
}

#shopping-cart .cart-content .card .card-body p {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0
}

#shopping-cart .cart-content .card .card-img-top {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

#shopping-cart .cart-content .content-cantidad {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .125)
}

#shopping-cart .cart-content .content-cantidad #cantidad {
    text-align: center;
    border: none;
    background: 0 0;
    margin: 0;
    color: #4f4f4f;
    font-size: 1rem;
    width: 2rem
}

#shopping-cart .cart-content .content-cantidad #cantidad:focus-visible {
    outline: 0
}

#shopping-cart .cart-content .content-cantidad #cantidad::-webkit-inner-spin-button,
#shopping-cart .cart-content .content-cantidad #cantidad::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#shopping-cart .cart-content .content-cantidad #mas,
#shopping-cart .cart-content .content-cantidad #menos {
    background: 0 0;
    border: none;
    color: #4f4f4f;
    font-size: .8rem
}

#shopping-cart .cart-sugeridos {
    white-space: nowrap;
    overflow-x: auto;
    cursor: -webkit-grab;
    cursor: grab
}

#shopping-cart .cart-sugeridos::-webkit-scrollbar {
    display: none
}

#shopping-cart .cart-sugeridos .card {
    display: inline-block;
    white-space: normal;
    width: 40%
}

#shopping-cart .cart-sugeridos .card .card-body {
    text-align: center;
    padding: 0 .5rem 0
}

#shopping-cart .cart-sugeridos .card .card-body h5 {
    font-weight: 300;
    font-size: .8rem
}

#shopping-cart .cart-sugeridos .card .card-body p {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0
}

#shopping-cart .cart-sugeridos .card .card-body a {
    text-decoration: none;
    color: #90ccc6
}

#shopping-cart .cart-sugeridos .card .card-body a:hover {
    color: #4f4f4f
}

#shopping-cart .cart-total {
    text-align: center;
    padding-bottom: 1rem
}

#shopping-cart .cart-total p {
    font-size: 1.2rem
}

#modal-suscribe .img-suscribe {
    background-image: url(../images/img-suscribe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

#modal-suscribe .content-suscribe {
    background: linear-gradient(180deg, #fff 25%, #f6f6f6 52%, #fff 100%);
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

#modal-suscribe .modal-content {
    background-color: transparent;
    border: none
}

#modal-suscribe .modal-header {
    border: none
}

#modal-suscribe .modal-header .btn-close {
    background: 0 0
}

#modal-suscribe .modal-body .title {
    font-weight: 700;
    text-align: center;
    color: #90ccc6
}

#modal-suscribe .modal-body .subtitle {
    font-weight: 300;
    text-align: center;
    color: #4f4f4f
}

#modal-suscribe .modal-body p {
    font-weight: 300;
    color: #4f4f4f
}

#modal-suscribe .modal-body .small {
    font-size: .6rem;
    margin: 0;
    color: #4f4f4f
}

#modal-suscribe .modal-body form input {
    color: #4f4f4f;
    font-weight: 300
}

#modal-suscribe .modal-body form input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #90ccc6
}

#modal-suscribe .modal-body form .form-check-input:checked {
    background-color: #90ccc6;
    border-color: #90ccc6
}

#modal-suscribe .modal-body form .form-check-label {
    color: #4f4f4f;
    font-weight: 300
}

#modal-suscribe .modal-body form a {
    color: #4f4f4f;
    transition: all .3s
}

#modal-suscribe .modal-body form a:hover {
    color: #90ccc6
}

#navbar {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1030
}

#navbar #pre-nav {
    font-size: .8rem;
    transition: all .3s;
    background-color: #f9f9f9
}

@media (max-width:1199.98px) {
    #navbar #pre-nav {
        display: none
    }
}

#navbar #pre-nav>div {
    margin-right: 10rem
}

#navbar #pre-nav a {
    color: #4f4f4f;
    text-decoration: none;
    transition: all .3s
}

#navbar #pre-nav a span {
    transition: all .3s;
    color: #828282
}

#navbar #pre-nav a:hover {
    color: #90ccc6
}

#navbar #pre-nav a:hover span {
    color: #90ccc6
}

#navbar .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(87.71deg, rgba(189, 231, 226, .75) 0, #9cd3cd 46%, rgba(156, 211, 205, .76) 100%);
    transition: all .3s
}

@media (min-width:1200px) {
    #navbar .navbar {
        padding-top: 0;
        padding-bottom: 0;
        height: 35px
    }
}

#navbar .navbar a {
    color: #fff;
    font-weight: 400
}

#navbar .navbar .logo-navbar {
    transition: all .3s
}

@media (min-width:1200px) {
    #navbar .navbar .logo-navbar {
        width: 50px;
        transform: translateY(-10px)
    }
}

#navbar .navbar .navbar-toggler {
    font-size: 18px;
    border: none
}

#navbar .navbar .navbar-toggler:focus {
    box-shadow: none
}

#navbar .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

#navbar .navbar .navbar-nav .nav-item {
    padding-left: .5rem;
    padding-right: .5rem
}

@media (min-width:1400px) {
    #navbar .navbar .navbar-nav .nav-item {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

#navbar .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    border-bottom: 1px solid transparent;
    text-align: center;
    transition: all .3s
}

#navbar .navbar .navbar-nav .nav-item .nav-link.active {
    /*color: #828282;*/
    color: #c8fff9;
    font-weight: 100
}

#navbar .navbar .navbar-nav .nav-item:hover .nav-link {
    /*color: #828282;*/
    color: #c8fff9;
    font-weight: 100
}

#navbar .navbar .icons-perfil {
    font-size: 18px;
    text-align: center
}

#navbar .navbar .icons-perfil a {
    transition: all .3s
}

#navbar .navbar .icons-perfil a:hover {
    color: #4f4f4f
}

@media (min-width:1200px) {
    #navbar .navbar .icons-perfil {
        width: 25vw;
        text-align: end
    }
}

#navbar .navbar-brand {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px
}

@media (min-width:1200px) {
    #navbar .navbar-brand {
        width: 25vw
    }
}

#navbar #btn-shopping-cart {
    cursor: pointer
}

.btn-rounded {
    line-height: 1.3
}

.btn-custom {
    font-size: 1.1rem
}

.btn-blue-white {
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    background: linear-gradient(134.42deg, #9cd3cd 0, #9cd3cd 34%, #bde7e2 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .31);
    transition: all .3s
}

.btn-blue-white:hover {
    color: #fff;
    background: linear-gradient(134.42deg, #9cd3cd 0, #9cd3cd 34%, #9cd3cd 100%)
}

.btn-blue-white:focus {
    box-shadow: none;
    color: #fff
}

.btn-blue-white2 {
    color: #4f4f4f;
    border: none;
    border-radius: 5px;
    background: linear-gradient(134.42deg, #bde7e2 0, #d1f2ee 34%, #ddf7f3 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .31);
    transition: all .3s
}

.btn-blue-white2:hover {
    color: #fff;
    background: linear-gradient(134.42deg, #9cd3cd 0, #9cd3cd 34%, #9cd3cd 100%)
}

.btn-blue-white2:focus {
    box-shadow: none;
    color: #fff
}

.btn-black-white {
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    background: linear-gradient(134.42deg, #333 0, #828282 34%, #e0e0e0 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .31);
    transition: all .3s
}

.btn-black-white:hover {
    color: #fff;
    background: linear-gradient(134.42deg, #333 0, #333 34%, #333 100%)
}

.btn-black-white:focus {
    box-shadow: none;
    color: #fff
}

.btn-center-out {
    transform: perspective(1px) translateZ(0);
    overflow: hidden
}

.btn-center-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s
}

.btn-center-out:active:before,
.btn-center-out:focus:before,
.btn-center-out:hover:before {
    transform: scale(1.15)
}

.section-footer1 {
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.section-footer1 h5 {
    color: #fff;
    font-weight: 700
}

.section-footer1 p {
    color: #fff;
    font-weight: 200
}

.section-footer1 ul {
    padding-left: 0
}

.section-footer1 li {
    list-style: none;
    margin-bottom: .3rem
}

.section-footer1 li .items-menu {
    color: #fff;
    font-weight: 200;
    text-decoration: none
}

.section-footer1 li .items-menu:hover {
    color: #4f4f4f
}

.section-footer1 small {
    color: #fff
}

@media (min-width:1200px) {
    .content-footer {
        width: 90%
    }
}

.section-footer2 {
    padding: .5rem 0
}

.section-footer2 img {
    width: 40px;
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.section-footer3 {
    padding: .2rem 0;
    background-color: #4f4f4f;
    color: #bdbdbd
}

.section-footer3 small {
    font-size: 12px
}

.section-footer3 a {
    color: #bdbdbd;
    text-decoration: none;
    transition: .3s
}

.section-footer3 a:hover {
    color: #828282
}


/*# sourceMappingURL=styles.min.css.map */