h2 span{
  font-weight: bold;
  color: inherit;
  margin: 2% 0;
  text-decoration: underline;
}
p{
    line-height: 1.75rem;
    text-align: justify;
}
header{
    background: #212028;
}
header .navbar {
  
    top: 14%
}
.start{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10% 0;
}
.start-text h2 {
    padding: 0;
    text-align: left;
    color: var(--dblack);
}
/*.start, .history, .services-list{
   padding: 0 11%;
}*/
.two-cols{
    display: flex;
    justify-content: center;
    margin: 5% 0;
    gap: 5%;
    align-items: center;
     padding: 3% 2%;
}
.gray{
    background: var(--breadcumb);
   
}
.start-text{
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 4%;
    text-align: justify;
}
.start-text span{
   font-weight: bold;
   color: inherit;
}
.history {
    height: auto;
    padding: 10% 0;
}
.history h3{
    margin: 3% 0;
}
.services-list{
    display: flex;
    justify-content: center;
    flex-direction: column;
     background: #dcdcdc59;
    padding-bottom: 10%;
}
.services-list .two-cols, .columns{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5%;
    margin: 3% 0;
}
.card-liss{
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border-radius: 10px;
    height: 390px;
    background: white;
}
.text-list{
    padding: 7%;
    text-align: justify;
}
.services-list h3{
    margin-top: 10%;
}
.text-list h4, .column h4{
    margin: -10% 0 2% 0;
    font-weight: bold;
    text-align: center;
}
.img-list{
    display: flex;
    justify-content: center;
    width: 28%;
    margin: 5% auto;
    padding: 5% 0;
}
.banner-somos{
    background-image: url("/img/superhero.jpg");
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-somos h3{
    background: var(--dblack);
    color: white;
    text-align: justify;
    position: relative;
    padding: 0 5%;
}
.values .container h3{
    margin-bottom: 10%;
    text-align: center;
}
.img-value{
    position: relative;
}
.img-value img{
    transform: rotatey(180deg);
}
.values{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #dcdcdc59;
    padding: 0 11%;
}
.column{
    background: white;
    padding: 10% 6%;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
.column h4{
    padding: 6% 0 2% 0;
}
.triangle-up i {
    position: absolute;
    left: 45%;
    top: 85%;
}
.container-submenu hr {
    top: 2%;
}
.shape-bottom{
    width: 400%;
    top: -25%;
    position: relative;
}
.new-team{
    display: flex;
    justify-content: center;
    height: auto;
    padding: 10% 0;
}
.team-text{
    position: absolute;
    bottom: 9%;
    padding: 0 5%;
    display: flex;
    align-items: center;
}
.team-text h4 {
    color: white;
    font-size: 1.4rem;
    line-height: 1.6;
}
.services-list .container h3{
    text-align: center;
}
/* --------- media queries --------*/
@media(max-width: 768px){

}
@media(max-width: 426px){
    h2, h3 {
        text-align: left;
    }
    .two-cols {
        flex-direction: column;
    }
    .img-value {
        margin-top: 7%;
        position: relative;
        padding: 2%;
    }
        .columns{
        height: auto;
        padding: 20% 0;
    }
    .values{
        padding: 20% 0;
    }
    .start {
        min-height: 100vh;
        padding: 25% 0;
    }
    .start-img{
        order: 1;
    }
    .team-text {
        position: relative;
        bottom: -88%;
        color: var(--dblack);
        z-index: 100;
    }
    .team-text h4{
        color: var(--dblack);
        text-align:left;
    }
}

@media(max-width: 320px){
    .container{
        width: 100%;
    }
    .team-text {
        bottom: -131%;
        color: var(--dblack);
        z-index: 100;
    }
    .columns {
        height: 120vh;
    }
    
}
@media(max-width: 1400px){

    .new-team {
        display: flex;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .card-liss {
        height: 440px;
    }
    .services-list .container{
         height: 460vh;
    }
}

