
/* 
* SECTION HOME --------------------> 
*/
section {
    overflow: hidden!important;
}

section.main-home {
    margin: 0;
    background-image: url(../../img/bg-como-lo-hacemos.jpg);
    background-size: cover;
    background-position: left;
    background-color: var(--tao-purple);
    padding: 12px!important;
}

section.what-difference {
    margin: 0;
    background-color: var(--tao-white);
}

.title-main-home {
    font-size: 28px;
}

.difference-content {
    width: 100%;
    text-align: center;
}
.difference-card {
    width: 100%;
    height: auto;
    padding: 0;
}

.difference-img {
    width: 250px;
    height: auto
}

.what-difference-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--tao-dark-purple-2);
}

.difference-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}
.difference-desc {
    width: 100%;
    height: auto;
    max-width: 520px;
}

/* 
* Cómo trabajamos ---------------------------> 
 */

 
 section.how-we-work {
    background-color: #EAEBFF;
    color: var(--tao-dark-purple-2);
 }

 .title-how-we-work {
    font-size: 25px;
    font-weight: 900;
 }

.how-we-work-card {
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    border-radius: 25px;
    color: var(--tao-dark-purple-2);
    background-color: var(--tao-white);
    height: auto;
    min-height: 200px;
}

.how-we-work-number {
    width: 100px;
    height: 100px;
    margin: 0;
    font-size: 4.5rem;
    font-weight: bolder;
}

/* 
* Código de éstica ------------------->
 */
section.ethical-code {
    background-color: var(--tao-white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0!important;
}

.ethical-code-wrapper {
    width: 100%;
    display: flex;
    gap: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: var(--tao-dark-purple-2);
}

.responsibility-title,
.ethical-title {
    font-size: 25px;
    font-weight: bold;
    color: var(--tao-dark-purple-2);
}

.ethical-img {
    width: 300px;
    height: auto;
}


.responsibility-img {
    width: 100px;
}

.responsibility-title {
    margin: 20px 0;
}
.responsibility-box {
    margin: 17px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    color: var(--tao-dark-purple-2);
}

.responsibility-desc p {
    margin: 0;
    padding: 12px 0;
    line-height: 1.3;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .ethical-img {
        width: 80%;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .title-main-home {
        font-size: 2.5rem;
    }

    .difference-img {
        width: 100%;
        max-width: 580px;
    }

    .what-difference-wrapper,
    .how-we-work-card {
        flex-direction: row;
        justify-content: space-between;
    }

    .title-how-we-work {
        font-size: 30px;
     }

    .ethical-code-wrapper {
        padding: 0 80px;
    }

    .ethical-img {
        width: 480px;
    }

    .responsibility-box {
        margin: 70px 0;
        flex-direction: row;
    }

    .difference-title {
        font-size: 24px;
    }

    section.what-difference {
        padding: 80px 0;
    }

    .difference-content {
        width: 51%;
        text-align: right;
    }
    .difference-card {
        width: 49%;
        padding: 0 0 0 25px;
    }
    
 }

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1050px) {
    
    .ethical-card {
        width: 50%;
    }

    .ethical-code-wrapper {
        flex-direction: row;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    section.what-difference,
    section.how-we-work,
    section.ethical-code  {
        min-height: auto;
    }

    section.responsibilities {
        min-height: auto;
        margin: 0;
    }
 }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }