@charset "UTF-8";
/*
Fuente:
    Montserrat
Colores
    Gris obscuro    #454243
    verde           #c2c600
    Gris claro      #969595
    Negro           #000

*/
/* Control de colores */
:root {
  --verde: #c2cd44;
  --g-obscuro: #444243;
  --g-blanco: #f3f3f3;
  --gris: #666;
  --blanco: #fff;
  --negro: #1b1b1b;
  --color1: #444243;
  --color2: #c2c600;
}

@font-face {
  font-family: "Roobert";
  src: url("../fonts/RoobertSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/RoobertMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/RoobertRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Space";
  src: url("../fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
html, body {
  font-family: "Roobert", sans-serif;
  font-size: 18px;
  color: var(--negro);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

input.invalid:invalid {
  border: 1px solid red;
}

.pd0 {
  padding: 0px;
}

.d-pad {
  padding: 80px 9%;
}

.mad {
  color: #00d984 !important; /* Pisos madera */
}

.lam {
  color: #6699ff !important; /* Pisos laminados */
}

.vin {
  color: #ff8080 !important; /* Pisos vinílicos */
}

.deck {
  color: #ffcc00 !important; /* Pisos deck */
}

.desktop-item {
  display: block;
}

.mobile-item {
  display: none;
}

@media (max-width: 575px) {
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
}
h1 {
  font-size: 70px !important;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  h1 {
    font-size: 50px !important;
  }
}

h2 {
  font-size: 46px !important;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  h2 {
    font-size: 40px !important;
  }
}

h3 {
  font-size: 38px !important;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  h3 {
    font-size: 30px !important;
  }
}

h4 {
  font-size: 28px !important;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  h4 {
    font-size: 24 !important;
  }
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*               Header                         */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
header {
  padding: 5px 9%;
}
header .izq {
  text-align: left;
  padding: 15px 0px;
}
header .izq img {
  height: 50px;
}
header .der {
  text-align: right;
  padding: 15px 0px;
}
header .der .btn-black {
  padding: 0.7rem 1.5rem !important;
}
@media (max-width: 575px) {
  header {
    padding: 5px 3% !important;
    font-size: 16px !important;
  }
  header img {
    width: 100%;
  }
  header .der .btn-black {
    padding: 0.7rem 1.5rem !important;
  }
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.btn-black {
  font-size: 16px !important;
  font-weight: 700 !important;
  background: #03352b !important;
  padding: 0.5rem 1.5rem !important;
  border: solid 1px #023127;
  color: #fff !important;
  border-radius: 1.3rem !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0px 10px;
}
.btn-black:hover {
  background-color: black !important;
  color: #fff !important;
}

a {
  text-decoration: none;
  color: unset;
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*              footer and Copy                 */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
footer {
  background-color: #f3f3f3;
  /**/
  /*  End Copy  */
}
footer .footer {
  font-size: 16px !important;
}
footer .footer .redes a {
  display: inline-block;
  margin: 5px 8px;
}
footer .footer .redes a img {
  width: 40px;
}
footer .copy {
  text-align: center;
  margin-top: 2%;
}
footer .copy h6 {
  font-size: 14px;
  margin-top: 10px;
}
footer .copy h6 br {
  display: none;
}
@media (max-width: 575px) {
  footer {
    text-align: center;
  }
}

/****************************************/
/*            gracias                   */
/****************************************/
.body-gracias {
  background: var(--color1);
  background: -webkit-gradient(left top, right top, color-stop(0%, var(--color1)), color-stop(80%, var(--color1)), color-stop(80%, var(--color2)), color-stop(100%, var(--color2)));
  background: -webkit-gradient(linear, left top, right top, from(var(--color1)), color-stop(80%, var(--color1)), color-stop(80%, var(--color2)), to(var(--color2)));
  background: linear-gradient(to right, var(--color1) 0%, var(--color1) 80%, var(--color2) 80%, var(--color2) 100%);
  padding-right: 20%;
}
.body-gracias .gracias {
  padding: 150px 0px 50px;
  text-align: center;
}
.body-gracias .gracias img {
  height: 200px;
  margin-bottom: 50px;
}
.body-gracias .gracias h5 {
  font-weight: 300;
  color: var(--blanco);
  font-size: 35px;
  margin-bottom: 50px;
}
.body-gracias .gracias h5 span {
  color: var(--verde);
}
.body-gracias .gracias p {
  font-weight: 300;
  color: var(--blanco);
  font-size: 25px;
  margin-bottom: 70px;
}
.body-gracias .gracias a {
  color: var(--blanco);
  font-weight: 700;
  font-size: 25px;
  background-color: var(--verde);
  padding: 10px 40px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
.body-gracias .gracias a:hover {
  color: var(--gris);
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*             Secciones de Pagina              */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/****************************************/
/*                Home                  */
/****************************************/
/* h-sec1 */
.h-sec1 {
  background: url("../img/terza-lp-pisos-header.jpg") no-repeat;
  background-size: cover;
  padding: 220px 0 120px;
}
.h-sec1 .bg-deck {
  display: inline-block;
  background-color: #ffcc00;
  border-radius: 55px;
  padding: 0 20px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media (max-width: 575px) {
  .h-sec1 {
    background: url("../img/terza-lp-pisos-header-res.jpg") no-repeat;
    padding: 120px 0 120px;
  }
}

/* h-sec2 */
.h-sec2 h2 {
  margin: 4% 0;
}
@media (max-width: 575px) {
  .h-sec2 img {
    width: 100% !important;
  }
}

/* h-sec3 */
.h-sec3 .row {
  margin-top: 5%;
}
.h-sec3 ul {
  margin-bottom: 30px;
}
.h-sec3 li {
  font-size: 25px;
  line-height: 1.5;
}
.h-sec3 li span {
  font-size: 20px;
  color: var(--negro);
}
.h-sec3 .btn-greend {
  background-color: #03352b;
  display: inline-block;
  padding: 20px 15px;
  font-size: 16px;
  color: #fff !important;
  border-radius: 20px;
  text-align: center;
  width: 200px;
}
.h-sec3 .icono {
  width: 15%;
  margin-right: 17px;
}
.h-sec3 .btn-greenl {
  background-color: #caff66;
  display: inline-block;
  padding: 20px 15px;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  width: 200px;
}
@media (max-width: 500px) {
  .h-sec3 {
    text-align: center;
  }
  .h-sec3 img {
    margin-top: 10%;
    width: 100%;
  }
  .h-sec3 li {
    line-height: 1 !important;
  }
  .h-sec3 .icono {
    width: 13%;
    margin-top: 0;
  }
  .h-sec3 .btn-greenl {
    padding: 15px 20px;
    width: 80%;
  }
  .h-sec3 .btn-greend {
    padding: 15px 15px;
    font-size: 13px;
    width: 80%;
    border-radius: 16px;
  }
}

/* h-sec4 */
.h-sec4 {
  background-color: #EAFCD6;
}
.h-sec4 .unika {
  width: 18%;
}
.h-sec4 img {
  margin-top: 5%;
}
@media (max-width: 575px) {
  .h-sec4 .unika {
    width: 70%;
  }
  .h-sec4 img {
    width: 100%;
  }
}

/* h-sec5 */
.h-sec5 .box-green {
  background-color: #CFDD28;
  padding: 55px 60px;
  border-radius: 30px;
}
.h-sec5 .box-green .btn-greenl {
  background-color: #caff66;
  display: inline-block;
  padding: 20px 15px;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 500px) {
  .h-sec5 .box-green {
    padding: 30px 20px;
    border-radius: 30px;
  }
}

/* h-sec6 */
.h-sec6 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: url(../img/bg-contacto.jpg) center top no-repeat;
  background-size: cover;
  background-color: var(--g-obscuro);
  padding: 50px 0px;
  min-height: 300px;
}
.h-sec6 form {
  color: var(--g-obscuro);
}
.h-sec6 form .submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.h-sec6 form .caja {
  /*background-color: var(--blanco);*/
  padding: 0px;
  border-radius: 25px;
}
.h-sec6 form .caja h3 {
  color: var(--negro);
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
}
.h-sec6 form .caja input {
  background: none;
  border: none;
  border-bottom: 1px solid var(--blanco);
  width: 100%;
  padding: 10px 5px 5px;
  height: 45px;
  color: var(--negro);
  margin-bottom: 20px;
  outline: none;
}
.h-sec6 form .caja select {
  background: none;
  border: none;
  border-bottom: 1px solid var(--blanco);
  width: 100%;
  padding: 10px 5px 5px;
  height: 45px;
  color: var(--negro);
  margin-bottom: 20px;
  outline: none;
}
.h-sec6 form .caja .lada {
  padding: 0 10px 0 0;
}
.h-sec6 form .caja .tel {
  padding: 0 0 0 10px;
}
.h-sec6 form .radio {
  margin-top: 0px;
}
.h-sec6 form .radio label {
  display: block;
  padding: 0;
  font-size: 20px;
  color: var(--negro);
  font-weight: 700;
  margin-bottom: 20px;
  cursor: none;
}
.h-sec6 form .radio label span {
  font-weight: 400;
}
.h-sec6 form .radio label .linea {
  display: block;
  background: var(--blanco);
  height: 2px;
  width: 100%;
  max-width: 100px;
  margin: 30px 0 30px;
}
.h-sec6 form .radio div {
  display: inline-block;
  width: 100%;
}
.h-sec6 form .radio div input {
  display: inline-block;
  width: 10%;
  margin-left: 5px;
}
.h-sec6 form .radio div input[type=radio] {
  width: 20px;
  height: 20px;
}
.h-sec6 form .radio div p {
  display: inline-block;
  width: 85%;
  margin-left: 10%;
  font-size: 25px;
  color: var(--negro);
}
.h-sec6 form textarea {
  width: 100%;
  height: 100px;
  border-radius: 20px;
  padding: 15px;
  outline: none;
}
.h-sec6 form button {
  background: var(--negro);
  color: var(--blanco);
  padding: 10px 50px;
  border: none;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 15px;
}
.h-sec6 form ::-webkit-input-placeholder { /* Edge */
  color: var(--negro);
}
.h-sec6 form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--negro);
}
.h-sec6 form ::-moz-placeholder {
  color: var(--negro);
}
.h-sec6 form ::-ms-input-placeholder {
  color: var(--negro);
}
.h-sec6 form ::placeholder {
  color: var(--negro);
}

.contacto {
  /* Seccion 1 */
  /* Seccion texto 2 */
}
.contacto .sec1-a {
  background: url("../img/terza-lp-pisos-header.jpg") no-repeat;
  background-size: cover;
  padding: 200px 0px;
}
.contacto .sec1-a .bg-deck {
  display: inline-block;
  background-color: #ffcc00;
  border-radius: 55px;
  padding: 0 20px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media (max-width: 575px) {
  .contacto .sec1-a {
    background: url("../img/terza-lp-pisos-header-res.jpg") no-repeat;
    padding: 120px 0 120px;
  }
}
.contacto .sec2-a {
  padding: 80px 9% 40px;
}
.contacto .sec4-contacto {
  padding: 40px 9% 80px;
}
.contacto .sec4-contacto .box {
  background-color: #EAFCD6 !important;
  padding: 6% 5%;
  border-radius: 30px;
}
.contacto .sec4-contacto .box form .pl-0 {
  padding-left: 0;
}
.contacto .sec4-contacto .box form .pr-0 {
  padding-right: 0;
}
.contacto .sec4-contacto form .form-control {
  border-radius: 8px;
  font-weight: 500;
  color: #555555 !important;
  border: none;
  margin-bottom: 20px !important;
  padding: 12px 17px;
}
.contacto .sec4-contacto form .form-control:focus {
  border: 2px solid #555555 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contacto .sec4-contacto form .select-control {
  border-radius: 8px;
  font-weight: 500;
  color: #555555 !important;
  border: none;
  margin-bottom: 20px !important;
  padding: 12px 17px;
  width: 100%;
}
.contacto .sec4-contacto form .select-control:focus {
  border: 2px solid #555555 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contacto .sec4-contacto form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #606161;
}
.contacto .sec4-contacto form select option {
  color: #606161;
}
.contacto .sec4-contacto form .aviso {
  margin-bottom: 17px;
}
.contacto .sec4-contacto form .aviso a {
  font-weight: 500;
  text-decoration: underline !important;
}
.contacto .sec4-contacto .logo {
  width: 80%;
}
.contacto .sec4-contacto .btn-home {
  font-size: 16px !important;
  font-weight: 700 !important;
  background: #caff66 !important;
  padding: 1.1rem 2.7rem !important;
  border: solid 1px #caff66;
  color: #1b1b1b !important;
  border-radius: 1.3rem !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contacto .sec4-contacto .btn-home:hover {
  background-color: #0A504B !important;
  color: #fff !important;
  border: solid 1px #0A504B;
}
.contacto .sec4-contacto .btn-home .figura {
  width: 23px;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .contacto .sec4-contacto .btn-home {
    padding: 0.7rem 1.2rem !important;
  }
}
@media only screen and (max-width: 575px) {
  .contacto .sec4-contacto {
    text-align: center;
  }
  .contacto .sec4-contacto .box {
    padding: 10% 8%;
    margin-bottom: 8%;
  }
  .contacto .sec4-contacto form .col-md-6 {
    padding: 0;
  }
}