/* === /producto/styles/integraciones-new.css === */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a  {
  text-decoration: none;
  color: black;
}

img {
  max-width: 100%;
}

button {
    cursor: pointer;
}

.brDesktop{
    display: block;
}

.bttnPrincipal {
    padding: 15px 50px;
    background-color: #FC7E00;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.heroContainer {
    background: #002649;
    padding-top: 80px;
}

.hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    padding: 90px;
    position: relative;
}

.heroText {
    width: 100%;
    height: 100%;
}

.littleTitle {
    color: #FC7E00;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 97.9%; /* 24.475px */
}

.mainTitle {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 111.9%; /* 50.355px */
    max-width: 460px;
    margin: 25px 0;
}

.heroImg-v2  {
    height: 100%;
    width: 100%;
}

.heroImg-v2 img {
    position: absolute;
    bottom: -90px;
    right: 30px;
    z-index: 9;
}

/*******************************/
.integrationContainer {
    background: #004BC2;
    position: relative;
}

.visualEmblueImg {
    position: absolute;
    bottom: -74px;
    width: 150px;
}

.integration {
    padding: 150px 90px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.integration h2 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 500;
    line-height: normal;
    max-width: 335px;
}

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

.integrationPoints article {
    border-radius: 10px;
    border: 1px solid #ffffffd9; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 27px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px; /* 137.5% */
}

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

.appsContainer {
    background: #EDECE8;
}

.apps {
    padding: 90px;
}

.apps h2 {
    color: #004BC2;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.apps .appsDescription {
    color: #002643;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin: 10px auto 60px;
    text-align: center;
    max-width: 1050px;
}

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

.appsArticles, .appsArticlesToShow {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto auto auto;
    gap: 20px;
    background: #EDECE8;
}

.appsArticles {
    padding-bottom: 20px;
}

.appsArticles article, .appsArticlesToShow article {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.appsArticles article h3, .appsArticlesToShow article h3 {
    color: #004DBC;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
    margin: 10px 0 15px;
}

.appsArticles article p, .appsArticlesToShow article p {
    color: #002646;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    hyphens: auto;
}

.appsArticleContainer button {
    all: unset;
    color: #002646;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 5px;
    width: fit-content;
    border-bottom: solid 2px #002646;
    margin: 30px 0 50px;
    cursor: pointer;
}

.appsArticleContainer button img {
    margin-bottom: -2px;
}

.appsArticlesToShow {
    display: none;
}

.display {
    display: grid;
}

/**************************/
.customizableContainer {
    background-color: #002649;
}

.customizable {
    /* display: grid;
    position: relative;*/
    padding: 90px; 
    display: flex;
    gap: 10px;
    position: relative;
}


.customizable h2 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    padding: 0 5px;
    width: fit-content;
}

.customizable h2 span {
    background-color: #FC7E00;
    width: fit-content;
    padding: 0 5px;
}

.customizable p {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    max-width: 50%;

}

.customizable p span {
    color: #FC7E00;
}

.customizable .customizableImg img {
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: 9;
    width: 599px;
}

/***************/
.cta{
    background: #EDECE8;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-self: center;
    align-items: center;
    padding: 120px 0;
    background-image: url(img/integraciones/bkg.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.cta h2 {
    color: #002649;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    max-width: 788px;
}

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

@media (max-width: 1200px) {
    .heroImg-v2 img {
        width: 50%;
    }
}

@media (max-width: 1132px) {
    .hero {
        gap: 10px;
    }

    .mainTitle {
        font-size: 30px;
    }

    .heroImg-v2 img {
        width: 50%;
    }

    .integration {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 50px
    }

    .integration h2{
        max-width: none;
    }

    .appsArticles, .appsArticlesToShow {
        grid-template-columns: repeat(3,1fr);
    }

    .customizable .customizableImg img{
        width: 450px;
    }

    .customizable p {
        font-size: 20px;
    }

    .cta h2 {
        font-size: 25px;
    }
}

@media (max-width: 976px) {

    .heroContainer {
        padding-top: 50px;
    }

    .heroImg-v2 img {
        width: 45%;
        bottom: -70px;
    }

    .mainTitle {
        font-size: 25px;
    }

    .littleTitle {
        font-size: 18px;
    }

    .bttnPrincipal {
        padding: 15px;
    }

    .integration h2, .apps .appsDescription, .apps h2, .cta h2, .customizable h2 {
        font-size: 23px;
    }

    .appsArticleContainer button {
        margin: 30px 0 0;
    }

    .customizable .customizableImg img {
        width: 390px;
    }
}

@media (min-width: 700px) and (max-width: 876px) {

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

    .heroText {
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    }

    .heroImg-v2 {
        height: 200px;
    }

    .heroImg-v2 img {
        right: 0px;
        left: 0px;
        margin: 0 auto;
    }

    .hero.containerLayout, .integration, .apps, .customizable {
        padding-left: 30px;
        padding-right: 30px;
    }

    .integration h2 {
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    .visualEmblueImg {
        width: 100px;
    }

    .customizable .customizableImg img{
        width: 350px;
        right: 20px;
    }

    .cta {
        background-size: 150px;
        padding: 100px 50px;
    }
}

@media (min-width: 600px) and (max-width: 700px) {
    .heroImg-v2 img {
        width: 55%;
    }

    .apps h2, .apps .appsDescription, .customizable h2, .customizable p, .cta h2{
        max-width: 80%;        
        margin: 0 auto;
    }

    .apps .appsDescription{ 
        margin: 0 auto 30px;
    }

    .integrationPoints article, .appsArticles article, .appsArticlesToShow article {
        max-width: 70%;
        margin: 0 auto;
    }

    .cta {
        align-items: center;
    }

}

@media (min-width: 500px) and (max-width:600px) {
    .heroImg-v2 {
        height: 190px;
    }
}

@media (min-width: 516px) and (max-width:717px) {
    .heroImg-v2 {
        height: 260px;
    }
}



@media (max-width: 700px)  {

    .brDesktop{
        display: inline;
    }
    
    .heroContainer {
        padding-top: 40px;
    }

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

    .littleTitle {
        font-size: 16px;
    }

    .mainTitle {
        font-size: 33px;
        font-weight: 600;
        line-height: 42px;
    }

    .heroImg-v2 {
        height: 290px;
    }

    .heroImg-v2 img {
        bottom: -40px;
        right: 0px;
        left: 0px;
        width: 90%;
        margin: 0 auto;
    }

    .bttnPrincipal {
        padding: 15px;
    }

    /***********/
    .integration {
        padding: 70px 30px;
        flex-direction: column;
        gap: 40px;
    }

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

    .integrationPoints article {
        padding: 20px;
    }

    .visualEmblueImg {
        display: none;
    }

    .integration h2, .apps h2 {
        font-size: 25px;
        text-align: start;
    }

    /***********/
    .apps {
        padding: 70px 30px;
    }

    .apps .appsDescription {
        font-size: 20px;
        text-align: start;
    }

    .appsArticles, .appsArticlesToShow {
        grid-template-columns: 100%;
    }

    .appsArticleContainer button {
        margin: 30px 0 0;
    }

    /***********/
    .customizable {
        padding: 70px 30px 0;
        flex-direction: column;
    }

    .customizable h2 span {
        padding: 0 0;
    }

    .customizable p {
        font-size: 20px;
        max-width: none;
        margin-top: 20px;
    }

    .customizable .customizableImg {
        height: auto;
    }

    .customizable .customizableImg img {
        position:static;
        max-width: 100%;
    }

    /**************/
    .cta {
        padding: 70px 30px 90px;
        align-items: start;
        background-image: url(img/integraciones/bkg-mobile.svg);
        background-position: bottom right;
        background-size: 100px;
    }
    
    .cta h2 {
        font-size: 20px;
        text-align: start;
    }
}

@media (min-width: 465px) and (max-width:700px) {
    .heroImg-v2 img {
        width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1800px) {

    nav, footer {
        zoom: .85;
    }
}

@media (min-width: 1209px) {

    .containerLayout {
        margin: 0 auto;
        max-width: 1366px;
    }

}

/* === inline styles === */
@media (min-width: 1182px) {
            .integration h2 {
                min-width: 310px;
            }
        }
        @media (max-width: 700px) {
            .hero {
                padding: 60px 30px 0;
            }

            .mainTitle {
                font-size: 30px;
                line-height: normal;
            }
        }
