body {
  font-size: 19px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 52px; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

section {
  padding: 35px 15px; }

section:nth-child(odd) {
  background-color: #e9eaec; }

.hidden {
  display: none; }

.bg-alt {
  background-color: #e9eaec; }

.navbar {
  font-size: 15px; }

.divider {
  border: 1px solid #2495c7; }

.navbar a {
  color: white; }

.navbar a:hover {
  color: #2495c7; }

header {
  background-color: #343A3F;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

#hero {
  padding: 120px 0 100px; }

.bg-main {
  background-color: #2495c7; }

.webform-1 > .form-body {
  color: grey;
  background-color: white; }

.webform-1 button {
  color: white;
  background-color: #2495c7; }

.webform-1 button:hover {
  color: white;
  background-color: #1c759c; }

.webform-1 svg {
  color: #2495c7; }

.webform-2 > .form-body {
  color: white;
  background-color: rgba(36, 149, 199, 0.6); }

#brands {
  padding: 30px 15px; }

#services .card-text {
  font-size: 16px; }

#map {
  height: 350px; }

footer a,
footer a:hover {
  color: white; }

#copyright {
  background-color: #1f2327; }

#copyright a,
#copyright a:hover {
  color: white;
  text-decoration: underline; }

.text-main {
  color: #2495c7; }

.bg-main {
  background-color: #2495c7; }

.secondary-color {
  color: ""; }

.bg-secondary {
  background-color: ""; }

.float-contact {
  bottom: 20px;
  right: 20px;
  z-index: 100; }

.whatsapp-btn {
  display: block;
  height: 65px;
  width: 65px;
  background-color: #00a955; }

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #4d4d4d; }

#hero {
  background-image: url("../../assets/img/bg.jpg");
  background-position: center;
  background-size: cover; }

.hero-cover {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0; }

.owl-testimonial .owl-item {
  padding: 0 15px; }

.owl-testimonial .owl-stage {
  margin-bottom: 15px; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #2495c7; }

.owl-theme .owl-prev:not(.disabled),
.owl-theme .owl-next:not(.disabled),
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #2495c7; }

.gallery-item-cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  position: absolute;
  font-family: 'Raleway', sans-serif;
  background-color: transparent; }

.whats-float-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  padding: 0;
  background-color: #28a745;
  font-size: 40px;
  border-radius: 50%;
  color: white;
  width: 60px;
  height: 60px;
  box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.6); }

.whats-float-btn::before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Brands';
  content: '\f232';
  display: none; }

#ubicacion {
  height: 350px; }

@media only screen and (min-width: 576px) {
  #hero {
    padding: 125px 0 40px; } }
@media only screen and (min-width: 768px) {
  #hero {
    padding: 130px 0 60px; }

  section {
    padding: 45px 15px; }

  .float-contact {
    bottom: 40px;
    right: 40px; } }
@media only screen and (min-width: 992px) {
  #hero {
    padding: 150px 0 100px; }

  header {
    background-color: transparent; }

  section {
    padding: 60px 15px; }

  .gallery-item-cover:hover {
    color: white;
    background-color: rgba(36, 149, 199, 0.4);
    transition: all 0.4s ease; } }

/*# sourceMappingURL=jetland.css.map */
