@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500');

html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "Raleway", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

h2 {
    color: rgb(170,201,195) !important;
    font-size: 50px;
    font-weight: 300;
}

.navbar ul li a {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.navbar ul li a {
    font-size: 12.5px;
    color: black !important;
}
.navbar ul li a:hover, .navbar-nav .active a{
    color: rgb(170,201,195) !important;
}

.botao {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: white !important;
    background-color: rgb(170, 201, 195);
}
.botao:hover {
    color: white !important;
    background-color: #ACC1C5;
}

.botao2 {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: rgb(170, 201, 195) !important;
    background-color: white;
}

.botao2:hover {
    color: white !important;
    background-color: rgb(214,219,223);
}

.navbar ul li .botao a {
    color: white !important;
}
.navbar ul li .botao {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: rgb(170,201,195);
}

.navbar ul li .botao:hover{
    background-color: #ACC1C5;
}

form input {
    font-size: 14px;
}

input:focus, textarea:focus {
    border-top: 1px solid rgba(200,200,200,0.5) !important;
    border-left: 1px solid rgba(200,200,200,0.5) !important;
    border-right: 1px solid rgba(200,200,200,0.5) !important;
    outline-offset: 0px !important;
    outline: none !important;
}

#links, #links a {
    font-size: 12px;
    font-weight: 300;
    color: #626f7a;
}

.link2 {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.link2:hover {
    text-decoration: none;
    color: #bed6db;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.imagem *{
    webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 200px;
    object-fit: cover;
    background: white;
}
.imagem:hover img{
    opacity: 0.5;
}

@media (max-width: 576px) {
    .imagem * {
        height: 100px;
    }
}

@media (max-width: 992px) {
    .imagem * {
        height: 150px;
    }
}

@media (min-width: 992px) {
    .imagens {
        height: 90vh;
    }
}


ul li h3 {
    font-size: 15px;
    font-weight: 500;
}

ul li a {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: white;
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

ul li a:hover {
    text-decoration: none;
    color: #bed6db;
}

.link:hover {
    color: white !important;
    text-decoration: none;
}

.bloco {
    width: 70%;
    height: 300px;
    background-color: rgba(170,201,195,0.5);
    animation: animate 3s forwards;
}

#bloco:after {
    content: "Renovamos e adaptamos o seu espaço em 5 dias.";
    position: absolute;
    left: -50px;
    width: 200px;
    height: 300px;
    z-index: 1;
    background-color: rgba(170,201,195,0.5);
    animation: animate2 3s forwards;
    animation-delay: 2s;
    pointer-events: none;

}

#bloco {
    position: relative;
}

@keyframes animate {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(250px);
    }
}

@keyframes animate2 {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(100px);
    }
}

.dropdown-toggle::after {
    display: none !important;
}

.h2-pessoal {
    font-size: 30px !important;
}

.mt-5, .my-5 {
    margin-top: 1rem !important;
}