﻿body {
    margin:0;
    padding:0;

}

a {
    color: rgb(90,61,235);
}

.hero-content-section{
    padding:20px;

}

.hero-content-container {
    width: 100%;
}

.hero-content-image-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width:85%;
}

.hero-content-image-container img {
    width: 100%;
    border-radius: 5px;
}

.hero-content-header h1{
    font-size:30px;
    text-align:left;
}

.hero-content-text{
    margin-top:15px;
}

.hero-content-text ul {
    list-style-type: none;
    padding:0;

}

.hero-content-text li{
   margin:10px 0;
   font-size:16px;
}

.button-container {
    display: flex;
    width: 90%;
    margin-top:20px;
}

.capfree-button{
    width:50%
}

.download-button {
    width: 50%;
}



.capfree-content-button {
    background-color: dodgerblue;
    border-radius: 4px;
    color: rgb(255,255,255);
    font-size: 16px;
    font-weight: 500;
    padding: .75em;
    border: rgb(90,61,235) 2px;
}

.dwg-content-button {
    background-color: #0074e4;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: .75em;
    color:white;
}

.blocos-section {
    padding: 2rem;
/*    box-shadow: rgba(50,50,93,0.25) 0 2px 5px -1px, rgba(0,0,0,0.3) 0 1px 3px -1px;*/
}

.blocos-header {
    font-size: 24px;
    text-align:center;
    
}

.downloads-container {
    box-shadow: rgba(50,50,93,0.25) 0 2px 5px -1px, rgba(0,0,0,0.3) 0 1px 3px -1px;
    margin:20px 0;
    padding:20px;
}

 .downloads-container h2 {
        font-size: 22px;
  /*      color: rgb(90,61,235)*/
    }

.blocos-download-button {
    background-color: dodgerblue;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: .75em;
    color:white;
}

.blocos-download-button:hover {
        background-color: rgb(90,61,235);
    }

.blocos-download-button:active {
background-color: blue;
    }

@media screen and (min-width:370px){
    .hero-content-section{
        padding:25px;
    }
}

@media screen and (min-width:400px) {
    .button-container {
        width: 85%;
    }

    .blocos-section {
        padding: 40px 50px;
    }
    .blocos-header{
        font-size:26px;
    }
    .downloads-container{
        padding:25px;
    }
    .hero-content-text{
        margin:20px 0;
    }
}

@media screen and (min-width:450px) {
    .hero-content-section {
        padding: 25px 55px;
    }

    .blocos-section {
        padding: 40px 55px;
    }

    .button-container {
        width: 75%;
    }


    .hero-content-text p{
        font-size:16px;
    }
    .downloads-container{
        padding:30px;
    }

     .downloads-container p{
        margin:15px 0;
        font-size:16px;
     }
     .downloads-container h2 {
         font-size:26px;
     }

}


@media screen and (min-width:500px){
    .hero-content-section{
        padding:25px 65px;
    }

}

@media screen and (min-width:550px) {
    .hero-content-section {
        padding: 25px 75px;
    }
    .hero-content-image-container{
        width:80%;
    }
    .blocos-section {
        padding: 40px 100px 25px 100px;
    }
    .blocos-header{
        text-align:center;
        font-size:30px;
    }
    .button-container{
        width:70%;
        margin-top:30px;
    }
}

@media screen and (min-width:600px) {
    .button-container {
        width: 65%;
    }
}

@media screen and (min-width:650px) {
    .hero-content-section{
        padding:25px 95px;
    }
}

@media screen and (min-width:700px) {
    .hero-content-image-container {
        width: 70%;
    }

    .button-container {
        width: 55%;
    }
}

@media screen and (min-width:800px) {
    .button-container {
        width: 50%;
    }
}

@media screen and (min-width:900px) {
    .button-container {
        width: 50%;
    }

    .hero-content-image-container {
        width: 60%;
    }

    .button-container {
        width:45%;
    }
}


        @media screen and (min-width:992px) {
            .hero-content-section {
                
                margin: 40px auto;
            }


            .hero-content-container {
                display: flex;
                flex-direction: row-reverse;
                justify-content: space-between;
                align-items: center;
                
            }



            .hero-content-text-container {
                display: flex;
                justify-content: left;
                flex-direction: column;
                width: 60%;
            }

            .hero-content-header {
                width: 87%;
                margin: 0;
            }

            .hero-content-text-container .hero-content-header h1 {
                font-size: 30px;
            }

            .hero-content-text-container .hero-content-text {
                width: 85%;
            }

            .hero-content-text-container .hero-content-text {
                margin-top:0;
            }

            .hero-content-text ul {
                padding: 0;
                margin: 0;
                font-size: 16px;
            }

            .hero-content-text li {
                list-style-type: none;
                padding: 5px 0;
                font-size: 16px;
                margin:0;
            }

            .hero-content-image-container {
                width: 40%; 
            }

                .hero-content-image-container img {
                    width: 100%;
                    border-radius: 5px;
                }

            .button-container {
                display: flex;
                width: 70%;
                margin: 0;
                margin-top: 15px;
            }

            .download-button {
                width: 50%;
            }

            .capfree-button {
                width: 50%;
            }

            .capfree-content-button {
                width: 120px;
                margin: 0;
                font-size: 14px;
            }

            .dwg-content-button {
                width: 120px;
                margin: 0;
                font-size: 14px;
            }


            .downloads-section {
                height: 100vh;
            }

            .header-container {
                width: 80%;
                margin-left: auto;
                margin-right: auto;
            }

            .blocos-header {
                text-align: center;
                margin: 40px 0;
                font-size: 36px;
            }

            .download-container {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-evenly;
                align-items: center;
                margin-top: 20px;
            }


            .downloads-container {
                width: 40%;
                height: 230px;
                padding: 10px;
                border: none;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                margin: 10px;
                box-shadow: rgba(50,50,93,0.25) 0 2px 5px -1px, rgba(0,0,0,0.3) 0 1px 3px -1px;
            }

            .downloads-container p{
                margin:0;
            }
        }


@media screen and (min-width:1100px) {
    .hero-image-container {
        width: 50%;
    }

    .button-container {
        width: 60%
    }

    .downloads-container {
        padding:15px;
    }

    .download-container{
        justify-content:center;

    }
}

        @media screen and (min-width:1200px) {
            .hero-content-text-container{
                width:50%;
            }
            .hero-image-container img {
                width: 80%;
            }

            .capfree-button {
                margin-right: 0;
            }

            .download-button {
                margin-left: 0;
            }

            .blocos-section {
                padding: 3rem;
            }
        }

@media screen and (min-width:1300px) {
    .downloads-container {
        width:32%;
    }
}

@media screen and (min-width:1300px) {
    .hero-content-text-container .hero-content-header h1 {
        font-size: 40px;
    }

    .hero-content-text-container .hero-content-text {
        margin: 20px 0;
    }

    .hero-text li {
        font-size: 18px;
    }

    .capfree-content-button {
        font-size: 20px;
        width: 160px;
    }

    .dwg-content-button {
        font-size: 20px;
        width: 160px;
    }



    .blocos-header {
        font-size: 46px;
    }

    .downloads-container p {
        font-size: 18px;
    }
}

@media screen and (min-width:1300px){
    .downloads-container{
        width:33%;
    }
}
