body {

    background: #fff;

    color: #666666;

    font-family: "Open Sans", sans-serif;

}


/* Back to top button */


.back-to-top {

    position: fixed;

    display: none;

    background: #00185B;

    color: #fff;

    width: 44px;

    height: 44px;

    text-align: center;

    line-height: 1;

    font-size: 16px;

    border-radius: 50%;

    right: 15px;

    bottom: 15px;

    transition: background 0.5s;

    z-index: 11;

}


.back-to-top i {

    padding-top: 12px;

    color: #fff;

}


/* Prelaoder */


#preloader {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 9999;

    overflow: hidden;

    background: #fff;

}


#preloader:before {

    content: "";

    position: fixed;

    top: calc(50% - 30px);

    left: calc(50% - 30px);

    border: 6px solid #f2f2f2;

    border-top: 6px solid #00185B;

    border-radius: 50%;

    width: 60px;

    height: 60px;

    -webkit-animation: animate-preloader 1s linear infinite;

    animation: animate-preloader 1s linear infinite;

}


.display-4 {

    background-color: #BF0811;

    border-color: #BF0811;

    color: #fff;

}


.display-4:hover {

    background-color: #00185B;

    border-color: #00185B;

    color: #fff;

}


@-webkit-keyframes animate-preloader {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }


    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}


@keyframes animate-preloader {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }


    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}




/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/


/* Nav Menu Essentials */


.nav-menu,
.nav-menu * {

    margin: 0;

    padding: 0;

    list-style: none;

}


.nav-menu ul {

    position: absolute;

    display: none;

    top: 100%;

    left: 0;

    z-index: 99;

}


.nav-menu li {

    position: relative;

    white-space: nowrap;

}


.nav-menu > li {

    float: left;

}


.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {

    display: block;

}


.nav-menu ul ul {

    top: 0;

    left: 100%;

}


.nav-menu ul li {

    min-width: 180px;

}


/* Nav Menu Arrows */


.sf-arrows .sf-with-ul {

    padding-right: 30px;

}


.sf-arrows .sf-with-ul:after {

    content: "\f107";

    position: absolute;

    right: 15px;

    font-family: FontAwesome;

    font-style: normal;

    font-weight: normal;

}


.sf-arrows ul .sf-with-ul:after {

    content: "\f105";

}


/* Nav Meu Container */


#nav-menu-container {

    float: right;

    margin: 0;

}


/* Nav Meu Styling */


.nav-menu a {

    padding: 0 8px 10px 8px;

    text-decoration: none;

    display: inline-block;

    color: #00185B;

    font-family: "Montserrat", sans-serif;

    font-weight: 700;

    font-size: 13px;

    text-transform: uppercase;

    outline: none;

}


.nav-menu li:hover > a,
.nav-menu > .menu-active > a {

    color: #BF0811;

}


.nav-menu > li {

    margin-left: 10px;

}


.nav-menu ul {

    margin: 4px 0 0 0;

    padding: 10px;

    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

    background: #fff;

}


.nav-menu ul li {

    transition: 0.3s;

}


.nav-menu ul li a {

    padding: 10px;

    color: #333;

    transition: 0.3s;

    display: block;

    font-size: 13px;

    text-transform: none;

}


.nav-menu ul li:hover > a {

    color: #00185B;

}


.nav-menu ul ul {

    margin: 0;

}


/* Mobile Nav Toggle */


#mobile-nav-toggle {

    position: fixed;

    right: 0;

    top: 0;

    z-index: 999;

    margin: 20px 20px 0 0;

    border: 0;

    background: none;

    font-size: 24px;

    display: none;

    transition: all 0.4s;

    outline: none;

    cursor: pointer;

}


#mobile-nav-toggle i {

    color: #00185B;

}


/* Mobile Nav Styling */


#mobile-nav {

    position: fixed;

    top: 0;

    padding-top: 18px;

    bottom: 0;

    z-index: 998;

    background: rgba(0, 0, 0, 0.8);

    left: -260px;

    width: 260px;

    overflow-y: auto;

    transition: 0.4s;

}


#mobile-nav ul {

    padding: 0;

    margin: 0;

    list-style: none;

}


#mobile-nav ul li {

    position: relative;

}


#mobile-nav ul li a {

    color: #fff;

    font-size: 13px;

    text-transform: uppercase;

    overflow: hidden;

    padding: 10px 22px 10px 15px;

    position: relative;

    text-decoration: none;

    width: 100%;

    display: block;

    outline: none;

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

}


#mobile-nav ul li a:hover {

    color: #00185B;

}


#mobile-nav ul li li {

    padding-left: 30px;

}


#mobile-nav ul li.menu-active a {

    color: #00185B;

}


#mobile-nav ul .menu-has-children i {

    position: absolute;

    right: 0;

    z-index: 99;

    padding: 15px;

    cursor: pointer;

    color: #fff;

}


#mobile-nav ul .menu-has-children i.fa-chevron-up {

    color: #00185B;

}


#mobile-nav ul .menu-has-children li a {

    text-transform: none;

}


#mobile-nav ul .menu-item-active {

    color: #00185B;

}


#mobile-body-overly {

    width: 100%;

    height: 100%;

    z-index: 997;

    top: 0;

    left: 0;

    position: fixed;

    background: rgba(0, 0, 0, 0.7);

    display: none;

}


/* Mobile Nav body classes */


body.mobile-nav-active {

    overflow: hidden;

}


body.mobile-nav-active #mobile-nav {

    left: 0;

}


body.mobile-nav-active #mobile-nav-toggle {

    color: #fff;

}


/*--------------------------------------------------------------

# inicio Section

--------------------------------------------------------------*/


#inicio {

    display: table;

    width: 100%;

    height: auto;

    background: #000;

}


#inicio .carousel-item {

    width: 100%;

    height: 70vh;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}


#inicio .carousel-container {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    position: absolute;

    bottom: 0;

    top: 0;

    left: 0;

    right: 0;

}


#inicio .carousel-background img {

    max-width: 100%;

}


#inicio .carousel-content {

    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 1) !important;

}


#inicio h2 {

    color: #fff;

    margin-bottom: 30px;

    font-size: 48px;

    font-weight: 700;

}


#inicio p {

    width: 80%;

    margin: 0 auto 30px auto;

    color: #fff;

}


#inicio .carousel-fade {

    overflow: hidden;

}


#inicio .carousel-fade .carousel-inner .carousel-item {

    transition-property: opacity;

}


#inicio .carousel-fade .carousel-inner .carousel-item,
#inicio .carousel-fade .carousel-inner .active.carousel-item-left,
#inicio .carousel-fade .carousel-inner .active.carousel-item-right {

    opacity: 0;

}


#inicio .carousel-fade .carousel-inner .active,
#inicio .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#inicio .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {

    opacity: 1;

    transition: 0.5s;

}


#inicio .carousel-fade .carousel-inner .carousel-item-next,
#inicio .carousel-fade .carousel-inner .carousel-item-prev,
#inicio .carousel-fade .carousel-inner .active.carousel-item-left,
#inicio .carousel-fade .carousel-inner .active.carousel-item-right {

    left: 0;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}


#inicio .carousel-control-prev,
#inicio .carousel-control-next {

    width: 10%;

}


#inicio .carousel-control-next-icon,
#inicio .carousel-control-prev-icon {

    background: none;

    font-size: 32px;

    line-height: 1;

}


#inicio .carousel-indicators li {

    cursor: pointer;

}


#inicio-promo {

    display: table;

    width: 100%;

    height: 100vh;

}


.img-background img {

    max-width: 100%;

}


/*--------------------------------------------------------------

# Sections

--------------------------------------------------------------*/


/* Sections Header

--------------------------------*/


.section-header h3 {

    font-size: 32px;

    color: #00185B;

    text-transform: uppercase;

    text-align: center;

    font-weight: 700;

    position: relative;

    padding-bottom: 15px;

}


.section-header h3::before {

    content: '';

    position: absolute;

    display: block;

    width: 120px;

    height: 1px;

    background: #ddd;

    bottom: 1px;

    left: calc(50% - 60px);

}


.section-header h3::after {

    content: '';

    position: absolute;

    display: block;

    width: 40px;

    height: 3px;

    background: #00185B;

    bottom: 0;

    left: calc(50% - 20px);

}


.section-header p {

    text-align: center;

    padding-bottom: 30px;

    color: #333;

}


/* Section with background

--------------------------------*/


.section-bg {

    background: #fff;

}


/* marcas Section

--------------------------------*/


#marcas {

    padding: 60px 0;

}


#marcas img {

    max-width: 100%;

    opacity: 0.5;

    transition: 0.3s;

    padding: 15px 0;

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

}


#marcas img:hover {

    opacity: 1;

    -webkit-filter: grayscale(20%);

    -moz-filter: grayscale(20%);

    -ms-filter: grayscale(20%);

    -o-filter: grayscale(20%);

    filter: grayscale(20%);

}


#marcas .owl-nav,
#marcas .owl-dots {

    margin-top: 5px;

    text-align: center;

}


#marcas .owl-dot {

    display: inline-block;

    margin: 0 5px;

    width: 12px;

    height: 12px;

    border-radius: 50%;

    background-color: #ddd;

}


#marcas .owl-dot.active {

    background-color: #BF0811;

}


.owl-centered .owl-wrapper {

    display: table !important;

}

.owl-centered .owl-item {

    display: table-cell;

    float: none;

    vertical-align: middle;

}

.owl-centered .owl-item > div {

    text-align: center;

}


/*--------------------------------------------------------------

# Responsive Media Queries

--------------------------------------------------------------*/


@media (min-width: 768px) {

    #contacto .contacto-address,
    #contacto .contacto-phone,
    #contacto .contacto-email {

        padding: 20px 0;

    }


    #contacto .contacto-phone {

        border-left: 1px solid #ddd;

        border-right: 1px solid #ddd;

    }

}


@media (min-width: 992px) {

    #testimonials .testimonial-item p {

        width: 80%;

    }

}


@media (min-width: 1024px) {

    #header #logo {

        padding-left: 60px;

    }


    #inicio p {

        width: 60%;

    }


    #inicio .carousel-control-prev,
    #inicio .carousel-control-next {

        width: 5%;

    }


    #nav-menu-container {

        padding-right: 60px;

    }

}


@media (max-width: 768px) {

    .back-to-top {

        bottom: 15px;

    }


    #header #logo h1 {

        font-size: 28px;

    }


    #header #logo img {

        max-height: 40px;

    }


    #inicio h2 {

        font-size: 28px;

    }


    #nav-menu-container {

        display: none;

    }


    #mobile-nav-toggle {

        display: inline;

    }

}


/* nosotros Us Section

--------------------------------*/


#nosotros {

    background: url("../img/115.jpg") center top no-repeat fixed;

    background-size: cover;

    padding: 60px 0 40px 0;

    position: relative;

}


#nosotros::before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background: rgba(255, 255, 255, 0.85);

    z-index: 9;

}


#nosotros .container {

    position: relative;

    z-index: 10;

}


#nosotros .nosotros-col {

    background: #fff;

    border-radius: 0 0 4px 4px;

    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

    margin-bottom: 20px;

    height: 440px;

}


#nosotros .nosotros-col .img {

    position: relative;

}


#nosotros .nosotros-col .img img {

    border-radius: 4px 4px 0 0;

}


#nosotros .nosotros-col .icon {

    width: 64px;

    height: 64px;

    padding-top: 8px;

    text-align: center;

    position: absolute;

    background-color: #00185B;

    border-radius: 50%;

    text-align: center;

    border: 4px solid #fff;

    left: calc(50% - 32px);

    bottom: -30px;

    transition: 0.3s;

}


#nosotros .nosotros-col i {

    font-size: 36px;

    line-height: 1;

    color: #fff;

    transition: 0.3s;

}


#nosotros .nosotros-col:hover .icon {

    background-color: #fff;

}


#nosotros .nosotros-col:hover i {

    color: #00185B;

}


#nosotros .nosotros-col h2 {

    color: #000;

    text-align: center;

    font-weight: 700;

    font-size: 20px;

    padding: 0;

    margin: 40px 0 12px 0;

}


#nosotros .nosotros-col h2 a {

    color: #BF0811;

}


#nosotros .nosotros-col h2 a:hover {

    color: #00185B;

}


#nosotros .nosotros-col p {

    font-size: 14px;

    line-height: 24px;

    color: #333;

    margin-bottom: 0;

    padding: 0 20px 20px 20px;

}


/* Contacto Section

--------------------------------*/


#contacto {

    padding: 60px 0;

}


#contacto .contacto-info {

    margin-bottom: 20px;

    text-align: center;

}


#contacto .contacto-info i {

    font-size: 48px;

    display: inline-block;

    margin-bottom: 10px;

    color: #BF0811;

}


#contacto .contacto-info address,
#contacto .contacto-info p {

    margin-bottom: 0;

    color: #000;

}


#contacto .contacto-info h3 {

    font-size: 18px;

    margin-bottom: 15px;

    font-weight: bold;

    text-transform: uppercase;

    color: #00185B;

}


#contacto .contacto-info a {

    color: #000;

}


#contacto .contacto-info a:hover {

    color: #BF0811;

}


#contacto .contacto-address,
#contacto .contacto-phone,
#contacto .contacto-email {

    margin-bottom: 20px;

}


#contacto .form #sendmessage {

    color: #00185B;

    border: 1px solid #00185b;

    display: none;

    text-align: center;

    padding: 15px;

    font-weight: 600;

    margin-bottom: 15px;

}


#contacto .form #errormessage {

    color: red;

    display: none;

    border: 1px solid red;

    text-align: center;

    padding: 15px;

    font-weight: 600;

    margin-bottom: 15px;

}


#contacto .form #sendmessage.show,
#contacto .form #errormessage.show,
#contacto .form .show {

    display: block;

}


#contacto .form .validation {

    color: red;

    display: none;

    margin: 0 0 20px;

    font-weight: 400;

    font-size: 13px;

}


#contacto .form input,
#contacto .form textarea {

    padding: 10px 14px;

    border-radius: 0;

    box-shadow: none;

    font-size: 15px;

}


#contacto .form button[type="submit"] {

    background: #00185B;

    border: 0;

    padding: 10px 30px;

    color: #fff;

    transition: 0.4s;

    border-radius: 15px;

    cursor: pointer;

}


#contacto .form button[type="submit"]:hover {

    background: #fff;

    color: #07105a;

    border-radius: 15px;

    border: 2px solid #00185B;

}


/*--------------------------------------------------------------

# Responsive Media Queries

--------------------------------------------------------------*/


@media (min-width: 768px) {

    #contacto .contacto-address,
    #contacto .contacto-phone,
    #contacto .contacto-email {

        padding: 20px 0;

    }


    #contacto .contacto-phone {

        border-left: 1px solid #ddd;

        border-right: 1px solid #ddd;

    }

}


@media (min-width: 992px) {

    #testimonials .testimonial-item p {

        width: 80%;

    }

}


@media (min-width: 1024px) {

    #header #logo {

        padding-left: 60px;

    }


    #inicio p {

        width: 60%;

    }


    #inicio .carousel-control-prev,
    #inicio .carousel-control-next {

        width: 5%;

    }


    #nav-menu-container {

        padding-right: 60px;

    }

}


@media (max-width: 768px) {

    .back-to-top {

        bottom: 15px;

    }


    #header #logo h1 {

        font-size: 28px;

    }


    #header #logo img {

        max-height: 40px;

    }


    #inicio h2 {

        font-size: 28px;

    }


    #nav-menu-container {

        display: none;

    }


    #mobile-nav-toggle {

        display: inline;

    }

}


/*

  CATALOGO DE PRODUCTOS

*/


#catalogo {

    background: url("../img/catalogo-bg.jpg") center top no-repeat fixed;

    background-size: cover;

    padding: 60px 0 40px 0;

    position: relative;

}


#catalogo::before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background: rgba(255, 255, 255, 0.85);

    z-index: 9;

}


#catalogo .container {

    position: relative;

    z-index: 10;

}


.gallery-title {

    font-size: 36px;

    color: #00185B;

    text-align: center;

    font-weight: 500;

    margin-bottom: 70px;

}

.gallery-title:after {

    content: "";

    position: absolute;

    width: 7.5%;

    left: 46.5%;

    height: 45px;

    border-bottom: 1px solid #5e5e5e;

}

.filter-button {
    font-size: 18px;
    border: 1px solid #00185B;
    border-radius: 5px;
    text-align: center;
    color: #00185B;
    margin-bottom: 30px;
}

.filter-button:hover {

    font-size: 18px;

    border: 1px solid #00185B;

    border-radius: 5px;

    text-align: center;

    color: #ffffff;

    background-color: #00185B;


}

button.btn.btn-default.filter-button.active {
    font-size: 18px;
    border: 1px solid #00185B;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #00185B;
}


.port-image {

    width: 100%;

}


.gallery_product {

    margin-bottom: 30px;

}

.card-body img {
    width: 156px;
    position: relative;
    margin-left: 50%;
    left: calc(-156px/2);
    height: 206px;
    z-index: 4 !important;
}
.card-body {
    height: 250px;
}

a p.text-galery {
    text-decoration: none;
    color: #00185B;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    margin: 0 0 0 50px;
}
.card-header{
    background: #00185B;
    color: white;

}
.card-footer > a{
    text-align: center;
    text-decoration: none;
    color: #00185B;
    border:none
}
.card-footer{
    background: transparent;
    color:white;
}
a p.text-galery:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/


#lab_social_icon_footer {

    padding: 40px 0;

    background-color: #00185B;

}


#lab_social_icon_footer a {

    color: #BF0811;

}


#lab_social_icon_footer .social:hover {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

}


#lab_social_icon_footer .social {

    -webkit-transform: scale(0.8);

    /* Browser Variations: */


    -moz-transform: scale(0.8);

    -o-transform: scale(0.8);

    -webkit-transition-duration: 0.5s;

    -moz-transition-duration: 0.5s;

    -o-transition-duration: 0.5s;

}

/*

    Multicoloured Hover Variations

*/


#lab_social_icon_footer #social-fb:hover {

    color: #3B5998;

}


#lab_social_icon_footer #social-tw:hover {

    color: #4099FF;

}


#lab_social_icon_footer #social-gp:hover {

    color: #d34836;

}


#lab_social_icon_footer #social-em:hover {

    color: #f39c12;

}
.card{
    border: none;
    border-radius: 10px;
    padding: 10px;
}

.owl-item > img{
    padding: 10px !important;
    width: 150px !important;
}
