.light {
  font-weight: 100;
}

.cien {
  width: 100%;
}

.mtop-30 {
  margin-top: 30px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

a,
a:hover {
  font-weight: bold;
  color: white;
}

h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Assistant", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: white;
  color: black;
  font-family: "Nunito Sans", sans-serif;
}

.logo-header {
  width: 100px;
  height: auto;
  display: inline-block;
}

.navbar {
  border-bottom: 1px solid turquoise;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  transition: all 1s ease;
}
.navbar.darks {
  background: rgba(0, 0, 0, 0.95);
  transition: all 1s ease;
}

.navbar-toggler-icon-bar {
  height: 4px;
  width: 32px;
  margin: 4px 0;
  background: white;
  display: block;
}

.navbar-nav .nav-link {
  color: white;
}
.navbar-nav .nav-link.btn.btn-primary.btn-azul {
  display: none;
}

.main-banner .item {
  background: purple;
  padding: 100px 10px 30px 10px;
  margin-top: 0;
  background: transparent url("/images/web_banner_viking_2.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 40px;
  height: 600px;
}
.main-banner .item.two {
  background: transparent url("/images/web_banner_viking_3.jpg") no-repeat center center;
  background-size: cover;
}
.main-banner .item.three {
  background: transparent url("/images/web_banner_viking_4.jpg") no-repeat center center;
  background-size: cover;
}
.main-banner .item.four {
  background: transparent url("/images/web_banner_viking_5.jpg") no-repeat center center;
  background-size: cover;
}

#text-on-main-banner {
  color: white;
  position: relative;
  margin-top: -550px;
  margin-bottom: 100px;
}
#text-on-main-banner h1 {
  font-size: 2.2em;
  margin-bottom: 40px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
  font-family: "Assistant", sans-serif;
}
#text-on-main-banner p {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
  font-size: 1.1em;
}

.beneficios-title {
  text-align: center;
  font-family: "Assistant", sans-serif;
}

ul.beneficios {
  margin: 30px 0 40px 0;
  padding: 0;
}
ul.beneficios li {
  display: block;
  margin: 20px 0;
  padding-left: 50px;
  background: transparent url("/images/icon-check.png") no-repeat left 3px;
  background-size: 20px;
}

.mas-info {
  margin: 0 auto !important;
}

.ventana-viking {
  margin-top: 40px;
}

.btn-azul,
.btn-black {
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  color: white;
}

.btn-black {
  background: black !important;
  border-color: black;
}

.btn-dorado {
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  color: white;
  background-color: #c4ab5f !important;
  border-color: #c4ab5f !important;
}

.back-black {
  background: black;
  color: white;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.gray-back {
  background: #E1E4E8;
}

.caracteristicas-carousel .info {
  width: 65%;
  margin: 0 auto;
}
.caracteristicas-carousel .info .icon {
  text-align: center;
  margin-bottom: 20px;
}
.caracteristicas-carousel .info .icon img {
  width: 80%;
  display: inline-block;
}
.caracteristicas-carousel .title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 20px;
  font-family: "Assistant", sans-serif;
}
.caracteristicas-carousel .slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
}
.caracteristicas-carousel .slick-dots li {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px;
}
.caracteristicas-carousel .slick-dots li button {
  border: none;
  background: rgba(4, 66, 191, 0.5);
  color: transparent;
}
.caracteristicas-carousel .slick-dots li.slick-active button {
  background: #0442bf;
  transition: all 1s ease;
}

.block-producto {
  padding: 40px 20px;
  text-align: center;
  border-top: 4px solid black;
  width: 100%;
  margin: 50px auto;
  box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.1);
}
.block-producto h4 {
  font-size: 1em;
}
.block-producto .precio {
  font-size: 1.6em;
  letter-spacing: 1px;
}
.block-producto ul {
  padding: 0;
  margin: 0;
  font-weight: 300;
  margin-bottom: 40px;
}
.block-producto ul li {
  display: block;
}

.tipo-a {
  background: black;
  color: white;
}

.card {
  background: transparent;
}
.card .card-header .mb-0 {
  border-bottom: 1px solid white;
}
.card .btn.btn-link {
  text-align: left;
}

.ubicacion {
  padding: 30px 0;
}
.ubicacion .icono {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.ubicacion .icono img {
  display: inline-block;
  width: 80px;
}

.btn.btn-link {
  font-weight: bold;
  color: white;
}

.contacto {
  margin-bottom: 30px;
}
.contacto .contact-image {
  background: gray;
  width: 100%;
  height: 400px;
  display: block;
  margin-bottom: 30px;
  background: transparent url("/images/contact-image.png") no-repeat center center;
  background-size: cover;
}
.contacto h2 {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
  font-family: "Assistant", sans-serif;
}

form {
  position: relative;
}

.form-group .form-control {
  border: 1px solid black;
  background: transparent;
}

.form-group.error .form-control {
  border: 1px solid red;
  transition: all 0.5s ease;
}

.sent_mail_alert {
  background: black;
  color: white;
  padding: 100px 20px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  display: none;
}

.text-danger {
  display: none;
}

.logo-footer {
  width: 200px;
  height: auto;
  display: inline-block;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}
footer ul {
  margin: 30px 0 10px 0;
  padding: 0;
}
footer ul li {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer ul li img {
  width: 30px;
}
footer ul li a {
  color: white;
}

.whatsapp-floating {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 99;
}
.whatsapp-floating img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .main-banner .item {
    height: 600px;
  }
  .main-banner .item.two {
    background: transparent url("/images/web_banner_viking_3.jpg") no-repeat center center;
    background-size: cover;
  }
  .main-banner .item.three {
    background: transparent url("/images/web_banner_viking_4.jpg") no-repeat center center;
    background-size: cover;
  }
  .main-banner .item.four {
    background: transparent url("/images/web_banner_viking_5.jpg") no-repeat center center;
    background-size: cover;
  }
  #text-on-main-banner {
    color: white;
    position: relative;
    margin-top: -500px;
    margin-bottom: 200px;
  }
  #text-on-main-banner h1 {
    font-size: 2.2em;
    margin-bottom: 40px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
    font-family: "Assistant", sans-serif;
  }
  #text-on-main-banner p {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
    font-size: 1.1em;
  }
  .logo-footer {
    width: 120px;
  }
  footer ul {
    margin: 0px 0 10px 0;
    padding: 0;
  }
  footer ul li {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
  }
  footer ul li img {
    width: 30px;
  }
  footer ul li a {
    color: white;
  }
  footer ul.social-footer li {
    margin: 0 10px;
  }
  footer ul.menu-footer li {
    display: block;
  }
  .sent_mail_alert {
    padding: 80px 20px;
    bottom: 50px;
  }
  footer {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav .nav-link {
    color: white;
  }
  .navbar-nav .nav-link.btn.btn-primary.btn-azul {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
  .navbar-nav .nav-link.btn.btn-primary.btn-dotado {
    border-radius: 25px;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
    background: #c4ab5f !important;
  }
  .beneficios-title {
    text-align: left;
  }
  .ubicaciones {
    margin-bottom: 60px;
    margin-top: 100px;
  }
  .caracteristicas-carousel .info {
    width: 85%;
  }
  .caracteristicas-carousel .info .icon {
    text-align: center;
    margin-bottom: 20px;
  }
  .caracteristicas-carousel .info .icon img {
    width: 25%;
    display: inline-block;
  }
  .caracteristicas-carousel .title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  .caracteristicas-carousel .slick-dots {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .caracteristicas-carousel .slick-dots li {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
  }
  .caracteristicas-carousel .slick-dots li button {
    border: none;
    background: rgba(4, 66, 191, 0.5);
    color: transparent;
  }
  .caracteristicas-carousel .slick-dots li.slick-active button {
    background: #0442bf;
    transition: all 1s ease;
  }
}
@media screen and (min-width: 1280px) {
  .navbar-nav .nav-link {
    color: white;
    margin-left: 20px;
    margin-right: 20px;
  }
  .navbar-nav .nav-link.btn.btn-primary.btn-azul {
    display: block;
    padding-left: 60px;
    padding-right: 60px;
  }
  .logo-footer {
    width: 160px;
  }
  .contacto {
    margin-bottom: 30px;
  }
  .contacto .contact-image {
    background: gray;
    width: 100%;
    height: 800px;
    display: block;
    margin-bottom: 0;
    background: transparent url("/images/contact-image.png") no-repeat left center;
    background-size: cover;
    margin-right: 100px;
  }
  .contacto h2 {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: left;
    font-family: "Assistant", sans-serif;
  }
  .contact-form-container {
    margin-top: 100px;
  }
  .container-fluid.contacto {
    margin-bottom: 0;
  }
  .main-banner .item {
    height: 700px;
  }
  #text-on-main-banner {
    color: white;
    position: relative;
    margin-top: -500px;
    margin-bottom: 200px;
  }
  #text-on-main-banner h1 {
    font-size: 2.3em;
    margin-bottom: 40px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
    font-family: "Assistant", sans-serif;
  }
  #text-on-main-banner p {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
    font-size: 1.3em;
  }
  .beneficios-title {
    margin-top: 40px;
  }
  ul.beneficios li {
    font-size: 1.2em;
  }
  .sent_mail_alert {
    padding: 100px 50px;
    bottom: 50px;
  }
  .whatsapp-floating {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 70px;
  }
}
