
h1 {
    font-family: 'Avenir';
    font-weight: bold;
}

h2, p {
    font-family: 'Helvetica';
}

.ptSection {
    padding-top: 7rem;
}

.shopifyTitle {
    font-size: 4rem;
    font-weight: bold;
    font-family: 'Avenir';
}

.shopifySubTitle p {
    font-size: 3.5rem;
    font-weight: 600;
    font-family: 'Avenir';
    line-height: 1.1;
    min-height: 9rem;
}

.shopifyParagraf{
    font-size: 2.2rem;
    font-weight: 100;
    font-family: 'Helvetica';
}

.shopify .titles {
    font-size: 2rem;
}

.shopifySectionOne .titleBanner h1{
    font-size: 4.5rem;
}

.shopifySectionOne .subtitle h2 {
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Muli';
}

.shopifySectionTwo{
    margin-top: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #eeeeee;
}

.shopifySectionTwo .cards{
   justify-content: center;
   text-align: center;
}

.shopifySectionTwo .cards .subcard{
    margin: 1.2rem;
    padding: 3rem;
    border-radius: 1rem;
    background-color: #ffffff;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 5px 18px -6px gray;
    min-height: 29rem;
    justify-content: space-between;
    display: grid
;
}

.shopifySectionTwo .cards .subcard img{
    height: 60px;
}

.shopifySectionTwo .cards .subcard .cardTitle p {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Avenir';
}

.shopifySectionTwo .cards .subcard .cardParagraf p {
    font-size: 1.5rem;
    font-weight: 100;
}

.shopifySectionTree{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.shopifySectionTree .carrucel{
    display: flex;
    gap: 4rem;
    padding-top: 5rem;
}

.shopifySectionTree .carrucel img{
    height: 4rem;
}

.shopifySectionFour {
    background-image: url('../../images/shopify/carrucel/back.png');
    background-size: cover;
    padding: 5.5rem 1rem;
    margin-top: 5rem;
}

.shopifySectionFour .button-left {
    padding: .8rem 2.5rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background-color: white;
    color: black;
    transition-duration: .2s;
}

.shopifySectionFour .button-right {
    padding: .8rem 2.5rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
    color: white;
    transition-duration: .2s;
}

.circle-line {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
  }
  
.circle {
    background-color: #e53935;
    color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 1;
}

.line {
    width: 100%;
    height: 3px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.logo {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.logo.visible {
    opacity: 1;
    transform: translateY(0);
}

.image-hidden {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 2.5s ease, transform 2.5s ease;
}

.image-visible {
    opacity: 1;
    transform: translateY(0);
}

.lineRed {
    width: 0;
    height: 3px;
    background-color: #e53935;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    transition: width 3s ease;
}

.lineRed-active {
    width: 100%;
}


@media (max-width: 1099px){

    .mobileContent{
        display: flex;
        justify-content: space-between;
        max-width: 90%;
    }
    .shopifySectionTwo .cards .subcard .cardTitle p {
        font-size: 1.5rem;
    }
    .shopifySectionOne{
        padding-top: 6rem!important;
    }
    .shopifySectionOne .titleBanner h1 {
        line-height: 1.2;
        font-size: 3.3rem;
    }
    .shopifySectionOne .subtitle h2 {
        font-size: 1.6rem;
    }
    .shopifySectionTree .carrucel {
        display: contents;
        padding-top: 1rem;
        text-align: -webkit-center;
    }
    .shopifySectionTree .carrucel img {
        height: auto;
        width: 100%;
        max-width: 100vw;
    }
    .shopifyTitle {
        font-size: 2.5rem;
    }
    .shopifyParagraf {
        font-size: 1.9rem;
    }
    .shopifySectionTwo .cards .subcard img {
        height: 45px;
    }
    .shopifySubTitle p {
        font-size: 1.4rem;
        min-height: 4rem;
    }
    .shopifySectionTwo .cards .subcard {
        padding: 1rem;
        margin: .7rem;
        min-height: 23rem;
    }
    .pImg{
        padding-top: 2rem;
    }
    .logo-ups{
        width: 40px!important;
    }
    .logo {
        padding-top: 2rem;
    }
    .shopifySectionTwo .cards .subcard .cardParagraf p {
        font-size: 1.1rem;
        min-height: 10rem;
    }
    .texAlign {
        text-align: center;
        text-align-last: center;
    }
    .ptSection {
        padding-top: 3.5rem;
    }
    .videoPadding {
        padding-top: 4rem;
    }
    .containerButton {
        display: grid;
        gap: 1.5rem;
        padding-top: 2rem!important;
    }
}