@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600&display=swap');

.colores {}

body {
    -webkit-text-size-adjust: 100%;
    font-family: 'Outfit', sans-serif;
}


.letras-raleway {
    font-family: 'Outfit', 'Raleway', sans-serif;
}

.letras-josefin {
    font-family: 'Outfit', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.w-img-logo {
    width: 75%;
}

@keyframes whats-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        transform: scale(1);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
        transform: scale(1.05);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        transform: scale(1);
    }
}

.btn-whats {
    position: fixed;
    z-index: 9999;
    height: 70px;
    width: 70px;
    right: 20px;
    border-radius: 50%;
    animation: whats-pulse 2s infinite ease-in-out;
    transition: all 0.3s ease;
}

.btn-whats:hover {
    transform: scale(1.15);
}


.mensaje {
    color: #000 !important;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.mensaje::before {

    position: fixed;
    z-index: 1;
    background-color: #fff;
    top: 220px;
    right: -100px;
    padding: 6px 10px 6px 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


.mensaje:hover::before {
    right: 80px;
}




.center-hr {
    display: block;
    border: 0;
    height: 1px;
    width: 50%;
    position: relative;
    background: #505050;
}

.center-hr::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #505050;
    display: inline-block;
    border: 2px solid #505050;
    position: absolute;
    top: -5px;
    left: 50%;
    margin: 0 0 0 -3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
}

.splide__slide img {
    width: 100%;
    height: auto;
}

#navbar {
    font-family: 'Outfit', 'Raleway', sans-serif;
}

#navbar ul li a {
    padding: 0 0 4px 0;
    font-size: 1.05em;
    position: relative;
    font-weight: 500;
    -webkit-transition: color .3s ease, transform .3s ease;
    -moz-transition: color .3s ease, transform .3s ease;
    transition: color .3s ease, transform .3s ease;
}

#navbar ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ffb703;
    transition: width 0.3s ease, left 0.3s ease;
}

#navbar ul li a:hover {
    transform: translateY(-1px);
}

#navbar ul li a:hover::after {
    width: 100%;
    left: 0;
}

.p-button--dark:hover {
    text-decoration: none;
}

.navbar-logo-title {
    font-size: 1.4rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

}

.combo-title {
    font-size: 1.3em;
    font-weight: 500;
}



.btn-seccion2-boxes {
    width: 75%;
    z-index: 0;
    position: relative;
    display: block;
    padding: 10px;
    text-decoration: none;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
}

.btn-seccion2-boxes::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    z-index: -1;
}


.btn-seccion2-boxes::before {
    width: 0%;
    height: 100%;
}

.btn-seccion2-boxes:hover::before {
    width: 100%;
}

.seccion3-background {
    background-image: url(../img/seccion-3/fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.box-imagen-seccion3 {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.filtro-bg-seccion3 {
    z-index: 0;
}

.filtro-bg-seccion3::before {
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 0;
}

.title-box-seccion3 {
    text-decoration: none;
    font-weight: 500;
}

.description-box-seccion3 {
    text-decoration: none;
    font-weight: 400;
    font-size: 1.3em;
}

.image-seccion3 {
    border-radius: 50px;
}



.navbar-logo-title:hover {
    text-decoration: none;
    font-size: 1.5rem;
}

.titulo-header {
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
}

.title-items-seccion4 {
    font-weight: 600;
    font-size: 1.9em;

}



#box-select {
    position: relative;
}

#box-select select {
    padding: 10px 15px 10px 15px !important;
    border: none;
    font-size: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .5);
    border-radius: 10px;
    -webkit-appearance: none !important;

}

#box-select select:focus,
select:active {
    outline: none !important;
}

#box-select::before {
    content: '\f103';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    width: 40px;
    padding: 12px;
    height: 100%;
    ;
    top: 0;
    right: 0;
    border-radius: 0 10px 10px 0;
    pointer-events: none;
    transition: all .1s ease;

}

#box-select select:hover {
    cursor: pointer !important;
}


.align-boxes-seccion2 {
    align-content: center;
}

.round-seccion2 {
    border-radius: 20px;
}

#section-2 img {
    border-radius: 20px;
}


.imgen-box2-seccion2 {
    width: 55%;
}


.letras-seccion1-box1 {
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    font-size: 1.6em;
}

.bold-letras-seccion1-box1 {
    font-weight: 600;
}


@media only screen and (max-width: 576px) {
    .w-img-logo {
        height: 40px;
        width: 170px
    }

    .color-letras-seccion2 {
        font-size: 0.8em !important;
    }
}

@media (max-width: 768px) and (min-width:576px) {
    .w-img-logo {
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {

    .color-letras-seccion2 {
        font-size: 0.8em;
    }

}

@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2) {}


@media only screen and (max-width: 992px) {

    .navbar-collapse {
        top: 0;
        left: 0;
        width: 100%;
    }

    .navbar-collapse.collapse.show {
        height: 100vh;
    }

    .navbar-nav {
        height: 100vh;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

    .p-button {
        display: block !important;

    }

    .l-narrow {
        padding: 0 1rem
    }

    #navbar ul li a {
        padding: 8px 0;
        font-size: 1.1em;
    }

    #navbar ul li a:hover {
        transform: none;
    }

    #navbar ul li a::after {
        display: none;
    }

    .border-item-nav {
        border-right: 0;
    }

    .navbar-logo-title {
        font-size: 1.5rem;
    }

    .center-hr {
        display: none;
    }

    .title-box-seccion3 {
        text-decoration: none;
        font-weight: 500;
        font-size: 2em;
    }

    .description-box-seccion3 {
        text-decoration: none;
        font-weight: 400;
        font-size: 1.3em;
    }


    .image-seccion3 {
        border-radius: 30px;
    }

    .round-seccion3 {
        border-radius: 30px;
    }

    .letras-seccion1-box1 {
        font-size: 1.4em;
    }



    .filtro-bg-seccion3::before {
        border-radius: 30px;
    }

    .img-respon-secion3 {
        display: block;
        position: relative;
        height: 600px;
    }




    .color-letras-seccion2 {
        font-size: 1em;
    }

}

@media only screen and (max-width: 992px) and (min-width:768px) {
    .w-img-logo {
        width: 200px;
    }
}

@media only screen and (max-width: 1200px) and (min-width:992px) {
    .w-img-logo {
        width: 90%;
    }
}





@keyframes anim-slide-in-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes anim-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

html {
    font-size: 18px
}

@media screen and (max-width:600px) {
    html {
        font-size: 16px
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 15px
    }
}


@media screen and (max-width: 840px) {
    h2 {
        font-size: 2rem
    }
}


@media screen and (max-width: 840px) {
    h3 {
        font-size: 1.67rem
    }
}


@media screen and (max-width: 1000px) {
    .l-wrap.is-single {
        flex-direction: column
    }
}

@media screen and (max-width: 1000px) {
    .l-wrap__primary {
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    .l-wrap__secondary {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .l-col2 {
        flex-direction: column
    }
}

@media screen and (max-width: 600px) {
    .l-col2>* {
        flex-basis: 100%
    }
}


@media screen and (max-width: 600px) {
    .p-about ul {
        padding: 1rem
    }
}

@media screen and (max-width: 840px) {
    .p-branding img {
        width: 70px
    }
}

@media screen and (max-width: 600px) {
    .p-breadcrumbs {
        transform: translateY(0)
    }
}

.p-header {
    background: -webkit-gradient(left bottom, right top, color-stop(0, #b0c20e), color-stop(36%, #d5e735), color-stop(100%, #eaf771));
}

.p-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.color-menu-texto a {
    text-decoration: none;
}

.p-header {
    background-image: url(../img/header/fondo-header.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.p-breadcrumbs ul li,
.p-button {
    display: inline-block
}

.p-button {
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    font-family: Splide Body, sans-serif
}

}

.p-button:focus {
    outline: none
}

.p-button--rounded {
    height: 2.6em;
    line-height: 2.6em;
    border-radius: 1.3em;
    min-width: 220px;
    text-transform: uppercase;
    letter-spacing: .1em;
    transition: color .2s cubic-bezier(.54, .01, .1, 1), box-shadow .3s cubic-bezier(.54, .01, .1, 1), background-color .3s cubic-bezier(.54, .01, .1, 1)
}


.p-button--dark span {
    position: relative;
    z-index: 1
}

.p-button--dark:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0;
    transition: top .2s cubic-bezier(.54, .01, .1, 1)
}


.p-button--dark:hover:before {
    top: 0
}

.p-header-splide__slide {
    position: relative;
    z-index: 0;
    height: 17rem;
    opacity: 0
}

@media screen and (max-width: 600px) {
    .p-header-splide__slide {
        height: 14rem
    }
}

.p-header-splide__slide:focus {
    outline: none
}



.p-header-splide__slide__inner {
    height: 100%;
    border-radius: .5rem;
    transition: transform .3s cubic-bezier(.54, .01, .1, 1), box-shadow .3s cubic-bezier(.54, .01, .1, 1)
}

.p-header-splide__slide.is-active {
    z-index: 1
}

.p-header-splide__slide.is-active .p-header-splide__slide__inner {
    transform: scale(1.05);
    box-shadow: 0 0 40px 10px rgba(106, 117, 14, .25)
}

.p-header-splide__track {
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (max-width: 600px) {
    .p-header-splide__track {
        margin-top: -3rem
    }
}

.p-header-splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.7rem !important;
    transition: color .2s cubic-bezier(.54, .01, .1, 1)
}

@media screen and (max-width: 600px) {
    .p-header-splide__arrow {
        font-size: 1.6rem !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
}

.p-header-splide__arrow[disabled] {
    opacity: .5
}

.p-header-splide__arrow--prev {
    left: 1rem !important
}

@media screen and (max-width: 600px) {
    .p-header-splide__arrow--prev {
        left: 0 !important
    }
}

.p-header-splide__arrow--next {
    right: 1rem !important
}

@media screen and (max-width: 600px) {
    .p-header-splide__arrow--next {
        right: 0 !important
    }
}

.p-header-splide__arrow:not([disabled]):hover {
    color: #333;
    cursor: pointer
}

.p-header-splide__arrow:focus {
    outline: none
}


.p-header-splide__pagination {
    bottom: 1.5rem !important
}

.is-active .p-header-splide__slide {
    animation: anim-slide-in-down .8s cubic-bezier(.54, .01, .1, 1) forwards
}



.p-header--front {
    padding: 1rem 0 4rem
}

@media screen and (max-width: 600px) {
    .p-header--front {
        padding-bottom: 3rem
    }
}


.p-header__splide {
    position: relative;
    margin-bottom: 2rem
}

@media screen and (max-width: 840px) {
    .p-header__splide {
        margin-bottom: 1rem
    }
}


.p-header__intro {
    font-size: 1.34rem;
}

@media screen and (max-width: 840px) {
    .p-header__intro {
        font-size: 50px;
    }
}

.p-header__intro p {
    line-height: 1.5
}

.p-header__actions a {
    margin: 0 .5em
}


@media screen and (min-width: 599px) {
    .p-header__actions a:first-child {
        margin-right: 1em
    }
}


@media screen and (max-width: 600px) {
    .p-header__actions a:last-child {
        margin-top: 1em
    }
}


.splide__pagination {
    position: absolute
}


.splide__pagination__page {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: .2em;
    cursor: pointer;
    display: block
}

.splide__pagination__page:focus {
    outline: none
}

.splide--ltr .splide__pagination,
.splide--rtl .splide__pagination {
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%)
}

.seccion4-box-items {
    border-radius: 20px;
}

.btn-seccion5 {
    border-radius: 10px !important;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 2px solid transparent;
    font-size: 1.2rem;
    transition: all ease 0.3s;

}



.splide__arrow {
    position: absolute;
    z-index: 1;
    font-size: 1.5rem;
    transition: color .2s cubic-bezier(.54, .01, .1, 1);
    padding: 0;
    margin: 0;
}

.p-header__body * ::selection {
    color: #fff;
    background: #333
}

.l-narrow {
    width: 800px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem
}


.u-ta-center {
    text-align: center
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: flex
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide {
    visibility: hidden
}

.splide,
.splide__slide {
    position: relative;
    outline: none
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    user-select: none
}

.titulo-box {
    font-weight: 800;
    color: #4a4646 !important;
}

.box {
    width: 350px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 25px;
}

.slide-img {
    height: 300px;
    position: relative;
}

.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.detail-img {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
}

.type {
    display: flex;
    flex-direction: column;
}

.type a {
    color: :#222222;
    margin: 5px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-right: 8px;
}

.type span {
    color: rgba(26, 26, 26, 0.5);
    letter-spacing: 0.5px;
}

.price {
    color: #333333;
    font-weight: 600;
    font-size: 1.1rem;
}

.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(2, 6, 16, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy-btn {
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color: #252525;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: calibri;
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);

}

.buy-btn2 {
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: calibri;
    border-radius: 20px;

}

.buy-btn2:hover {
    text-decoration: none;
}

.buy-btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #05121c;
    transition: all ease 0.3s;
}

.overlay {
    visibility: hidden;

}

.slide-img:hover .overlay {
    visibility: visible;
    animation: fadePR 0.5s;
}

@keyframes fadePR {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.text-head-inf {
    color: white;
    font-weight: bold;
    font-size: 1.04em
}

.options-filter-text:hover {
    text-decoration: none;
    color: chocolate;

}


.img-hover-zoom img {
    transition: transform .5s ease;
}


.img-hover-zoom:hover img {
    transform: scale(1.3);
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.card-tam {
    width: 18em;
    margin-right: 10px;
    margin-left: 10px;
}

.card-wrap {
    display: inline-block;
}

.carousel-caption {
    background-color: rgba(68, 201, 220, 0.3);
    border-radius: 4px;
    padding-left: 50px;
    left: 10;
    bottom: 20%;
    top: 40%;
    width: 40%;
    text-align: left;
    position: fixed;
}

.carousel-caption h1 {
    line-height: 50px;
}

.carousel-caption .btn {
    margin-top: 30px;
}

.carousel-inner {
    overflow: hidden;
}

.btn-slider {
    border-radius: 50px;
    padding: 15px 25px;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: bold;
}

.box-list-items {
    border-radius: 15px;
}


/* Ken Burns Effect */

.item-image {
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 14s;
    /*transform: scale(1.2);*/
}

.item-image:nth-child(1) {
    animation-name: kenburns-1;
    z-index: 3;
}

.item-image:nth-child(2) {
    animation-name: kenburns-2;
    z-index: 2;
}

.item-image:nth-child(3) {
    animation-name: kenburns-3;
    z-index: 1;
}

@keyframes kenburns-1 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
        opacity: 0;
    }
}

@keyframes kenburns-2 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
        opacity: 0;
    }
}

@keyframes kenburns-3 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
        opacity: 0;
    }
}

@media handheld,
only screen and (max-width: 767px) {}

@media only screen and (max-width: 1023px) {

    .img-hover-zoom img {
        transition: transform .5s ease;
    }


    .img-hover-zoom:hover img {
        transform: scale(1.0);
    }

}

.footer-seccion {
    padding: 50px 0;
    color: #f0f9ff;
}

.footer-seccion h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-seccion ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-seccion ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.footer-seccion ul a:hover {
    opacity: 0.8;
}

@media (max-width:767px) {
    .footer-seccion .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-seccion .item.text {
    margin-bottom: 36px;
}

@media (max-width:767px) {
    .footer-seccion .item.text {
        margin-bottom: 0;
    }
}

.footer-seccion .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-seccion .item.social {
    text-align: center;
}

@media (max-width:991px) {
    .footer-seccion .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-seccion .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-seccion .item.social>a:hover {
    opacity: 0.9;
}

.footer-seccion .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}