html, body {
    height: 100%;
} 

#lg-outer { 
    background-color: rgba(0,0,0,0.7);
}
 
body {
    font-family: 'open_sansregular';
}

h1 {
    font-size: 40px;
    font-family: 'proxima_novaregular';
}

h1.h1-1 {
    border-bottom: 1px solid #2587bd;
    color: #2587bd;
}
 
h2 {
    font-size: 30px;
    font-family: 'proxima_novaregular';
}

h2.h2-1 { 
    border-bottom: 1px solid #2587bd;
    color: #2587bd;
}

h2.h2-2 {
    border-bottom: 1px solid white; 
    color: white;
}

h3 {
    font-size: 25px;
    font-family: 'proxima_novathin';
}

h3.h3-1 {
    border-bottom: 1px solid #2587bd;
    color: #2587bd;
}

a {
    color: black;
    text-decoration: none
}

a:hover { 
    
}

.menu {
    display: flex;
    max-width: 1150px; 
    flex-wrap: wrap;
}

.menu a {
    display: block;
    padding: 5px 15px;
    margin: 0 10px;
    color: #2587bd;
    text-decoration: none;
}

.menu a.selected, .menu a:hover {
    color: white;
    background-color: #2587bd;
}

.menu-lateral {
    width: 100%;
}

.menu-lateral a {
    display: block;
    text-align: left;
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    background-color: #2587bd;
    color: white;
    border: 1px solid white;
    margin: 2px 0;
} 

.menu-lateral a.selected, .menu-lateral a:hover {
    color: #2587bd;
    background-color: white;
    border: 1px solid white;
}

.destaques, .imoveis {
    font-family: proxima_novalight;
}

.destaque-banner {
    position: relative;
}

.destaques a, .destaque-banner a, .imoveis a {
    color: white;
}
.destaques a:hover, destaque-banner a:hover, .imoveis a:hover {
    color: white;
    text-decoration: underline;
}

.slide-home {
    max-width: 33.33%;
}

.page-sobre, .page-imoveis, .page-imovel, .page-contato, .page-visitas {
    margin: 30px 0;
}

.imovel-tabela-dados {
    width: 100%;
}

.imovel-tabela-dados tr:nth-child(2n+1) {
    background-color: #F1F1F1;
}

.imovel-tabela-dados tr:nth-child(2n) {
    background-color: #F1F1F1; /*#E3E6EA;*/
}

.imovel-tabela-dados td, .imovel-tabela-dados th {
    padding: 5px; 
    border-bottom: 3px solid white;
    font-size: 14px;
}

.imovel-tabela-dados td {
    /*text-align: right;*/
}

.imovel-tabela-dados th {
    font-weight: normal;
}

.imovel-galeria {
    overflow: hidden;
    margin: 0 -8px;
}

.imovel-galeria li {
    height: 95px;
    float: left;
    width: 25%;
    padding: 8px;
    overflow: hidden;
    cursor: pointer;
}

.imovel-galeria img {
    width: 100%;
    display: block;
    border: 2px solid rgb(30, 46, 111);
    border-radius: 2px;
}

.color-casanapraia-blue {
    color: #2587bd;
}

.bg-casanapraia-blue {
    background-color: #2587bd;
}

.swiper-pagination-bullet {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.listagem-visitas tr:nth-child(2n+1) {
    background-color: #F1F1F1;
}

.listagem-visitas tr:nth-child(2n) {
    background-color: #E3E6EA; /*#E3E6EA;*/
}

.listagem-visitas th, .listagem-visitas td {
    padding: 1px 2px;
}

.bt-1 {
    background-color: #2587bd;
    font-size: 14px;
    color: white;
    padding: 20px 10px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-weight: lighter;
    transition: all 0.3s ease-in-out 0s;
}

.bt-1-small {
    padding: 10px 10px;
}

.bt-1:hover {
    background-color: #3f4f95;
    color: white;
}

.bt-2 {
    background-color: white;
    font-size: 14px;
    color: #2587bd;
    padding: 20px 10px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-weight: lighter;
    transition: all 0.3s ease-in-out 0s;
    font-size: 17px;
    font-weight: bold;
}

.bt-2-small {
    padding: 10px 10px;
}

.bt-2:hover {
    background-color: rgb(230, 230, 230);
}

.bt-3 {
    background-color: #BB0808;
    font-size: 14px;
    color: white;
    padding: 20px 10px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-weight: lighter;
    transition: all 0.3s ease-in-out 0s;
    font-size: 17px;
    font-weight: bold;
}

.bt-3-small {
    padding: 10px 10px;
}

.bt-3:hover {
    background-color: red;
}

.bt-1.enviando, .bt-2.enviando, .bt-3.enviando {
    opacity: 0.5;
}

.bt-1.enviando:before, .bt-2.enviando:before, .bt-3.enviando:before {
    content: '\e817';
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    -moz-animation: spin 3s infinite linear;
    -o-animation: spin 3s infinite linear;
    -webkit-animation: spin 3s infinite linear;
    animation: spin 3s infinite linear;
    display: inline-block;
}



input, select, textarea {
    background-color: #f5f5f5;
    border: 1px solid #c9c9c9;
    color: #333333;
    font-size: 15px;
    padding: 0 8px;
    border-radius: 4px;
    font-family: open_sansregular; 
    height: 38px;
}

.inputsmall {
    height: 32px;
}

.inputtext {
    padding: 7px 10px; 
    resize: none;
    transition: all 0.5s ease-in-out 0s;
    width: 100%; 
    margin-bottom: 7px;
    font-family: open_sanslight;
}

.inputtext option {
    
}

.inputtext:focus {
    background-color: rgba(30, 45, 111, 0.14);
    border: 1px solid #2587bd;
    box-shadow: 0 0 3px rgba(30, 45, 111, 0.14);
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.95) !important;
}