﻿body{
    font-family: 'Roboto', sans-serif;
    height:auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background:#f8f8f8;
}
.navbar-default{
    background:#ffffff;
    border-bottom-color:rgba(0,0,0,0.15);
    box-shadow:0 2px 2px rgba(0,0,0,0.125);
}
.detalhes-content{
    padding-top:40px;
    min-height:100vh;
    width:75vw;
}
@media screen and (max-width:1445px){
    .detalhes-content{
        width:90vw;
    }
    .enviar-mensagem i{
        display:none;
    }
}
@media screen and (max-width:980px){
    .detalhes-content{
        width:100vw;
    }
}
.left-col{
    background:white;
    border:1px solid rgba(0,0,0,0.15);
    box-shadow:0 3px 3px rgba(0,0,0,0.225);
    padding:0 20px;
}
.card-utilizador{
    background:white;
    border:1px solid rgba(0,0,0,0.15);
    box-shadow:0 3px 3px rgba(0,0,0,0.225);
    padding:0 5px;
}

.w3-container{
    box-shadow:none !important;
    padding:10px 15px;
}
.w3-container button{
    border-radius:0;

}
.w3-container .btn-perfil{
    width:50%;
    height:50px;
    border:none;
    background-color:transparent;
    border-bottom:1px solid #3498db;
}

.w3-container .list-group-item{
    font-family:'Roboto', sans-serif;
    text-align:left;
    width:100%;
    padding:0;
    font-weight:100;
    border-radius:0;
    font-size:12px;
}

.w3-container .list-group-item-heading{
    padding:5px;
}

.w3-container .list-group-item-text{
    padding:5px;
    background-color:rgba(0,0,0,0.05);
    text-align:right;
}

.w3-container .list-group-item-text a{
    text-decoration:none;
    color:#54aefb;
}
.w3-container .list-group-item-text a:hover{
    text-transform:none;
    cursor:default;
}

a.btn-animado.tipo1 {
    width:100%;
	border: 1px solid silver;
    background-color:white;
    color:silver;
    font-weight:100;
    text-shadow:0 0 1px rgba(0,0,0,0.01);
    margin:0;
    padding:5px;
    text-transform:capitalize;
}
a.btn-animado.tipo1:hover {
	background-color: #3498db !important;
    border-color:#3498db !important;
    color:white;
}

footer .footer{
    padding-bottom:20px;
}

.preco{
    color:#54aefb;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
}
.negociavel-label {
    color: #888;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

header hr, hr.separador{
    border-color:#54aefb;
    width:90%;
}
hr.separador{
    margin:0;
}
header hr{
    margin:10px auto;
}


.textboxmsg{
    border-radius:0;
    outline:none;
    box-shadow:0;
    border-color:silver;
}

.textboxmsg:focus{
    border-color:#3498db;
    box-shadow:none;
    outline:none;
}

.enviar-mensagem{
    text-align:center;
    width:100%;
    height:70px;
}

@media screen and (max-width:980px){
    .enviar-mensagem{
        padding-right:5px;
        padding-left:5px;
    }
}

/* CONTEUDO RESUMO */
.detalhes-desc{
    width:100%;
    position:relative;
}

.informacao-venda{
    text-align:center;
    font-weight:200;
}

.detalhes-desc span.label.label-warning{
    font-size:130%;
    text-transform:capitalize;
    margin:0 auto;
    font-weight:200;
    font-family:'Dosis', sans-serif !important;
    color:#3498db;
    background:transparent;
    display:block;
    width:auto;
}

.detalhes-desc h3{
    font-family:'Roboto', sans-serif;
    margin-bottom:1px;
    padding-bottom:0;
    color:#3498db;
    font-weight:400;
}

.detalhes-desc .preco{
    text-transform:capitalize;
}
.detalhes-desc p.sub-titulo{
    font-family:'Roboto', sans-serif;
    font-weight:400;
    color:#929ca7;
    font-size:14px
}
.detalhes-desc p.sub-titulo .publicacao{
    font-weight:700;
}
.detalhes-desc p{
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    text-transform:none;
}

/* MODAL */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}

.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 40px;
    width: 100px;
}

.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}

.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}

.etiquetas{position:absolute;top:0;right:0;color:white;}
.detalhes-desc span.label.label-warning.etiqueta{color:white;width:auto;border-radius:0;margin-bottom:3px;}
.detalhes-desc span.label.label-warning.etiqueta.estado{line-height:40px;background:#3498DB;}
.detalhes-desc span.label.label-warning.etiqueta.tipo{line-height:40px;background:#FF6A00;}

header.header-preco{
    border:1px solid rgba(0,0,0,0.15);
    text-align:center;
    margin-bottom:10px;
    background:white;
    width:100%;
    box-shadow:0 3px 3px rgba(0,0,0,0.225);
    padding-bottom:10px;
}
 
.header-labels{width:100%;}
.labels-info.centro{
    border-width:1px 0 1px 0;
    border-style:solid;
    border-color:#a6a6a6;
}

.azul{
    color:#fff !important;
    background:#3498db !important;
    border-color:#3498db !important;
}
.laranja{
    color:#fff !important;
    background:#FF6A00 !important;
    border-color:#FF6A00 !important;
}

.cinza{
    background:#a6a6a6 !important;
    border-color:#a6a6a6 !important;
    color:#fff !important; 
}
.up{z-index:5000 !important;color:#3498db;}
@media screen and (max-width:768px){
    #galeria{margin-bottom:10px;}
    .lSSlideWrapper{height:auto !important;}
    .etiquetas{right:10vw;}
    .lSPager.lSGallery{display:none;}
    .lSSlideWrapper {width:100% !important;height:auto;background:red;}
    .lSSlideOuter{margin:0;padding:0;}
}


.detalhes-desc p{font-family:'Open Sans', sans-serif;color:#333;font-size:13px;font-weight:400;}

.go-servicos{
    cursor:pointer !important;
    color:#3498db;
    font-weight:500;
}

/* UPDATE detalhes*/
.no-border{
    border:none;
}
.btn.btn-loja-cliente,.btn.btn-loja-alista,.btn.btn-menu-detalhes{
    font-family:'Roboto', sans-serif;
    font-size:13px;
    background:transparent;
    border:1px solid #aaa;
    color:#fff;
    background:#aaa;
    width:100%;
    padding:0;
    line-height:40px;
    vertical-align:middle;
    height:100%;
    text-align:right;
    padding-right:5px;
    letter-spacing:0;
    font-weight:400;
    transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
}

.btn.btn-loja-cliente{
    border:1px solid #5CB85C;
    background:#5CB85C;
}
.btn.btn-loja-alista{
    border:1px solid #3498db;
    background:#3498db;
}
.btn.btn-loja-alista.visita-servicos{
    border-color:#7CBCE8;
    background:#7CBCE8;
}
.btn.btn-loja-alista.visita-servicos i{
    background:#78AFD4;
}
.btn.btn-loja-cliente i,.btn.btn-loja-alista i,.btn.btn-menu-detalhes i{
    font-size:18px; 
    float:left;
    vertical-align:middle;
    line-height:40px;
    height:40px;
    width:20%;
    background:#aaa; 
    color:white;
    transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
}
.btn.btn-loja-cliente i{
    background:#509d50;
}
.btn.btn-loja-alista i{
    background:#2f84bd;
}
.btn.btn-menu-detalhes:hover i{
    background:#2973a5;
}
.btn.btn-menu-detalhes:hover{
    border-color:#3498db;
    color:#fff;
    background:#3498db;
}

.btn.btn-menu-detalhes.bloqueado:hover{
    border-color:#aaa;
    color:#aaa;
}
.btn.btn-menu-detalhes.bloqueado:hover i{
    background:#aaa;
}

.w3-container .list-group-item{
    text-align:right;
    border-color:#a6a6a6;
    padding:5px;
    font-family:'Roboto', sans-serif;
}
.w3-container .list-group-item .pull-left{
    font-weight:600;
    text-transform:uppercase;
}
.w3-container .list-group-item .list-result{
    font-family:'Open Sans', sans-serif;
    font-weight:600;
}
.modal-mensagem {
    position:fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
    display:none;
    z-index:9999;
}

.modal-mensagem .modal-fechar{
    position:absolute;
    right:22vw;
    top:20vh;
    background:transparent;
}
.modal-mensagem .modal-fechar .btn.btn-fechar{
    background:transparent;
    border:none;
    width:50px;
    height:52px;
    line-height:52px;
    border:4px solid rgba(255,255,255,0.1);
    color:rgba(255,255,255,0.1);
    border-radius:100%;
    padding:0;
    padding-left:2px;
    padding-top:-5px;
    transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;}
.modal-mensagem .modal-fechar .btn.btn-fechar:hover{
    color:white;
    border-color:white;
}
.modal-mensagem .conteudo-modal{
    width:50vw;
    height:50vh;
    position:fixed;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
    padding:20px;
    z-index:9999;
}
@media screen and (min-width:1364px) and (max-width:1900px){
    .modal-mensagem .conteudo-modal, .modal-denuncia .conteudo-modal{
        margin-top:0;
        top:-5vh;
        height:50vh;
    }
}
@media screen and (min-width:980px) and (max-width:1360px){
    .modal-mensagem .conteudo-modal, .modal-denuncia .conteudo-modal{
        position:absolute;
        top:-30vh;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        height:100vh;
        overflow:scroll;
    }
    .modal-mensagem .modal-fechar{
        right:20vw;top:5vh;
    }
}
@media screen and (max-width:980px){
    .modal-mensagem .modal-header h1{
        font-size:14px;
    }
    .modal-content{
        height:130vh;
        overflow:scroll;
    }
    .modal-denuncia .conteudo-modal, .modal-mensagem .conteudo-modal{
        height:150vh;
        overflow:scroll;
    }
}
.modal-content{
    border-radius:0;
    border:none;
    padding:10px;
}
.modal-content p{
    color:#888;
    font-family:'Open Sans Pro', sans-serif;
}
.formulario-contacto{
    width:100%;
    height:100%;
    padding:10px;
    border-radius:0;
}
.modal-header h1{
    font-family:'Open Sans Pro', sans-serif;
}
@media screen and (max-width:980px){
    .modal-header{
        height:auto;
    }
    .modal-header h1{
        font-size:20px;
        
    }
}
.formulario-contacto .form-control{
    border-width:1px 1px 1px 1px;
}
.btn-valida-mensagem{width:auto;
                     margin:0 auto;
}
.modal-content .btn-enviar-mensagem, .modal-content .btn-fechar-modal{
    margin:0 auto;
    width:100px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    border:1px solid #888;
    padding:0;
    font-family:'Dosis', sans-serif;
    font-weight:bold;
    color:white;
    z-index:9999;
    transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
}
.modal-content .btn-enviar-mensagem:hover{
    border-color:#3498db;
    color:#3498db;
}
.modal-content .btn-fechar-modal:hover{
    border-color:#FF4431;
    color:#FF4431;
}
.modal-content .input-group-addon .icon-label{
    font-size:18px;
    font-weight:bold;
    width:100px !important;
}


.anuncio-info.separador{
    border-left:1px solid rgba(255,255,255,0.5);
}
.btn.btn-ver-mais{
    font-family:'Open Sans', sans-serif;
    background:transparent;
    z-index:10;
    text-decoration:none;
    border:2px solid #ccc;
    font-weight:600;
    color:#999;
    font-size:13px;
    line-height:20px;
    text-transform:uppercase;
    transition:all 0.3s ease-in-out;
    width:80%;
    margin:0 auto;
}
.btn-ver-mais:hover{
    border-color:#333;
    color:#333;
}

.btn-ver-mais .menos{
    display:none;
}

.ver-servicos{
    background:#7CBCE8 ;
}
.ver-servicos i{
    background:#78AFD4;
}
@media screen and (max-width:980px) {
    body {
        width: 100vw;
        overflow-x: hidden;
    }
    .left-col{
        width:100vw;
        border-width:1px 0 1px 0;
        padding:0;
        text-align:center;
        margin-bottom:40px;
    }
    .detalhes-desc{
        padding:0 15px;
    }
    .detalhes-desc h3 {
        font-size:18px;
        letter-spacing: 0px;
        font-weight:600;
        font-family: 'Open Sans', sans-serif;
        margin-top:0;
    }
    .detalhes-desc p.sub-titulo{
        width:100%;
        color:#9EAAB6;
        font-family:'Lato', sans-serif;
    }
    .detalhes-desc .btn {
        position: absolute;
        left:0;
        right:0;
        width:80%;
        margin:0 auto;
    }

    .descricao {
        height: auto;
        padding-bottom: 50px;
        padding-right:20px;
        padding-left:20px;
    }
    .detalhes-desc hr{
        margin:0 auto;
    }
    .detalhes-desc .detalhes-p {
        padding:0;
        height: 110px;
        overflow-y: hidden;
        text-overflow: ellipsis;
        line-height: 20px;
        font-size:14px;
        font-family: 'Lato', sans-serif;
        color:#334455;
        text-align:justify;
    }

        .detalhes-desc .detalhes-p.mostra-mais {
            height: auto;
        }
    header.header-preco{
        margin-bottom:40px;
    }

    .modal-mensagem, .modal-denuncia {
        z-index: 9999;
    }

        .modal-mensagem .conteudo-modal, .modal-denuncia .conteudo-modal {
            width: 100vw;
            height: 100vh;
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            padding: 10px;
            text-align: justify;
        }

    .formulario-contacto {
        width: 100%;
        height: 100%;
        border: 1px solid #aaa;
        padding: 10px;
    }

        .formulario-contacto h1 {
            font-family: 'Nato Sans', sans-serif;
            text-transform: uppercase;
            font-size: 1.5em;
        }

        .formulario-contacto .form-control {
            border-width: 1px 1px 1px 1px;
        }

    .btn-valida-mensagem {
        width: auto;
        margin: 0 auto;
    }

    .formulario-contacto .btn-enviar-mensagem {
        margin: 0 auto;
        width: 100px;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        border: 1px solid #aaa;
        padding: 0;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        color: #aaa;
        transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        display: inline-block;
    }

        .formulario-contacto .btn-enviar-mensagem:hover {
            border-color: #3498db;
            color: #3498db;
        }

    .btn.btn-loja-cliente, .btn.btn-loja-alista {
        width: 100%;
        font-weight: 500;
        letter-spacing: .15em;
        height: 100%;
        margin-bottom: 0;
    }

    .btn-primary, .btn-primary:hover {
        background: transparent;
        border-color: transparent;
        color: black;
        text-decoration: underline;
        letter-spacing: 0;
    }

    .preco-h1 {
        font-size: 1.5em;
    }
}

.btn-enviar-mensagem{
    z-index:9999;
}

:placeholder-shown {
  color: rgba(255,255,255,0.5) !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.5) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.5) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.5) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.5) !important;
}

.thumbnail-anuncios {
    background:white;
    border:1px solid rgba(0,0,0,0.225);
    box-shadow: 0 2px 2px rgba(0,0,0,0.225);
    transition: all 100ms cubic-bezier(.62,.28,.23,.99);
    -webkit-transition: all 300ms cubic-bezier(.62,.28,.23,.99);
    -moz-transition: all 300ms cubic-bezier(.62,.28,.23,.99);
    -o-transition: all 300ms cubic-bezier(.62,.28,.23,.99);
}

.thumbnail-anuncios:hover {
  box-shadow: 0 5px 8px rgba(0,0,0,0.325);
}

.thumbnail-anuncios .anuncio-img{
    position: relative;
    width: 100%;
    height: 100px;
    display:block;
    margin-top:0;
    background:rgba(0,0,0,0.025);
    padding:10px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}

.thumbnail-anuncios .anuncio-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height:100%;
    margin:0 auto;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
    -webkit-transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
    -moz-transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
    -o-transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
}

.thumbnail-anuncios .anuncio-label h5{
    font-family:'Open Sans', sans-serif;
    font-weight:600;
    padding:0 10px;
    height:24px;
    line-height:24px;
    color:#3498db;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumbnail-link:hover{
    text-decoration:none;
}
.thumbnail-anuncios .anuncio-label p{
    font-family:'Open Sans', sans-serif;
    font-size:18px;
    color:#3498db;
    font-weight:bold;
    text-decoration:none;
}
#imgSrc{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin:0 auto;
}

.tags-first-row{
    height:30px;
    margin-bottom:5px;
}

.anuncio-info{
    width:100%;
    line-height:30px;
    background:white;
    border:1px solid #3498db;
    font-size:120%;
    text-align:center;
    color:#3498db;
    font-weight:400;
    font-family:'Roboto', sans-serif;
    cursor:default;
    transition:all 150ms ease-in-out;
    -webkit-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
}
.anuncio-info:hover{
    background:#3498db;
    color:#fff;
}

.labels-info{
    margin:0;
    padding:0;
    background:white;
    color:#a6a6a6;
    border:1px solid #a6a6a6;
    font-family:'Open Sans', sans-serif;
    text-transform:uppercase;
    font-weight:700;
    cursor:default;
    transition:all 150ms ease-in-out;
    -webkit-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
}
.labels-info:hover{
    background:#efefef;
}
.header-preco .header-sub{
    font-family:'Open Sans', sans-serif;
}
.row.padding-side-20{
    margin:0 auto;
    width:100%;
    padding:0 20px;
    margin:5px 0;
}
.footer-row h1{
    font-family:'Roboto', sans-serif;
    text-transform:uppercase;
    font-weight:600;
}
.footer-row hr{
    background:rgba(0,0,0,0.3);
    border-bottom:1px solid #fff;
    width:60%;
    height:1px;
    margin:0 auto;
}

.pager-buttons .btn{
    background:transparent;
    border:2px solid #333;
    color:#333;
    margin:5px 5px 20px 5px;
    transition:all 150ms ease-in-out;
    -webkit-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
}
.pager-buttons .btn:hover{
    background:#333;
    color:#fff;
}
.modal-campanha .btn.btn-default{
    border:2px solid #a6a6a6;
    color:#a6a6a6;
    background-color:transparent;
    font-family:'Roboto', sans-serif;
    font-weight:600;
    transition:all 150ms ease-in-out;
    -webkit-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
}
.modal-campanha .btn.btn-default:hover{
    border-color:#333;
    color:#333;
}
.campanha-box{
    width:100%;
}
.campanha-box .btn.open-modal{
    width:auto;
    background:transparent;
    border:2px solid #5CB85C;
    color:#5CB85C;
    font-family:'Roboto', sans-serif;
    font-weight:600;
    font-size:16px;
    line-height:24px;
    transition:all 150ms ease-in-out;
    -webkit-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
}
.campanha-box .btn.open-modal:hover{
    border-color:#333;
    color:#333;
}
.campanha-content{
    width:100%;
    height:500px;
}
.campanha-content .carousel-campanhas{
    width:100%;
    height:500px;
    background:#EEEEEE;
}
.campanha-content .carousel-campanhas .carousel-inner{
    width:100%;
    height:100%;
}
.campanha-content .carousel-campanhas .carousel-inner img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    margin:0 auto;
    z-index:1499;
}
.campanha-content .carousel-campanhas .carousel-inner .img-galeria{
    width:100%;
    height:500px;
    background-size:cover;
    background-position:center center;
}
.descontos-title{
    text-transform:uppercase;
    font-family:'Roboto', sans-serif;
    font-weight:600;
}

.btn-menu-options{
    display:block;
    border:2px solid silver;
    text-transform:uppercase;
    font-weight:600;
    cursor:pointer;
    color:silver;
    height:40px;
    line-height:40px;
    width:100%;
    transition:all 150ms ease-in-out;
    -webkit-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
    
}
.btn-menu-options:hover{
    color:#3498db;
    border-color:#3498db;
}

@media screen and (max-width:980px){
    .btn-menu-options{
        font-size:12px;
    }
}

/* Modal UI */
.modal-ui{
    position:fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
    display:none;
    z-index:9999;    
}
.modal-ui .conteudo-modal{
    width:40vw;
    height:60vh;
    position:relative;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
    z-index:9999;
    padding:50px;
}
.modal-ui .modal-content{
    padding:10px 30px;
}

.modal-ui .fa-close, .modal-mensagem .fa-close{
    cursor:pointer;
    color:white;
    transition:200ms linear;
    -webkit-transition:200ms linear;
    -moz-transition:200ms linear;
    -o-transition:200ms linear;
}
.modal-ui .fa-close:hover, .modal-mensagem .fa-close:hover{
    color:rgba(0,0,0,0.4);
}

.modal-ui .form-control{
    position:relative;
    font-family:'Open Sans', sans-serif;
    font-weight:500;
    font-size:14px;
    background:#e6e6e6;
    height:50px;
    line-height:50px;
    float:none;
    width:100%;
    border-radius:0;
    border-color:#d8d8d8;
    box-shadow:none;
    margin-bottom:10px;
    transition:all 150ms linear;
}
.modal-ui .form-control:focus{
    background:#c8c8c8;
}
.modal-ui p.p-modal{
    font-size:16px;
    font-family:'Raleway', sans-serif;
    font-weight:500;
}
.modal-ui .input-group{
    width:100%;margin-bottom:15px;
}
.modal-ui label{
    font-family:'Raleway', sans-serif;
    height:25px;
    line-height:25px;
    color:#666;
    font-size:16px;
    font-weight:500;
}
.modal-ui .input-group .ASPtextarea{
    height:150px;
    resize:none;
    line-height:normal;
}
.modal-ui .modal-content .btn-enviar-mensagem, .modal-ui .modal-content .btn.btn-fechar-modal{
    font-family:'Raleway', sans-serif;
    color:#fff;
    letter-spacing:0;
    font-weight:500;
    letter-spacing:0.1em;
    transition:all 150ms ease-in-out;
}
.modal-ui .modal-content .btn-enviar-mensagem{
    background:#3498db;
    border-color:#3498db;
}
.modal-ui .modal-content .btn.btn-fechar-modal{
    background:#a6a6a6;
    border-color:#a6a6a6;
    color:white;
}
.modal-ui .modal-content .btn-enviar-mensagem:hover{
    background:transparent;
    color:#3498db;
}
.modal-ui .modal-content .btn.btn-fechar-modal:hover{
    background:transparent;
    color:#a6a6a6;
}

@media screen and (max-width:980px){
    .modal-ui{
        width:100vw;
        overflow:visible;
    }
    .modal-ui .conteudo-modal{
        overflow:visible;
        padding:0;
        width:100%;
        height:100vh;
        overflow-y:scroll;
    }
    .modal-ui .counteudo-modal .form-control{
        margin-bottom:0;
        height:30px;
        line-height:30px;

    }
    .modal-ui .modal-header{
        height:auto;
    }
    .modal-ui .modal-header h1{
        font-size:24px;
        height:auto;
        line-height:initial;
        margin:0;
    }
    .modal-ui .conteudo-modal h1{
        font-size:18px;
        padding-left:15px;
    }
    .modal-ui .conteudo-modal hr{
        display:none;
    }
    .modal-ui .conteudo-modal p{
        text-align:left;
        line-height:initial;
    }
    .modal-ui .input-group{
        margin-bottom:5px;
    }
}
@media screen and (min-width:1371px) and (max-width:1900px){
    .modal-ui .conteudo-modal{
        margin-top:0;
    }
}
@media screen and (min-width:980px) and (max-width:1370px) {
    .modal-ui .conteudo-modal {
        position:relative;
        margin-left: auto;
        margin-right: auto;
        height:50vh;
        width:50vw;
        padding:10px;
        overflow:visible;
    }
    .modal-ui .modal-header{
        height:auto;
    }
    .modal-ui .modal-header h1{
        font-size:24px;
        height:28px;
        line-height:initial;
        margin:0;
    }
    .modal-ui .input-group{
        width:100%;
        margin-bottom:0px;
    }
    .modal-ui hr{
        display:none;
    }
    .modal-ui label{
        font-family:'Raleway', sans-serif;
        height:20px;
        line-height:20px;
        color:#666;
        font-size:14px;
        font-weight:500;
}
    .modal-ui .form-control{
        position:relative;
        font-family:'Open Sans', sans-serif;
        font-weight:500;
        font-size:12px;
        background:#e6e6e6;
        height:45px;
        line-height:45px;
        float:none;
        width:100%;
        border-radius:0;
        border-color:#d8d8d8;
        box-shadow:none;
        margin-bottom:5px;
        transition:all 150ms linear;
    }
}


/* FIXES */
.textarea-control{
    height:300px;
    width:100%;
}

/* Modal Campanhas */
#campanhas .modal-content{
    padding:0;
}
.campanha-content .carousel-campanhas .carousel-inner{
    display:block;
    position:relative;
}
#campanhas .modal-header{
    width:100%;
    margin:0;
    
}

#campanhas .modal-header h5{
    font-family:'Roboto', sans-serif;
    font-size:24px;
}
#campanhas .modal-header button{
    z-index:10;
    border:none;
    background:transparent;
}
#campanhas .carousel-control.left, 
#campanhas .carousel-control.right{
    height:100%;
    background:rgba(0,0,0,0.1);
    margin-top:auto;
    margin-bottom:auto;
    bottom:0;
    top:0;
}
#campanhas .btn.btn-default{
    font-family:'Roboto', sans-serif;
    background:rgba(0,0,0,0.2);
    border-color:transparent;
    font-weight:500;
    transition:all 250ms ease-in-out;
}
#campanhas .btn.btn-default:hover{
    background:rgba(0,0,0,0.4);
}
.detalhes-p span{
    font-family:'Roboto', sans-serif;
    text-align:justify;
    text-transform:none;
    font-size:1rem;
}

@media screen and (max-width:978px){
    #campanhas .carousel-control.left, 
    #campanhas .carousel-control.right{
        width:50px;
        text-align:center;
    }
}


.modal-campanhas .modal-dialog{
    width:60%;
}
.modal-campanhas .modal-header h5{
    font-family:'Roboto', sans-serif;
}

.btn-voltar{
    font-family:'Roboto', sans-serif;
    letter-spacing:0;
    font-size:1.3rem;
    font-weight:700;
    background:transparent;
    color:#868686;
    text-transform:none;
    transition:all 150ms ease-in-out;
    -webkit-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
}
.btn-voltar:hover{
    color:#262626;
}