/* FONT: Baloo Tamma*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap');
/* FONT: Inter*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&display=swap');
/* FONT: Kanit*/
@import url('<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;800&display=swap');
/* FONT: Jost*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*GENERAL*/
.gap-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #E3FAE5F2;
}

.subtitle {
    font-family: Jost;
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 600;
    line-height: 46.24px;
    text-align: left;
}

.subtitle--padding {
    padding: 1em 0;
}

.subtitle--secondary {
    font-family: Jost;
    color: #555555;
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 600;
    text-align: center;
}

.subtitle--bold {
    font-weight: 800;
    text-align: center;
}


/*SECTION 1: SOMOS SUSAY */
.hero {
    background: url("../images/somos-susay.png") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 3em 0;
}

.hero__title {
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 800;
    padding: .2em;
    display: inline-block;
    position: relative;
}

.hero__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(120px, 100%, 43%);
    height: 2px;
    transition: width 0.3s ease;
    background-color: #75CB80;
}

.hero__paragraph {
    color: #FFFFFF;
    max-width: 52ch;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 300;
    font-size: "Kanit", sans-serif;
    line-height: 1.5;
}

.hero__button {
    background: none;
    border: 2px solid #9FCCA5;
    border-radius: 10px;
    color: #9FCCA5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    padding: .5em 1em;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 500;
    width: fit-content;
    font-family: "Inter", sans-serif;
}

.flex-col {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 4em 0;
}

/*SECTION 2: ARTICULAMOS TRES ACTORES*/
.articulamos {
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 5em 0;
    justify-content: center;
    align-items: center;
}

.cardArt__container,
.section-3__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
}

.cardArt__header {
    display: flex;
    align-items: center;
    gap: 1em;
}

.cardArt {
    flex-basis: 260px;
    flex-grow: 1;
    background: #ffffff;
    border: 2.5px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 2em;
    
}

.cardArt__title {
    font-family: "Inter", sans-serif;
    border-bottom: 2px solid #000000;
    
}

.cardArt__body {
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.01px;
    text-align: left;
    width: min(30ch, 100%);
}

/*SECTION 3 -  ¿QUE BUSCAMOS?, ¿A DONDE QUEREMOS LLEGAR?*/
.section-3__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.section-3__wrapper-text {
    flex: 3 1 300px;
}

.section-3__content-text {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 2em;
}

.section-3__text {
    font-family: Jost;
    font-size: clamp(10px, 2.5vw, 18px);
    font-weight: 400;
    width: min(100%, 50ch);
}


.bg-green {
    background: #E3FAE5;
}

.bg-gray {
    background: #F4F5F7;
}

.section-3__content-image {
    display: flex;
    flex: 1 1 300px;
    justify-content: center;
    align-items: center;
    height: auto;
}

.section-3__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/*SECTION 4: NUESTRA HISTORIA*/
.section-4 {
    background: url('../images/about-images-background-historia.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5em 1em;
}

.section-4__wrapper {
    display: flex;
    background: #FFFFFF;
    width: min(100%, 899px);
    justify-content: center;
    border-radius: .2em;
    flex-direction: row-reverse;
    justify-content: space-around;
    padding: 0;
}

.section-4__wrapper-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1em;
    gap: 1em;
}

.section-4__text {
    font-size: clamp(10px, 2.5vw, 18px);
    text-align: justify;
}

.section-4__wrapper-text,
.section-4__content-image {
    width: 50%;
}

.section-4__wrapper,
.section-4__image {
    border-radius: .4em;
}

.section-4__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    
}

/*SECTION 5: VALORES*/
.section-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    align-items: center;
    padding: clamp(2em, 5vw, 5em) 0;
}

.wrapper-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.5em;
    padding: 3.5em 0 0 0;
    justify-content: center;
    align-items: center;
}



.cardValores {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(100%, 305px);
    border-radius: .4em;
    
}

/*ESTILOS PERSONALIZADOS PARA CADA CARD*/
.cardValores:first-child {
    border: 2px solid #F2BF7A;
}

.cardValores:nth-child(2) {
    border: 2px solid #B6D6EF;
}

.cardValores:nth-child(3) {
    border: 2px solid #AD89B9;
}

.cardValores__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4em 0 1em 0;
}

.cardValores__img {
    position: absolute;
    top: -55px;
    object-fit: cover;
}

.bg-orange,
.bg-blue,
.bg-purple {
    width: 100%;
    height: 100%;
}

.bg-blue {
    background: #B6D6EF;
}

.bg-purple {
    background: #AD89B9;
}

.bg-orange {
    background: #F2BF7A;
}


.cardValores__title {
    color: #ffffff;
    font-family: Jost;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    width: 10ch;
}

.cardValores__body {
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    padding: 2em;
    text-align: justify;
}


/*SECTION 6: RECONOCIMIENTOS Y PREMIOS*/
.section-6 {
    background: #E3FAE5F2;
    background: url('../images/32.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5em 0;
    position: relative;
    overflow: hidden;
}

.section-6__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3em;
    z-index: 1;
    padding: 3em 0;
    width: min(100%, 644px);
}

.section-6__body {
    font-family: Inter;
    font-size: clamp(12px, 2.5vw, 18px);
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;

}


.section-6__content-image {
    width: min(133px, 235px);
}

.section-6__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}

/*CONTAINER 7*/
.section-7,
.section-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em 0;
}

.section-7__wrapper,
.section-8__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.section-7__content-image {
    flex-basis: 170px;
    padding: 1em;
    flex-grow: 1;
}

.section-7__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-size: cover;
}

/*SECTION 8:  EMPRESAS QUE CONFIAN EN NOSOTROS */
.section-8 {
    position: relative;
    width: 100%;
}

.section-8__background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background: url('../images/about-background-empresas.svg') no-repeat;
    background-size: cover;
    background-position: center;
}

.section-8__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 3em 0;
    position: relative;
    z-index: 1;
}

.section-8__wrapper {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.section-8__content-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 1em;
    width: min(100%, 170px);
    flex-grow: 1;
}
.section-8__content-image img {
    width: 200px;
}