@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    /* overflow-x: hidden; */
    
}

.fixed-header {
    position: fixed;
    z-index: 999999999999;
    width: 100%;
    transition: all 1s;
    background: #0c4c6c;
    top: 0;
    color: #fff !important;
}

.op0 {
    opacity: 0;
    display: none;
}

.op1 {
    opacity: 100% !important;
    display: block !important;
}

body {
    overflow-x: hidden;
    background: #f1f1f1;
}

main.mobile, header.mobile {
    display: none;
}

header.mobile {
    opacity: 0;
    display: none;
}

header.desktop{
    position: fixed;
    z-index: 9999999;
    height: 10vh;
    color: #fff;
    padding: 1.2%;
    transition: all 0.6s;
    width: 100%;
    display: flex;
    color: #111;
}

header.desktop a {
    padding: 0 4%;
}

header.desktop img {
    padding: 0 4%;
    /* object-fit: cover; */
    /* width: 30vh; */
    width: 40vh;
    height: auto;
}

header.desktop nav ul {
    position: absolute;
    right: 0;
    display: flex;
    margin: 0 5%;
}

header.desktop nav ul li {
    list-style: none;
}

header.desktop nav ul li a {
    color: #fff;
    background: #ef4302;
    margin: 0 0 0 3vh;
    padding: 1vh 3vh;
    border-radius: 4vh;
    font-size: 2.5vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}

header.desktop nav ul li a:last-of-type(1) {
    color: #111;
}

main.desktop {
    padding: 0 5% 0 5%;
}

main .home .square {
    background: linear-gradient(96.08deg, #033249 6.78%, rgba(19, 83, 125, 0.867772) 88.26%, rgba(19, 83, 125, 0.867772) 97.73%);
    height: 120vh;
    width: 120vh;
    border-radius: 10%;
    position: absolute;
    right: -20%;
    top: -35%;
    z-index: 0000;
    transform: rotate(20deg);
}

main .home .info {
    position: relative;
    z-index: 1;
}

main .home .info .title {
    width: 80vh;
    text-align: center;
    padding: 8% 2% 5% 2%;

}

main .home .info .title h1 {
    font-size: 4vh;
    margin: 2vh 0;
    color: #ef4302;
}

main .home .info .title p {
    font-size: 2.3vh;
    margin: 3vh 0 5vh 0;
}

main .home .info .title a {
    margin: 8vh;
    font-size: 2.3vh;
    background: #ef4302;
    padding: 2%;
    border-radius: 2vh;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

main .home .info .title a:nth-last-child(1) {
    background-color: #125a7e;
}

main .home .box-imgs {
    display: flex;
    float: right;
    /* margin-top: -5%; */
}

main .home .box-imgs img {
    border: 1vh solid #111;
    border-radius: 5vh;
}

main .home .box-imgs img:nth-last-of-type(1){
    width: 40vh;
    transform: rotate(350deg);
    margin: 0 10vh 0 -12vh;
    border-bottom: 5vh solid #111;
}

main .home .box-imgs img:nth-last-of-type(2) {
    height: 50vh;
    margin: 10vh -4vh;
}

main .read-more {
    width: 100%;
    margin: 45% 0 10% 0;
}

main .read-more .title {
    width: 35%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 10vh 0;
    font-size: 2vh;
}

main .read-more .title h1 {
    text-align: center;
    font-style: 3vh;
    color: #ef4302;
}

main .read-more .container {
    display: flex;
}

main .read-more .container .content-box {
    background: #d9d9d9;
    margin: 1% 2% 0 2%;
    height: 40vh;
    padding: 2%;
    border-radius: 3vh;
    cursor: pointer;
    transition: all 1s;
    font-size: 2vh;
}

main .read-more .container .content-box i {
    font-size: 5vh;
    margin: 20px 0;
}

main .read-more .container .content-box h2 {
    margin: 2% 0;
    font-style: 3vh;
}

main .read-more .container .content-box p span {
    font-size: 1.5vh;
}

main .read-more .container .content-box  a i{
    transition: all 1s;
    font-size: 100%;
    color: #111;
    margin: -1% 0;
}

main .read-more .container .content-box:hover a i {
    color: #fff;
}

main .read-more .container .content-box:hover {
    background: #033249;
    color: #fff;
}

main .softwares {
    width: 100%;
    background: #033249;
    border-radius: 5vh;
    color: #fff;
    
}

main .softwares .item {
    margin: 3vh;
}

main .softwares .item h1 {
    font-size: 3vh;
    text-align: center;
    font-weight: 600;
}

main .softwares .item .div-img-epr img{
    background: #fff;
    border-radius: 1vh;
    padding: 1vh;
    width: 40vh;
    margin: 2% 0 0 5%;
}


main .softwares .item .box-info {
    display: flex;
    margin: 2vh;
    /* position: relative; */
}

main .softwares .item .box-info .div-img-web img{
    max-width: 200%;
    max-height: 200%;
    min-width: 10%;
    border: 1.5vh solid #111;
    border-radius: 3vh;
    /* margin-right: 2vh; */
}

main .softwares .item .box-info .div-img-mobile img {
    width: 40vh;
    height: 60vh;
    border-radius: 5vh;
    border: 1vh solid #111;
}

main .softwares .item .box-info .info {
    width: 80%;
}

main .softwares .item .box-info .info p{
    font-size: 2.5vh;
    margin-left: 4%;
}

main .softwares .item .box-info .info a {
    color: #fff;
    font-size: 2.3vh;
    background: #ef4302;
    padding: 2vh;
    text-decoration: none;
    border-radius: 2vh;
    float: left;
    margin: 4%;
}

.owl-dots button.owl-dot span {
    position: relative;
    left: 50% !important;
    transform: translateX(-50%);
    padding: 1vh;
    background: #fff !important;
    margin-bottom: 3vh !important;
    margin-right: 1vh !important;
}

.owl-dots button.owl-dot.active span {
    width: 5vh;
    transition: all .7s;
    background: #fff !important;
}

.owl-height {
    height: auto !important;
}

.flex {
    display: flex;
    margin: 10%;
}

main .contact {
    width: 100%;
    margin: 10% 0;
    color: #fff;

}

main .contact .form, main .contact .box-infomation {
    display: inline-block;
    vertical-align: top;
}

main .contact .box-infomation {
    width: 25%;
    color: #fff; 
    /* float: left; */
    margin: 0 10px;
}

main .contact .box-infomation .box-container{
    width: 100%;
    background: #033249;
    height: auto;
    font-size: 2vh;
    padding: 3%;
    border-radius: 1vh;
}

main .contact .box-infomation input[type=submit], main .contact .box-infomation input[type=button], main .contact .box-infomation button{
    width: 100%;
    height:7vh;
    margin: 9% 0;
    border-radius: 1vh;
    /* border: 0.5vh solid #033249; */
    font-size: 2vh;
    cursor: pointer;
    background: #ef4302;
    color: #fff;
    border: none;
    font-weight: 600;
}

main .contact .form {
    width: 70%;
    margin: 0 0 0 2%;
}

main .contact .form input{
    width: 100%;
    height: 5vh;
    border: none;
    background: #d6d6d6;
    border-radius: 0.7vh;
    padding: 2%;
    font-size: 2vh;
    margin: 0 0 2% 0;
}

main .contact .form textarea {
    width: 100%;
    resize: none;
    height: 26.3vh;
    border: none;
    background: #d6d6d6;
    padding: 2%;
    font-size: 2vh;
    border-radius: 1vh;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

footer {
    width: 100%;
    background: #d6d6d6;
    height: 20vh;
    text-align: center;
}

footer p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100%;
}

footer a {
    float: right;
    margin: 0 1%;
    font-size: 150%;
    color: #111;
}

.none {
    display: none;
    transition: all 1s;
    opacity: 0;
}

@media screen and (max-width: 1100px) {

    header.mobile {
        position: fixed;
        z-index: 9999999999999999999;
        width: 100%;
        display: block;
        opacity: 1;
    }

    header.mobile i {
        position: absolute;
        right: 0;
        font-size: 220%;
        cursor: pointer;
        margin: 3% 5%;
    }

    header.mobile nav {
        background: #0c4c6c;
        transition: all 1s;
        padding: 5vh;
        border-bottom-left-radius: 2.8vh;
        border-bottom-right-radius: 2.8vh;
    }

    header.mobile nav ul li, header.mobile nav ul li a{
        list-style: none;
        color: #fff;
        text-decoration: none;
        margin: 2vh;
        font-size: 4vh;
        font-weight: 600;
    }


    .owl-dots {
        display: none;
    }

    header.desktop, main.desktop {
        display: none;
    }

    header.mobile, main.mobile {
        display: block;
        width: 99%;
    }

    main.mobile {
        padding: 3%;
    }

    main.mobile .home-mobile img {
        margin: 10% 0 5% 0;
        width: 70%;
    }

    main.mobile .home-mobile h1, main.mobile .read-more-mobile h2 {
        color: #ef4302;
        margin: 2% 0;
    }

    /* Saiba mais */

    main.mobile .read-more-mobile {
        margin: 10vh 0;
    }

    main.mobile .read-more-mobile .box-read-mobile {
        background: #d9d9d9;
        margin: 5vh 0;
        padding: 3%;
        border-radius: 2vh;
    }

    main.mobile .read-more-mobile .box-read-mobile .box-more i{
        font-size: 5vh;
        margin: 4% 0;
    }

    main.mobile .read-more-mobile .box-read-mobile .box-more p a:nth-last-child(1) i {
        font-size: 2.5vh;
        color: #111;
    }

    main.mobile .read-more-mobile .box-read-mobile .box-more p a:nth-last-child(2) i {
        font-size: 3.5vh;
        color: #111;
    }

    /* Software mobile */

    main.mobile .softwares-mobile {
        background: #033249;
        padding: 2%;
        color: #fff;
        border-radius: 2vh;
    }

    main.mobile .softwares-mobile .item {
        /* margin: 0 2%; */
        padding: 0 2%;
    }

    main.mobile .softwares-mobile .item p {
        margin: 10% 0 20% 0;
    }

    main.mobile .softwares-mobile .item a {
        position: absolute;
        background: #ef4302;
        color: #fff !important;
        padding: 2%;
        border-radius: 1vh;
        font-style: 10%;
        bottom: 2%;
    }

    main.mobile .softwares-mobile .item .box-img-web-mobile img {
        width: 100%;
        padding: 1%;
    }

    main.mobile .softwares-mobile .item img{
        width: 50%;
    }
   
    /* Contato mobile */

    main.mobile .contact-mobile .box-contact-info-mobile{
        background: #033249;
        color: #fff;
        margin: 10% 0;
        padding: 5%;
        border-radius: 2vh;
    }

    main.mobile .contact-mobile .form-mobile input, main.mobile .contact-mobile .form-mobile textarea{
        width: 100%;
        margin: 2% 0;
        resize: none;
        border: none;
        background: #d6d6d6;
        padding: 3%;
    }

    main.mobile .contact-mobile .form-mobile input {
        height: 5vh;
    }

    main.mobile .contact-mobile .form-mobile input[type=submit] {
        background: #ef4302;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10%;
        text-align: center;
        height: 6vh;
        border-radius: 1vh;
    }
}