<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Comimtel
 Theme URI:    https://comimtel.com/
 Description:  Comimtel Theme
 Author:       Javier Enrique LeÃ³n 
 Author URI:   https://www.jeimage.com/
 Version:      1
*/

@font-face {
  font-family: Alta;
  src: url(fonts/Alta_regular.otf);
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Italic.ttf);
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-BoldItalic.ttf);
  font-style: italic;
  font-weight: 700;
}
:root {
  --Font-Main: "Montserrat", sans-serif;
  --Font-Seccondary: "Alta", sans-serif;
  --Main: #890606;
  --Darkest: #000;
  --Darkest-Alpha: rgba(0, 0, 0, 0.44);
  --Dark: #13180d;
  --medium-Dark: #545454;
  --Medium-Light: #a6a6a6;
  --Light: #d9d9d9;
  --Lightest: #fff;
}
:focus {
  outline: none;
}
body {
  font-family: var(--Font-Main) !important;
  color: var(--Darkest);
  line-height: 150%;
  font-size: 1.6rem !important;
  font-size: 16px !important;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
::placeholder {
  color: var(--Lightest);
}
.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
/* Heading */
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--Font-Seccondary);
}
/* Font Family */
.f-family-main {
  font-family: var(--Font-Main);
}
.f-family-seccondary {
  font-family: var(--Font-Seccondary);
}
/* Backgrounds */
.bg-darkest {
  background-color: var(--Darkest);
}
.bg-medium-dark {
  background-color: var(--medium-Dark);
}
.bg-main {
  background-color: var(--Main);
}
.bg-light {
  background-color: var(--Light) !important;
}
.bg-lightest {
  background-color: var(--Lightest);
}
.bg-medium-light {
  background-color: var(--Medium-Light);
}
/* Text Colors */
.color-lightest {
  color: var(--Lightest);
}
.color-main {
  color: var(--Main);
}
/* Line */
.lined {
  border-bottom: 1px solid var(--Lightest);
}
/* Buttons */
.button {
  background-color: var(--Lightest);
  display: inline-block;
  font-family: var(--Font-Seccondary);
  padding: 12px 48px;
  color: var(--Dark);
  font-size: 28px;
  transition: all ease-in 0.3s;
}
.button:hover {
  background-color: var(--Dark);
  color: var(--Lightest);
}
.button-border {
  background-color: var(--Lightest);
  border: 1px solid var(--Darkest);
  display: inline-block;
  font-family: var(--Font-Seccondary);
  padding: 12px 48px;
  color: var(--Darkest);
  font-size: 28px;
  transition: all ease-in 0.3s;
}
.button-border:hover {
  background-color: var(--Darkest);
  color: var(--Lightest) !important;
}
/* Header */
header img {
  max-width: 70%;
}
header a {
  color: var(--Lightest);
  transition: color ease-in 0.3s;
}
header a:hover {
  color: var(--Medium-Light);
}
header.homepage {
  background-image: url(images/banner.png);
  background-position: center;
  background-size: cover;
  min-height: calc(100vh - 40px);
}
/* Newsletter */
.none {
  display: none;
}
.contact-form {
  --form-error-color: #f44336;
}
input[type="email"] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px var(--Lightest);
  padding: 8px 0;
  color: var(--Lightest);
}

.contact-form-error {
  position: absolute;
  font-size: 80%;
  color: #fff;
  transition: all 800ms ease;
  right: 0;
  top: 16px;
}

.contact-form-error.is-active {
  display: block;
  animation: show-message 1s 1 normal 0s ease-out both;
}

@keyframes show-message {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
/* Icons */
.icons img {
  max-width: 200px;
}
/* Footer */
footer a {
  color: var(--medium-Dark);
  transition: color ease-in 0.3s;
}
footer a:hover {
  color: var(--Main);
}
footer a img {
  opacity: 1;
  transition: opacity ease-in 0.3s;
}
footer a:hover img {
  opacity: 0.5;
}

@media (max-width: 576px) {
  header.homepage {
    background-image: url(images/banner-mobile.png);
  }
}

#menu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  padding-top: 16px;
  width: 100%;
  transition: transform ease-in 0.3s;
  transform: translateY(-100%);
  z-index: 99;
}
#menu-sticky a {
  font-size: 14px;
}
#menu-sticky.active {
  transform: translateY(0);
}

/* New Header Styles */
.back-mb-btn {
  background-color: var(--Main);
  color: var(--Lightest);
  padding: 6px 24px;
}
.back-mb-btn:hover {
  background-color: var(--Dark);
  color: var(--Main);
}
/* New Product Styles */
main a {
  color: var(--Dark) !important;
}

/* New button */
.select {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 16px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all ease 0.3s;
}
.prod-h:hover .select {
  opacity: 1;
}
.select a,
.select select {
  font-size: 16px;
}
.no-select {
  display: none;
}
</pre></body></html>