* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wow {
    animation-duration: 1s !important;
    /* animation-timing-function: linear; */
}


.delay {
    animation-delay: 0.5s !important;
}

.delay1 {
    animation-delay: 1s !important;
}

.delay2 {
    animation-delay: 1.5s !important;
}

.delay3 {
    animation-delay: 2s !important;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}

body {
    overflow-x: hidden;
}

section {
    max-width: 100vw;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

:root {
    --width: calc(100% - 16rem);
    --padding: 0rem 8rem;
    --center: 0 auto;
    --salmon: #ff7276;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Outfit, sans-serif;
}

p,
a,
span,
li {
    font-family: Inter, sans-serif;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factura {
    position: fixed;
    bottom: 50vh;
    left: -13rem;
    z-index: 10001;
    width: 20rem;
    height: 8rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: #126ab2;
    font-size: 2rem;
    transition: all 0.3s ease-in-out;
}

.factura:hover {
    left: 0;
}

.factura a {
    color: white;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
}

.factura i {
    color: white;
    font-size: 3rem;
}

.whatsapp {
    width: 6rem;
    height: 6rem;
    border-radius: 10rem;
    position: fixed;
    right: 1rem;
    z-index: 10001;
    bottom: 20vh;
    transition: all 0.5s ease-in-out;
    filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.3));
}

.whatsapp a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.button {
    min-width: 10rem;
    width: fit-content;
    min-height: 4rem;
    border-radius: 1rem;
    padding: 1rem 2rem;
    background-color: var(--salmon);
    color: white !important;
    font-size: 2rem;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.button:hover {
    background-color: rgb(232, 74, 79);
}

header {
    height: 12vh;
    width: 100%;
    margin: var(--center);
    position: fixed;
    z-index: 1000;
    /* padding: 1rem 0rem; */
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
}

nav {
    width: var(--width);
    margin: var(--center);
    height: 100%;
    padding: 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    position: relative;
}

nav>a:last-child {
    display: none;
}

header nav .menu__button {
    display: none;
}

header figure,
header picture {
    display: block;
    height: 5rem;
}

header .menu {
    display: flex;
    align-items: center;
    column-gap: 5rem;
    height: 100%;
}

.menu li>a,
.menu li>p {
    font-size: 1.8rem;
    color: black;
    font-weight: 700;
    transition: all 0.3s linear;
    position: relative;
    cursor: pointer;
}

.menu li a:hover::after {
    width: 50%;
}

.menu>li.button>a::after {
    display: none;
    width: 0;
    height: 0;
}

.menu>li.button>a:hover,
.menu>li.button:hover>a {
    color: white;
}

.menu>li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    width: fit-content;
}

/* .menu li:last-child>a {
    font-size: 2.4rem;
    margin: 0rem 0.5rem;
} */

.menu .button__secondary {
    min-height: 5rem;
}

p {
    font-size: 2rem;
    font-weight: 400;
}

h1 {
    font-size: 5rem;
    font-weight: 700;
    width: 75rem;
    max-width: 100%;
}

h2 {
    font-size: 4.5rem;
    font-weight: 700;
}

/* HERO  */

#hero {
    min-height: 100vh;
    /* padding: var(--padding); */
    position: relative;
}

#owl-hero {
    width: 100%;
    height: 100%;
}

#owl-hero .item {
    /* height: calc(100vh - 10rem); */
    height: 100vh;
    width: 100%;
}

#owl-hero .item figure {
    width: 100%;
    height: 100%;
}

/* HERO  */

/* TESTIMONIALS  */

#testimonials {
    padding: var(--padding);
    margin-top: 10rem;
}

#testimonials h2 {
    margin-bottom: 5rem;
}

#testimonios .comment {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.2);
    padding: 2rem;
}

#testimonios .comment img {
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    display: inline-block;
}

#testimonios .comment .estrellas {
    display: inline-block;
    height: 2.5rem;
    font-size: 1.6rem;
    margin-left: 1rem;
    color: goldenrod;
}

#testimonios .comment p {
    font-size: 1.4rem;
    color: rgba(169, 169, 169, 1);
}

#testimonios .comment h3,
.review-author {
    font-size: 1.8rem;
}

.glide__slides {
    white-space: inherit !important;
}

.glide__track {
    overflow-y: visible !important;
    overflow-x: hidden !important;
    padding-top: 1rem !important;
}

/* TESTIMONIALS  */

/* US  */

p {
    margin: 2rem 0;
    color: rgb(112, 112, 112);
    font-size: 1.8rem;
}

p strong {
    color: black;
}

.credential {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.credential figure {
    width: 5rem;
    height: 4rem;
}

.credential figure img {
    object-fit: contain;
}

#precios {
    padding: var(--padding);
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#precios h2 {
    text-align: center;
    margin-bottom: 5rem;
}

#precios .top {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 2rem;
    justify-content: space-evenly;
}

.card i {
    font-size: 5rem;
    width: 6rem;
    height: 6rem;
}

.card i.extra {
    color: blue;
}

.card i.supreme {
    color: red;
}

.card i.diesel {
    color: black;
}

.card {
    flex-basis: 35rem;
    max-width: 100%;
    height: 235px;
    position: relative;
    padding: 25px;
    border-radius: 23px;
    transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
    cursor: pointer;
}

.card.extra {
    background: radial-gradient(178.94% 106.41% at 26.42% 106.41%, #b1beff 0%, rgba(255, 255, 255, 0) 71.88%), #FFFFFF;
    box-shadow: 0px 155px 62px rgba(0, 0, 0, 0.01), 0px 87px 52px rgba(0, 0, 0, 0.05), 0px 39px 39px rgba(0, 0, 0, 0.09), 0px 10px 21px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.card.supreme {
    background: radial-gradient(178.94% 106.41% at 26.42% 106.41%, #ffb1b1 0%, rgba(255, 255, 255, 0) 71.88%), #FFFFFF;
    box-shadow: 0px 155px 62px rgba(0, 0, 0, 0.01), 0px 87px 52px rgba(0, 0, 0, 0.05), 0px 39px 39px rgba(0, 0, 0, 0.09), 0px 10px 21px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.card.diesel {
    background: radial-gradient(178.94% 106.41% at 26.42% 106.41%, #6464648b 0%, rgba(255, 255, 255, 0) 71.88%), #FFFFFF;
    box-shadow: 0px 155px 62px rgba(0, 0, 0, 0.01), 0px 87px 52px rgba(0, 0, 0, 0.05), 0px 39px 39px rgba(0, 0, 0, 0.09), 0px 10px 21px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}


.card:hover {
    transform: scale(1.05);
}

.card .container {
    width: 250px;
    height: 250px;
    position: absolute;
    right: -35px;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
}


.card-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-header span:first-child {
    word-break: break-all;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 135%;
    color: rgba(87, 77, 51, 0.9);
}

.temp {
    position: absolute;
    left: 25px;
    bottom: 12px;
    font-weight: 700;
    font-size: 6rem;
    line-height: 77px;
    color: rgba(87, 77, 51, 1);
}

.temp-scale {
    width: 80px;
    height: 36px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 9px;
}

.temp-scale span {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 134.49%;
    color: rgba(87, 77, 51, 1);
}

/* PRODUCTOS */
#productos {
    padding: var(--padding);
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#productos .container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 1rem;
    justify-content: center;
}


.product {
    position: relative;
    background: transparent;
    width: 300px;
    height: 200px;
    border: none;
}

.product:hover {
    width: 300px;
}

.product .container-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e7e7e7;
    width: 190px;
    height: 190px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 3px 1px #1818183d, 2px 2px 3px #18181865, inset 2px 2px 2px #ffffff;
    transition: all .3s ease-in-out, opacity .3s;
    transition-delay: .6s, 0s;
    display:flex;
    justify-content:center;
    align-items:center;
}

.product .container-image figure {
    width: 90%;
    height: 90%;
}

.product .container-image figure img {
    object-fit: contain;
}

.product:hover .container-image {
    opacity: 0;
    border-radius: 8px;
    transition-delay: 0s, .6s;
}

.product .container-image .image-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(2px 2px 2px #1818188a);
    transition: all .3s ease-in-out;
    transition-delay: .4s;
}

.product:hover .container-image .image-circle {
    opacity: 0;
    transition-delay: 0s;
}

.product .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e7e7e7;
    padding: 20px;
    width: 190px;
    height: 190px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 3px 1px #1818183d, 2px 2px 3px #18181865, inset 2px 2px 2px #ffffff;
    visibility: hidden;
    transition: .3s ease-in-out;
    transition-delay: 0s;
    z-index: 1;
}

.product:hover .content {
    width: 290px;
    height: 190px;
    visibility: visible;
    transition-delay: .5s;
}

.product .content .detail {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
    transition-delay: 0s;
    justify-content: center;
    /* align-items: center; */
}

.product:hover .content .detail {
    color: #181818;
    opacity: 100%;
    transition: 1s;
    transition-delay: .3s;
}

.product .content .detail span {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 800;
}

.product .content .detail button {
    background: #b8854b;
    margin-top: auto;
    width: 75px;
    height: 25px;
    color: #ffffff;
    font-size: 13px;
    border: none;
    border-radius: 8px;
    transition: .3s ease-in-out;
}

.product .content .detail button:hover {
    background: #d39f63;
}

.product .content .product-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.product .content .product-image .box-image {
    display: flex;
    position: absolute;
    top: 0;
    left: -25%;
    width: 100%;
    height: 115%;
    opacity: 0;
    transform: scale(.5);
    transition: all .5s ease-in-out;
    transition-delay: 0s;
}

.product:hover .content .product-image .box-image {
    top: -35%;
    left: 0;
    opacity: 100%;
    transform: scale(1);
    transition-delay: .3s;
    transform:rotate(-10deg);
}

.product .content .product-image .box-image .img-product {
    margin: auto;
    width: 7rem;
    height: auto;
}

.product .content .product-image .box-image .img-product figure {
    width: 5rem;
}

.product p {
    margin: 0;
}


/* SERVICIOS  */

#servicios {
    padding: var(--padding);
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#servicios .container {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
}

.service {
    position: relative;
    flex-basis: 300px;
    max-width: 100%;
    height: 200px;
    background: linear-gradient(-45deg, #f82929 0%, #ff0f7b 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.service figure {
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.service:hover {
    transform: rotate(-5deg) scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.service:hover .service__content {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
}

.service__title {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.service__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}

.service:hover svg {
    scale: 0;
    transform: rotate(-45deg);
}


/* CONTACT  */

#contact {
    padding: var(--padding);
    background-color: rgba(248, 248, 248, 1);
    padding-top: 10rem;
    padding-bottom: 10rem;
}

h2 {
    color: black;
    margin-bottom: 6rem;
    text-align: center;
}

#contact iframe {
    border-radius: 1rem;
    width: 100%;
}

/* CONTACT  */


/* FOOTER  */
footer {
    padding-top: 5rem;
    padding-bottom: 0rem;
    background-color: black;
}

footer .top {
    padding: var(--padding);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
    gap: 2rem;
}

footer .top figure {
    height: 5rem;
}

footer .top ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 7rem;
    row-gap: 2rem;
}

footer .top ul a {
    font-size: 1.6rem;
    color: white;
}

footer .top ul .button__secondary {
    color: white;
    min-height: 4rem;
}

footer .middle {
    padding: var(--padding);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

footer .socials a {
    font-size: 2.2rem;
    color: var(--salmon);
    margin: 0 0.5rem;
}

footer .links a {
    font-size: 1.4rem;
    color: white;
    margin: 1rem 0;
    display: block;
}

footer .links a i {
    color: var(--salmon);
    margin-right: 1rem;
}

footer .bottom {
    padding: var(--padding);
    padding-top: 2rem;
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer .bottom p,
footer .bottom a {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    color: white;
}

footer .bottom img {
    width: 2rem;
    margin-left: 0.5rem;
    height: 1.3rem;
}

/* FOOTER  */


@media screen and (max-width: 850px) {

    :root {
        --width: calc(100% - 4rem);
        --padding: 0rem 2rem;
    }

    header .menu {
        position: absolute;
        top: 100%;
        background-color: rgba(255, 255, 255, 1);
        width: 100vw;
        left: -2rem;
        display: flex;
        flex-direction: column;
        display: none;
        height: fit-content;
        border-bottom: 2px solid rgba(193, 193, 193, 1);
    }

    header .menu li {
        text-align: center;
        margin: 2rem 0;
    }

    header nav>a {
        display: block;
    }

    nav>a:last-child {
        display: block;
    }

    header nav .menu__button {
        display: block;
        font-size: 3rem;
        color: black;
        transition: all 0.5s ease-in-out;
        margin-right: 2rem;
    }

    #hero {
        min-height: 50vh;
    }

    #owl-hero .item {
        height: 50vh;
    }

}

@media screen and (max-width: 550px) {
    #hero h1 {
        font-size: 3.5rem;
    }

    #hero p {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 4rem !important;
    }

    #formation {
        margin-top: 10rem;
        padding-left: 0;
        padding: var(--padding);
    }

    #formation .top,
    #experience .container {
        flex-direction: column;
    }

    #experience .container .left {
        flex-basis: auto;
    }

    #interviews .video {
        width: 100%;
    }

    #interviews .video .data {
        position: static;
        width: 100%;
    }

    .banner {
        padding-top: 7rem;
        height: auto;
        background-position: center;
        padding-bottom: 5rem;
        margin-top: 10rem;
    }

    .banner h3 {
        font-size: 3rem;
    }

    .banner .button {
        margin: var(--center);
    }

    #services .top {
        row-gap: 4rem;
    }

    #services .top .button__secondary {
        margin: var(--center);
    }

    #contact .left {
        height: 30rem;
    }

    footer .middle {
        flex-direction: column;
    }

    #services .container .service:nth-child(2) p {
        font-size: 1.2rem;
    }

    #testimonios .comment {
        flex-grow: 1;
    }

    .banner {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .banner figure {
        width: 6rem;
    }

    .banner h3 {
        font-size: 2rem;
    }

    #services>p {
        width: 100%;
    }

    .service h3 {
        font-size: 2rem;
    }

    #education ul {
        padding-left: 3rem;
    }

    #education .right ul::after {
        height: calc(100% - 14rem);
        left: 1.5rem;
    }

    .menu li>a,
    .menu li>p {
        font-size: 1.8rem;
    }

    footer {
        padding-bottom: 1rem;
    }

}



@keyframes showMenu {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes hideMenu {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


@keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(-0.5rem);
    }

    50% {
        transform: translateY(1rem);
    }

    100% {
        transform: translateY(-0.5rem);
    }

}