html {
    scroll-behavior: smooth;
}
a {
    cursor: pointer;
}

section.developers2 {
    background-color: #f8fcff;
    padding-top: 40px;
    padding-bottom: 75px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow-x: hidden;
    padding-top:100px
}

#tech article.text {
    -ms-flex-item-align: center;
    align-self: center;
    flex-basis: 100%;
}

#signup {
    margin-top: 30px;
    box-shadow: 0px 0px 23px 0px #7c8e9b38;
    border: solid 1px #00000026;
    color: #7c91a4;
}

.container {
    border: solid 1px #0000001f;
    border-radius: 10px;
    box-shadow: 0px 0px 23px 0px #7c8e9b38;
    padding: 20px;
}

th{
    text-align:center;
    height:50px
}
.countTable td:nth-child(1) {
    min-width: 140px;
    font-weight:600;

}

.countTable  td:nth-child(2) {
    padding: unset;
    min-height:130px;
}

.countTable td:nth-child(3) {
    padding: unset;
    min-height: 130px;
}

.countTable div {
    padding: 5px;
    border-bottom: solid 1px #e8e9e9;
 
    min-height: 70px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

section.developers {
    padding-top: 100px !important
}

.products {
    padding-top: 100px !important
}

section.developers2 object.section_icon {
    position: absolute;
    left: calc(50% - 65px);
    width: 130px;
    top: -41px;
}

    section.developers2 h3 {
        margin-bottom: 50px;
        text-align: center;
        color: #40a161;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

section.developers article.code {
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 15px;
}

section.developers2 article.code {
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 15px;
}

section.developers2 article.code {
    position: relative;
}

b {
    color: #ffb527;
    font-weight: 900;
}

section.developers2 article.text {
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-preferred-size: calc(43% - 70px);
    flex-basis: calc(43% - 70px);
    padding: 10px 0 10px 70px;
}

footer:after {
    content: "Pro-Paupanca \2122    This is a U.M.C, E.I. Product - All rights reserved. Email : marcos@umcei.co Office: 875 854 555";
    height: 1px;
    display: block;
    position: absolute;
    bottom: 100px;
    background-color: #ffffff2b;
    text-align: center;
    line-height: 45px;
    color: #ffffff80;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-top: 50px;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0c293a;
     padding-top: unset; 
   padding-bottom: unset; 
    position: relative;
    min-height: 270px;
}

section.overview {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    /* margin-bottom: 70px; */
    /* margin-top: -20px; */
    /* margin-top: 100px; */
    padding: 150px;
}

    section.overview article.image {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        border-radius: 25px;
        z-index: 9;
        display: block;
    }

        section.overview article.image img {
            -webkit-box-shadow: 11px 14px 45px 0px rgb(34 36 38 / 18%);
            box-shadow: 11px 14px 45px 0px rgb(34 36 38 / 18%);
            border-radius: 25px;
            width: 100%;
        }

    section.overview article.text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    section.overview article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

@media only screen and (max-width: 425px) {
    section.developers2 article.text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    section.developers2 article.text {
        -ms-flex-item-align: center;
        align-self: center;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        padding: unset;
    }
}
/*section.developers2 article.text {
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-preferred-size: calc(43% - 70px);
    flex-basis: calc(43% - 70px);
    padding: 10px 0 10px 70px;
}

section.developers2 article.text h4, section.developers2 article.text p {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    color: #f8f8f8;
}

section.developers2 article.text p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
}

section.developers2 article.text .card:first-of-type {
    margin-bottom: 49px;
}

section.developers2 article.text .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
}



media only screen and (max-width: 425px)
section.developers2 article.text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

@media only screen and (max-width: 425px) {
    section.developers2 article.text span:first-of-type {
        margin-bottom: 40px;
    }
}*/



