h1, h2, h3, h4, h5 { font-family: 'Montserrat', sans-serif; font-weight: 600; }
p, li, dd, a, .btn { font-family: 'Montserrat', sans-serif; font-weight: 500; }

table { font-family: 'Montserrat', sans-serif; }

.text-primary { color: #003c6b !important; }
.text-shadow { text-shadow: 1px 1px 5px #000; }

.bg-primary { background: #003c6b !important; }
.bg-secondary { background: #c9dff0 !important; }
.bg-blue { background: #009ca6; }
.bg-grey { background: #d9e2e8; }
.bg-grey-s { background: #fafafa; }
.bg-grey-f { background: #edf4fa; }

.btn { border-radius: 0; padding: .75rem 2rem; }
.btn-danger { background: #ea131c !important; }

.img-hover-zoom { overflow: hidden; }
.img-hover-zoom img { transition: transform .5s ease; }
.img-hover-zoom:hover img { transform: scale(1.2); }

.card .card-img-overlay { top: auto; }
.card-segment h3 { font-size: 1.1rem; text-align: left; }

/* HEADER */
.navbar-brand img { max-width: 280px; margin-left: -5px; }
.navbar-nav { margin-top: -35px; }
.navbar-nav .nav-link:hover { background: #ea131c; color: #fff !important; }

/* CAROUSEL */
.carousel { margin-top: -30px; }
.carousel-caption { top: 35%; }
#carousel-home .carousel-caption { max-width: 390px; top: auto; left: 7rem; bottom: 6.5rem; text-align: left; }
#carousel-home .carousel-caption-r { left: auto; right: 1.25rem; }

/* PAGES */
.before-news { padding-bottom: 180px!important; }
#section-news { margin-top: -180px; }

#section-empresa { margin-top: -60px; }

.col-12.text-center img { width: 80%; margin: 50px; border-radius: 20px; box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.5) !important; }

.col-ensaio { width: 20%; }
.col-ensaio h3 { font-size: 1.5rem; }

/* FOOTER */
footer { /*margin-top: -150px; padding-top: 180px;*/ }

/* FORM */
#news .btn { padding: 0.375rem 0.75rem; }

.form-control, .form-select, .col-form-label { font-family: 'Montserrat', sans-serif; color: #666 !important; }

#search input, #search select { padding: .5rem 1rem; }
#search .btn { padding: .5rem 1rem; border-radius: .375rem; }
