:root {
  --negro: #1e1e1e;
  --blanco: #ffffff;
  --morado: #2e1a50;
  --verde-os: #053236;
  --verde-med: #19a1a3;
  --verde-claro: #9fd8d9;
}

body {
  font-family: "Inter", normal;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

.fw-600 {
  font-weight: 600;
}

.txt-gd {
  font-size: 20px;
}

.txt-md {
  font-size: 15px;
}

.txt-sm {
  font-size: 12px;
}

.txt-bco {
  color: var(--blanco);
}

.cntr {
  text-align: center;
}

.backgroundGracias {
  background-color: black;
  background-image: url(../assets/img/plascar-cajas-header.png);
}

.sec1 {
  font-family: "Inter", normal;
  background-image: url(../assets/img/plascar-banner-header-footer.jpg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position-x: right;
  padding: 4% 0;
}
.sec1 .contenido-sec1 {
  padding: 8% 10% 0%;
}
.sec1 h1 {
  color: var(--verde-os);
  font-size: 40px;
  font-weight: 700;
  padding-right: 0%;
  padding-bottom: 2%;
}
.sec1 .img-principal {
  width: auto;
}
.sec1 .forms {
  background-color: white;
  padding: 6%;
  border: solid 3px var(--morado);
  width: 80%;
}
.sec1 .forms .tituloForms {
  font-size: 21px;
  color: var(--morado);
}
.sec1 .forms .btn-cta {
  height: 50px;
  width: 100%;
  background-color: var(--morado);
  color: white;
  font-size: 20px;
  font-weight: 700;
  border: none;
}
.sec1 .forms .form-control {
  padding: 1.5% 2.5%;
  border: solid 2px var(--morado);
  border-radius: 0px;
}
.sec1 .somosLideres {
  padding: 2% 0 0;
  text-align: center;
  font-weight: 700;
  color: var(--verde-med);
  line-height: 1;
}
.sec1 .calidad {
  text-align: center;
  color: var(--morado);
  padding: 4% 15% 0;
  line-height: 1.2;
}
.sec1 .historia {
  padding: 4% 2%;
  text-align: center;
  color: var(--morado);
  line-height: 1.2;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 {
    background-position-y: center;
    background-position-x: center;
    padding: 4% 0 8%;
  }
  .sec1 h1 {
    text-align: center;
  }
  .sec1 .img-principal {
    width: 100%;
  }
  .sec1 .forms {
    width: 100%;
  }
  .sec1 .calidad {
    padding: 4% 0;
  }
}

.header {
  padding: 2%;
  border-bottom: 3px solid var(--verde-os);
}
.header .logo-header {
  padding-left: 4%;
}
.header .logo-header .logo {
  width: 60%;
}
.header .nav {
  padding-left: 5%;
}
.header .nav a {
  margin-left: 20px;
  text-decoration: none;
}
.header .custom-h {
  height: 0%;
}
.header .custom-w {
  height: 0%;
  padding-left: 0px;
}
.header .dropdown:hover .dropdown-menu {
  overflow: hidden;
}
.header .inicioItem {
  border: solid 2px var(--verde-os);
  font-weight: 700;
}
.header .nav-link {
  color: var(--verde-os);
}
@media (max-width: 574px) and (min-width: 0px) {
  .header .logo-header .logo {
    width: 100%;
    padding-top: 5%;
  }
  .header .row {
    margin: 0;
  }
}

.sec2 {
  background: var(--morado);
  padding: 4%;
}
.sec2 .btn-azul {
  display: block;
  margin: auto;
  padding: 10px 5%;
  background: var(--verde-med);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: var(--blanco);
  margin-top: 3%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec2 {
    padding: 10% 0;
  }
  .sec2 h2 {
    margin-bottom: 8% px;
  }
}

.sec3 {
  padding: 5% 0%;
}
.sec3 h2 {
  text-align: center;
  margin-bottom: 4%;
  color: var(--verde-os);
  font-weight: 700;
}
.sec3 .producto {
  width: 70%;
  height: 350px;
  position: absolute;
  background: var(--verde-claro);
  z-index: -1;
}
.sec3 .producto2 {
  width: 70%;
  height: 350px;
  position: absolute;
  background: var(--verde-claro);
  z-index: -1;
  right: 0;
}
.sec3 .custom-col-md-left {
  padding: 1.5% 0% 0 11%;
}
.sec3 .custom-col-md-right {
  padding: 2% 11.2% 0 0%;
}
.sec3 .imgProductoPd {
  padding: 2% 0 0 8%;
}
.sec3 .titulosProducto {
  font-weight: 700;
  color: var(--verde-os);
  margin-bottom: 21px;
}
.sec3 .titulosProducto2 {
  font-weight: 700;
  color: var(--verde-os);
  margin-top: 5%;
  margin-bottom: 21px;
}
.sec3 .descProductos {
  font-size: 20px;
  line-height: 1.3;
}
.sec3 .cajaTextos {
  position: absolute;
  height: 370px;
  width: 980px;
  margin-left: -10px;
  background-color: var(--verde-claro);
  z-index: -999;
}
.sec3 .cajaTextos2 {
  position: absolute;
  height: 370px;
  width: 1030px;
  background-color: var(--verde-claro);
  z-index: -999;
  margin-top: 50px;
  margin-left: 430px;
}
.sec3 .ventajas {
  padding: 3% 0;
}
.sec3 .ventajas h4 {
  color: var(--verde-os);
}
.sec3 .ventajas .ventajasCard {
  border-radius: 12px;
  border: solid 2px var(--verde-claro);
  padding: 3% 7%;
  margin: 0 8%;
  min-height: 300px;
}
.sec3 .ventajas .ventajasCard .tituloVentajasCard {
  font-size: 18px;
  color: var(--verde-os);
  font-weight: 700;
}
.sec3 .ventajas .ventajasCard2 {
  border-radius: 12px;
  border: solid 2px var(--verde-claro);
  padding: 3% 7%;
  margin: 0 1%;
  min-height: 360px;
}
.sec3 .ventajas .ventajasCard2 .tituloVentajasCard {
  font-size: 18px;
  color: var(--verde-os);
  font-weight: 700;
}
.sec3 .ventajas .iconos {
  padding-bottom: 5%;
  padding-top: 5px;
}
.sec3 .ventajas2 {
  padding: 0% 10% 5%;
}
.sec3 .ventajas2 .ventajasCard {
  border-radius: 12px;
  border: solid 2px var(--verde-claro);
  width: 250px;
  padding: 3% 7%;
}
.sec3 .ventajas2 .ventajasCard .tituloVentajasCard {
  font-size: 18px;
  color: var(--verde-os);
  font-weight: 700;
}
.sec3 .ventajas2 .custom-pb-ventaja4 {
  padding-bottom: 33%;
}
.sec3 .ventajas2 .custom-pb-ventaja3 {
  padding-bottom: 11%;
}
.sec3 .ventajas2 .iconos {
  padding-bottom: 5%;
  padding-top: 5px;
}
.sec3 .hidden-lg {
  display: none;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3 img {
    width: 100%;
  }
  .sec3 .custom-col-md-left {
    padding: 2% 4%;
  }
  .sec3 .ventajas {
    padding: 0;
    text-align: center;
  }
  .sec3 .ventajas .ventajasCard, .sec3 .ventajas .ventajasCard2 {
    margin-bottom: 15px;
  }
  .sec3 .ventajas .iconos {
    width: 50%;
  }
  .sec3 .ventajas .row.vts {
    width: inherit;
    margin: 0;
  }
  .sec3 .ventajas .row.vts .col-md-4 {
    padding: 0;
  }
  .sec3 .producto, .sec3 .producto2 {
    width: 90%;
    margin: 0 5%;
    height: 485px;
  }
  .sec3 .titulosProducto, .sec3 .descProductos {
    text-align: center;
    padding: 0 15px;
  }
  .sec3 .custom-col-md-right {
    padding: 2% 4%;
  }
  .sec3 .imgProductoPd {
    padding: 0;
  }
  .sec3 .imgProductoPd.hidden-xs {
    display: none;
  }
  .sec3 .imgProductoPd.hidden-lg {
    display: block;
  }
}

.sec4 {
  background-color: var(--verde-med);
  padding: 4% 0;
}
.sec4 .card {
  background: var(--blanco);
  padding: 8%;
  margin: 10px 5px;
  border-radius: 15px;
}
.sec4 .card .icono {
  width: 50%;
  display: block;
  margin: auto;
}

.sec5 {
  padding: 5% 0;
}
.sec5 h2 {
  color: var(--verde-os);
  margin-bottom: 20px;
}
.sec5 .card {
  border: none;
  padding: 4%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec5 .card h3 {
  color: var(--verde-med);
}
.sec5 .card .line {
  height: 2px;
  width: 80%;
  margin: auto;
  display: block;
  background: var(--verde-med);
}
.sec5 .card:hover {
  background: var(--verde-med);
  margin-top: 0px;
  color: var(--blanco);
}
.sec5 .card:hover h3 {
  color: var(--blanco);
}

.sec7 {
  padding: 5% 0;
}
.sec7 h2 {
  color: var(--verde-os);
  margin-bottom: 20px;
}
.sec7 .mapa iframe {
  margin: auto;
  display: block;
  width: 100%;
}

.sec8 {
  font-family: "Inter", normal;
  background-image: url(../assets/img/plascar-banner-header-footer.jpg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position-x: right;
  padding: 4% 0 5%;
}
.sec8 h2 {
  color: var(--verde-os);
  padding-right: 0%;
  padding-bottom: 2%;
}
.sec8 .forms {
  background-color: white;
  padding: 6%;
  border: solid 3px var(--morado);
  width: 80%;
}
.sec8 .forms .tituloForms {
  font-size: 21px;
  color: var(--morado);
}
.sec8 .forms .btn-cta {
  height: 50px;
  width: 100%;
  background-color: var(--morado);
  color: white;
  font-size: 20px;
  font-weight: 700;
  border: none;
}
.sec8 .forms .form-control {
  padding: 1.5% 2.5%;
  border: solid 2px var(--morado);
  border-radius: 0px;
}
.sec8 a {
  color: var(--morado);
  text-decoration: none;
}
.sec8 p {
  font-size: 20px;
  color: var(--morado);
}
.sec8 .fb {
  background: url(../assets/img/iconos-facebook.png);
  width: 60px;
  height: 60px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec8 .fb:hover {
  background: url(../assets/img/iconos-facebook-hov.png);
  width: 60px;
  height: 60px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec8 .in {
  background: url(../assets/img/iconos-linkedin.png);
  width: 60px;
  height: 60px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec8 .in:hover {
  background: url(../assets/img/iconos-linkedin-hov.png);
  width: 60px;
  height: 60px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec8 .copy {
  margin-top: 20%;
}
.sec8 .hidden-lg {
  display: none;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec8 {
    text-align: center;
    background-position-x: right;
    background-position-y: bottom;
  }
  .sec8 .img-principal {
    width: 100%;
  }
  .sec8 .forms {
    width: 100%;
  }
  .sec8 .calidad {
    padding: 4% 0;
  }
  .sec8 .hidden-lg {
    display: block;
  }
  .sec8 .hidden-xs {
    display: none;
  }
  .sec8 .enlaces {
    margin-bottom: 4%;
  }
}

@media (max-width: 574px) and (min-width: 0px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}