/*Default Styles*/

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    ;
    ;
}

.white-bg {
    background-color: #fff;
}

.furlaneto-bg {
    background-color: #fff;
}

.btn-furlaneto-1 {
    color: #032237;
    background-color: #e5ac6c;
    padding: 15px;
    border: none;
}

.btn-furlaneto-1:hover {
    color: #fff;
    background-color: #031b2c;
    cursor: pointer;
}

.btn-furlaneto-2 {
    color: #e5ac6c;
    background-color: #032237;
    padding: 15px;
    border: none;
    display: none;
}

.btn-furlaneto-2:hover {
    background-color: #031b2c;
    cursor: pointer;
}


/*Header Styles*/

header {
    top: 0;
    z-index: 9;
}

.top-header {
    min-height: 65px;
    border-top: solid 6px #e5ac6c;
    border-bottom: solid thin #ccc;
}

.top-header i {
    color: #032237;
    font-size: 1.7em;
}

.top-header i:hover {
    color: #fff;
}

.top-header i.fa-phone {
    font-size: 1.2em;
}

.top-header i.fa-envelope {
    font-size: 1.5em;
}

.top-header span {
    color: #032237;
}

@media (max-width: 600px) {
    .top-header{
        display: none;
    }
    .top-header span {
        width: 100%;
        text-align: center;
        float: left;
    }
    .top-header i.fa-phone-square,
    .top-header i.fa-envelope {
        width: 100%;
        text-align: center !important;
        float: left;
    }
}

.navbar-nav {
    width: 100%;
    margin-left: 0;
}

.navbar-brand img {
    width: 245px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .navbar-brand img {
        width: 180px;
    }
}
.navbar-nav li.nav-item a.nav-link {
    color: #032237;
    margin: 0 220px 0 0;
    padding-bottom: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
}

.navbar-nav li.nav-item.active a.nav-link {
    color: #032237;
    border-bottom: solid 2px #032237;
}

.dropdown-menu {
    background-color: #032237;
}

.dropdown-menu a {
    color: #fff;
}

.navbar-toggle {
    display: none;
}


/*Carousel*/

.carousel {
    height: 600px;
    background-color: #333;
    border-bottom: solid thin #ccc;
}

.carousel-item {
    height: 600px;
}

.carousel-caption {
    max-width: 450px;
    top: 280px;
    left: 17.5%;
}

@media screen and (max-width:1400px) {
    .carousel-caption {
        left: 10%;
    }
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    top: 240px;
}

main h2 {
    font-size: 1.3em;
}

form button {
    width: 100%;
}

footer {
    min-height: 200px;
    margin: 20px 0 0 0;
    padding-bottom: 40px;
    float: left;
    background-color: #032237;
}

footer h2 {
    color: #e5ac6c;
}

footer li {
    list-style: none;
}

footer p,
footer li a,
footer li a:hover {
    color: #fff;
}

footer .social-media i {
    font-size: 1.8em;
    color: #fff;
}

footer .social-media i:hover {
    color: #e5ac6c;
}

.bottom-footer {
    height: 75px;
    float: left;
    background-color: #031b2c;
}

.bottom-footer p {
    color: #fff;
}

@media (max-width:600px) {
    .top-header {
        padding: 10px;
    }
    .top-header i {
        display: block;
        width: 100%;
        text-align: left;
    }
    .top-header span {
        width: 100% !important;
        text-align: center;
    }
    .fa-facebook-square,
    .fa-linkedin,
    .fa-whatsapp-square {
        width: 60px!important;
        float: left;
        display: inline-block;
    }
    .carousel {
        height: 180px;
        margin-top: 205px;
        background-color: #333;
        border-bottom: solid thin #ccc;
    }
    .carousel-item {
        height: 180px;
    }
    .carousel-caption {
        max-width: 450px;
        top: 480px;
        left: 17.5%;
    }
    main img {
        width: 100%;
    }
    .navbar-toggle {
        width: 100%;
        background-color: #031b2c;
        border: none;
        color: #fff;
        padding: 5px;
        display: block;
    }
}