/* </SOUL> */
@import url(style.css);
/* @import url(index.css); */

header{
    background: linear-gradient(to bottom,
                                #101c25dc 20%,
                                #101c25cb 30%,
                                /* #101c25c9 70%, */
                                #101c25 100%
                                ),
                 url(../img/general/pp.jfif) center no-repeat;
    background-size: cover;
}
.container-text {
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
    margin: 3rem auto;
    margin-bottom: 5rem;
}
.text-secundary{
    color: var(--light);
    /* font-size: 28px; */
}
.line {
    color: var(--primary);
    font-size: 18px;
}

.text h2 {font-size: 38px;}

.text p {
    width: 670px;
    font-size: 18px;
}
.pic-1 {
    object-fit: cover;
    flex-wrap: wrap;
}
.qualities-square {
    display: flex;
    width: 350px;
    height: 60px;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    border-radius: 10px;
}

/* .services{
    display: flex;
    text-align: right;
    flex-direction: column;
    color: #fafafa;
}
.services h2 {font-size: 38px;}
.services p {
    font-size: 16px;
    margin-top: 2rem;
} */
/* .cards-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    width: 90%;
}
.card:hover {
    box-shadow: 0 1em 2em .2em #242a317c;
    transform: translateY(-1em);
}
.card:hover figcaption p{
    color: var(--warning-hv);
}
.card {
    width: 30%;
    margin: 3rem auto;
    height: 300px;
    background: #181E25;
    color: #f2f2f2;
    font-family: var(--poppins);
    font-size: 14px;
    border: solid 2px var(--dark-primary);
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.card:after{
    content: '';
    position: absolute;
    top: 16em;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: .1em;
    background: var(--dark-primary);
}
.service-cap {transition: var(--trs-250-eio);}
.service-cap:hover {
    color: var(--warning-hv);
}

.main-btn .btn {margin: 3em 0;}
.more-services:hover{
    background-color: #00A998;
    color: var(--light);

} */
/* .more-services {
    cursor: pointer;
    font-size: 20px;
    background:transparent;
    color: #00A998;
    width: 300px;
    height: 60px;
    margin-bottom: 3em;
    border-radius: 10px;
    border: solid 2px #00A998;
    transition: all ease-in 350ms;
} */
.tittle-2 {color: var(--light);}
.slider__container {
    position: relative;
    margin-top: 3rem;
}
.slider__before,
.slider__after {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    top: calc(50% - 20px);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: none;
    color: #00A998;
    opacity: 50%;
    transition: var(--trs-250-eio);
}
.slider__before:hover,
.slider__after:hover {
    opacity: 100%;
}
.slider__before {
    left: -30px;
}
.slider__after {
    right: -30px;
}
.slider__list {overflow: hidden;}
.slider__element {text-align: center; width: 150px;height: 150px;}
.slider__indicators .glider-dot {
        background: #00A998;
        display: block;
        width: 30px;
        height: 4px;
        opacity: .2;
        border-radius: 0;
    }
.slider__indicators .glider-dot:hover {
    opacity: .5;
}
.slider__indicators .glider-dot.active {
    opacity: 1;
}

@media screen and (max-width:800px) {
    .pic-1 {display: none}
    /* .card {width: 45%;} */
}
@media screen and (max-width:400px) {
    .mobile {
        display: none;
    }
    .container-text {
        margin: .5em auto;
        margin-bottom: .5em;
    }
    .text h4{font-size: 1.1em;}
    .line {font-size: 1.5em;}
    .text h2 {font-size: 2.2em;}
    
    .text p {
        width: 90%;
        font-size: 20px;
    }
    .services h2 {
        font-size: 3em
    }
    /* .card {
        width: 95%;
        margin: 1rem auto;
    } */
}