/*callout*/

.notificacaogeral{
    display: none;
}

.open-button span{
    font-size: 22px;
}

.notificacaogeral .row{
    margin: 0;
}

.notificacaogeral .columns{
    margin: 0;
    padding: 0;
}

.notificacaogeral{
    background:black;
    padding:10px 30px;
    border:0;
    width:550px;
    position:fixed;
    bottom:0rem;
    right:0;
    z-index:100;
    box-shadow:0 2px 20px 0 rgba(0,0,0,.13);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    transition: width .5s ease-in-out;

}


.notificacaogeral .header{
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: -12px;
}

.notificacaogeral .header img{
    width: 49px;
    height: auto;
    display: inline-flex;
    padding-right: 15px;
}

.notificacaogeral .header p{
    display: inline-flex;
    color: white;
    text-transform: uppercase;
    font-family: "Montserrat Bold";
    font-size: 14px;
}

.notificacaogeral .close-button, .notificacaogeral .open-button {
    position: absolute;
    right: 0;
}

.notificacaogeral .alert{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}

.notificacaogeral .alert:first-child{
    padding-top: 42px;
}

.notificacaogeral .alert:last-child{
    border-bottom: 0;
}

.notificacaogeral .alert img{
    width: 120px;
    height: auto;
}

.notificacaogeral a, .notificacaogeral h1{
    color: white;
}

.notificacaogeral h1{
    font-size: 16px;
    font-family: "Montserrat";
}

.notificacaogeral p{
    font-family: "PT Sans Italic";
    font-size: 16px;
    color: rgba(255,255,255,0.4);
}

.notificacaogeral .open-button, .notificacaogeral .close-button{
    color: white;
}

.notificacaogeral .open-button {
    opacity:0;
    color:#9b9b9b;
    top: 0.4rem;
}

.notificacaogeral .open-button:hover, .notificacaogeral .close-button:hover{
    color:white;
}

.notificacaogeral.is-moved-over .open-button{
    opacity: 1;
}

.notificacaogeral .close-button{
    opacity: 1;
    top: 1rem;
}

.notificacaogeral.is-moved-over .close-button{
    opacity: 0;
}

.notificacaogeral.is-moved-over .body{
    max-height: 0;
    transition: max-height .7s ease-in-out;
}

.notificacaogeral .body{
    max-height: 100vh;
    transition: max-height .7s ease-in-out .8s;
}

.notificacaogeral.is-moved-over{
    width: 350px;
    transition: max-height .5s ease-in-out, width .5s ease-in-out .8s;
}

.notificacaogeral.no-animate,.notificacaogeral.no-animate img, .notificacaogeral.no-animate.is-moved-over .body{
    transition:none !important;
}

.notificacaogeral.no-animate.is-moved-over .body{
    transition: max-height 0s ease-in-out !important;
}

.notificacaogeral .saber_mais{
    font-family: "Montserrat Bold";
    padding-left: 4px;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
}

.notificacaogeral1 .saber_mais {
    font-family: Montserrat;
}

.notificacaogeral .course-callout-alert-link{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 100%;
    padding: 8px;
}

.notificacaogeral .imagecolumn{
    padding: 6px 26.5px 13px 26.5px;
    width: 100%;
    height: 129px;
}


/*fim callout*/