/* GERAL */
h1, h2, h3, h4 { font-family: "Sansation", sans-serif; color: #314854 !important; font-weight: 600; }
p, li, dd { font-family: "Sansation", sans-serif; color: #314854 !important; }

.text-primary { color: #fbb12f !important; }
.text-grey { color: #999 !important; }
.text-grey-d { color: #314854; }
a.text-grey-d:hover { color: #fbb12f; }

.text-shadow { text-shadow: 1px 1px 10px black; }

.btn { font-family: "Sansation", sans-serif; border: 0; border-radius: 2rem; padding: .5rem 2.25rem; }
.btn-primary { background: #fbb12f !important; color: #1F2D42 !important; }
.btn-primary:hover { color: #fff !important; }
.btn-secondary { background: #314854 !important; }
.btn-secondary:hover { background: #506f80 !important; }

.bg-primary { background: #fbb12f !important; }
.bg-grey { background: #49606B; }
.bg-grey-p { background: #f7f7f7; }
.bg-grey-l { background: #ECEEE9; }
.bg-grey-s { background: #F2F4F7; }
.bg-orange { background: #FBB12F; }
.bg-orange-1 { background: #ffde4c; }
.bg-orange-2 { background: #fcc52f; }
.bg-orange-3 { background: #fbb12f; }
.bg-marcondes { background: url('../img/bg-marcondes.jpg') top center no-repeat; background-size: cover; }

.img-hover-zoom { overflow: hidden; }
.img-hover-zoom img { transition: transform .5s ease; }
.img-hover-zoom:hover img { transform: scale(1.2); }

/* HEADER */
header { position: relative; z-index: 99999; }
.navbar-brand img { max-width: 300px; }
header .nav-link { color: #314854; }
.dropdown-item:hover { background: #fbb12f; }

/* CAROUSEL */
.carousel { margin-top: -150px; }
.carousel-caption { max-width: 400px; left: auto; right: 10%; bottom: 20%; }
#carousel-pages .carousel-caption { max-width: 710px; left: 5%; right: auto; }

/* CONTENT */
.sec-before-cotacao { padding-bottom: 210px !important; }

#sec-atendimento { margin-top: -60px; }
#sec-atendimento .btn { padding: .5rem 3.5rem; }

#sec-cotacao { margin-top: -120px; }
#sec-cotacao img { position: absolute; bottom: 0; right: 70px; max-width: 450px; }

#card-contato a.text-grey-d:hover { color: #fff; }

#sec-quem-somos { margin-top: 140px !important; }
.card-quem-somos { margin-top: -100px !important; min-height: 440px; }

/* FORM */
label { font-family: "Sansation", sans-serif; color: #222e40 !important; font-size: .8rem; }
.form-control { font-family: "Sansation", sans-serif; color: #222e40 !important; background: #FCFCFC; }
.form-select { font-family: "Sansation", sans-serif; color: #222e40 !important; background-color: #FCFCFC; }
::placeholder { color: #222e40 !important; }

/* FOOTER */
footer { background: #17242B; padding-top: 290px; margin-top: -270px; }
footer a:hover { color: #fbb12f !important; }

#contato footer, #orcamento footer { margin-top: 0; padding-top: 48px; }
