html, body {
    height: 100%;
    font-family: 'Roboto Slab', serif;
}

.navbar_site {
    margin-bottom: 0px;
    background: #ffffff;
}

.navbar-toggle-am {
    border-radius: 0 !important;
    margin-top: 40px !important;
    margin-right: 25px !important;
}

.brand-liberal {
    height: auto !important;
}

.brand-liberal img {
    height: 90px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse .menu {
    max-height: none !important;
}

ul.nav.navbar-nav.navbar_list {
    margin-top: 35px;
}

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    background-color: #777;
}

.carousel .carousel-inner .bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel .carousel-inner .bg1 {
    background-image: url(../images/Liberal-Seguros-Seguro-Auto.jpg);
    background-position: center top;
}

.carousel .carousel-inner .bg2 {
    background-image: url(../images/Liberal-Seguros-Seguro-Vida.jpg);
    background-position: center top;
}

.carousel .carousel-inner .bg3 {
    background-image: url(../images/Liberal-Seguros-Seguro-Residencia.jpg);
    background-position: center top;
}

.carousel .carousel-inner .bg4 {
    background-image: url(../images/Liberal-Seguros-Seguro-Empresarial.jpg);
    background-position: center top;
}

.hr-small {
    width: 50px;
    height: 5px;
    background: #ffffff;
    margin: 10px 0 30px 0;
}

.fill-slide {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;

}

.fill {
    width: 100%;
    height: 100vh;
}

.intro_page {
    margin-top: 60px;
}

.intro_page h1 {
    color: #ffffff;
    font-size: 3em;
    font-weight: 700;

}

.intro_page p {
    color: #ffffff
}

.overlay {
    background: url("http://auramazda.com.br/images/bg-overlay.png");
    background-color: rgba(0, 0, 0, 0.7);
    padding: 150px 0 150px 0;
}

.home {
    width: 100%;
    background: url("../images/bg1.jpg") no-repeat transparent;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}

.home p {
    font-weight: 300;
}

.quem_somos {
    width: 100%;
    background: url("../images/bg2.jpg") no-repeat transparent;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;

}

.servicos {
    width: 100%;
    background: url("../images/bg3.jpg") no-repeat transparent;
    background-size: cover;
    background-attachment: fixed;

}

.seguradoras {
    width: 100%;
    background: url("../images/bg4.jpg") no-repeat transparent;
    background-size: cover;
    background-attachment: fixed;

}

.contatos {
    width: 100%;
    background: url("../images/bg5.jpg") no-repeat transparent;
    background-size: cover;
    background-attachment: fixed;

}

.block_item_brands {
    display: block;
    margin-bottom: 30px;
}

.infor {
    color: #ffffff;
}

.infor_item {
    margin-bottom: 20px;
}

.infor_item a {
    color: #ffffff;
}

.block_item {
    color: #ffffff;
    margin-bottom: 50px;
}

.block_item h4 {
    font-size: 15px;
    text-decoration: none !important;
}

a.toggle-modal:hover, .block_item:hover, .block_item i:hover, .block_item a:hover, .block_item h4:hover {
    color: rgba(178, 48, 43, 1);
    text-decoration: none !important;
}

.site-wrapper {
    padding: 80px 0 80px 0px;
    background-color: rgb(178, 48, 43);
    color: #ffffff;
    font-weight: 300;
}

.site-wrapper h1 {
    font-size: 18px;
    font-weight: 300;
}

.site-wrapper h2 {
    font-size: 20px;
    font-weight: 700;
}

.circle-fa {
    margin: 0 auto;
    display: table;
}

.circle-fa i {
    width: 150px;
    height: 150px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    background: transparent;
    vertical-align: middle;
    display: table-cell;
}

.itens-services {
    line-height: 100vh;
}

.modal-header-lib {
    padding: 10px;
    background-color: rgb(178, 48, 43);
    border: 0;
}

.modal-title-lib {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
}

.input_form.input_form {
    background: transparent;
    background-color: transparent;
    color: #ffffff;
}

footer {
    background: #ffffff;
    padding: 30px 0 30px 0;
}

.develop {
    text-align: right;
}

.develop img {
    height: 25px;
}

.develop span {
    color: #767676;
    font-size: 12px;

}

ul.social__items {
    margin-top: 40px;
    padding: 0px;
}

ul.social__items li a {
    padding: 5px;
}

.infor {
    color: #ffffff;
    text-align: left;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .servicos {
        height: 100vh;
    }

    .overlay {
        height: 100%;

    }

}

@media (min-width: 768px) and  (max-height: 600px) {
    .quem_somos {
        height: 100vh;
    }

}

@media (max-width: 450px) {

    .develop {
        text-align: center;
        padding: 10px;
    }

}