.boody-contenido-conteiner > * {

    text-align: center;

}
.content-curve{
    overflow: hidden;
    background-color: var(--blue);
}
.content-conteiner{
    background-image: url("../../src/2.6-3k-scaled.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%/0 0 20vw 20vw;
    box-shadow: 0 .125rem 3.125rem 0 rgba(0,0,0,.8);
    height: 20em;
}

.content-conteiner-sobre{
    background-image: url("../../src/2.6-3k-scaled.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%/0 0 20vw 20vw;
    box-shadow: 0 .125rem 3.125rem 0 rgba(0,0,0,.8);
    height: 50em;
}

.tittle-paragraph{
    display: flex;
    word-break: break-word;
    padding-bottom: 2.5rem;
    justify-content: center;
    padding-top: 30rem;
    color: var(--text-color2);
    width: 80%;
    max-width: 1080px;
    margin: auto;
    font-size: 5rem;
    text-shadow: 0 4px 8px #000;
}

.curve-paragraph{
    display: flex;
    word-break: break-word;
    padding-bottom: 2.5rem;
    justify-content: center;
    padding-top: 2.5rem;
    color: var(--text-color2);
    width: 80%;
    max-width: 1080px;
    margin: auto;
}
.contentbody-conteiner{
    padding: 30px;
    background-color: var(--theme-color);
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
}

.paragraph{
    display: flex;
    color: var(--text-color2);
    font-weight: 200;
    font-size: 150%;
    word-break: break-word;
    font-size: 50px;
}
.sub-paragraph{
    text-align: start;
    font-size: 18px;
    line-height: 1.5;
}
.contentsub-title{
    font-size: 36px;
    font-weight: 900;
}

.porque-img{
    width: 80%;
    height: auto;
}
.equipo-conteiner{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    align-content: space-between;
    padding: 10px;
}
.equipo-descripcion{
    padding: 10px;
    margin: 20px ;
}
.equipo-img{
    width: 400px;
}

.trabaja{
    position: absolute;
    background-image: url("../../src/GRUPO-EMPLEADOS-scaled.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
    filter: brightness(50%);
}

.trabajar-filter{
   justify-content: center;
    display: flex;
    flex-wrap: wrap;
    filter: brightness(100%);
    color: var(--text-color2);
    padding: 20px;
    width: 100%;
}
.trabajarsub-paragraph{
    padding: 20px;
    word-break: break-word;
}
.email {
    text-decoration: underline;
    color: var(--text-color2);
}

.marco{
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    margin-top: 90px;
    background-color: #bec7db49;
    position: relative;
}

.marco2{
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    margin-bottom: 150px;
    background-color: #bec7db49;
    position: relative;
}

.img{
    flex: 1;
    max-width: 580px;
    height: auto;
    min-width: 250px;
}

.x-tt{
    margin-top: auto;
    font-size: 30px;
    text-align: center;

}

.info-t{
    background-color: #eff9ff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.info-tt{
    flex: 0;
    font-size: 18px;
    padding: 50px;
    padding-bottom: 10px;
    color: #134392;
    
}

.info-tl{
    color: #134392;
    margin-top: 0;
    font-size: 30px; 
}

.text-marco{
    flex: 0;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
    vertical-align: baseline;
    color: #134392; 
}

.text-marco2{
    flex: 0;
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    line-height: 1.5;
    font-size: 20px; 
    vertical-align: baseline;
    color: #134392; 
}

.text{
    flex: 1;
    position:relative;
    padding: 15px;
    top: 1rem;
}


@media (max-width: 750px){
    .equipo-conteiner{
        flex-direction: column;
    }
    .equipo-img{
        width: 100%;
        height: auto;

    }
    .content-conteiner{
        height: 20em;
    }
    .content-conteiner-sobre{
        height: 20em;
    }
    .tittle-paragraph{
        padding-top: 7rem;
        font-size: 3rem;
    }
    
}