* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

p {
    font-weight: 300;
}

body {
    background-color: #002646;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

nav {
    position: fixed;
    top: 0px;
}

nav, nav .dropdown {
    background: #004DBC;
}

nav .toggleIcon {
    position: absolute;
    right: 15px;
}

nav ul li:hover {
    color: #038278;
}

.dropdown li:hover,
.dropdown li a:hover {
    background: #00605B;
    font-weight: 500;
}

.trial {
    background-color: transparent;
}

.ecommerceBttn {
    background-color: transparent;
    border: none;
    color: #FC7E00;
    font-family: 'Montserrat', sans-serif;
}

/***** HERO *****/
.hero { 
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 90px 70px 0 89px;
    width: 100%;
    color: white;
}

.heroText {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 30px;
    padding: 80px 0 43px;
    position: relative;
}

.heroText h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 59px;
    font-family: 'Montserrat';
}

.blue {
    color: #FC7E00;
}

.br {
    display: block;
}

.bold {
    font-weight: 600;
}

.heroTextContainer {
    margin-top: -32px;
    position: relative;
    height: 45px;
    width: 100%;
}

.heroTextP {
    width: 600px;
    border-left: solid 5px #FC7E00;
    font-size: 18px;
    line-height: 25px;
    padding-left: 19px;
    margin-left: 3px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.heroTextP span {
    font-weight: 500;
}

.heroTextBttns {
    margin: -10px 0 20px 0;
    font-family: 'Roboto', sans-serif;
}

.bttnPrincipal {
    padding: 15px 50px;
    background-color: #FC7E00;
    color: white;
    border: none;
    border-radius: 40px;
    font-size: 18px;
}

.bttnPrincipal:hover {
    background-color: #E26B04;
}

.heroVideo {
    display: flex;
    align-items: center;
    justify-content: center;
}

#heroVideoMobile, #heroVideoMobileEN {
    display: none;
}



/***** FIRST *****/
.first {
    grid-area: first;
    background-color: #EDECE8;
}

.firstContent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 89px;
    gap: 50px;
}

.firstContentImg {
    width: 500px;
}

.firstContentText {
    width: 500px;
}

.benefitsList {
    padding-left: 20px;
}

.benefitsList li {
    list-style: disc;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.firstContent h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 36px;
    color: #002646;
}

.firstContent p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

/***** DIFERENCIALS *****/
.diferencials {
    background-color: white;
    padding: 106px 0;
}

.diferencials h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #FC7E00;
    margin-bottom: 60px;
}

.diferencialsArticle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 89px 80px;
    gap: 20px;
}

.marginBttm {
    padding-bottom: 0px;
}

.diferencialsArticleGif {
    min-width: 450px;
    display: flex;
    margin-left: -50px;
}

.right {
    justify-content: flex-end;
    margin-left: 0px;
    margin-right: -50px;
}

.diferencialsArticleText {
    width: 500px;
}

.diferencialsArticleText h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 36px;
    color: #002646;
}
.diferencialsArticleText p {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
}

.second {
    width: 600px;
}


/***** INTEGRATIONS *****/

.onlyMobile {
    display: none;
}

.integrations {
    text-align: center;
    padding: 79px 89px 39px;
    overflow: hidden;
}

.integrationsLogos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.integrationsLogos img {
    height: 50px;
}

.integrations h2 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 35px;
    line-height: 26px;
    margin-bottom: 30px;
}

.integrations p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: white;
    margin-bottom: 50px;
}


/***** PRICING *****/
.pricing, .cta {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 89px;
}

.pricing h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 36px;
    color: #002646;
    margin-top: 10px;
}

.pricingP {
    width: 819px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding-top: 30px;
}

.pricingCardsContainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    position: relative;
}

.pricingCard {
    margin: 30px ;
    padding: 40px;
    box-shadow: 5px 4px 15px rgba(88, 89, 91, 0.5);
    border-radius: 25px;
    width: 357px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    z-index: 1;
}

.pricingCard p {
    color: #002646;
    font-family: 'Roboto', sans-serif;
}

.pricingCardGreenPro {
    color: #024c88;
}

.borderBttm {
    border-bottom: 1px dashed #B7B7B7;
    padding-bottom: 10px;
    
}

.pricingCard ul li {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 20px;
    color: #58595B;
    border-top: 1px dashed #B7B7B7;
    padding: 10px 0;
}

.pricingCard ul li:last-child {
    border-bottom: solid 4px #EFEFEF;
    margin-bottom: 20px;
}

.pricingCard h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #024c88;
    border-bottom: solid 4px #EFEFEF;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.pricingCard a {
    margin: 0 auto;
}

.pricingCard .bttn {
    padding: 15px 32px;
    background-color: transparent;
    color: #024c88;
    border: solid 2px #024c88;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
}

.pricingCard .bttn:hover {
    background-color: #E2FFFC;
}

.enterpriseEcommerce {
    background-color: #FAF9FF;
}

.enterpriseEcommerce h3 {
    color: #00ced3;
}

.enterpriseEcommerce .bttn {
    color: #00ced3;
    border-color: #00ced3;
}

.enterpriseEcommerce .bttn:hover {
    background-color: #dffeff;
}

.pricingCardsContainerImg {
    position: absolute;
    left: -18px;
    bottom: 100px;
}

.pricingCardsContainerImgDos {
    position: absolute;
    right: -26px;
    top: 180px;
}

.pricingCardsContainerImgTres {
    position: absolute;
    right: -100px;
    bottom: 450px;
}

.pricingCardsContainerImgCuatro {
    position: absolute;
    right: -100px;
    bottom: 40px;
}

.readMore, .hideText {
    display: none;
}

.cta {
    padding-bottom: 150px;
}


.cta h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 36px;
    text-align: center;
    color: #002646;
    margin-bottom: 30px;
}





@media (min-width: 1209px) {
    .containerLayout {
        margin: 0 auto;
        max-width: 1366px;
    }
}

/* MEDIA QUERY - GENERAL Zoom */

@media (min-width: 768px) and (max-width: 1800px) {
    nav, footer {
        zoom: .85;
    }

    .box-menu button {
        line-height: 1.19;
    }
}

/* MEDIA QUERY - TABLET */
@media (min-width: 701px) and (max-width: 1124px) {

    .hero {
        grid-template-columns: 100%;
    }

    .firstContent {
        padding: 20px;
        gap: 15px;
    }

    .diferencialsArticle {
        padding: 20px;
        gap: 15px;
    }

    .diferencialsArticleGif {
        min-width: 0%;
        width: 80%;
        margin-left: 0px;
        margin-right: 0px;
    }



    .integrations {
        padding: 60px 30px;
    }

    .integrations p {

        font-size: 16px;
        line-height: 22px;
    }

    .integrationsMobileTwo {
        display: none;
    } 

    .integrationsMobile {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto auto auto auto auto; 
        justify-items: center;
        position: relative;
        padding-bottom: 45px;
    }

    .onlyMobile {
        display: block;
    }

    .lastTwoLogos {
        position: absolute;
        width: 100%;
        bottom: 0px;
        display: flex;
        justify-content: center;
        height: 50px;
    }

    .integrationsLogos {
        gap: 5px;
    }

    .integrationsLogos img {
        height: 90%;
    }

    .pricing {
        padding: 60px 20px;
    }

    .pricingP {
        width: 100%;
    }

    .pricingCardsContainer {
        max-width: 90%;
    }

    .pricingCardsContainerImg, .pricingCardsContainerImgDos, .pricingCardsContainerImgTres, .pricingCardsContainerImgCuatro {
        display: none;
    }

    .pricingCard {
        margin: 15px;
    }

    .pricingCard .bttn{ 
        padding: 10px 20px;
    }


    .cta {
        padding: 0px 30px 70px;
    }
}

/* MEDIA QUERIES - MOBILE */
@media (max-width: 700px) {

    .inlineMobile {
        display: inline;
    }

    .hero {
        padding: 30px 10px 30px 30px;
        grid-template-columns: 100%;
    }

    .heroText h1 {
        font-size: 32px;
        line-height: 45px;
    }

    .heroTextP {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        padding-right: 20px;
    }

    .firstContent {
        padding: 58px 30px 0px;
        flex-direction: column-reverse;
        gap: 0px;
    }

    .firstContentText {
        width: 100%;
    }

    .firstContent h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .firstContent p {
        font-size: 16px;
        line-height: 22px;
        padding: 17px 0px 0px;
    }

    .firstContentImg {
        width: 100%;
    }



    .diferencials {
        padding-top: 20px;
    }
    
    .diferencialsArticle {
        flex-direction: column;
        margin-bottom: 60px;
        gap: 0px;
        padding: 0 20px;
        text-align: center;
    }

    .reverse-mobile {
        flex-direction: column-reverse;
    }

    .diferencialsArticleText {
        width: 100%;
    }

    .diferencialsArticleGif {
        min-width: 0%;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .diferencials h2 {
        font-size: 24px;
        line-height: 35px;
        margin: 25px 10px;
        padding-bottom: 22px;
        border-bottom: solid 2px #FF7600;
    }

    .diferencialsArticleText h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }





    .integrations {
        padding: 60px 10px;
    }

    .integrations h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .integrations p {

        font-size: 16px;
        line-height: 22px;
    }

    .integrationsMobileTwo {
        display: none;
    } 

    .integrationsMobile {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto auto auto auto auto; 
        justify-items: center;
        position: relative;
        padding-bottom: 45px;
    }

    .onlyMobile {
        display: block;
    }

    .lastTwoLogos {
        position: absolute;
        width: 100%;
        bottom: 0px;
        display: flex;
        justify-content: center;
        height: 50px;
    }

    .integrationsLogos {
        gap: 5px;
    }

    .integrationsLogos img {
        height: 90%;
    }

    .pricing {
        padding: 70px 15px;
        text-align: center;
    }

    .pricingCard {
        width: 100%;
        margin: 20px 0px;
    }

    .pricing h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .pricingP {
        width: 100%;
    }

    .pricingCardsContainer {
        flex-direction: column;
        text-align: start;
    }

    .onlyDesktop, .pricingCardsContainerImg, .pricingCardsContainerImgDos, .pricingCardsContainerImgTres, .pricingCardsContainerImgCuatro {
        display: none;
    }

    .readMore, .showTextEnter { 
        display: block;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #58595B;
        border: none;
        background-color: transparent;
        text-align: start;
        border-top: solid 4px #EFEFEF;
        padding-top: 25px;
        margin-top: 15px;
    }

    .pricingCard .bttn {
        margin: 15px auto; 
    }

    .showText, .showTextEnter {
        display: block;
    }



    .cta {
        padding: 0px 15px 100px;
    }

    .cta h4 {

        font-size: 28px;
        line-height: 36px;
    }
}
