@import url("https://fonts.googleapis.com/css?family=Lato:400,900,300,700,300italic");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&display=swap');

:root {
    --main-color: #ffffff;
    --main-hover-color: #cac6b6;

    --sec-color: #019cde;
    --sec-hover-color: #cac6b6;

    --ter-color: #0000;
    --ter-hover-color: #7a7a7a;
}

main{
    padding-bottom: 30px;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
    background: #ffffff;
}

a:hover,
a:active,
a:focus {
    outline: none !important;
    text-decoration: none !important;
}

header {
    background: #ffffff;
    height: 78px;
}

header nav {
    padding: 20px 0;
}

.navbar-light .navbar-brand {
    background: transparent;
    padding-left: 0;
}

@media (max-width: 767px) {
    .navbar-light .navbar-brand {
        width: 185px;
    }
}


header .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    padding-right: 15px;
    padding-left: 15px;
    color: rgb(0 0 0 / 83%) !important;
}


header .navbar-light .navbar-nav .nav-link:hover {
    color: #808080;
}



#slider .owl-carousel .item img {
    width: 100%;
}

#slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -40px;
    position: relative;
    margin-bottom: 20px;
}

#slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 2px solid #019cde;
}

#slider .owl-theme .owl-dots .owl-dot span {
    background: #019cde;
}

#slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

#info h2 {
    color: #019cde;
    text-transform: uppercase;
    text-align: center;
}

#info .gradient {
    width: 100%;
    height: 3px;
    background: radial-gradient(#dadada, #ffffff);
}

#info p {
    color: #7c7978;
    text-align: justify;
}

#dealer {
    padding: 50px 0;
}

#dealer h2 {
    color: #019cde;
    text-transform: uppercase;
    text-align: center;
}

#dealer .gradient {
    width: 100%;
    height: 2px;
    background: radial-gradient(#019cde36, #ffffff);
}

#dealer p {
    text-transform: uppercase;
    text-align: center;
    color: #6d6c6b;
    font-size: 18px;
}

#dealer .box {
    border: solid #cccccc 2px;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
}

#contact {
    padding: 40px 0 40px 0;
    padding-bottom: 0px;

}

#contact h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

#contact .gradient {
    width: 100%;
    height: 2px;
    background: radial-gradient(#019cde36, #ffffff);
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
    border-radius: 0;
    height: 40px;
    border: solid #cccccc 1px;
    background: #ffffff;
    margin-bottom: 15px;
}

#contact textarea {
    height: 300px;
    background: #ffffff;
}

#contact button {
    font-size: 14px   !important;
    font-weight: 600  !important;
    background-color: white  !important;
    border: 1px solid #545454  !important;
    height: 44px  !important;
    float: right;
}

#product_info h2 {
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    font-size: 28px;
}

a:hover,
a:active,
a:focus {
    color: #808080;
    outline: none !important;
    text-decoration: none !important;
}

a {
    color: black;
}

a:hover {
    color: #808080;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

ul.link li a {
    color: #fff;
    font-size: 17px;
}

ul.link li a:hover {
    color: #808080;
}

ul.link li {
    display: inline-block;
    padding: 8px 15px;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -25px;
    position: relative;
}

button:focus {
    outline: none !important;
}

.card a {
    text-transform: uppercase;
    font-size: 17px;
}
.row{
    justify-content: center;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(26, 26, 26, 1);
}

.card-product {
    border: 1px solid #f5f5f5 !important;
    border-radius: 5px;
    max-width: 375px;
    margin: 1em;
    padding-bottom: 1em  !important;
}

.btn-detail{
    font-size: 14px   !important;
    font-weight: 600  !important;
    background-color: white  !important;
    border: 1px solid #545454  !important;
    width: 70%  !important;
    height: 44px  !important;
}

.product-footer{
    width: 365px;
    height: 127px;
}

.img-product{
    width: 100%;
    cursor: pointer;
     transition: transform .9s ease-in-out;
}

  
.img-product:hover {
    transform: scale(1.1);
}

.card-deck{
    justify-content: center;
}

.card-content{
    margin: 1.5em 0;
    padding: 1em;
    border: 1px solid #f5f5f5 !important;

}

.menu-widget-title {
    color: var(--main-color) !important;
    background: var(--sec-color);
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 800;
}

.menu-widget {
    margin-top: 1.2em;
    border-radius: 10px;
}

h2,
p {
    margin: 0;
}

.products-header{
    margin: 0 3em;

}

@media (max-width: 767px) {
    .products-header{
        margin: 0;

    }
}

.input-group button i {
    color: var(--main-color);
}

.input-group button {
    background-color: var(--sec-color);
}

.list-unstyled li a {
    border-top: 1px solid #eeeeee;
    color: #555555;
    display: block;
    font-size: 15px;
    padding: 8px 20px;

}

.list-unstyled{
    border: 1px solid #f5f5f5 !important;
}



.card-dealer{
    margin: 1em;
    padding: 1em;
    border: 1px solid #f5f5f5 !important;
}
.title {
    color: #232323;
    margin-bottom: 50px;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
}

.title:after {
    display: inline-block;
    margin: 0 0 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #000000;
    width: 30px;
}

.title:before {
    display: inline-block;
    margin: 0 0 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #000000;
    width: 30px;
}

@media (max-width: 767px) {


    .Produtos {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .card-deck {
        margin-left: 80px;
        margin-right: 80px;
    }

    .Produtos {
        margin: 80px;
    }
}

.product-image-detail {
    width: 300px;
    margin-bottom: 2em;
}
