/* === /pt/produto/styles/new-crm.css === */
* {
    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;
}

.brDesktop {
    display: block;
}

/****************************/
header {
    background-color: #002646;
    padding: 0px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    padding-top: 148px;
}

.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;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 8px;
}

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

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

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

header button:hover {
    background: #E26B04
}

header .desktop-img {
    display: block;
    width: 100%;
}

/************/
.containerDiferecials {
    background-color: #E5E5E5;
    padding: 90px 0;
}

.containerDiferecials h2{
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #004DBC;
}

.containerDiferecialsP {
    text-align: center;
    margin: 15px 0 70px;
    line-height: 1.5;
}

.containerDiferecialsDetails {
    padding: 0 90px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.containerDiferecialsDetailsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.containerDiferecialsDetailsGrid p {
    text-align: start;
    hyphens: manual;
}

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

.containerClients h2, .containerCampaings h2, .containerSegments h2 {
    font-weight: 500;
    font-size: 39px;
    line-height: 45px;
    text-align: center;
    color: #FC7E00;
}

.containerClientsP {
    margin-top: 20px;
    line-height: 1.3;
    text-align: center;
}

.containerClientsArticles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    max-width: 80%;
    gap: 50px;
    margin-top: 50px;
}

.containerClientsArticles h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    color: #004DBC;
    margin-bottom: 20px;
}

.containerClientsArticles p {
    line-height: 22px;
    color: #002649;
}

/***************/
.containerCampaings {
    padding: 90px 0;
    background-color: #002649;
    background-image: url(../img/crm/emblue-resources-id.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;    
}

.containerCampaingsTwo {
    padding: 0 90px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    color: white;
}

.containerCampaings h2 {
    text-align: start;
    margin-top: 20px;
}

.containerCampaings h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    color: #FC7E00;
    margin: 5px 0 15px;
}

.containerCampaings p {
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 30px;
    position: relative;
}

.containerCampaings p::after {
    content: '';
    width: 70%;
    border: solid 2px #FC7E00;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

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

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

/****************/
.containerCRM {
    background-color: #EDECE8;
    padding: 120px 0;
    background-image: url(../img/crm/emblue-resources-id-2.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.containerCRMTwo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 30px;
    
}

.containerCRMTwo h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #002649;
}

.bttnPrincipal {
    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;
    }

    header .brDesktop  {
        display: block;
    }

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

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

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

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

    header .desktop-img {
        padding-top: 7vw;
        max-width: 75%;
    }

    /**************************************/
    .containerDiferecials h2 {
        font-size: 40px;
    }

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

    .containerDiferecialsDetails img {
        margin-left: auto;
        margin-right: auto;
    }

    .containerDiferecialsDetailsGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    /**************************************/
    .containerDiferecials, .containerClients, .containerCampaingsTwo, .containerSegments {
        padding: 80px 30px;
    }

    .containerClientsP {
        margin: 50px 0 10px;
    }

    .containerClientsArticles {
        max-width: none;
    }    

    /****************************/
    .containerCampaings {
        padding: 0px;
        background-image: none;
    }

    .containerCampaingsTwo {
        grid-template-columns: 100%;
        text-align: center;
    }
    .containerCampaings h2 {
        text-align: center;
    }

    .containerCampaingsTwo img {
        max-width: 40%;
    }

    .containerCampaings h3 {
        margin: 15px 0;

    }

    .containerCampaings p::after {
        display: none;
    }
    
    .containerCampaings p {
        padding-bottom: 0px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /*************************/
    .containerSegments div {
        width: 100%;
    }

    /*********************/
    .containerCRM {
        background-image: none;
    }
}

/* 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
    }

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

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

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

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

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

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

    /****************************/
    .containerDiferecials, .containerClients, .containerCampaingsTwo, .containerSegments {
        padding: 60px 20px;
    }
    .containerDiferecials h2 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .containerDiferecialsP {
        margin: 15px 0 30px;
    }

    .containerDiferecialsDetails {
        padding: 0 10px;
        display: flex;
        flex-direction: column-reverse;
    }

    .containerDiferecialsDetailsGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    /****************************/
    .containerClients h2, .containerCampaings h2, .containerSegments h2 {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }

    .containerClientsArticles {
        max-width: none;
        display: flex;
        flex-direction: column;
    }

    #secondArticle {
        flex-direction: column-reverse;
    }

    /****************************/
    .containerCampaings {
        padding: 0px;
        background-image: none;
    }

    .containerCampaingsTwo {
        grid-template-columns: 100%;
        text-align: center;
    }

    .containerCampaings h3 {
        margin: 15px 0;
        
    }

    .containerCampaings p::after {
        display: none;
    }
    
    .containerCampaings p {
        padding-bottom: 0px;
    }

    .containerSegments div {
        width: 100%;
        height: auto;
    }

    /****************************/
    .containerCRM {
        background-image: none;
        padding: 120px 20px;
    }

}



/* === inline styles === */
ul.breadcrumb{margin-top:4.5rem}
            @media (max-width:767px){ul.breadcrumb{margin-top:3.5rem}}
