
.gray-container2{
    margin-top: 5%;
    margin-left: 0;
    position: absolute;
    width: 100%;
    background-color:  #464547;
}


.main-container{
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: block;
}

.main-title-container{
    margin-left: 0%;
    width: 50%;
    max-width: 50%; 
}



.services-container{

    justify-content: space-evenly;
    align-items: unset;
}


.services-content{
    margin-left: 15%;
    width: 80%;
    align-items: center;
    justify-content: left;
    display: flex;
    align-items: baseline;
  }


.services-gray-container{
    margin-top: 2%;
    width: 100%;
    opacity: 0.8;
}

.tab-content{
    margin-bottom: 10%;
}

.back-gray-container{
    width: 100%;
}  


.one-column-item {
    margin-top: 10%;
    flex-basis: 43%;
    min-width: 550px;
}

.white-rectangle{
    /* background: transparent url('..images/Rectángulo 186.png') 0% 0% no-repeat padding-box;
    background-color: white; */
    box-shadow: -3.54px 5px 6px #0000002B;
    border-radius: 29px 0px 28px 28px;
    opacity: 1;
    width: 215px;
    height: 215px;
    cursor: pointer;
    color: white;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    color: white;
}

.white-rectangleActive{
    background: transparent url('..images/Rectángulo 186.png') 0% 0% no-repeat padding-box;
    background-color: white;
    box-shadow: -3.54px 5px 6px #0000002B;
    border-radius: 29px 0px 28px 28px;
    opacity: 1;
    width: 215px;
    height: 215px;
    color: #4c4b4d;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    color: #4c4b4d;
}


#managedImage{
    width: 101.75px;
    height: 93.2px;
}

#scrumImage{
    width: 106px;
    height: 97px;
    margin-top: 5%;
}

#consultingImage{
    width: 101.75px;
    height: 93.2px;
}

.services-text{
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: normal;
    font-size: 20px;
    margin-top: 5%;
    color: unset;
    width: 80%;
}


.center{
    position: relative;
    margin-top: 18%;
    margin-left: 18%;
}

.white-rectangle:hover{
    background: transparent url('..images/Rectángulo 186.png') 0% 0% no-repeat padding-box;
    background-color: white;
    box-shadow: -3.54px 5px 6px #0000002B;
    border-radius: 29px 0px 28px 28px;
    opacity: 1;
    color: #4c4b4d;

}


.oswald-light-white{
    font-weight: 300;
    font-size: 55px;
    letter-spacing: 2.75px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    display: block;
}
.large-text{
    margin-left: 15%;
    /* margin-top: 5%; */
    font-weight: 300;
    font-size: 25px;
    color: #BBBEC4;
    font-family: 'PT Sans', sans-serif;
    display: block;  
    width: 70%;
    padding-top: 1em;
}

.oswald-bold-white{
    margin-top: 8%;
    font-weight: 700;
    font-size: 35px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
}
.oswald-light-gray{
    margin-top: 3%;
    font-weight: 300;
    font-size: 27px;
    color: #BBBEC4;
    font-family: 'Oswald', sans-serif;
    display: block;
}

.services-content{
    display: flex;
    width: 80%;
}

.services-content2{
    display: flex;
    width: 85%;
    margin-left: 15%;
}

.contact-us-button{
    width: 194px;
    height: 60px;
    /* background: transparent url('..img/Rectángulo 190.png') 0% 0% no-repeat padding-box; */
    box-shadow: 4px 4px 3px #00000040;
    border-radius: 0px 30px;
    opacity: 1;
    z-index: 1000;
    margin-left: 80%;
}

.options{
    display: none;
}

.first-div{
    background-image: url("../images/servicesB.png");
}

@media (max-width:790px){
    .first-div{
        background-image: url("../images/servicesB.png");
        background-repeat:no-repeat;
        background-size: 200% auto;
        background-position-y: -2%;
        background-position-x: 80%;
    }
    .services-container{
        display: none;
    }
    
    .oswald-light-white{
        font-size: 24px;
    }

    .one-column-item{
        min-width: unset;
        flex-basis: 85%;
    }

    .services-content {
        margin-left: 5%;
        width: 100%;
    }

    .services-content2 {
        width: 90%;
        margin-left: 5%;
        letter-spacing: 1.2px;
    }

    .main-title-container {
        margin-left: 0%;
        width: 80%;
        max-width: 80%;
        min-height: 105px;
    }

    .large-text{
        margin-left: 5%;
        /* margin-top: 5%; */
        font-weight: 300;
        font-size: 15px;
        color: #BBBEC4;
        font-family: 'PT Sans', sans-serif;
        display: block;  
        width: 90%;
        padding-top: 2em;
    }
    
    .options{
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        width: 90%;
        margin-left: 5%;
    }

    .option-box{
        margin-top: 10%;
        flex-basis: 33.3%;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        color: #BBBEC4;
        border-width: 1px;
        border-style: hidden hidden solid hidden;
        padding-bottom: 3%;
    }

    .option-image{
        width: 100%;
        max-width: 66px;
    }

    .text-box{
        margin: auto;
        margin-top: 0%;
        font-family: 'PT Sans', sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #BBBEC4;
        text-align: center;
    }
    .contact-us-button{
        width: 128px;
        height: 37px;
        /* background: transparent url('..img/Rectángulo 190.png') 0% 0% no-repeat padding-box; */
        box-shadow: 4px 4px 3px #00000040;
        border-radius: 0px 30px;
        opacity: 1;
        z-index: 1000;
        margin-left: 60%;
    }

}
