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

img {
    max-width: 100%;
}

a {
    text-decoration: none
}

p, button {
    font-family: 'Roboto', sans-serif;
    font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif
}

li {
    font-family: 'Roboto', sans-serif;
    list-style: none;
    cursor: default;
}

.brDesktop {
    display: block;
}

.bttnPrincipal {
    background: #FC7E00;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 20px 25px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    font-weight: 700;
    line-height: normal;
}

.bttnPrincipal {
    background: #E26B04
}

/****************************/
.hero {
    background-color: #002646;
    padding: 0px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    padding: 150px 0 0;
    height: auto;
    max-height: none;
}

.headerContainer {
    width: 100%;
    padding: 0 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.small-title-head {
    color: #FC7E00;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
}

.hero h2 {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 46px;
    font-weight: 800;
    padding-bottom: 1rem;
    line-height: 110%;
}

.hero .under-title {
    padding-right: 110px;
    font-family: "Roboto";
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.hero .desktop-img {
    display: block;
    width: 80%;
}

/************/
.diferecials {
    background-color: #EDECE8;
    padding: 90px 90px 0;
    background-image: url(../img/bi/emblue-bg-illus.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 150px;
}

.containerDiferecials{
    display: grid;
    gap: 45px;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}

.diferecialsContent{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.diferecialsContent h2{
    color: #004DBC;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
}

.diferecialsContent p {
    color: #002649;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.containerDiferecialsDetails{
    padding: 0 0 60px;
}

.containerDiferecialsDetails ul li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.containerDiferecialsDetails ul li .liP{
    color: #002646;    
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.containerDiferecialsDetails ul li .liP span{
    font-weight: 700;
}

/***************/
.howItWorks {
    padding: 90px 90px 0;

}
.howItWorks h2 {
    color: #FC7E00;
    text-align: center;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 15px;
}

.howItWorks p {
    color: #002649;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.containerHowItWorks{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 85px;
    padding: 60px 0 80px;
    background-image: url(../img/bi/how-it-works-illus.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 260px;
}

.containerHowItWorks div{
    display: flex;
    flex-direction: column;
    border-bottom: solid 2px #D0D0D0;
}

.containerHowItWorks div img{
    width: 49px;
    height: 49px;
}

.containerHowItWorks div h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    color: #FC7E00;
    margin: 15px 0 10px;
}

.containerHowItWorks div p{
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    height: 125px;
}

/*********************/
.benefits {
    padding: 120px 90px;
    background-color: #002649;
}

.containerBenefits{
    display: grid;
    grid-template-rows: 1fr 1fr 0.1fr;
    gap: 100px;
    padding: 0 150px;
    place-items: center;
    position: relative;
    background-image: url(../img/bi/illus.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 70px;
}

.containerBenefitsArticles{
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    align-items: center;
}

.containerBenefitsArticles .mobile-quote{
    display: none;
}

.containerBenefitsArticles .desktop-quote{
    display: block;
}

.containerBenefitsArticles .first-img{
    justify-self: start;
}

.containerBenefitsArticles .second-img{
    justify-self: end;
}

.containerBenefitsArticles h2{
    color: #FC7E00;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 15px;
}

.containerBenefitsArticles p{
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

/********************/
.containerVideo {
    padding: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.containerVideo h2{
    color: #004DBC;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
}

.containerVideo p {
    color: #002649;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0 50px;
}

.containerVideo div {
    width: 70%;
    height: 450px;
}

/****************/
.containerCRM {
    background-color: #004BC2;
    padding: 120px 0;
    background-image: url(../img/bi/final-illus-1.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-size: 220px;
}

.containerCRMTwo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 30px;
    background-image: url(../img/bi/final-illus-2.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    background-size: 60px;
}

.containerCRMTwo h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
}

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


/*********************/
@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) {
    .brDesktop {
        display: inline;
    }

    .hero .brDesktop  {
        display: block;
    }

    .hero {
        padding: 80px 30px 0px;
        height: fit-content;
    }

    .hero .headerContainer {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        padding: 0;
    }

    .hero .headerContainer div {
        text-align: center;
    }

    .hero .headerContainer div h2 {
        margin: 15px 0;
    }

    .hero .desktop-img {
        padding-top: 7vw;
        max-width: 50%;
    }

    /**************************************/

    .diferecials {
        background-image: none;
    }

    .containerDiferecials{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .containerDiferecials img{
        max-width: 70%;
    }

    .diferecialsContent{
        text-align: center;
        gap: 30px;
    }

    .containerDiferecialsDetails{
        text-align: left;
        padding: 0 0 30px;
    }

    .containerDiferecialsDetails ul li{
        justify-content: center;
    }

    .containerDiferecialsDetails ul li .liP{
        width: 250px;
    }
    
    /**************************************/

    .containerHowItWorks{
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        background-size: 240px;
        background-position: right bottom;
    }

    /*********************/
    .benefits {
        padding: 70px 30px 90px;
    }

    .containerBenefits{
        display: grid;
        gap: 50px;
        padding: 0;
        background-image: none;
    }

    .containerBenefitsArticles{
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .containerBenefitsArticles .mobile-quote{
        display: block;
    }

    .containerBenefitsArticles .desktop-quote{
        display: none;
    }

    .containerBenefitsArticles:first-child{
        flex-direction: column-reverse;
    }

    /********************/
    .containerVideo {
        padding: 65px 30px 50px;
    }

    .containerVideo div {
        width: 80%;
        height: 390px;
    }

    /****************************/
    .containerCRM {
        padding: 90px 30px;
        background-image: none;
    }

    .containerCRMTwo {
        background-image: none;
        gap: 50px;
    }
}

/* MEDIA QUERY - MOBILE */
@media (max-width: 700px) {
    .brDesktop {
        display: inline;
    }

    .mobi-img{
        display: block;
    }
    button.bttnSecundario {
        margin: 0 auto;
        width: 95%
    }

    .features .features-grid .feature-description span {
        margin: 0
    }

    .desktop-break {
        display: none
    }

    .hero {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 65px 30px 0px;
        height: 100%
    }

    .hero h2 {
        font-size: 29px;
        line-height: 35px;
        padding: .8em 0 1.3em;
    }

    .hero .headerContainer {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        padding: 0;
    }

    .hero .headerContainer .div-text {
        justify-content: center;
        align-items: center;
        gap: 15px
    }

    .hero .desktop-img {
        width: 100%;
        height: 100%;
        margin-top: 10vw;
    }

    .hero .under-title {
        padding-right: 0
    }

    /************/
    .diferecials {
        padding: 65px 30px 0;
        background-image: none;
    }

    .containerDiferecials{
        display: flex;
        flex-direction: column-reverse;
    }

    .diferecialsContent{
        text-align: center;
        gap: 30px;
    }

    .diferecialsContent h2{
        font-size: 28px;
        line-height: 32px;
    }

    .diferecialsContent p {
        font-size: 16px;
        line-height: 22px;
    }

    .containerDiferecialsDetails{
        text-align: left;
        padding: 0 0 30px;
    }

    .containerDiferecialsDetails ul li{
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .containerDiferecialsDetails ul li .liP{
        font-size: 15px;
        line-height: 22px;
        width: 250px;
    }

    /***************/
    .howItWorks {
        padding: 50px 30px 0;
        text-align: left;

    }
    .howItWorks h2 {
        text-align: left;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .howItWorks p {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }

    .containerHowItWorks{
        grid-template-columns: 100%;
        padding-bottom: 380px;
        gap: 50px;
        background-size: 240px;
        background-position: bottom;
    }

    .containerHowItWorks div img{
        width: 60px;
        height: 60px;
    }

    /*********************/
    .benefits {
        padding: 70px 30px 90px;
    }

    .containerBenefits{
        display: grid;
        gap: 50px;
        padding: 0;
        background-image: none;
    }

    .containerBenefitsArticles{
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .containerBenefitsArticles .mobile-quote{
        display: block;
    }

    .containerBenefitsArticles .desktop-quote{
        display: none;
    }

    .containerBenefitsArticles:first-child{
        flex-direction: column-reverse;
    }

    .containerBenefitsArticles h2{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .containerBenefitsArticles p{
        font-size: 16px;
        line-height: 22px;
    }

    /********************/
    .containerVideo {
        padding: 65px 30px 50px;
    }

    .containerVideo h2{
        font-size: 28px;
        line-height: 32px;
    }

    .containerVideo p {
        font-size: 15px;
        line-height: 21px;
    }

    .containerVideo div {
        width: 100%;
        height: 250px;
    }

    /****************************/
    .containerCRM {
        padding: 90px 30px;
        background-image: none;
    }

    .containerCRMTwo {
        gap: 30px;
        background-image: none;
    }

    .containerCRMTwo h2 {
        font-size: 25px;
        line-height: 28px;
    }
}

