#popup-container{
    background: rgba(0,0,0,.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}
#popup-container{
    overflow-y: scroll;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
}
/* #popup-container div{
    background: #fff;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: -315px;
    margin-left: -410px;
    border: 10px solid #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,.5);
    width: 830px;
} */

#popup-container div{
    /* background: #fff; */
    display: block;
    position: absolute;
    top: 3%;
    /* left: 50%; */
    /* margin-top: -315px; */
    /* margin-left: -410px; */
    /* border: 10px solid #fff; */
    /* box-shadow: 5px 5px 15px rgba(0,0,0,.5); */
    width: 630px;
    /* width: 80%; */
    /* width: auto; */
    margin: 6%;
    max-width: 80%!important;
}

.popup_img{
    width: auto;
    height:auto;
    max-width:80%;
    max-height:80%;
}

@media only screen and (max-width: 479px){
    #popup-container div{
        /* left: 0;
        margin-left: 0; */
        width: 100%;
    }
}
#fechar{
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    line-height: 20px;
    position: absolute;
    top: -40px;
    right: -10px;
    text-align: center;
    width: 20px;
    height: 20px;
}
#fechar:before{
    content: 'X';
    font-weight: bold;
}

#popup-container .text-center {
    text-align: center;
}
#popup-container figure {
    margin: 0;
}
p.fixphone {
    line-height: 24px !important;
    font-size: 16px !important;
    clear: both;
}
p.fixphone i {
    position: relative;
    float: left;
    margin-right: 10px;
    font-size: 13px;
    line-height: 24px;
}

p.fixphone span {
    position: relative;
    float: left;
    padding: 0 10px;
}
p.fixphonenav {
    line-height: 45px !important;
    font-size: 15px !important;
    clear: both;
}
p.fixphonenav i {
    position: relative;
    float: left;
    margin-right: 10px;
    font-size: 13px;
    line-height: 45px;
}

p.fixphonenav span {
    position: relative;
    float: left;
    padding: 0 10px;
}

.lineten {
    line-height:10px!important;
}


.floatingfix .container {
    height: 100%;
}
.floatingfix .container .info {
    height: 100%;
    margin: 0 !important;
}
.floatingfix .container .info h1 {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.sociallinks {
    position: relative;
    float: right;
}
.sociallinks ul {
    position: relative;
    float: left;
    margin-top: 10px;
}
.sociallinks ul li {
    position: relative;
    float: left;
    margin-left: 10px;
}
.sociallinks ul li a {
    line-height: 60px;
    font-size: 28px;
    color: #192F7C;
}


@media only screen and (max-width: 960px) {

    #contact.contentfix {
        min-height: calc(100vh + 100px);
    }

}

@media only screen and (max-width: 480px) {

    #contact.contentfix {
        min-height: calc(100vh + 140px);
    }

    .sociallinks ul li a {
        line-height: 60px;
        font-size: 24px;
        color: #192F7C;
    }

    #header .mobilemenubar a.logo {
        margin-left: calc((100% - 276px) / 2);
    }

}