.template-contenedor {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center; }

.template-grid-12 {
  width: 100%; }

.template-grid-10 {
  width: 80%; }

.template-grid-8 {
  width: 66%; }

.template-grid-6 {
  width: 50%; }

.template-grid-4 {
  width: 33%; }

.template-grid-3 {
  width: 24%; }

.template-grid-2 {
  width: 16%; }

.template-grid-1 {
  width: 8%; }

@media only screen and (max-width: 670px) and (min-width: 480px) {
  .template-md-grid-12 {
    width: 100%; }

  .template-md-grid-10 {
    width: 80%; }

  .template-md-grid-8 {
    width: 66%; }

  .template-md-grid-6 {
    width: 50%; }

  .template-md-grid-4 {
    width: 33%; }

  .template-md-grid-3 {
    width: 24%; }

  .template-md-grid-2 {
    width: 16%; }

  .template-md-grid-1 {
    width: 8%; } }
@media only screen and (max-width: 480px) {
  .template-sm-grid-12 {
    width: 100%; }

  .template-sm-grid-8 {
    width: 66%; }

  .template-sm-grid-6 {
    width: 50%; }

  .template-sm-grid-4 {
    width: 33%; }

  .template-sm-grid-3 {
    width: 24%; }

  .template-sm-grid-2 {
    width: 16%; }

  .template-sm-grid-1 {
    width: 8%; } }
.template-base {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  max-width: 100%;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
  line-height: 1.3; }
  .template-base .right {
    text-align: right; }
  .template-base .left {
    text-align: left; }
  .template-base .center {
    text-align: center; }
  .template-base .alinear {
    align-items: center; }
  .template-base .imagen-tc {
    width: 100%; }
  .template-base .template-linea {
    height: 4px;
    background-color: var(--color-principal); }
  .template-base .template-titulo h1 {
    color: var(--color-principal);
    font-size: 52px;
    margin: 0px;
    font-weight: 400; }
  .template-base .template-titulo h2 {
    color: var(--color-secundario);
    font-size: 32px;
    margin: 5px;
    font-weight: 300; }
  .template-base .template-titulo p {
    font-size: 20px;
    margin: 5px; }
  .template-base .template-descripcion {
    margin: 20px; }
    .template-base .template-descripcion p {
      font-size: 18px; }
  .template-base .template-garantia {
    font-size: 24px;
    color: var(--color-principal);
    border: 1px solid var(--color-principal);
    border-radius: 10px;
    padding: 5px 0px;
    margin: 0px; }
    .template-base .template-garantia img {
      margin-right: 5px; }
  .template-base .template-caracteristicas {
    margin: 20px 0; }
    .template-base .template-caracteristicas h3 {
      color: var(--color-secundario);
      font-size: 14px;
      margin: 5px 0 5px 0;
      padding: 0;
      font-weight: bold; }
    .template-base .template-caracteristicas p {
      font-size: 16px;
      margin: 0 0 20px 0;
      padding: 0; }
    .template-base .template-caracteristicas .template-caracteristica-tc {
      padding: 15px 20px;
      margin: 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .template-base .template-caracteristicas .template-caracteristica-tc p {
        margin: 0; }
  .template-base .template-especificaciones {
    margin: 15px 0; }
    .template-base .template-especificaciones .parrafo {
      margin: 15px 0; }
    .template-base .template-especificaciones h2 {
      color: var(--color-principal);
      font-weight: 400;
      margin: 10px;
      font-size: 22px; }
    .template-base .template-especificaciones p {
      font-size: 16px;
      margin: 10px; }
  .template-base .template-colores {
    margin-bottom: 15px; }
    .template-base .template-colores h2 {
      color: var(--color-principal);
      font-weight: 400;
      font-size: 30px;
      margin-bottom: 0px; }
    .template-base .template-colores p {
      font-size: 16px;
      margin: 5px 10px; }

@media only screen and (max-width: 670px) and (min-width: 480px) {
  .template-base .md-right {
    text-align: right; }
  .template-base .md-left {
    text-align: left; }
  .template-base .md-center {
    text-align: center; }
  .template-base .template-titulo h1 {
    font-size: 38px; }
  .template-base .template-titulo h2 {
    font-size: 22px; }
  .template-base .template-titulo p {
    font-size: 16px; }
  .template-base .template-garantia {
    font-size: 18px; }
  .template-base .template-descripcion p {
    font-size: 16px; }
  .template-base .template-caracteristicas p {
    font-size: 14px; }
  .template-base .template-especificaciones p {
    font-size: 15px; }
  .template-base .template-especificaciones h2 {
    font-size: 22px; }
  .template-base .template-colores h2 {
    font-size: 20px; }
  .template-base .template-colores p {
    font-size: 14px; } }
@media only screen and (max-width: 480px) {
  .template-base .sm-right {
    text-align: right; }
  .template-base .sm-left {
    text-align: left; }
  .template-base .sm-center {
    text-align: center; }
  .template-base .template-titulo h1 {
    font-size: 28px; }
  .template-base .template-titulo h2 {
    font-size: 17px; }
  .template-base .template-titulo p {
    font-size: 14px; }
  .template-base .template-garantia {
    font-size: 18px; }
  .template-base .template-descripcion p {
    font-size: 14px; }
  .template-base .template-caracteristicas p {
    font-size: 14px; }
  .template-base .template-especificaciones p {
    font-size: 14px; }
  .template-base .template-especificaciones h2 {
    font-size: 17px; }
  .template-base .template-colores h2 {
    font-size: 20px; }
  .template-base .template-colores p {
    font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
