@media (min-width: 991px) {
    .navigation .navbar-brand {
        height: 150px;
    }
}


@media (max-width: 991px) {
    .container2 {
        /*padding-left: 15px;*/
    }
}


.container2 {
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 80px;*/
}

.redes-flotantes {
    position: fixed;
    right: 8px;
    top: 83%;
    width: 50px;
    height: 50px;
    z-index: 20;
}

.active-a {
    color: #a90808 !important;
}

.navigation .navbar-brand {
    right: 0 !important;
    /* height: 150px; */
    /* top: 0 !important; */
}

.top-header {
    background: #C3901B;
}

.color-app {
    /*background: #B46E0D !important;*/
    background: radial-gradient(circle, #3b270c, #efae58)
}

.color-app-bc {
    background-color: #B46E0D !important;
}
.btn-outline:hover {
    background: #B46E0D;
    color: #fff;
}

.navigation .navbar-brand {
    background: no-repeat;
    box-shadow: none;
}


#image-logo {
    width: 220px;
    height: 75%;
}
@media (max-width: 450px) {
    #image-logo {
        width: 100% !important;
        height: 75%;
    }
}

.navigation .navbar {
    background: #B46E0D !important;
}

@media (min-width: 991px) {
    .ml-links {
        margin-left: 40%;
    }

}

body{
    background-color: #ddaf6d;
}

.hero-slider.slick-slider {
    margin-bottom: 0px !important;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-content img {
  display: block;
  margin: 10px auto;
  width: 100% !important;
}

.letra-contact {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
}

.letra-contact-title {
    text-align: center;
    font-weight: 400;
    color: #666;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
}