@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

ol, ul {
    padding-right: 0px;
}

.header-menu-image {
    background-image: url('../images/banner-umec-bomba-de-combustivel-completa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

header nav {
    height: 130px;
} @media (max-width: 768px) {
    header nav {
        height: fit-content;
    }
}

.navbar-brand img {
    max-width: 70%;
    padding: 30px;
} @media (max-width: 1180px) {
    .navbar-brand img {
        max-width: 80%;
    }
}

.navbar-brand span {
    color: #012257;
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
} @media (max-width: 576px) {
    .navbar-nav .nav-link {
        padding-left: 50px;
        text-align: center;
    }
}

.navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
} @media (max-width: 768px) {
    .navbar-nav .nav-link:hover {
        color: #fff;
        border-bottom: none;
    }
}

.navbar-nav .nav-item {
    padding-right: 40px;
}

.home .container h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding-right: 30px;
    margin-bottom: 40px;
} @media (max-width: 576px) {
    .home .container h1 {
        font-size: 46px;
        text-align: center;
        margin-top: 20px;
        padding: 0;
    }
}

#title-obrigado, #text-obrigado {
    text-align: center;
}

.home .container p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    margin: 10px;
} @media (max-width: 576px) {
    .home .container p {
        padding: 10px;
        text-align: center;
    }
}

#title-obrigado, #text-obrigado {
    text-align: center;
}

.home .titulo-form h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 28px;
}

.home .titulo-form p {
    color: #333333;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}

#formulario {
    width: 30rem;
    margin-top: 52px;
    margin-bottom: 100px;
    padding: 20px 30px;
    background: #f5f5f5;
    color: #333333;
    text-align: left;
    border-radius: 4px;
    border: none;
} @media (max-width: 576px) {
    #formulario {
        margin-top: 20px;
        width: fit-content;
    }
} @media (max-width: 1270px) {
    #formulario {
        width: fit-content;
    }
} @media (max-width: 1280px) {
    #formulario {
        width: fit-content;
    }
} @media (max-width: 1550px) {
    #formulario {
        width: 100%;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#form-whatsapp {
    background: linear-gradient(45deg, #18b936, #4ad664);
    margin: 10px 0 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 4px; 
}

#form-whatsapp:hover {
      background-color: #29a740;
      border-color: #29a740; 
}

#form-whatsapp i {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-right: 5px;
}
  
#form-whatsapp-texto {
    width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.botão {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    color: #fff;
    background-color: #E31C23;
    border-color: #E31C23;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
}

.botão:hover {
    background-color: #E31C23;
    border-color: #E31C23;
}

.btn-destaque {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    height: auto;
    padding: 10px 20px;
    background-color: #E31C23;
    border: 2px solid #E31C23;
    border-radius: 4px;
    transition: 0.5s;
}

.btn-destaque:hover {
    border: 2px solid #E31C23;
    background-color: #E31C23;
} @media (max-width: 768px) {
    #btn-destaque-mobile {
        width: 100%;
        margin-top: 50px;
        margin-left: 10px;
    }
}

.section-desempenho {
    background-color: #f2f2f2;
    padding: 30px;
}

.section-desempenho h2 {
    color: #333333;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    margin-top: 110px;
    margin-bottom: 20px;
}

.section-desempenho p {
    color: #333333;
    font-size: 18px;
}

@media (max-width: 768px) {
    .section-desempenho {
        padding: 10px;
    }

    .section-desempenho h2 {
        font-size: 34px;
        text-align: center;
        margin-top: 40px;
    }

    .section-desempenho p {
        text-align: center;
    }
}

.section-produtos {
    background-color: #fff;
    padding: 20px;
}

.section-produtos h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.center-items {
    display: grid;
    place-items: center;
} @media (max-width: 768px) {
    .center-items-mobile {
        display: grid;
        place-items: center;
    }
}

.wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    position: relative;
  }
  .wrapper i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #E31C23;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper i:hover{
    background: #E31C23;
  }
  .wrapper i:first-child{
    left: -65px;
    display: none;
  }
  .wrapper i:last-child{
    right: -60px;
  }
  .wrapper .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel.dragging img{
    pointer-events: none;
  }
  .carousel img{
    height: 400px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 50%;
  }
  .carousel img:first-child{
    margin-left: 0px;
  }
  
  @media screen and (max-width: 900px) {
    .carousel img{
      width: calc(100% / 2);
    }

    .wrapper i:first-child {
        left: -20px;
    }

    .wrapper i:last-child {
        right: -20px;
    }
  }
  
  @media screen and (max-width: 550px) {
    .carousel img{
      width: 100%;
    }
}

.btn-sect-produtos {
    display: grid;
    place-items: center;
    padding: 30px;
}

.paddi-btn {
    padding: 30px 5px;
} @media (max-width: 768px) {
    .paddi-btn {
        padding: 15px 5px;
    }
}

.section-capa-protecao {
    background-color: #f2f2f2;
    padding: 30px;
}

.section-capa-protecao h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 70px;
}

.section-capa-protecao p {
    color: #000;
    font-size: 18px;
}

.section-capa-protecao img {
    height: 90%;
}

@media (max-width: 768px) {
    .section-capa-protecao {
        padding: 10px;
    }

    .section-capa-protecao h2 {
        font-size: 34px;
        text-align: center;
        margin-top: 20px;
    }

    .section-capa-protecao p {
        font-size: 16px;
        text-align: center;
    }

    .section-capa-protecao img {
        height: 100%;
    }
}

.section-bomba-combustivel {
    background-image: url('../images/banner-umec-claro.jpg');
    padding: 30px;
}

.section-bomba-combustivel h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 70px;
}

.section-bomba-combustivel p {
    color: #000;
    font-size: 18px;
}

.section-bomba-combustivel img {
    height: 90%;
}

@media (max-width: 768px) {
    .section-bomba-combustivel {
        padding: 10px;
    }

    .section-bomba-combustivel h2 {
        font-size: 34px;
        text-align: center;
        margin-top: 20px;
    }

    .section-bomba-combustivel p {
        font-size: 16px;
        text-align: center;
    }

    .section-bomba-combustivel img {
        height: 100%;
    }
}

.section-cabo-velocimetro {
    background-color: #f2f2f2;
    padding: 30px;
}

.section-cabo-velocimetro h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 70px;
}

.section-cabo-velocimetro p {
    color: #000;
    font-size: 18px;
}

.section-cabo-velocimetro img {
    height: 90%;
}

@media (max-width: 768px) {
    .section-cabo-velocimetro {
        padding: 10px;
    }

    .section-cabo-velocimetro h2 {
        font-size: 34px;
        text-align: center;
        margin-top: 20px;
    }

    .section-cabo-velocimetro p {
        font-size: 16px;
        text-align: center;
    }

    .section-cabo-velocimetro img {
        height: 100%;
    }
}

.section-parceiros {
    background-color: #f2f2f2;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }  
}

.parceiros {
    overflow: hidden;
    padding: 60px 0;
    background: #fff;
    white-space: nowrap;
    position: relative;
}

.parceiros::before,
.parceiros::after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
} @media (max-width: 768px) {
    .parceiros::before,.parceiros::after {
        width: 10px;
    }
}

.parceiros::before {
    left: 0;
    background: linear-gradient(to left, transparent, #fff);
}

.parceiros::after {
    right: 0;
    background: linear-gradient(to right, transparent, #fff);
}

.parceiros::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: linear-gradient(to left, transparent, #fff);
    content: "";
    z-index: 2;
}

.parceiros-slide {
    display: inline-block;
    animation: 60s slide infinite linear;
} @media (max-width: 768px) {
    .parceiros-slide {
        animation: 40s slide infinite linear;
    }
}

.parceiros-slide img {
    height: 50px;
    margin: 0 40px;
}

footer {
    color: #fff;
    background-color: #333333;
    width: 100%;
}

footer img {
    max-width: 30%;
}

ol, ul {
    padding-left: 0px;
}

footer ul li {
    padding-left: 0px;
}

footer span {
    color: #fff;
    padding-left: 14px;
}

.footer-link {
    text-decoration: none;
}

#footer_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 50px 20px 0px 50px;
}

#footer_content>#footer_contacts>h1>img {
    max-width: 60%;
}

#footer_contacts h1 {
    margin-bottom: 0.75rem;
}

#footer_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    #footer_social_media {
        align-items: center;
        justify-content: center;
    }
}

#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: #062E48;
    border-radius: 50%;
    transition: all 0.4s;
}

#footer_social_media .footer-link i {
    color: #fff;
    font-size: 1.25rem;
}

#footer_social_media .footer-link:hover {
    opacity: 0.8;
}

#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook {
    background-color: #4267b3;
}

#whatsapp-footer {
    background-color: #25d366;
}

#youtube {
    background-color: #FF0000;
}

#twitter {
    background-color: #000;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    gap: 100px;
}

.footer-list .footer-link {
    color: #fff;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
}

.footer-list .footer-link:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}


#footer_copyright {
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    #footer_content {
        text-align: center;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 426px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}

/** Btn Whatsapp **/
.float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 0.5s;
}

.float:hover {
    transform: scale(1.1);
}

.my-float {
    margin-top: 15px;
    margin-left: 4px;
}
/** Btn Whatsapp **/


/** estilizaçao dos cookies **/

.cookies-msg {
    width: 80%;
    background-color: #EEEEEE;
    position: fixed;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 15px;
    display: none;
}

.cookies-msg.mostrar {
    display: block;
}

.cookies-msg .cookies-txt {
    display: flex;
    align-items: center;
    text-align: justify;
    padding: 20px;
} @media (max-width: 576px) {
    .cookies-msg .cookies-txt {
        font-size: 14px;
        display: block;
    }
}

.cookies-msg .cookies-btn {
    margin-left: 30px;
} @media (max-width: 576px) {
    .cookies-msg .cookies-btn {
        text-align: center;
    }
}

.cookies-msg .cookies-btn a {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 40px;
    cursor: pointer;
    transition: 0.5s;
}

.cookies-msg .cookies-btn a:hover {
    color: #fff;
}