@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #ededed !important;
    min-height: 100vh;
}

h1 {
    font-weight: bold !important;
}

h3 {
    font-weight: bold !important;
    font-size: 18px !important;
}

.main-gradient {
    background: #00409A;
    background: -webkit-linear-gradient(86deg, rgba(0, 64, 154, 1) 33%, rgba(15, 107, 233, 1) 100%);
    background: -moz-linear-gradient(86deg, rgba(0, 64, 154, 1) 33%, rgba(15, 107, 233, 1) 100%);
    background: linear-gradient(86deg, rgba(0, 64, 154, 1) 33%, rgba(15, 107, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00409A", endColorstr="#0F6BE9", GradientType=0);
}

.blue-bg {
    background: #00409A;
}

.blue-bg-bright {
    background: #024FB9;
}

.golden-gradient {
    background: #FFB300;
    background: -webkit-linear-gradient(-86deg, rgba(255, 179, 0, 1) 0%, rgba(219, 142, 5, 1) 100%);
    background: -moz-linear-gradient(-86deg, rgba(255, 179, 0, 1) 0%, rgba(219, 142, 5, 1) 100%);
    background: linear-gradient(-86deg, rgba(255, 179, 0, 1) 0%, rgba(219, 142, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB300",
            endColorstr="#DB8E05",
            GradientType=0);
}

.credit-card-bg {
    background: #83838310;
    background: -webkit-linear-gradient(322deg, rgba(131, 131, 131, 1) 2%, rgba(255, 255, 255, 1) 72%);
    background: -moz-linear-gradient(322deg, rgba(131, 131, 131, 1) 2%, rgba(255, 255, 255, 1) 72%);
    background: linear-gradient(322deg, rgba(131, 131, 131, 1) 2%, rgba(255, 255, 255, 1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8383830F", endColorstr="#FFFFFF", GradientType=0);
}

.color-blue {
    color: #004097;
}

.black-text {
    color: rgb(34, 34, 34);
}

.font-size-18 {
    font-size: 18px;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.margin-top-lg {
    margin-top: 4rem;
}

.semibold {
    font-weight: 600;
}

.fw-regular {
    font-weight: 400;
}

.blue-tag {
    background-color: #004097;
    width: fit-content;
    color: #fff;
    border-radius: 8px;
    padding: 0 .8rem;
}

.blue-tag.lg {
    padding: .5rem 1rem .5rem 0;
}

.blue-tag.alternative {
    position: absolute;
    left: 0;
    padding-left: 1rem;
    border-radius: 0 8px 8px 0;
}

.blue-tag.bright {
    background-color: #215499;
}

.blue-tag.hero {
    font-size: 20px;
}


header {
    background-color: grey;
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 0 0 15px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    transition: all .5s ease;
}

header.scrolled {
    padding: 1rem 2rem;
    top: -60px;
}

header.scrolled #logo-header {
    opacity: 0;
    transform: translateY(-20px);
    /* width: 0;
    height: 0;
    margin: 0; */
    overflow: hidden;
    transition: all .5s ease;
}

img#logo-header {
    width: 120px;
    margin-bottom: 1rem;
    transition: all .35s ease;
}

.box-shadow {
   box-shadow:
    0 8px 8px rgba(0, 0, 0, 0.32)
}


.contact-link {
    text-decoration: none;
    color:#004097 !important;
    padding: .5rem 1rem;
    border:1px solid #004097;
    border-radius:10px; 
}

.contact-link-hover:active {
    color:#fff;
    background-color: #00409750;
}

header ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding:0;
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

a {
    color: #fff !important;
    text-decoration: none !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

section {
    margin-bottom: 2rem;
    scroll-margin-top: 180px;
}

section#hero {
    background: #fff;
    padding-top: 180px;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
}



#hero .text-container {
    padding: 3rem 0;
}

#hero .text-container .top-container {
    border-left: 2px solid #004097;
    padding-left: 5px;
}

#hero .text-container .top-container p {
    font-weight: bold;
    font-size: 18px;
}

#hero .text-container .middle-container {
    margin-bottom: 5px;
}

#hero .text-container .middle-container p {
    margin: 1rem 0 0 0;
}

.img-container {
    height: 190px;
    background-color: #fff;
    margin-left: 1rem;
}

.header-img {
    position: relative;
    top: -60px;
}

section#top-card {
    padding: 0 1rem;
}

.top-card-img-container {

    background-color: #fff;
    width: 180px;
    border-radius: 10px;

}

.top-card-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.trabalhamos-img-container {
    background-color: #fff;
    border-radius: 10px;
    width:45%;
}

.trabalhamos-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    
}

.card-x {
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
    color: #fff;
    position: relative;

}

.card-x.trabalhamos {
    width:55%;
}

.card-x.top-card {
    border-radius: 10px 0 0 10px;
}

.card-x.alternative {
    padding: 0;
}

.card-x.alternative img {
    width: 25px;
}

section#services {
    padding: 0 1rem 0 1rem;
}

section#services .services-card-container {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.card-service {
    background-color: #00409720;
    padding: .5rem 1rem;
    color: #004097;
    font-weight: 600;
    border-radius: 8px;
    font-size: 18px;
}

.service-icon {
    width: 30px;
    height: 30px;
    margin-right: .5rem;
}

section#atendemos {
    padding: 0 1rem;
}

section#contact1 {
    margin-top: 3rem;
    padding: 0 1rem;
    font-size: 16px;
}


.btn-vazado {
    border: 1px solid #004097;
    border-radius: 8px;
    color: #004097;
}

.list-vazado {
    border: 1px solid #004097;
    border-radius: 8px;
    color: #004097;
    padding:.5rem 1rem;
}

#contact1 .bottom,
#contact2 .bottom,
#contact3 .bottom,
#contact4 .bottom {
    background-color: #00409720;
    width: 100%;
    border-radius: 8px;
    padding: 1rem 0;
}

section#trabalhamos {
    padding: 0 1rem;
    margin-top: 3rem;
}

section#localizacao {
    padding: 0 1rem;
}

section#passos .card-x {
    width: fit-content;
    padding: .5rem 1rem;
    border-radius: 0;
}

.list-vazado-container {
    padding: 0 1rem;
    margin-top: 1rem;
}

.list-vazado {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

section#contact1,
section#contact2,
section#contact3,
section#contact4 {
    margin-top: 3rem;
    padding: 0 1rem;
}

section#descricoes {
    margin-top: 3rem;
}

.descricao-container {
    padding: 1rem;
    font-weight: 500;
    min-height: 230px;
}

.descricao-container p {
    font-weight: 400;
    color: #fff;
}

.garantia-container {
    padding: 1.5rem 1rem;
}

.garantia-icon {
    width: 40px;
    height: 40px;
}

section#credit-card {
    padding: 0 1rem;
}

.credit-card {
    border-radius: 12px;
    padding: 1rem;
}

.credit-card p {
    width: 75%;
}

section#about {
    background-color: #fff;
    margin-bottom: 0;
}

.about-container {
    padding: 2rem 1rem;
}

#about-icon {
    width: 35px;
    height: 35px;
}

#logo-xpress-about img {
    width: 100px;
}

.question-container {
    padding: 1rem;
}

section#contato {
    padding: 0 1rem;
}

footer {
    padding: 2rem 1rem;
}

#logo-footer {
    width: 150px;
}

#logo-credit-card {
    width: 100px;
    margin-bottom: 1rem;
}