h1, .h1 {
  font-size: 2.75rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 2.25rem;
}

h4, .h4 {
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.75rem;
}

h6, .h6 {
  font-size: 1.5rem;
}

html {
  font-size: 15px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #343A40;
  -webkit-backface-visibility: hidden;
}

strong {
  font-weight: bold;
}

.cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.container {
  padding: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
#menu-top {
  background-color: #0267b3;
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
}
#menu-top .phone-menu {
  border-right: 1px solid #FF0105;
}
#menu-top .col-md-4 {
  color: #FF0105;
  font-weight: 500;
}

.header-text {
  margin-top: 3rem;
}

@media all and (max-width:420px) {
  .header-text {
    margin-top: 0;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
#mainnav {
  background-color: #ffffff;
  padding: 0;
}
#mainnav .nav-item {
  margin-top: 5px;
}
#mainnav .nav-item a {
  color: #005ba9;
  letter-spacing: 1px;
  font-family: Helvetica;
}
#mainnav .nav-item:hover {
  border-top: 5px solid #1C6EA4;
  margin-top: 0;
}
#mainnav .active {
  border-top: 5px solid #1C6EA4;
  margin-top: 0;
}
@media all and (max-width:420px) {
  #mainnav .nav-item {
    margin-top: 5px;
  }
  #mainnav .nav-item a {
    color: #005ba9;
    letter-spacing: 1px;
    font-family: Helvetica;
  }
  #mainnav .nav-item:hover {
    border-top: none;
    margin-top: 0;
  }
  #mainnav .active {
    border-top: none;
    margin-top: 0;
  }
}
#mainnav .navbar-brand img {
  height: 67px;
  width: auto;
}
#mainnav .navbar-nav {
  width: 100%;
}
#mainnav .navbar-toggler {
  border: none;
  outline: none !important;
  position: static;
  cursor: pointer;
}
#mainnav .navbar-toggler span {
  width: 22px;
  height: 3px;
  background-color: #DC3545;
  display: block;
  transition: all 0.3s ease-in-out;
}
#mainnav .navbar-toggler span:nth-child(2) {
  margin: 4px 0;
  opacity: 0;
}
#mainnav .navbar-toggler span:first-of-type {
  transform-origin: top left;
  transform: rotate(44deg);
}
#mainnav .navbar-toggler span:last-of-type {
  transform-origin: bottom left;
  transform: rotate(-44deg);
}
#mainnav .navbar-toggler.collapsed span {
  background-color: #868E96;
  transition: background 0.3s ease-in-out;
}
#mainnav .navbar-toggler.collapsed span:nth-child(2) {
  opacity: 1;
}
#mainnav .navbar-toggler.collapsed span:first-of-type {
  transform: rotate(0deg);
}
#mainnav .navbar-toggler.collapsed span:last-of-type {
  transform: rotate(0deg);
}
#mainnav .navbar-toggler.collapsed:hover span {
  background-color: #343A40;
}

.slider .mainpage.slick-slide {
  min-height: 679px;
}
.slider #slider {
  height: 440px;
}
.slider #slider img {
  max-height: 100%;
}
.slider-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 200px;
  max-height: 670px;
  overflow: hidden;
}
.slider-item .container {
  height: 100%;
}
.slider-item-text {
  color: white;
  text-shadow: 1px 1px 2px black;
}
.slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 40px);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: white;
  text-shadow: 1px 1px 2px black;
  transition: color 0.3s ease-in-out;
}
.slider .slick-arrow .material-icons {
  font-size: 80px;
}
.slider .slick-arrow:hover {
  color: white;
}
.slider .slick-arrow.next {
  right: 60px;
}
.slider .slick-arrow.prev {
  left: 60px;
}
.slider .slick-dots {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  border: 2px solid transparent;
  margin: 0 4px;
  transition: opacity 0.3s ease-in-out;
}
.slider .slick-dots li button {
  display: none;
}
.slider .slick-dots li:hover {
  background-color: white;
}
.slider .slick-dots li.slick-active {
  background-color: transparent;
  border-color: white;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

.btn.btn-primary.non-radius {
  border-radius: 0;
  padding: 0.7rem 3rem;
}

.form-row {
  margin: 0 auto;
  max-width: 1170px;
}
.form-row label {
  font-family: Helvetica;
  font-size: 0.8rem;
}

@media all and (max-width:420px) {
  .form-row {
    margin: 0 1rem;
  }
}
.form-control {
  border-radius: 0;
}

.btn-outline-primary, .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #005ba9;
  border-radius: 0;
  padding: 0.5rem 4rem;
}

.mainpagemod {
  padding: 2.5rem 0;
}
.mainpagemod .c-btn {
  margin-top: 2rem;
}
.mainpagemod-light {
  color: #F8F9FA;
}
.mainpagemod .map {
  margin-bottom: -2.5rem;
}
.mainpagemod-text img {
  padding: 0 1rem;
}

@media all and (max-width:420px) {
  .mainpagemod {
    padding: 1rem 0;
  }
  .mainpagemod .c-btn {
    margin-top: 2rem;
  }
  .mainpagemod-light {
    color: #F8F9FA;
  }
  .mainpagemod .map {
    margin-bottom: -2.5rem;
  }
  .mainpagemod-text img {
    padding: 0;
  }

  .btn.btn-primary.non-radius {
    margin-left: 1rem;
  }
}
.page {
  padding: 2rem 0;
}
.page-banner {
  height: 420px;
  background-color: #F8F9FA;
}
@media all and (max-width:575px) {
  .page-banner {
    height: 150px;
  }
}
.page-mainsection {
  margin-bottom: 2rem;
}
.page-title {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.page-title h1 {
  padding: 0 2rem;
  border-bottom: 2px solid #005ba9;
  font-family: "Helvetica Neue";
  color: #000000;
  letter-spacing: 3px;
  font-size: 2rem;
}
.page-title h1.module-name {
  font-size: 1.5rem;
  letter-spacing: normal;
  padding: 0 1rem;
}
@media all and (max-width:420px) {
  .page-title {
    margin-bottom: 1rem;
    margin-top: 0rem;
  }
  .page-title h1 {
    padding: 0 1rem;
    font-size: 1.5rem;
  }
  .page-title h1.module-name {
    font-size: 1.5rem;
    letter-spacing: normal;
    padding: 0 1rem;
  }
}
.page-mainpicture {
  display: block;
  outline: none;
  border: none;
}
.page-mainpicture img {
  max-width: 35%;
  height: auto;
  float: left;
  margin: 8px 2rem 0.5rem 0;
}
@media all and (max-width:420px) {
  .page-mainpicture img {
    max-width: 100%;
    float: none;
    margin: 0 auto 1rem auto;
  }
}
.page-text {
  line-height: 180%;
  min-height: 202px;
}
.page-text a:hover {
  text-decoration: underline;
}
.page-text p {
  margin-bottom: 8px;
}
.page-text table {
  max-width: 100% !important;
}
.page-text ul {
  padding-left: 15px;
}
.page-text img {
  max-width: 100%;
  height: auto;
}
.page-text strong {
  font-weight: 600;
}

@media all and (max-width:420px) {
  .page {
    padding: 1rem 0;
  }

  .page-text {
    padding: 0 1rem;
  }
}
.logos {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.logos .row {
  margin-right: 1rem;
  margin-left: 1rem;
}

.offer-group-name {
  background-color: #cdcdcd;
  font-family: "Helvetica";
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem 0;
}

.offer-column {
  padding: 0;
}

.page-modules .module {
  padding: 1.5rem 0;
}
.page-modules .module-title {
  margin-bottom: 1rem;
}
.page-modules .module-picture {
  display: block;
  outline: none;
  border: none;
  padding-top: 8px;
}
.page-modules .module-picture-left {
  float: left;
  margin: 0 1rem 0.5rem 0;
}
.page-modules .module-picture-right {
  float: right;
  margin: 0 0 0.5rem 1rem;
}
.page-modules .module-picture-center {
  text-align: center;
}
.page-modules .module-color-light {
  color: #F8F9FA;
}
.page-modules .module-color-light .page-text a {
  color: white;
  text-decoration: underline;
}

.gallery-row {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-col {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 5px 0;
}
.gallery-item {
  height: 150px;
  transition: opacity 0.3s ease-in-out;
}
.gallery-item:hover {
  opacity: 0.8;
}

.files-col {
  margin-bottom: 1rem;
}
.files a.files-item, .files .files-item {
  text-decoration: none;
  color: #343A40;
}
.files a.files-item-icon, .files .files-item-icon {
  transition: all 0.3s ease-in-out;
  min-width: 30px;
  max-width: 30px;
  margin-right: 1rem;
}
.files a.files-item-icon .material-icons, .files .files-item-icon .material-icons {
  font-size: 30px;
}
.files a.files-item:hover, .files .files-item:hover {
  color: #868E96;
}

.form ul.invalid-feedback {
  display: block;
  margin: 0;
  padding: 0;
}
.form ul.invalid-feedback li {
  display: block;
  margin: 0;
  padding: 5px 0;
}

.form-item {
  padding: 0 !important;
}

.map {
  height: 470px;
}
.map .infow-container {
  line-height: 130%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  font-size: 0.866rem;
}
.map .infow-container p {
  margin: 0 0 5px 0;
}
.map .infow-container .title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.module .container-fluid .map {
  margin: 0 auto;
}

.map-container {
  padding: 0;
}

.nav-pagination {
  padding: 5px 20px;
}

.pagination .page-item.active a {
  background-color: #28A745;
  border-color: #28A745;
}

footer {
  background-color: #e8e8e8;
  font-family: Helvetica;
}
footer a {
  color: #000000;
  text-decoration: none;
}
footer p {
  margin-bottom: 0.2rem;
}
footer .card.footer {
  background-color: inherit;
  border: none;
  margin: 2rem 1rem;
}
footer .list-group-item {
  background-color: inherit;
  border: none;
  padding: 0.2rem;
}
footer .list-group-item.middle {
  margin-left: 5rem;
}
footer .list-group-item.title-box {
  margin-bottom: 1rem;
}
footer .footermenu-title {
  color: #005ba9;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media all and (max-width:420px) {
  footer .card.footer {
    background-color: inherit;
    border: none;
    margin: 1rem auto;
  }
}
a.copyrights__link {
  margin: 0 auto;
  color: #000000;
  text-decoration: none;
  font-family: "Helvetica";
  padding: 1rem 0;
}

#cookieInfo {
  width: 100%;
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-color: #f1f1f1;
  color: black;
  box-sizing: border-box;
  padding: 10px 20px;
  z-index: 5000;
  font-size: 0.866rem;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
}
#cookieInfo .top {
  width: calc(100% - 180px);
  float: left;
  line-height: 130%;
  text-align: justify;
}
#cookieInfo .top a {
  font-weight: bold;
}
#cookieInfo .bottom {
  text-align: right;
  margin-top: 10px;
  width: 150px;
  float: right;
}
#cookieInfo .bottom .cookieClose {
  display: inline-block;
  padding: 8px 25px;
  background-color: #989898;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
  color: white;
  transition: all 0.3s ease-in-out;
}
#cookieInfo .bottom .cookieClose:hover {
  background-color: black;
}
#cookieInfo p {
  margin: 0;
}
@media all and (max-width:575px) {
  #cookieInfo .top, #cookieInfo .bottom {
    float: none;
    width: 100%;
  }
}

.text-primary, a.text-primary {
  color: #007BFF !important;
}

a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary, a.text-secondary {
  color: #868E96 !important;
}

a.text-secondary:hover {
  color: #60686f !important;
}

.text-success, a.text-success {
  color: #28A745 !important;
}

a.text-success:hover {
  color: #19692c !important;
}

.text-danger, a.text-danger {
  color: #DC3545 !important;
}

a.text-danger:hover {
  color: #a71d2a !important;
}

.text-warning, a.text-warning {
  color: #FFC107 !important;
}

a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-info, a.text-info {
  color: #17A2B8 !important;
}

a.text-info:hover {
  color: #0f6674 !important;
}

.text-light, a.text-light {
  color: #F8F9FA !important;
}

a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark, a.text-dark {
  color: #343A40 !important;
}

a.text-dark:hover {
  color: #56606a !important;
}

.text-white, a.text-white {
  color: #FFFFFF !important;
}

a.text-white:hover {
  color: #d9d9d9 !important;
}

.bg-primary {
  background-color: #007BFF !important;
}

.bg-secondary {
  background-color: #868E96 !important;
}

.bg-success {
  background-color: #28A745 !important;
}

.bg-danger {
  background-color: #DC3545 !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

.bg-info {
  background-color: #17A2B8 !important;
}

.bg-light {
  background-color: #F8F9FA !important;
}

.bg-dark {
  background-color: #343A40 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.card.offer {
  text-align: center;
  flex: 0 0 30%;
  max-width: 25%;
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.125);
}
.card.offer .card-title {
  color: #005ba9;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}
.card.offer .card-body {
  padding: 0;
  width: 140px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.card.offer .card-body-img {
  border: 2px solid rgba(0, 0, 0, 0.125);
}

@media all and (max-width:420px) {
  .card.offer {
    max-width: 50%;
    flex: 0 0 32%;
  }
  .card.offer .card-title {
    color: #005ba9;
    font-family: "Helvetica";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
  }
  .card.offer .card-body {
    width: 65px;
    max-height: 80px;
  }
  .card.offer .card-body-img {
    border: 2px solid rgba(0, 0, 0, 0.125);
  }
}
.card.offer.contact {
  border: none;
}
.card.offer.contact .card-text {
  font-size: 0.9rem;
}

.card.offer.contact .card-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

@media all and (max-width:420px) {
  .card.offer.contact {
    padding: 0 !important;
    max-width: 22% !important;
  }

  .card.offer.contact .card-title {
    font-size: 0.7rem !important;
    font-weight: 400 !important;
  }

  .card.offer.contact img.card-img-top {
    padding: 0.5rem 0.5rem !important;
    width: auto !important;
    max-height: 62px !important;
  }

  .card.offer.contact .card-body {
    height: 78px !important;
    max-height: 75px !important;
  }

  .card.offer.contact .card-text {
    line-height: 110%;
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}
.container.damages {
  background-color: #005ba9;
  color: #ffffff;
  text-align: center;
  padding: 2rem 15rem;
  margin: 1rem 0;
  font-family: Helvetica;
  letter-spacing: 1px;
}

.container.damages.box-bottom {
  background-color: #ffffff;
  color: #005ba9;
  border: 2px solid #005ba9;
  padding: 1rem;
  cursor: pointer;
}
.container.damages.box-bottom .row.damages-content {
  margin-bottom: 0;
  font-weight: 600;
}

.row.damages-content {
  margin-bottom: 1rem;
}

.row.damages-content-bottom {
  font-size: 1.5rem;
  font-weight: 400;
}

@media all and (max-width:420px) {
  .container.damages {
    padding: 1rem 0;
  }

  .row.damages-content-bottom {
    font-size: 1rem;
  }
}
#offer-row .card-title {
  font-family: Helvetica;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
  padding: 1rem 0;
  height: 66px;
}
#offer-row .offer-card {
  background-color: #005ba9;
  border: none;
  margin: 5rem 0;
}
#offer-row .offer-card img {
  padding: 0;
  height: 225px;
}
#offer-row img {
  width: auto;
  padding: 2rem 0;
}
#offer-row p {
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
}
#offer-row .offer-btn {
  background-color: #FEFEFE;
  padding: 10px 15px 10px;
  color: #000000;
}
#offer-row a {
  color: #ffffff;
}
#offer-row a:hover {
  text-decoration: none;
}

@media all and (max-width:420px) {
  #offer-row .card-title {
    font-size: 0.8rem;
    padding: 0;
    height: 35px;
  }
  #offer-row .card-title.offer-card2 {
    font-size: 1rem;
  }
  #offer-row .offer-card {
    background-color: #005ba9;
    border: none;
    margin: 2rem 0;
  }
  #offer-row .offer-card img {
    padding: 0;
    height: 160px;
  }
  #offer-row img {
    padding: 1rem 0;
    width: 100%;
  }
  #offer-row p {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
  }
  #offer-row .offer-btn {
    background-color: #FEFEFE;
    padding: 10px 15px 10px;
    color: #000000;
  }
  #offer-row a {
    color: #ffffff;
  }
  #offer-row a:hover {
    text-decoration: none;
  }
  #offer-row .mobile-card-offer {
    margin: 2rem auto;
  }
  #offer-row .mobile-card-offer .card-body {
    width: 88px;
    max-height: 110px;
  }
}

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