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

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.bold {
    font-weight: 600;
}



/* Menu */

#sidebarMenu {
    height: 100vh;
    position: fixed;
    background-color: #fff;
    width: 70vw;
    padding: 2em 0;
    top: 0;
    z-index: 9999;
    left: -75vw;
    transition: left .5s;
}

#sidebarMenu.active {
    left: 0;
}

#sidebarMenu img {
    width: 40vw;
    padding: 0 1em 2em;
}

.sidebar-items-container {
    display: grid;
}

.sidebar-items-container>div,
.sidebar-items-container>a {
    padding: 3vw 5vw;
    border-bottom: solid 1px #f1f1f1;
    color: #00568f;
}

.sidebar-items-container summary {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
}

.sidebar-items-container summary::marker,
summary::-webkit-details-marker {
    display: none !important;
    content: '' !important;
}

.sidebar-items-container details p {
    display: grid;
    padding: 0.5em 1em;
}

.sidebar-items-container details p a {
    color: #00568f;
}

a.work-with-us {
    display: inline-block;
    margin: 5vw 2vw !important;
}

svg.control-icon {
    fill: #00568f;
    vertical-align: bottom;
}

.box-menu {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(3, auto);
    max-width: 1425px;
    margin: auto;
}

.img-flag {
    margin-right: 10px;
}

.img-flag img {
    width: 20px;
}

/* END Menú */

/***HEADER***/
header {
    background-color: #043260;
    padding: 178px 0 118px;
}

header .headerContainer {
    display: grid;
    grid-template-columns: 1fr 450px;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
}

header .headerContainer .div-text{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}

.div-text h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: white;
    font-weight: 400;
}

.div-text h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
}

.div-text h2 span {
    color: #FC7E00;
}

header .headerContainer .div-img{
    display: flex;
    overflow: hidden;
    justify-self: flex-end;
}


/*integrationIntroduction*/

.integrationIntroduction {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    padding: 124px 80px 40px;
    gap: 100px;
    align-items: flex-end;
}

.integrationIntroduction section {
    font-family: 'Roboto', sans-serif;

}

.integrationIntroductionText p {
    font-weight: 500;
    font-size: 29px;
    line-height: 36px;
    color: #FC7E00;
    margin-bottom: 74px;
}

.integrationIntroductionH {
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #043260;
    margin-bottom: 20px;
}

.integrationIntroductionText ul li, .integrationIntroductionTextTwo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #545454;
    margin-bottom: 20px;
}


.integrationIntroductionImg {
    display: flex;
    justify-content: flex-end;
}

.integrationIntroductionTextTwo {
    align-self: flex-start;
}

.integrationIntroductionImgTwo p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FC7E00;
    padding: 30px 0;
    border-top: solid 1px #FC7E00;
    border-bottom: solid 1px #FC7E00;
    margin-top: 20px;

}

.integrationIntroductionImgTwo div {
    display: flex;
    justify-content: center;

}

/*steps*/

.steps {
    background-color: #E5E5E5;
    padding: 115px 0;

}

.steps h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #043260;
    text-align: center;
}

.stepsArticle {
    padding: 81px 247px 0px;
}

.stepsArticle h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 90px;
    line-height: 52px;
    color: #FC7E00;
    opacity: 0.4;
}

.stepsArticle h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FC7E00;
}

.stepsArticleColumn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 167px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #545454;
}

.orange {

    font-weight: 600;
    color: #FC7E00;

}

.stepsArticleColumnImg {
    position: relative;
}

.stepsArticleColumnImg img {
    position: absolute;
    bottom: 0px;
}

.stepsArticle p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #545454;
    margin-bottom: 35px;
}

.stepsArticleLastImg {
    margin-top: 30px;
}

.linkApp {
    font-weight: bold;
    color: #004DBC;
}





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

/* MEDIA QUERY - TABLET */
@media (min-width: 701px) and (max-width: 1000px) {
    header .headerContainer {
        grid-template-columns: 100%;
        justify-items: center;
        padding: 0px 5%;
        gap: 50px;
    }

    header .headerContainer .div-img {
        justify-self: auto;
    }

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

    .integrationIntroduction {
        padding: 80px 5%;
        grid-template-columns: 100%;
        justify-items: center;
    }

    .stepsArticle {
        padding: 35px 5%;
    }

    .stepsArticleColumn {
        column-gap: 40px;
    }
}

/* MEDIA QUERIES - MOBILE */
@media (max-width: 700px) {
    /***HEADER***/
    header{
        flex-direction: column;
        text-align: center;
        padding: 125px 10px 65px;
        height: 100%;
    }

    .div-text h2 {
        font-size: 25px;
        line-height: 30px;
    }
    
    header .headerContainer{
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        padding: 0;
        row-gap: 30px;
    }
    header .headerContainer .div-text {
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    header div .desktop-img {
        display: none;
    }

    /* integration Introduction */

    .integrationIntroduction {
        grid-template-columns: 100%;
        padding: 40px 30px 40px;
        gap: 20px;
    }

    .integrationIntroductionText p {
        font-size: 25px;
        line-height: 30px;
        margin: 20px 0 60px;
    }

    /* steps */

    .steps {
        padding: 50px 0;
    }

    .steps h2 {
        margin-bottom: 40px;
        padding: 0 30px;
    }

    .stepsArticle {
        padding: 20px 30px 60px;
    }

    .stepsArticleColumn {
        grid-template-columns: 100%;
        grid-template-rows: 1.5sfr 1fr;
        row-gap: 20px;
    }

    .stepsArticleColumnImg img {
        position: static;
    }

}


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

    body {
        zoom: .85;
    }

}




@media (min-width: 1000px) {
  .brandSwiper-mobi, 
  #sidebarMenu{
    display: none;
  }
}

