body{
    font-family: GothamLight;
    overflow-y: auto;
}

.bold{
    font-family: GothamBold;
}

.page-container{
    max-width: 1000px;
    position: absolute;
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    margin: auto;
}

.presentation-header{
    height: 60px;
    line-height: 60px;
    background-color: #647378;
    padding: 0px 20px;
}

.header-left{
    position:absolute;
}

.header-right{
    position:absolute;
    right: 0;
    /* top: -3px; */
}

.logo{
    font-size: 28px;
    color: white;
}

.smart4cast-logo{
    margin-bottom: 5px;
}

.contact-us{
    font-size: 14px;
    color: white;
    background-color: transparent;
    outline: none !important;
    border: 1px solid white;
    border-radius: 25px;
}

.presentation-footer{
    /* height: 50px; */
    margin-bottom: 20px;
    padding: 20px 0px;
    background-color: white;
    border: 1px solid gray;
}

.presentation-footer div{
    text-align: center;
}

.first-presentation-content{
    position: relative;
    min-height: 500px !important;
    padding: 30px 0px;
}

.first-presentation-content-left-text{
    position: absolute;
    font-size: 36px;
    top: 30px;
    left: 0;
    color: #67737A;
}

.first-presentation-content-small-text{
    position: absolute;
    width: 566px;
    top: 173px;
    font-size: 22px;
    text-align: justify;
    color: #67737A;
}

.first-presentation-content-right-image{
    position: absolute;
    bottom: -118px;
    right: 0;
    z-index: 100;
}

.first-presentation-content-right-image >img{
    height: 564px;
}

.presentation-content{
    position: relative;
    min-height: 300px !important;
    padding: 20px 0px;
}

.presentation-content:nth-child(3){
    background-color:#E8E8E8;
}
.presentation-content:nth-child(4){
    background-color:#D7D7D7;
}
.presentation-content:nth-child(5){
    background-color:#E8E8E8;
}
.presentation-content:nth-child(6){
    background-color:#D7D7D7;
}
.presentation-content:nth-child(7){
    background-color:#E8E8E8;
}
.presentation-content:nth-child(8){
    background-color:#FEE599;
}
.presentation-content:nth-child(9){
    background-color:#647378;
}
.presentation-content:nth-child(10){
    background-color:#ffffff;
}

.presentation-content > .row{
    height:100%;
}

.events-content{
    position: relative;
    min-height: 500px !important;
    padding: 20px 0px;
}

.address-content{
    position: relative;
    min-height: 500px !important;
    margin-bottom: 30px;
    padding: 20px 0px;
}

#map-container{
    width: 100%;
    min-height: 400px !important;
}

.center-content{
    position:relative;
    height:100%;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    box-align: center;
    box-pack: center;

    flex-align:auto;
    flex-pack: center;

    justify-content: center;
    align-items: center;
}

.center-content-column{
    position:relative;
    height:100%;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    box-align: center;
    box-pack: center;

    flex-align:auto;
    flex-pack: center;

    justify-content: center;
    align-items: center;
}

.content-left-image{
    text-align: center;
}

.content-right-text > .lower-text{
    text-align: justify;
}

.upper-text{
    font-weight: Bold;
    font-size: 54px;
    text-align: left;
    padding-right: 20px;
}

.lower-text{
    font-size: 18px;
    text-align: justify;
    padding-right: 20px;
}

.financing-title{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.financing-text{
    margin-top: 20px;
    font-size: 12px;
    text-align: justify;
    padding: 0 20px;
}

/*.financing-text-middle:nth-child(odd){
    border-right: 2px solid white;
}*/

.evaluate-results{
    font-weight: bold;
    color: white;
    font-size: 40px;
    /* width: 640px; */
    text-align: center;
    margin-bottom: 20px;
    /* margin-left: 110px; */
    /* margin-right: 110px; */
}

.login-btn-container{
    text-align: center;
}

.login-btn{
    font-size: 18px;
    color: white;
    background-color: transparent;
    outline: none !important;
    border: 1px solid white;
    border-radius: 25px;
    width: 90px;
}


.event-participation-title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #67737A;
}

.draw-black-border-left{
    border-left: 1px solid black;
}

.draw-black-border-left > div:nth-child(1){
    margin-bottom: -5px;
}

.event-location{
    font-size: 14px;
    color: gray;
    /* line-height: 0px; */
}

.event-name{
    font-size: 24px;
    color: #C86726;
    font-weight: bold;
}

.event-date{
    font-size: 12px;
    color: lightslategrey;
}

.event-participation-image-container{
    text-align: right;
    margin-top: 10px;
}

.event-participation-row{
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

/*susbcrever btn do bootstrap*/
.btn{
    outline: none !important;
}

/*estilos modal*/
.modal-title{
    color: rgb(100,115,120);
    font-size: 30px;
}

.modal-header{
    border-bottom: none !important;
}

.modal-header button{
    outline: none !important;
}

.input-field-title{
    font-size:16px;
    margin-bottom:10px;
}

.input-field-value{
    font-size:16px;
    margin-bottom:20px;
}

textarea {
    resize: none;
    width: 100%;
    outline: none;
    border: 1px solid lightgray !important;
}

input{
    width: 50%;
    outline: none !important
}

/*input.ng-invalid, textarea.ng-invalid{
    border: 2px solid red !important;
}*/

.has-error{
    border: 2px solid red !important;
}

.address-info-container{
    margin-top: 20px;
    text-align: center;
    color: #67737A;
}

.marker{
    font-size: 18px;
}

.smartwatt-text{
    font-weight: bold;
}

.sending-contact{
    color: rgb(100,115,120);
    font-size: 24px;
    text-align: center;
}

/* Loading animations */
.loading_rotate{
    -webkit-animation: spin 4s infinite linear;
    -moz-animation: spin 4s infinite linear;
    -o-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
}

.loading_rotate.ng-animate { 
    -webkit-animation: none 0s;
    -moz-animation: none 0s;
    -o-animation: none 0s;
    animation: none 0s;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}