
#mainModulos {
    background-color: #0192ef;
    height: auto;
    background: url(~/images/Slide-1.png);
    background: url(../images/Slide-1.png);
    background-repeat: no-repeat;
    background-position: right;
    /*background-color: #f0f9ff;*/
    row-gap: 2rem;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    h1{
        margin-top: 2rem;
    }
}

@media(width<=1000px){
    #mainModulos{
        justify-content: center;
    }
}


.article-modulos-images{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
   
}


#article-modulo {
    column-gap: 2rem;
    height: auto;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: 2rem;
    padding: 2rem 2rem 5rem 2rem;
}

.section-modulo{
    height: 20%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid;
    /* padding: 0.7rem 1rem; */
    border-radius: 10px;
    color: #fff;
    padding: 15px 0;

    i{
        font-size: 3vh;
    }

    p{
        margin: 0;
    }
}

.section-modulo:hover{
    background-color: #00C3FF;
    background-color: #0192ef;
    color: #fff;
}

/*.dropdown-content{
    width: auto;*/
    /* background:  linear-gradient(250deg, #03c0f3, #0192ef); */
    /*background-color: #fff;
    background-color: #f0f9ff;
    background-color: #0192ef;
    list-style: disc;

    color: #fff;

    .dropdown-item{
        color: #606060;
        color: #fff;
        font-weight: 600;
        list-style: disc;*/
        /* font-weight: bold; */
    /*}
    .dropdown-item:hover{
        background-color: transparent;
    }
}*/

@media (width<1200px){
    #mainModulos{
        height: auto;
        padding: 0 0 0 0;
        margin: 0;
        background-size: 0;
    }
    #image-modulo{
        width: 70%;
        height: auto;
    }
    #article-modulo{
        height: auto;
        padding: 0;
        margin: 0;
        row-gap: 1rem;
        background: url(../images/Slide-1.png);
        /* background:  linear-gradient(250deg, #03c0f3, #0192ef); */
        background-repeat: no-repeat;
        background-position: right;
        background-size: 150% 150%;
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
    .section-modulo{
        height: 15%;
        padding: 2rem 0;
    }
  
    
}

@media (width<576px){
    .section-modulo{
        width: 70%;
        height: 5%;
    }

    #article-modulo{
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
}

#image-modulo{
    height: auto;
    width: 80%;
}


/* aplicar um modal de informacoes e com o btn de baixar ao clicar nos modulos  */
/*.modal-header h5 {
    font-weight: 600;
}*/

/*.modal-content{*/
    /*background-color: #0192ef;*/
    /*color: #fff;*/
    /*height: auto;
    border: none;
    padding: 0 1rem;
}*/

.modal-header{
    background-color: #0192ef;
    color: #fff;
}

.btn-close{
    color: #fff;
    background-color: #fff
}

.btn-close-modal {
    border: none;
    outline: none;
    font-size: 2.5vh;
    transform: scale(1.1);
    color: #fff;
    background-color: transparent;
}

.detalhes-modulo{
    padding: 0.5rem 1rem;
}


/*.modal-footer{
    display: flex;
    justify-content: center;
}*/

.btn-baixarModulos{
    font: inherit;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: bold;
    font-size: 2.5vh;
    padding: 0.7rem 3rem;
    background:  none;
    background-color: #0280ce;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-baixarModulos:focus{
    transition: 0.5s;
    box-shadow: 0 0 2px 1px #fff;
}
