.btn-primary {
  color: #ffffff;
  background: #00b7b3;
  border-color: #008f97;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #007774;
  border-color: #00777d;
}

.btn-primary:active,
.btn-primary.active {
  background: #00bfca;
  border-color: #00a7b0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

.desktop {
  display: none !important;
}

@media (min-width: 768px) {
  .desktop {
    display: block !important;
  }
}

body,
html {
  /* overflow-x: none; */
  scroll-behavior: smooth;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  bottom: 0;
}

.icons {
  display: none;
}

.navbar {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar a {
  color: white;
  margin: 0.5rem 0.5rem;
  background: none !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}

.navbar a.highlight {
  color: white !important;
  background: #00a7b0 !important;
}

.navbar .active a {
  color: white;
  background: rgba(0, 0, 0, 0.1) !important;
}

.navbar .navbar-brand {
  padding: 0;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.navbar .navbar-brand img {
  display: block;
  margin-top: 4px;
  height: auto;
  max-width: 100%;
}

.navbar .navbar-toggle {
  margin: 1rem 1rem;
}

.navbar .navbar-toggle .icon-bar {
  background: white;
}

.navbar.toggled {
  padding-bottom: 2rem;
  background: #030202;
}

.navbar.past-top {
  background: white;
  -moz-box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
}

.navbar.past-top a {
  color: #00a7b0;
}

.navbar.past-top .active a.highlight {
  background: #00a7b0 !important;
}

.navbar.past-top .navbar-brand {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.navbar.past-top .navbar-toggle .icon-bar {
  background: #00a7b0;
}

.intro-header {
  color: white;
  position: relative;
  overflow: hidden;
  background: grey;
}

@media only screen and (max-width: 992px) {
  .intro-header h1 {
    font-weight: 600;
  }
}

.intro-header h1,
.intro-header h3 {
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}

.intro-header h3 {
  letter-spacing: 0.02em;
  margin-top: 2rem;
  max-width: 600px;
}

@media only screen and (min-width: 992px) {
  .intro-header h3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 2rem;
    margin-left: 0.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .intro-header h3 {
    max-width: none;
  }
}

.intro-header h3 span {
  display: inline-block;
}

.intro-header .intro-message {
  position: relative;
  position: relative;
  padding: 60% 0 5%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .intro-header .intro-message {
    padding: 25% 0 5%;
  }
}

@media only screen and (min-width: 992px) {
  .intro-header .intro-message {
    padding: 25% 0 10%;
  }
}

.intro-header .intro-message .bg-pennant {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .intro-header .intro-message .bg-pennant {
    top: 0;
    bottom: auto;
  }
}

.intro-header .intro-message .bg-pennant img {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: auto;
  max-height: 80px;
}

@media only screen and (min-width: 992px) {
  .intro-header .intro-message .bg-pennant img {
    max-height: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .intro-header .intro-message .bg-pennant img {
    max-height: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-header .intro-message .bg-pennant img {
    position: relative;
    left: auto;
    max-height: 80px;
    transform: scale(1, -1);
  }
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-img img {
  position: absolute;
  /*bottom: 0;*/
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .bg-img img {
    width: 100%;
    height: auto;
    min-width: none;
  }
}

.bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 2, 2, 0.2);
}

.bg-img-forward {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(-50%, 0);
  opacity: 0.8;
}

.bg-img-forward img {
  display: block;
  height: auto;
  max-width: 100%;
}

.metro-seil {
  font-weight: normal;
  color: white;
  text-align: center;
  line-height: 1.3;
  line-height: 1.2;
  display: block;
  z-index: 2;
  margin-bottom: 0.5rem;
  padding: 1rem;
  background: #030202;
}

@media only screen and (min-width: 992px) {
  .metro-seil {
    display: table;
    position: absolute;
    right: 2rem;
    bottom: 3rem;
    margin: 0;
    padding: 0 1.4rem 0;
    width: 150px;
    height: 150px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 25px 35px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 25px 35px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 25px 35px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .metro-seil .m-wrap {
    display: table-cell;
    vertical-align: middle;
  }
}

.metro-seil.metro-seil-1 {
  font-size: 18px;
  z-index: 2;
  /*background: #00a7b0;*/
  background: #ffc046;
  color: #333;
}

@media only screen and (min-width: 992px) {
  .metro-seil.metro-seil-1 {
    margin-right: 100px;
    width: 180px;
    height: 180px;
  }
}

.metro-seil.metro-seil-1 img {
  max-width: 70px;
}

@media only screen and (min-width: 992px) {
  .metro-seil.metro-seil-1 img {
    max-width: 140px;
  }
}

.metro-seil.metro-seil-2 {
  font-size: 90%;
  font-weight: 600;
  font-style: italic;
  /*color: white;*/
  /*text-transform: uppercase;*/
  line-height: 1.1;
  z-index: 1;
  /*background: #ed390e;*/
  background: rgba(153, 13, 40, 0.9);
}

@media only screen and (min-width: 992px) {
  .metro-seil.metro-seil-2 {
    margin-bottom: 100px;
  }
}

.metro-seil.metro-seil-2 svg {
  display: none;
  margin: 1rem auto 0;
}

@media only screen and (min-width: 992px) {
  .metro-seil.metro-seil-2 svg {
    display: block;
  }
}

.metro-seil span {
  font-weight: bold;
  background: #ffda93;
  display: inline-block;
  line-height: 0.8;
  padding: 0 0.2em;
  color: black;
}

.w-top {
  padding: 2rem 0;
}

@media only screen and (min-width: 768px) {
  .w-top {
    padding: 2rem 0;
  }
}

.w-top ul {
  font-size: 18px;
  font-weight: normal;
}

.w-top ul li {
  padding: 0 0 1rem;
}

.w-top ul li i {
  color: #00a7b0;
  display: inline-block;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.w-top ul li i:before {
  content: "\e013";
}

.w-top .top-img {
  display: block;
  margin: 0 auto 2rem;
}

.w-intro-text {
  line-height: 1.6;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .w-intro-text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .w-intro-text .row {
    display: flex;
  }
}

.w-intro-text .row > * {
  position: relative;
}

.w-intro-text h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 2rem 0;
}

.w-intro-text p {
  margin-bottom: 1rem;
}

.w-intro-text .c-link {
  margin-top: 2rem;
}

@media only screen and (min-width: 992px) {
  .w-intro-text .c-link {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    border-radius: 1rem;
  }
}

.c-link {
  font-weight: 600;
  display: inline-block;
  padding: 1rem 2rem;
  border: 1px solid #1c8dbb;
  transition: all 0.2s;
}

.c-link:hover {
  text-decoration: none;
  background-color: #edf0f2;
}

.w-video {
  padding: 0 0 2rem;
}

@media only screen and (min-width: 768px) {
  .w-video {
    padding: 0 0 4rem;
  }
}

.iframe {
  position: relative;
  padding-bottom: 62%;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-features {
  color: white;
  text-align: center;
  padding: 4rem 0 2rem;
  background-attachment: fixed;
  background-color: #363d48;
}

.w-features .its {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.w-features .it {
  padding: 0 1rem;
  width: 50%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .w-features .it {
    width: 33.33%;
  }

  .w-features .it:nth-child(1) {
    width: 33.33%;
  }
}

@media only screen and (min-width: 992px) {
  .w-features .it {
    width: 25%;
  }

  .w-features .it:nth-child(1) {
    width: 25%;
  }

  .w-features .it:nth-child(n + 5) {
    width: 20%;
  }
}

.w-features .it img {
  display: block;
  margin: 0 auto;
  padding: 0.5rem;
  width: 60%;
  max-width: 100%;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 0 2px rgba(0, 0, 0, 0.5);
}

.w-features .it h4 {
  font-size: 14px;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 1rem 0 1rem;
}

@media only screen and (min-width: 768px) {
  .w-features .it h4 {
    margin-bottom: 0;
    height: 36px;
  }
}

.w-features .it p {
  font-size: 13px;
  font-weight: 600;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .w-products {
    padding: 4rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .w-products .its {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
  }
}

.w-products .it {
  display: block;
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .w-products .it {
    padding: 0.5rem;
  }

  .w-products .it img {
    width: auto;
    height: 436.5px;
  }

  .w-products .it:nth-child(n + 3) img {
    height: 611px;
  }

  .w-products .it:nth-child(n + 5) img {
    height: 626.5px;
  }

  .w-products .it:nth-child(n + 6) img {
    height: 535px;
  }
}

@media only screen and (min-width: 1200px) {
  .w-products .it {
    padding: 0.5rem;
  }

  .w-products .it img:nth-child(n + 1) {
    width: auto;
    height: 384.5px;
  }

  .w-products .it:nth-child(n + 4) img {
    height: 499px;
  }

  .w-products .it:nth-child(n + 6) img {
    height: 651px;
  }
}

.w-products .it img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.w-textures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0;
}

@media only screen and (min-width: 992px) {
  .w-textures {
    flex-wrap: nowrap;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}

.w-textures > * {
  padding: 0.5rem;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .w-textures > * {
    width: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .w-textures > * {
    flex: 1 0 0;
    margin-right: 1rem;
    padding: 0;
    width: auto;
  }

  .w-textures > *:last-of-type {
    margin-right: 0;
  }
}

.w-textures figure {
  text-align: center;
}

.w-textures figcaption {
  padding: 0.5rem;
  background-color: #edf0f2;
}

.w-textures img {
  display: block;
  width: 100%;
  height: auto;
}

.w-cta-main {
  text-align: center;
  padding: 2rem 0 1rem;
}

.w-cta-main .container {
  position: relative;
  max-width: 800px;
}

.w-cta-main .m-label {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

@media (min-width: 1200px) {
  .w-cta-main .m-label {
    font-size: 22px;
  }
}

.w-cta-main .m-phone {
  font-size: 22px;
  font-style: oblique;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .w-cta-main .m-phone {
    font-size: 32px;
  }
}

.w-cta-main .w-open {
  margin-top: -2rem;
  margin-left: 1rem;
}

.w-simulator img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.w-extra-features {
  padding: 4rem 0;
}

.w-extra-features .its {
  display: flex;
  flex-wrap: wrap;
}

.w-extra-features .it {
  padding: 0 2rem 2rem;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .w-extra-features .it {
    padding: 0 2rem 1rem;
    width: 33.33%;
  }
}

@media only screen and (min-width: 992px) {
  .w-extra-features .it {
    width: 16.66%;
  }
}

.w-extra-features .it img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/**/
.nav-tabs {
  text-align: center;
  border-color: #edf0f2;
}

.nav-tabs > li {
  display: inline-block;
  float: none;
}

.nav-tabs > li a {
  color: #00a7b0;
  padding: 1rem 1rem 0;
}
@media (max-width: 800px) {
  .nav-tabs > li a {
    padding: 0rem 0rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .nav-tabs > li a {
    padding: 1rem 2rem 0;
  }
}

.nav-tabs > li a .glyphicon {
  font-size: 250%;
}

.nav-tabs > li a .txt {
  display: block;
}

.nav-tabs > li.active a {
  color: #333333;
  border: none;
}

.nav-tabs > li.active > a:focus {
  border: none;
}

.metro-form {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  width: 100%;
  padding: 1rem 0;
}

@media only screen and (min-width: 768px) {
  .metro-form {
    padding: 2rem;
  }
}

.metro-form .form-control {
  padding: 0.8rem 1rem;
}

#form_phone {
  width: 100%;
}

#form_whatsapp {
  width: 100%;
}

#form_email {
  width: 100%;
}

.form-control {
  width: 100%;
  height: 46px;
  border: none;
  background-color: rgba(0, 183, 177, 0.1);
}

.form-control::placeholder {
  color: rgb(51, 51, 51);
  border-bottom: 1px solid black;
}

.form_phone {
  width: 100%;
}

.m-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.metro-form form {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .metro-form form {
    margin-bottom: 0;
    padding-right: 2rem;
  }
}

.metro-form form .metro-thanks {
  display: none;
}

.metro-form form.finished .metro-thanks {
  display: block;
}

.metro-form .m-submit {
  margin-top: 2rem;
}

.metro-form .m-submit small {
  line-height: 1.2;
  width: 350px;
  margin-bottom: 13px;
  text-align: center;
  display: block;
}

.pull-right button {
  border-radius: 100px;
}

.metro-form .m-submit .btn {
  margin-left: 1rem;
}

.metro-local {
  margin-top: 1rem;
}

.metro-map {
  background: #edf0f2;
}

.metro-map iframe {
  display: block;
  width: 100%;
  height: 278px;
}

.metro-contact .contact-intro {
  margin: 1rem 0 2rem;
}

.metro-contact .contact-intro .highlight {
  font-size: 100%;
  font-weight: 900;
  font-style: italic;
  color: #00b7b3;
  position: relative;
  z-index: 1;
}

.metro-contact .contact-intro .highlight:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.metro-place {
  margin: 2rem 0 4rem;
}

.metro-contact-info {
  font-size: 1.2em;
  font-weight: normal;
  padding: 1rem 1rem;
}

.metro-contact-info li {
  padding: 1rem 0;
  border-top: 1px solid #ddd;
}

.metro-contact-info li:first-child {
  border-top: none;
}

.metro-contact-info li a {
  color: #333333;
}

.metro-contact-info li i {
  color: #00a7b0;
  display: none;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-top: 0.1em;
}

@media (min-width: 992px) {
  .metro-contact-info li i {
    display: inline-block;
  }
}

.metro-contact-info li i:before {
  content: "\e013";
}

footer.page-footer {
  color: #444444;
  padding: 2rem 0;
  background: #edf0f2;
}

footer.page-footer a {
  color: #444444;
}

footer.page-footer a:hover {
  color: #333333;
}

.disclaimer {
  font-size: 11px;
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .disclaimer {
    margin: 1rem 0 0;
  }
}

.esquemas {
  text-decoration: none;
  display: block;
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .esquemas {
    text-align: right;
    padding-top: 0;
  }
}

.esquemas:hover {
  text-decoration: none;
}

.esquemas:before {
  content: "Powered by: ";
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.esquemas img {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: auto;
}

.metro-high-products .metro-high-product {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 15px;
  overflow: hidden;
  position: relative;
}

.metro-high-products .metro-high-product img {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.metro-high-products .metro-high-product a:hover img {
  -moz-transform: scale(1.3) rotate(2deg);
  -ms-transform: scale(1.3) rotate(2deg);
  -webkit-transform: scale(1.3) rotate(2deg);
  transform: scale(1.3) rotate(2deg);
}

.w-simulator {
  padding-bottom: 4rem;
}

.metro-payment {
  margin: 64px 0 32px;
  border: 1px solid #ddd;
  padding: 32px;
}

.metro-payment img {
  margin: 16px 0;
}

.w-payments-wrap {
  text-align: center;
}

.w-payments {
  text-align: left;
  border: 1px solid #ddd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 2.5rem 1rem 0 1rem;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.w-payments h3 {
  margin: 0 0 32px;
}

.w-payments ul,
.w-payments ol {
  margin: 16px 0 0 32px;
  padding: 0;
}

.w-payments ul li,
.w-payments ol li {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.w-payments ul li i,
.w-payments ol li i {
  margin-right: 16px;
  color: #00a7b0;
  float: left;
}

.w-payments ul li i:before,
.w-payments ol li i:before {
  content: "\e013";
}

.w-payments p {
  margin: 32px 0 0;
  color: #222;
}

.w-payments .seil {
  right: 32px;
  top: 0;
  padding: 32px;
  border: 1px solid #676767;
  border-top: none;
  text-transform: uppercase;
  font-size: 80%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: grey;
  color: white;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 1em;
}

.w-payments .seil em {
  font-style: normal;
  font-size: 140%;
  display: block;
  letter-spacing: 0.1em;
}

@media (min-width: 1200px) {
  .w-payments .seil {
    position: absolute;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
  }
}

.small-copy {
  display: block;
  font-size: 11px;
  margin: 0 0 16px;
  opacity: 0.85;
}

.metro-seemore {
  margin: 3rem 0 4rem;
}

.metro-seemore p {
  font-size: 1.2em;
  margin: 30px 0 0;
}

.metro-seemore p span {
  font-weight: bold;
}

.metro-intro {
  padding: 3rem 0 0;
  text-align: left;
}

.metro-intro .metro-intro-text {
  text-align: justify;
}

.metro-intro .metro-intro-text p {
  margin: 15px 0;
}

.metro-intro .metro-intro-text p:first-child {
  font-size: 100%;
}

/*.intro-header {
  position: relative;
  color: white;
  overflow: hidden;
  background: #7c7670;
}
.intro-header h1, .intro-header h3 {
  text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}*/

.metro-intro .metrova {
  margin-top: 1.5rem;
  text-align: justify;
}

.content-inputs-contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 801px) {
  .content-inputs-contact {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.form-group {
  width: 350px;
  padding-left: 20px;
}
.nav-tabs {
  border: none;
}
.form-group label {
  font-size: 13px;
  color: #00b7b1;
  margin-left: 1rem;
}

.img-mail {
  width: 100px;
  height: 100px;
  background-image: url("../../../img/mail-gris.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}

.active .img-mail {
  background-image: url("../../../img/mail-color.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100px;
  border: none;
}

.img-tel {
  width: 100px;
  height: 100px;
  background-image: url("../../../img/telefono-gris.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}

.active .img-tel {
  background-image: url("../../../img/telefono-color.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100px;
  border: none;
}

.img-whatsapp {
  width: 100px;
  height: 100px;
  background-image: url("../../../img/whatsapp-gris.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}

.active .img-whatsapp {
  background-image: url("../../../img/whatsapp-color.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100px;
  border: none;
}

.slick-next::before {
  background-image: url("../../../img/manejador-slider-derecha.png");
}

.slick-next:hover::before {
  background-image: url("../../../img/manejador-slider-derecha.png");
}

.slick-next:focus {
  background-color: transparent;
}

.slick-next {
  background: transparent;
  border: none;
  margin-right: 10px;
}

.slick-next:hover {
  background-color: transparent;
}

.slick-prev::before {
  background-image: url("../../../img/manejador-slider-izquierda.png");
}

.slick-prev:hover::before {
  background-image: url("../../../img/manejador-slider-izquierda.png");
}

.slick-prev:focus {
  background-color: transparent;
}

.slick-prev:hover {
  background-color: transparent;
}

.slick-prev {
  background: transparent;
  border: none;
  margin-left: 10px;
}
.body {
  margin-bottom: 1rem !important;
}

.skip-to-main-link {
  display: none;
}
