*::selection {
  background-color: transparent;
  text-shadow: none;
}
body::-webkit-scrollbar-track {
  background-color: #3a3a3a;
}
body::-webkit-scrollbar {
  width: .0rem;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--main-color-one);
}
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

p {
  margin: 0;
}

input {
  outline: none;
}

textarea {
  resize: none;
}

@font-face {
  font-family: "M Regular";
  src: url("../font-text/Montserrat-Regular_0.ttf");
}
@font-face {
  font-family: "P Black";
  src: url("../font-text/Panton-BlackCaps.otf");
}
@font-face {
  font-family: "P Italic Black";
  src: url("../font-text/Panton-BlackitalicCaps.otf");
}
@font-face {
  font-family: "P Italic";
  src: url("../font-text/PANTON-ITALIC_0.OTF");
}
:root {
  --main-color-one: #44a42a;
  --main-color-one-dark: #003380;
  --main-color-one-alt: #0047b3;
  --main-color-two: #E6E6E6;
  --main-color-three: #505353;
}

.bg-pc {
  display: block;
}

.bg-mb {
  display: none;
}

@media screen and (max-width: 700px) {
  .bg-pc {
    display: none;
  }

  .bg-mb {
    display: block;
  }
}
/* */
@media screen and (min-width: 1410px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1550px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 23px;
  }
}
/* */
@media screen and (max-width: 1250px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
.section-banner-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-banner {
  max-width: 1950px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-ab1-section-banner {
  width: 100%;
  background-color: var(--main-color-one-alt);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sub-box-ab1-section-banner {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.56rem 0;
}

.sub-box-ab1-section-banner p {
  color: white;
  font-family: "P Italic Black";
  font-size: 1.28rem;
}

.sub-box-ab1-section-banner p span {
  font-family: "P Italic";
}

.sub-box-ab1-section-banner a {
  width: 16.5%;
  transition: all 0.3s ease;
}

.sub-box-ab1-section-banner a:hover {
  transform: rotate(2deg);
}

.box-ab2-section-banner {
  position: absolute;
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sub-box-ab2-section-banner {
  width: 44.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub-box-ab2-section-banner a {
  background-color: var(--main-color-one-dark);
  color: white;
  font-family: "P Black";
  font-size: 1.34rem;
  padding: 0.85rem 1.55rem;
/*
  padding: 0.88rem 1.13rem;
  border-radius: 1.56rem;
*/
  margin-top: 1.88rem;
  transition: all 0.3s ease;
}

.sub-box-ab2-section-banner a:hover {
  background-color: var(--main-color-one-dark);
}

@media screen and (max-width: 700px) {
  .sub-box-ab1-section-banner {
    width: 80%;
    margin: 0.56rem 0;
  }

  .sub-box-ab1-section-banner p {
    font-size: 1.28rem;
    text-align: center;
  }

  .sub-box-ab1-section-banner a {
    display: none;
  }

  .box-ab2-section-banner {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sub-box-ab2-section-banner {
    width: 85%;
    margin-top: 2rem;
  }

  .sub-box-ab2-section-banner a {
    font-size: 1.15em;
  }
}
.section-gondola-big-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-gondola-big {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 50;
  margin-bottom: 5rem;
}

.box-image-section-gondola-big {
  width: 47%;
  margin-top: -29.06rem;
}

@media screen and (max-width: 700px) {
  .child-section-gondola-big {
    width: 80%;
    justify-content: center;
    align-items: center;
    z-index: auto;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }

  .box-image-section-gondola-big {
    width: 100%;
    margin-top: 0;
  }
}
.section-title-gondola-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-title-gondola {
  max-width: 1950px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: -9.38rem;
}

.title-section-title-gondola {
  color: var(--main-color-one);
  font-family: "P Black";
  font-size: 1.75rem;
  margin-bottom: 0.63rem;
  padding-left: 8.38rem;
}

.box-line-bottom-title-main-section-title-gondola {
  width: 55%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.box-line-bottom-title-main-section-title-gondola p:nth-child(1) {
  width: 85%;
  height: 0.19rem;
  background-color: var(--main-color-one);
}

.box-line-bottom-title-main-section-title-gondola p:nth-child(2) {
  background-color: var(--main-color-one);
  border-radius: 50%;
  padding: 0.25rem;
  margin-left: -0.06rem;
}

@media screen and (max-width: 700px) {
  .child-section-title-gondola {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .title-section-title-gondola {
    font-size: 1.55rem;
    margin-bottom: 0.7rem;
    padding-left: 2.95rem;
  }
}
.section-beneficios-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.child-section-beneficios {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box1-section-beneficios {
  background-color: white;
  width: 26%;
}

.box2-section-beneficios {
  width: 74%;
  background-image: url(../img/fondos/beneficios-two.jpg);
  background-position: center;
  background-size: cover;
  padding: 3.13rem 0 3.13rem;
  color: white;
}

.title-section-beneficios {
  font-family: "P Black";
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.box-number-item-section-beneficios {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15rem;
  margin-bottom: 1.38rem;
}

.box-number-item-section-beneficios p:nth-child(1) {
  font-size: 1.56rem;
  margin-top: -0.19rem;
}

.box-number-item-section-beneficios p:nth-child(2) {
  font-family: "P Black";
  font-size: 1.19rem;
}

.img-big-ab-section-beneficios {
  position: absolute;
  left: 0;
  width: 34.69rem;
  bottom: auto;
}

@media screen and (min-width: 1800px) {
  .img-big-ab-section-beneficios {
    left: 0%;/* Modificación 1.85%; */
  }
}
@media screen and (min-width: 2100px) {
  .img-big-ab-section-beneficios {
    left: 13.85%;
  }
}
@media screen and (min-width: 2750px) {
  .img-big-ab-section-beneficios {
    left: 28.35%;
  }
}
@media screen and (max-width: 700px) {
  .child-section-beneficios {
    flex-wrap: wrap;
    justify-content: center;
  }

  .box1-section-beneficios {
    display: none;
  }

  .box2-section-beneficios {
    width: 100%;
    background-image: url(../img/fondos/beneficios-m-two.jpg);
    background-position: center;
    background-size: cover;
    padding: 3.13rem 0 3rem;
    color: white;
  }

  .title-section-beneficios {
    font-size: 1.55rem;
    margin-bottom: 2.5rem;
  }

  .box-number-item-section-beneficios {
    margin-left: 0;
    margin: 0 2.95rem;
    margin-bottom: 1.1rem;
  }

  .box-number-item-section-beneficios p:nth-child(1) {
    font-size: 1.4rem;
    margin-top: -0.1rem;
    margin-right: 0.5rem;
  }

  .box-number-item-section-beneficios p:nth-child(2) {
    font-family: "P Black";
    font-size: 1.15rem;
  }

  .img-big-ab-section-beneficios {
    display: none;
  }
}
.section-opciones-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-opciones {
  max-width: 1950px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--main-color-two);
}

.title-main-section-opciones {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
  margin-top: 4rem;
}

.box-letter-title-main-section-opciones {
  padding-right: 8.38rem;
  color: var(--main-color-one);
  font-family: "P Black";
  font-size: 1.75rem;
  margin-bottom: 0.63rem;
}

.box-line-bottom-title-main-section-opciones {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.box-line-bottom-title-main-section-opciones p:nth-child(2) {
  width: 75%;
  height: 0.19rem;
  background-color: var(--main-color-one);
}

.box-line-bottom-title-main-section-opciones p:nth-child(1) {
  background-color: var(--main-color-one);
  border-radius: 50%;
  padding: 0.25rem;
  margin-right: -0.06rem;
}

.slider-opciones-section-opciones {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.69rem;
}

.box-main-slider-opciones-section-opciones {
  width: 89%;
}

.box-btn-move-slider-opciones1,
.box-btn-move-slider-opciones2 {
  width: 5%;
  display: flex;
  align-items: center;
  color: var(--main-color-one);
  font-size: 2.19rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.box-btn-move-slider-opciones1:hover,
.box-btn-move-slider-opciones2:hover {
  color: var(--main-color-one-dark);
}

.box-btn-move-slider-opciones1 {
  justify-content: flex-start;
}

.box-btn-move-slider-opciones2 {
  justify-content: flex-end;
}

.box-main-slider-opciones-section-opciones0 {
  width: 100%;
}

.item-slider-only-section-opciones {
  width: 19%;
  background-color: white;
  box-shadow: 0 0.25rem 0.94rem rgba(0, 0, 0, 0.2);
  padding: 0.94rem 0.94rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.item-slider-only-section-opciones p:nth-child(2) {
  font-family: "P Black";
  color: var(--main-color-three);
  font-size: 0.81rem;
  margin-top: 0.63rem;
  margin-bottom: 1rem;
}

.item-slider-only-section-opciones p:nth-child(3) {
  font-family: "P Black";
  color: var(--main-color-one);
  font-size: 1.13rem;
}

.item-slider-only-section-opciones a {
  font-family: "P Black";
  background-color: var(--main-color-one-dark);
  color: white;
  font-size: 0.75rem;
  padding: 0.5rem 0.94rem;
  margin-top: 0.31rem;
}

.box-caracteristicas-section-opciones {
  width: 80%;
  background-color: var(--main-color-one-alt);
  color: white;
  padding: 1.25rem 2.5rem;
  margin-bottom: -8.13rem;
  z-index: 5;
}

.title-box-caracteristicas-section-opciones {
  text-align: center;
  font-family: "P Black";
  font-size: 1.75rem;
  margin-bottom: 1.13rem;
}

.container-box-caracteristicas-section-opciones {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.items-only-box-caracteristicas-section-opciones {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.items-only-box-caracteristicas-section-opciones img {
  width: 78%;
  margin-bottom: 0.94rem;
}

.items-only-box-caracteristicas-section-opciones p {
  font-family: "P Black";
  font-size: 1.06rem;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .title-main-section-opciones {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .box-letter-title-main-section-opciones {
    padding-right: 3rem;
    font-size: 1.55rem;
    margin-bottom: 0.7rem;
    text-align: end;
  }

  .box-line-bottom-title-main-section-opciones {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .box-line-bottom-title-main-section-opciones p:nth-child(2) {
    width: 90%;
    height: 0.19rem;
    background-color: var(--main-color-one);
  }

  .box-line-bottom-title-main-section-opciones p:nth-child(1) {
    background-color: var(--main-color-one);
    border-radius: 50%;
    padding: 0.25rem;
    margin-right: -0.06rem;
  }

  .slider-opciones-section-opciones {
    width: 95%;
    margin-bottom: 2.2rem;
  }

  .box-main-slider-opciones-section-opciones {
    width: 75%;
  }

  .box-btn-move-slider-opciones1,
.box-btn-move-slider-opciones2 {
    width: 5%;
    font-size: 2.4rem;
  }

  .item-slider-only-section-opciones p:nth-child(2) {
    font-size: 1.15rem;
  }

  .item-slider-only-section-opciones p:nth-child(3) {
    font-size: 1.5rem;
  }

  .item-slider-only-section-opciones a {
    font-size: 1.15rem;
    padding: 0.7rem 1.94rem;
  }

  .box-caracteristicas-section-opciones {
    padding: 1.3rem 2.5rem 1rem;
    margin-bottom: -5.5rem;
  }

  .title-box-caracteristicas-section-opciones {
    font-size: 1.55rem;
  }

  .container-box-caracteristicas-section-opciones {
    flex-wrap: wrap;
  }

  .items-only-box-caracteristicas-section-opciones {
    width: 48%;
    margin-bottom: 1.2rem;
  }
}
.section-melamina-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.child-section-melamina {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box1-section-melamina {
  width: 31%;
}

.box2-section-melamina {
  width: 58%;
}

.box-three-gondolas {
  margin-right: 8.38rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box-three-gondolas-single {
  background-color: var(--main-color-two);
  width: 32.5%;
  padding: 0.94rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.box-three-gondolas-single p:nth-child(2) {
  font-family: "P Black";
  color: var(--main-color-three);
  font-size: 0.81rem;
  margin-top: 0.63rem;
  margin-bottom: 1rem;
}

.box-three-gondolas-single p:nth-child(3) {
  font-family: "P Black";
  color: var(--main-color-one);
  font-size: 1.13rem;
}

.box-three-gondolas-single a {
  font-family: "P Black";
  background-color: var(--main-color-one);
  color: white;
  font-size: 0.75rem;
  padding: 0.5rem 0.94rem;
  margin-top: 0.31rem;
}

.box-title-big-section-melamina {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1.88rem;
}

.title-big-section-melamina {
  padding-right: 16.88rem;
  font-family: "P Black";
  color: var(--main-color-one);
  font-size: 1.75rem;
  margin-bottom: 0.63rem;
  text-align: center;
  margin-top: 8.13rem;
}

.box-line-bottom-title-main-section-melamina {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.box-line-bottom-title-main-section-melamina p:nth-child(2) {
  width: 60%;
  height: 0.19rem;
  background-color: var(--main-color-one);
}

.box-line-bottom-title-main-section-melamina p:nth-child(1) {
  background-color: var(--main-color-one);
  border-radius: 50%;
  padding: 0.25rem;
  margin-right: -0.06rem;
}

.img-ab-section-melamina {
  width: 20rem;
  position: absolute;
  left: 14.5%;
  bottom: 6%;
}

@media screen and (min-width: 1800px) {
  .img-ab-section-melamina {
    left: 15.8%;
  }
}
@media screen and (min-width: 2100px) {
  .img-ab-section-melamina {
    left: 24.2%;
  }
}
@media screen and (min-width: 2750px) {
  .img-ab-section-melamina {
    left: 34.5%;
  }
}
@media screen and (max-width: 700px) {
  .child-section-melamina {
    justify-content: center;
    flex-wrap: wrap;
  }

  .box1-section-melamina {
    width: 100%;
    order: 2;
  }

  .box2-section-melamina {
    width: 100%;
    order: 1;
    margin-bottom: 1rem;
  }

  .box-three-gondolas {
    margin-right: 0;
    margin: 0 2.95rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box-three-gondolas-single {
    width: 100%;
    padding: 1.1rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .box-three-gondolas-single img {
    width: 65%;
  }

  .box-three-gondolas-single p:nth-child(2) {
    font-size: 1.15rem;
    margin-top: 0.63rem;
  }

  .box-three-gondolas-single p:nth-child(3) {
    font-size: 1.5rem;
  }

  .box-three-gondolas-single a {
    font-size: 1.15rem;
    padding: 0.7rem 1.94rem;
    margin-top: 0.31rem;
  }

  .box-title-big-section-melamina {
    margin-bottom: 3rem;
  }

  .title-big-section-melamina {
    padding-right: 2.95rem;
    font-size: 1.55rem;
    margin-bottom: 0.7rem;
    margin-top: 8.13rem;
  }

  .box-line-bottom-title-main-section-melamina {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .box-line-bottom-title-main-section-melamina p:nth-child(2) {
    width: 60%;
    height: 0.19rem;
    background-color: var(--main-color-one);
  }

  .box-line-bottom-title-main-section-melamina p:nth-child(1) {
    background-color: var(--main-color-one);
    border-radius: 50%;
    padding: 0.25rem;
    margin-right: -0.06rem;
  }

  .img-ab-section-melamina {
    width: 19rem;
    left: 19%;
    bottom: 4%;
  }
}
.section-footer-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-footer {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-ab-section-footer {
  position: absolute;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box1-section-footer {
  width: 19%;
  align-self: center;
}

.title-section-footer {
  color: white;
  font-family: "P Black";
  font-size: 1.31rem;
  margin-bottom: 1.06rem;
}

.info-contacto-section-footer {
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "M Regular";
  margin-bottom: 0.44rem;
}

.info-contacto-section-footer p:nth-child(1) {
  margin-right: 0.63rem;
  font-size: 1rem;
}

.info-contacto-section-footer p:nth-child(2) {
  font-size: 0.94rem;
}

.socials-box-section-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.socials-box-section-footer a {
  color: var(--main-color-one);
  background-color: white;
  font-size: 1.31rem;
  border-radius: 50%;
  padding: 0.06rem 0 0.19rem;
  margin-right: 0.63rem;
  transition: all 0.3s ease;
}

.socials-box-section-footer a:hover {
  color: white;
  background-color: var(--main-color-one);
}

@media screen and (max-width: 700px) {
  .box1-section-footer {
    display: none;
  }

  .box-ab-section-footer {
    position: absolute;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box2-section-footer {
    margin-bottom: 1.5rem;
  }

  .title-section-footer {
    font-size: 1.5rem;
    margin-bottom: 1.06rem;
  }

  .info-contacto-section-footer {
    margin-bottom: 0.6rem;
  }

  .info-contacto-section-footer p:nth-child(1) {
    margin-right: 0.7rem;
    font-size: 1.1rem;
  }

  .info-contacto-section-footer p:nth-child(2) {
    font-size: 1.15rem;
  }

  .socials-box-section-footer a {
    font-size: 2.1rem;
    padding: 0.2rem 0 0.1rem;
    margin-right: 1.5rem;
  }
}
.btns-mobile {
  background-color: var(--main-color-one);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
}

.btn-call,
.btn-cotizar {
  color: white;
  padding: 17px 0;
  font-size: 1.2rem;
  font-family: "M Regular";
}

.btn-call {
  text-decoration: none;
}

.line-btn-mobile {
  height: 30px;
  width: 2px;
  background-color: white;
}

.main-form-pop-up {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 1rem;
}

.main-form-pop-up-view {
  display: flex;
}

.child-form-pop-up {
  width: 100%;
  background-color: var(--main-color-white);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}

.child-form-pop-up .title-form-banner-principal {
  color: var(--main-color);
}

.btn-close {
  position: absolute;
  right: -10px;
  top: -20px;
  color: var(--main-color-white);
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

.btn-whatsapp-mobile {
  background-color: #25d366;
  position: fixed;
  top: 65%;
  right: 5px;
  width: 60px;
  height: 60px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 3rem;
  color: white;
  z-index: 90;
}

.btn-whatsapp-mobile i {
  line-height: 0;
}

.child-form-pop-up form input,
.child-form-pop-up form textarea {
  color: var(--main-dark);
}

@media screen and (max-width: 700px) {
  body {
    margin-bottom: 45px;
  }

  .btns-mobile,
.btn-whatsapp-mobile {
    display: flex;
  }
}
