@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("../fonts/helveticaneueltw05-55roman.woff2") format("woff2"),
    url("../fonts/helveticaneueltw05-55roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd-BdCn";
  src: url("../fonts/helveticaneueltw05-77boldcn.woff2") format("woff2"),
    url("../fonts/helveticaneueltw05-77boldcn.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd-LtCn";
  src: url("../fonts/helveticaneueltw05-47ltcn.woff2") format("woff2"),
    url("../fonts/helveticaneueltw05-77boldcn.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-HvIt";
  src: url("../fonts/HelveticaNeueLTStd-HvIt.otf") format("otf");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Roman2";
  src: url("../fonts/HelveticaNeueLTStd-Roman.otf") format("otf");
  font-style: italic;
}

/* ------ VARIABLES ------ */

:root {
  /* colores PREVIOS
  --turquesa-mk: #1f839f;
  --rojo-mk: #ec1b24;
  */
  --turquesa-mk: #438892;
  --light-green-mk: #e6f0f2;
  --rojo-mk: #ec1b24;

  --gris-mk: #849699;
  --negro-mk: #2b2d30;
  --font-roman: "HelveticaNeueLTStd-HvIt", sans-serif;
  --font-li: "HelveticaNeueLTStd-Roman", sans-serif;
  --font-bold: "HelveticaNeueLTStd-BdCn", sans-serif;
  --font-light: "HelveticaNeueLTStd-LtCn", sans-serif;
  --font-HvIt: "HelveticaNeueLTStd-HvIt", sans-serif;
  --container-width: 576px;
}

@media (min-width: 576px) {
  :root {
    --container-width: 540;
  }
}

@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1320px;
  }
}

/* ------ GENERAL STYLES ------ */

body,
html {
  font-family: var(--font-roman);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-HvIt);
  font-weight: 700;
}

h1 {
  font-family: var(--font-HvIt);
  font-weight: 700;
  color: white;
  line-height: 1.1;
  font-style: italic;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
}
h2 {
  font-size: 43px;
  font-family: var(--font-HvIt);
  font-weight: 700;
  line-height: 1.1;
  font-style: italic;
}

h3 {
  font-family: var(--font-HvIt);
  font-weight: 700;
  line-height: 1.1;
  font-style: italic;
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 3.5rem;
  }
}

a,
a:hover {
  color: inherit;
}

.btn.btn-primary {
  background-color: var(--turquesa-mk);
  border-color: var(--turquesa-mk);
}

/* ----- Utility classes ----- */
.cn-centered-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cn-centered-90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fs19 {
  font-size: 19px;
}

.fs70 {
  font-size: 45px;
}
.fs75 {
  font-size: 75px;
}
.h580 {
  height: 60vh;
}
.h615 {
  height: 615px;
}
.fg_turquesa {
  color: var(--turquesa-mk);
}
.bg_turquesa {
  background-color: var(--turquesa-mk);
}
.bg_light {
  background-color: var(--light-green-mk);
}
.fg_light {
  color: var(--light-green-mk);
}

.fg_rojo {
  color: var(--rojo-mk);
}
.bg_rojo {
  background-color: var(--rojo-mk) !important;
}

.cn-h25 {
  height: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.nostyled {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* --------- LOGO --------- */
img.cn-main-logo {
  width: 165px;
  height: auto;
}

.cn-main-logo + h1 img {
  vertical-align: text-bottom;
  margin-top: -5px;
}

.cn-fill-left {
  top: 0;
  height: 100%;
  width: 5000px;
  left: -5000px;
}
.cn-faldon p {
  margin-bottom: 0;
}

.cn-fill-right {
  background-color: white;
  top: -67px;
  height: 68px;
  width: 0px;
  right: 0px;
}
.mapa .cn-fill-right {
  background-color: var(--light-green-mk);
}
.cn-float-battery {
  margin-top: -220px;
  display: none;
}

.cn-float-battery.cn-gracias {
  margin-left: auto !important;
  margin-right: auto !important;
}

.cn-float-batteries {
  right: 0px;
  top: -169px;
}
.col-fluid {
  padding: 0;
}
.col-fluid img {
  width: 100%;
}
@media (min-width: 576px) {
  .cn-fill-right {
    width: calc((100vw - 556px) * 0.5);
    right: calc((556px - 100vw) * 0.5);
  }
}
@media (min-width: 768px) {
  .cn-faldon p {
    margin-bottom: 2rem;
  }
  .cn-fill-right {
    width: calc((100vw - 736px) * 0.5);
    right: calc((736px - 100vw) * 0.5);
  }
  .fs70 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .cn-fill-right {
    width: calc((100vw - 976px) * 0.5);
    right: calc((976px - 100vw) * 0.5);
  }
  .h580 {
    height: 550px;
  }
  .fs70 {
    font-size: 62px;
  }
  .cn-float-battery {
    display: inherit;
    width: 325px;
    height: auto;
    margin-top: -310px !important;
    margin-left: 2rem !important;
  }
  .cn-faldon h2 {
    padding-right: 40px;
  }
  .cn-faldon p {
    padding-right: 80px;
    margin-bottom: 1rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cn-float-battery {
    margin-top: -175px !important;
  }
  .cn-fill-right {
    width: calc((100vw - 1156px) * 0.5);
    right: calc((1156px - 100vw) * 0.5);
  }
  .fs70 {
    font-size: 70px;
  }
  .cn-float-battery {
    width: 350px;
    height: auto;
    margin-top: inherit;
    margin-left: inherit;
  }
  .cn-faldon p,
  .cn-faldon h2 {
    padding-right: inherit;
  }
}
@media (min-width: 1400px) {
  .cn-float-battery {
    width: 423px;
  }
  .cn-fill-right {
    width: calc((100vw - 1336px) * 0.5);
    right: calc((1336px - 100vw) * 0.5);
  }
}

/* ----- HERO ----- */

.cn-hero {
  background-image: url(../img/imagen-mobile-hero.jpg);
  background-size: cover;
  background-position: top;
}
.cn-faldon {
  padding-top: 27vw;
}

.cn-faldon,
.cn-texto {
  background-color: var(--turquesa-mk);
  color: white;
  padding-bottom: 0px;
}

.cn-faldon h2 {
  font-size: 30px;
}

.cn-texto {
  padding-top: 20px;
}

.cn-texto p {
  font-size: 18px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .cn-faldon h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .cn-faldon h2 {
    text-align: inherit;
  }
  .cn-faldon {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .cn-faldon h2 {
    font-size: 43px;
  }
}

/*form {
    max-width: 800px;
    margin: 0 auto;
  }*/

.small,
small {
  color: var(--negro-mk);
  font-size: 0.8em;
}

.cn-grey-envelope {
  padding: 1rem;
}

#mapa-makita {
  height: 50vh;
  margin-bottom: 20px;
  width: 100%;
  min-height: 500px;
  border-radius: 8px;
}

#mapa-makita div[title^="Cluster of"] svg {
  fill: var(--turquesa-mk);
}

#mapa-makita div[title^="Cluster of"] * {
  font-weight: 700;
}
#mapa-makita .gm-style-iw-d {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  padding: 0px 15px 30px !important;
  overflow: auto !important;
  max-height: none !important;
}
.cn-poi-info h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: var(--turquesa-mk);
  font-weight: 700;
}

.cn-poi-info p {
  font-size: 14px;
  color: var(--negro-mk);
  font-weight: 500;
}

.cn-poi-info a.cn-phone {
  display: inline-block;
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none;
  font-family: var(--font-HvIt);
  line-height: 1.1;
  font-style: italic;
  border-radius: 10px;
}

.cn-poi-info a.cn-phone:hover {
  background-color: #186980;
}

body .form-container form {
  display: none !important ;
}

.row.pasos {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 200px;
}

.pasos img {
  /*height: 120px;*/
  margin-right: 45px;
}
.pasos .col-12 {
  text-align: center;
  margin-bottom: 60px;
}
.pasos p {
  text-align: center;
  padding-right: 0px;
  width: 60%;
  margin: 0 auto;
  margin-top: 15px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0px;
}

/* ------ FORM ------ */

.form-container {
  padding: 10px;
  margin-right: 0px;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-image: url(../img/oblicuas.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 0px;
  background-size: 60px 40px;
}
.form-container h2 {
  margin-right: 170px;
  font-size: 38px;
  font-style: italic;
  text-transform: uppercase;
}

.cn-datalist {
  padding-bottom: 30px !important;
}

.cn-datalist + label {
  line-height: 1;
}

body.cn-makita-page .form-control {
  color: var(--turquesa-mk);
  border-radius: 0px;
  font-size: 14px;
  border: 1px solid var(--turquesa-mk);
  height: auto;
  padding: 10px;
  transition: all 0.3s;
}

body.cn-makita-page .form-floating > label {
  color: var(--turquesa-mk);
  padding: 10px;
}

body.cn-makita-page .form-floating > .form-control:focus ~ label,
body.cn-makita-page
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label,
body.cn-makita-page .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.1rem) translateX(0.15rem);
}

body.cn-makita-page .form-floating > .form-control:focus + label small,
body.cn-makita-page
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label
  small,
body.cn-makita-page .form-floating > .form-select ~ label small {
  display: none;
}

.mapa {
  background-color: white;
  padding-bottom: 40px;
}
.mapa p {
  color: var(--negro-mk);
  line-height: 1.4;
  font-size: 12px;
}
.mapa h2 span {
  font-size: 30px;
  font-weight: 400;
}
.mapa sup {
  color: var(--rojo-mk);
}

.titulo-mk {
  text-transform: uppercase;
  font-family: var(--font-HvIt);
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
}
.cn-ventajas .titulo-mk {
  margin-top: 0px;
}
.mapa .titulo-mk {
  color: black;
  max-width: 900px;
  text-align: left;
}

.mapa .titulo-mk small {
  font-size: 0.6em;
}

.cn-faldon .titulo-mk {
  color: var(--light-green-mk);
}
.cn-ventajas .titulo-mk,
.cn-ventajas p {
  color: var(--turquesa-mk);
}
.cn-ventajas h3 {
  color: var(--turquesa-mk);
  text-transform: uppercase;
}

.col-ventajas-makita {
  margin-top: 0;
}
@media (min-width: 992px) {
  .contenedor-pasos {
    z-index: 9;
  }
}
@media (min-width: 576px) {
  .pasos p {
    width: 100%;
    font-size: 15px;
  }
  .pasos img {
    margin-right: 0px;
  }
  .pasos .col-12 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .pasos {
    margin-bottom: 165px;
  }
  .cn-faldon {
    padding-top: 15vw;
  }
  .pasos .col-12 {
    text-align: left;
    margin-bottom: 0px;
  }
  .col-ventajas-makita {
    margin-top: 35px;
  }
  .cn-ventajas .titulo-mk {
    margin-top: 100px;
  }
  .mapa {
    padding-bottom: 170px;
  }
  .form-container {
    padding: 25px 20px 20px;
    background-position: calc(100% - 35px) 0px;
    background-size: 134px 82px;
  }
}
@media (min-width: 992px) {
  .pasos {
    margin-bottom: 60px;
  }
  .mapa {
    padding-bottom: 100px;
  }
  .form-container {
    margin-bottom: 0;
    margin-top: 100px;
  }
  #mapa-makita {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .cn-faldon {
    padding-top: 3vw;
  }
  .pasos p {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .form-container {
    margin-left: 85px;
  }
}
/* ------ FOOTER ------ */
footer {
  padding-top: 50px;
  padding-bottom: 90px;
  text-align: center;
  background-color: var(--negro-mk);
  color: var(--light-green-mk);
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer ul.legal {
  margin-top: 20px;
}
footer ul.legal a {
  text-decoration: none;
}
footer ul.legal a:hover {
  text-decoration: underline;
}
footer ul.social {
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer ul.social li {
  margin-right: 15px;
}
footer ul li:last-child {
  margin-right: 0;
}

@media (min-width: 500px) {
  footer ul {
    flex-direction: row;
  }
  footer ul.social {
    margin-bottom: 40px;
  }
  footer ul.legal li {
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  footer {
    padding-bottom: 110px;
  }
  .titulo-mk {
    font-size: 45px;
  }
}

#cn-main-battery {
  margin-bottom: -50%;
}

@media (min-width: 992px) {
  footer {
    padding-bottom: 12px;
  }
  .cn-hero {
    background-image: url(../img/imagen-hero.jpg);
  }
  .cn-hero .h580 {
    padding-left: 12px !important;
  }
  #cn-main-battery {
    margin-bottom: 0px;
  }
}

/* ------- MODAL --------- */
h2.modal-title {
  color: var(--turquesa-mk);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 32px;
}

.modal .btn-close * {
  fill: var(--rojo-mk);
}

.modal h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.modal li {
  margin-bottom: 15px;
}

.logo-legal {
  margin-left: 40px;
  width: 200px;
  height: auto;
  margin-bottom: -70px;
  z-index: 1;
}

.modal-header {
  border: 0 !important;
  margin-top: 20px;
}

.modal-body {
  padding: 100px 40px 20px;
  background-color: var(--light-green-mk);
  color: var(--turquesa-mk);
  margin: 1.3rem;
  font-size: 16px;
  line-height: 1.2;
  max-height: 60vh;
  overflow-y: auto;
}

.modal strong {
  font-family: var(--font-bold);
  color: var(--rojo-mk);
}
.btn-form-red {
  background-color: var(--rojo-mk) !important;
  border-color: var(--rojo-mk) !important;
}

.modal li {
  position: relative;
  list-style: none;
}
.modal ol li::before {
  display: flex;
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: 0px;
  left: -50px;
  color: white;
  background-color: var(--rojo-mk);
  justify-content: center;
  align-items: center !important;
  border-radius: 20px;
  font-size: 31px;
  /*font-style: italic;*/
}
.modal ul li::before {
  display: flex;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 9px;
  left: -42px;
  background-color: var(--rojo-mk);
  border-radius: 20px;
}

.modal ol > li:nth-child(1)::before {
  content: "1";
}
.modal ol > li:nth-child(2)::before {
  content: "2";
}
.modal ol > li:nth-child(3)::before {
  content: "3";
}
.modal ol > li:nth-child(4)::before {
  content: "4";
}
.modal ol > li:nth-child(5)::before {
  content: "5";
}
.modal ol > li:nth-child(6)::before {
  content: "6";
}
.modal ol > li:nth-child(7)::before {
  content: "7";
}

.modal ol,
.modal ul {
  padding-left: 50px;
}

.modal li {
  margin-bottom: 35px;
  margin-top: 35px;
  display: block;
}
.modal .btn-close {
  /*background: transparent url("../img/aspa-cierre.svg") center/1em auto
    no-repeat !important;*/
  background: none !important;
  padding: 0 !important;
  opacity: 1;
}
.modal .btn-close img {
  margin-left: -45px;
  margin-top: -10px;
  max-width: 40px;
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 700px;
  }
  h2.modal-title {
    font-size: 45px;
    max-width: 80%;
  }
  .modal-body {
    font-size: 24px;
    line-height: 35px;
  }
}

/* ----------- BENEFICIOS ----------- */

.cn-benef-grid h3 {
  font-family: var(--font-HvIt);
  font-size: 20px;
  line-height: 1.1;
  font-style: italic;
}

.cn-icon-container {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0;
  margin-bottom: 20px;
}

.cn-benef-grid p {
  font-size: 18px;
  margin-top: 20px;
  font-family: var(--font-roman);
  line-height: 1.4;
}

.cn-slide {
  padding: 10px;
}

.cn-slide img {
  width: 100%;
  height: auto;
  border: 2px solid #438892;
}

ul.cn-dots {
  justify-content: center;
  display: flex;
  margin-top: 30px;
  padding-left: 0px;
}

.cn-dots li {
  font-size: 0px;
  margin: 0 5px;
}

.cn-dots li button {
  width: 18px;
  height: 18px;
  background-color: white;
  border-color: var(--turquesa-mk) !important;
}

.cn-dots li.slick-active button {
  background-color: var(--turquesa-mk);
}

@media (max-width: 991px) {
  .form-container {
    position: fixed;
    border: 2px solid var(--turquesa-mk);
    width: auto;
    left: 5%;
    right: 5%;
    margin: 0;
    bottom: 20px;
    border-radius: 10px;
  }
  .form-container form {
    width: 100%;
    display: none;
  }

  .form-container h2 {
    margin-bottom: 0px;
    font-size: 26px;
    cursor: pointer;
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .form-container form {
    display: block !important;
  }
}

table.table {
  border: 1px solid var(--turquesa-mk);
}

table.table td {
  text-align: center;
  color: var(--turquesa-mk);
  padding: 5px;
}

table.table tr > td:nth-child(1) {
  border-right: 1px solid var(--turquesa-mk) !important;
}
#distribuidoresModal .modal-body,
#prodsModal .modal-body {
  padding: 30px !important;
  font-size: 22px !important;
}

/* --------- new ----- */

h2 span {
  color: red;
}

#img_badge {
  max-width: 100%;
  transform: translate(-17%, -45%);
  margin-bottom: -45%;
}

#img_badge_mobile {
  max-width: 90%;
  transform: translateY(-50%);
  margin-bottom: calc(-50% + 40px);
}

#badge_container {
  width: 40%;
}

.gradiente1 {
  background: #8c2b31;
  background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(140, 43, 49, 1) 100%
  );
}

.gradiente2 {
  background: black;
  background: linear-gradient(-90deg, #000000 0%, #438892 100%);
}

.tBlack {
  color: black;
}
.tWhite {
  color: white;
}

.sesgo {
  width: 100%;
}
@media (min-width: 991px) {
  .sesgo {
    width: calc(
      var(--container-width) + (100vw - var(--container-width)) * 0.5
    );
  }
}
#blackBar {
  background-color: black;
  color: white;
}

#blackBar h2 {
  font-size: 20px;
  padding: 15px 20px;
  margin: 0;
  line-height: 1.3;
}

#gradientBar {
  padding: 20px;
  color: white;
}

.bloque1 {
  color: white;
}

.bloque1 p {
  font-size: 24px;
  font-style: italic;
  font-weight: 100;
  line-height: 1.3;
}

.bloque1 p strong {
  font-weight: 600;
}
#gradientBar li {
  font-size: 24px;
  font-weight: 100;
  font-family: var(--font-li);
}

.cn-catalogo h3 {
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 0px;
}

.cn-catalogo h3 span {
  font-weight: 100;
}

hr {
  opacity: 1;
  margin-top: 3px;
  margin-bottom: 30px;
  display: block;
  width: 80%;
}

.btn-red {
  padding: 0px;
}

.btn-red img{
    max-width: 250px;
}


#folleto {
  top: 0;
  right: 10%;
  position: absolute;
}

.cn-gama {
  background-color: var(--light-green-mk);
  padding-top: 9rem;
  padding-bottom: 3rem;
}

.cn-gama p {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.cn-alta-potencia {
  background-image: url(../img/bg-potencia.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.cn-alta-potencia p {
  margin-top: 1rem;
  font-size: 26px;
  font-style: italic;
  font-weight: 100;
  line-height: 1.3;
}

.cn-alta-potencia p strong {
  font-weight: 700;
}

#img_XGT {
  max-width: 380px;
  margin-bottom: 2rem;
}

#icono-mapa {
  width: 120px;
  margin-right: 2rem;
  margin-bottom: -2rem;
}

.heading43 {
  font-size: 43px;
}

/* ------------ responsive new ----------- */




@media (max-width: 1399px) {
  #gradientBar li {
    font-size: 18px;
  }
  #img_badge {
    transform: translate(-17%, -55%);
    margin-bottom: -55%;
  }
  .heading43 {
    font-size: 40px !important;
  }
}

@media (max-width: 1199px) {
  #gradientBar li {
    font-size: 18px;
  }
  .heading43 {
    font-size: 36px !important;
  }
  #icono-mapa {
    margin-bottom: 0;
  }
  h3 {
    font-size: 20px;
  }
}


@media (max-width: 991px) {
  .heading43 {
    font-size: 32px !important;
  }
  #img_XGT {
    max-width: 100%;
    margin: 3rem 0;
  }
  #gradientBar li {
    font-size: 18px;
  }
  h2 {
    font-size: 20px;
  }
  br {
    display: none;
  }
  #consigue {
    height: 55vh;
  }
  #blackBar h2 {
    text-align: center;
    padding: 20px 0px;
  }
  .bloque1 p {
    font-size: 18px;
  }
  #folleto {
    position: relative;
    text-align: center;
    width: 100%;
    right: auto;
  }

  #folleto img {
    margin-bottom: -80px;
  }

  .cn-catalogo h3 {
    font-size: 18px;
  }
  .btn-red {
    font-size: 20px;
    padding: 6px 20px;
    margin: 20px 0px;
  }
  hr {
    display: none;
  }
}

p + h3 {
    margin: 40px 0px 10px;
}

footer hr {
    width: 100% !important;
}
