* {list-style-type: none; margin: 0; padding: 0;}
body{font-family: 'Montserrat', sans-serif; padding:0!important;}

header .row-fluid{
    min-height: 650px;
}
@media only screen and (min-width: 1791px) {
    header .header-desktop{
        color: #F0F0F0;
        background-color: #F0F0F0;
        width: 100%;
    }
    header .header-mobile{
        display: none;
    }
    .div-header {
		width: 100%;
		position: relative;
	}
    .div-header-text{
        position: absolute;
        margin-top: 800px;
        /* font-weight: bold; */
        padding-left: 350px;
        padding-right: 350px;
        text-align: justify;
        top: 0;
        left: 0;
        color: #fff;
     }
}
@media screen and (max-width: 1790px) and (min-width: 1530px) {
    header .header-desktop{
        color: #F0F0F0;
        background-color: #F0F0F0;
        width: 100%;
    }
    header .header-mobile{
        display: none;
    }
    .div-header {
		width: 100%;
		position: relative;
	}
    .div-header-text{
        position: absolute;
        margin-top: 650px;
        /* font-weight: bold; */
        padding-left: 250px;
        padding-right: 250px;
        top: 0;
        left: 0;
        color: #fff;
     }
}
@media screen and (max-width: 1529px) and (min-width: 1320px) {
    header .header-desktop{
        color: #F0F0F0;
        background-color: #F0F0F0;
        width: 100%;
    }
    header .header-mobile{
        display: none;
    }
    .div-header {
		width: 100%;
		position: relative;
	}
    .div-header-text{
        position: absolute;
        margin-top: 550px;
        /* font-weight: bold; */
        padding-left: 250px;
        padding-right: 250px;
        top: 0;
        left: 0;
        color: #fff;
     }
}
@media screen and (max-width: 1319px) and (min-width: 1115px) {
    header .header-desktop{
        color: #F0F0F0;
        background-color: #F0F0F0;
        width: 100%;
    }
    header .header-mobile{
        display: none;
    }
    .div-header {
		width: 100%;
		position: relative;
	}
    .div-header-text{
        position: absolute;
        margin-top: 500px;
        /* font-weight: bold; */
        padding-left: 100px;
        padding-right: 100px;
        top: 0;
        left: 0;
        color: #fff;
     }
}
@media screen and (max-width: 1114px) and (min-width: 980px) {
    header .header-desktop{
        color: #F0F0F0;
        background-color: #F0F0F0;
        width: 100%;
    }
    header .header-mobile{
        display: none;
    }
    .div-header {
		width: 100%;
		position: relative;
	}
    .div-header-text{
        position: absolute;
        margin-top: 400px;
        /* font-weight: bold; */
        padding-left: 100px;
        padding-right: 100px;
        top: 0;
        left: 0;
        color: #fff;
     }
}
@media screen and (max-width: 979px) and (min-width: 880px) {
    header .header-desktop{
        color: #F0F0F0;
        background-color: #F0F0F0;
        width: 100%;
    }
    header .header-mobile{
        display: none;
    }
    .div-header {
		width: 100%;
		position: relative;
	}
    .div-header-text{
        position: absolute;
        margin-top: 340px;
        /* font-weight: bold; */
        padding-left: 100px;
        padding-right: 100px;
        top: 0;
        left: 0;
        color: #fff;
     }
}
@media screen and (max-width: 879px) and (min-width: 801px) {
    header .header-desktop{
        color: #F0F0F0;
        background-color: #F0F0F0;
        width: 100%;
    }
    header .header-mobile{
        display: none;
    }
    .div-header {
		width: 100%;
		position: relative;
	}
    .div-header-text{
        position: absolute;
        margin-top: 300px;
        /* font-weight: bold; */
        padding-left: 100px;
        padding-right: 100px;
        top: 0;
        left: 0;
        color: #fff;
     }
}
@media only screen and (max-width: 800px) {
    header .header-desktop{
        display: none;
    }
    header .header-mobile{
        color: #F0F0F0;
        background-color: #F0F0F0;
        width: 100%;
    }
    .div-header {
        width: 100%;
		background-color: #666666;
	}
    header .text-mobile {
        padding: 30px;
        color: white;
        text-align: justify;
    }
}
header a.seta img{
    margin-top: 25px;
}

header img.logo-ulbracred{
    margin-top: 50px;
}
@media only screen and (max-width: 600px) {
    header img.logo-ulbracred{
        margin-top: 50px;
    }
}
header img.ulbra-logo{
    margin-top: 125px;
}

p.regulamento{
    font-size: 12px;
    margin: 0 0 0 25px;
    color: #888;
    width: 100%;
    line-height: 15px;
}

section#sobre{
    margin-top: 0px;
    padding: 50px;
    padding-top: 150px;
    overflow: hidden;
    min-height: 500px;
    color: #555;
    font-size: 21px;
    line-height: 30px;
}

@media only screen and (max-width: 600px) {
    section#sobre{
        margin-top: 0px;
        padding: 20px;
        padding-top: 100px;
        overflow: hidden;
        min-height: 600px;
        color: #555;
        font-size: 21px;
        line-height: 30px;
    }
}

section#sobre a.bnt-inscrever{
    background: #f7ab00;
    color: #FFF;
    box-shadow: 0 6px #cf9c1f;
    transition: none;
    font-size: 21px;
    line-height: 26px;
    padding: 20px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
}

section#sobre a.bnt-inscrever:hover{
    color: #555;
    box-shadow: none;
    position: relative;
    top: 2px;
    left: 2px;
}

section#regulamento{
    margin: 15px 0;
    padding: 150px 0;
    background: #868686;
}

section#regulamento .list-group a li{
    background: #f7ab00;
    margin: 5px;
    color: #FFF;
    font-weight: 700;
}


section#simulador{
    background: #FFF url("../img/bg-simulador.jpg") left top no-repeat;
}


#compartilhe{
    background: #4f4f4f;
    padding: 30px 0 30px 0;
}

/* #compartilhe .assinatura{
    margin-top: 80px;
}

section#compartilhe div.row .col-md-4{
    text-align: center;
}

#compartilhe ul.rs{
    float: right;
}

#compartilhe ul.rs li{
    float: left;
    margin-right: 15px;
} */

section#regulamento .list-group a li:hover{
    text-decoration: underline;
}


@media ( max-width : 767px) {

}

.max-width-card {
    max-width: 400px !important;
    max-height: 200px !important;
}
.max-text-card {
    max-width: 400px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.card-bg-grey {
    background-color: rgba(204,204,204, 0.2);
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
    border-radius: 2rem;
    padding-bottom: 10px;
    margin-bottom: 50px;
    max-width: 450px !important;
    min-height: 370px;
}

.color-666 {
    color: #666666;
}

.btn-veja-mais {
    color: #FFFFFF;
    background-color: #041e42;
    max-width: 900px
    width:400px;
}
.btn-veja-mais:hover {
    color: #FFFFFF;
    background-color: #7d2529;
    
}
.modal-header-color {
    border-color: #AA7218;
    background-color: #AA7218;
}

.center {
  margin: auto !important;
  width: 50% !important;
}