/* normalize.css v3.0.0 | MIT License | git.io/normalize */
* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.relative {
  position: relative;
}
.inline-block,
.site-logo,
.main-navigation {
  display: inline-block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
html {
  font-size: 16px;
}
@media only screen and (max-width: 48em) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 80em) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Myriad Pro", "PT Sans", sans-serif;
  color: #051e5b;
  background: #fff;
}
.mobile-menu {
  display: none;
}
.mobile-menu select {
  -webkit-appeareance: none;
  background: transparent;
  color: #fff;
  border: none;
}
@media only screen and (max-width: 48em) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .show-me {
  display: inline-block !important;
  vertical-align: middle;
}
.mobile-menu .show-me li:first-child {
  border: none !important;
}
.mobile-menu .icon-facebook {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.main-container {
  width: 98%;
  max-width: 84rem;
  /* max-width: 78.875rem; */
  margin: 0 auto;
}
.site-header {
  background: #e3000f;
  width: 100%;
  display: block;
  top: 0;
  margin: 0;
  margin-top: 2rem;
  padding: 1rem;
}
.site-header .main-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-logo {
  width: 100%;
  max-width: 13rem;
  vertical-align: middle;
}
.site-logo img {
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .site-logo {
    max-width: 9rem;
  }
}
.main-navigation {
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
.main-navigation ul {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 48em) {
  .main-navigation ul {
    display: none;
  }
}
.main-navigation li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: bold;
}

.main-navigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 1.25rem;
}
.icon-facebook {
  background: url("../images/icon-facebook.png") no-repeat center;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  text-indent: -999px;
}
.lead-in {
  font-size: 2.5rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 5rem;
  width: 98%;
  max-width: 51.438rem;
}
h1 {
  font-size: 4rem;
  padding: 0.5em;
}

h2 {
  color: #876b30;
  font-size: 3.7rem;
  text-align: center;
  letter-spacing: -0.15rem;
  font-stretch: condensed;
}
h3 {
  color: #333;
  font-size: 3.7rem;
  text-align: left;
  letter-spacing: -0.15rem;
  font-stretch: condensed;
}
.left-col,
.right-col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 38rem;
  position: relative;
}
.left-col p,
.right-col p {
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
  max-width: 27.9rem;
}
.left-col h3,
.right-col h3 {
  margin: 0;
  padding: 0;
}
.contact-info {
  margin-bottom: 1rem;
}
.contact-info h3 {
  position: relative;
}
.contact-info h3::before {
  content: "";
  width: 49px;
  height: 49px;
  position: relative;
  left: 0;
  top: 0.52rem;
  display: inline-block;
}
.icon-telefono::before {
  background: url("../images/icon-telefono.png") no-repeat center;
  background-size: cover;
}
.icon-direccion::before {
  background: url("../images/icon-direccion.png") no-repeat center;
  background-size: cover;
}
.mapa {
  position: relative;
  right: 0;
}
.mapa iframe {
  width: 100% !important;
  min-width: 320px;
  max-width: 600px !important;
  min-height: 475px;
  position: relative;
  right: 0;
}
.red-title {
  background: #e3000f;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
fieldset {
  display: block;
  border: 0;
}
form {
  font-size: 1.5rem;
  color: #333;
}
form label {
  text-transform: uppercase;
  width: 100%;
  max-width: 10.1rem;
  text-align: right;
}
@media only screen and (max-width: 48em) {
  form label {
    text-align: left;
    max-width: none;
  }
}
.antispam {
  display: none;
}
.midemas {
  max-width: 7.5rem;
}
label,
input,
textarea {
  display: inline-block;
  vertical-align: middle;
}
input[type="email"] {
  vertical-align: baseline !important;
}
input[type="submit"] {
  background: #c33;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  float: right;
  border: none;
  display: inline-block;
  padding: 0.3em;
}
textarea {
  vertical-align: top !important;
  width: 100%;
  max-width: 28rem;
}
@media only screen and (max-width: 48em) {
  textarea {
    max-width: none;
  }
}

form {
  max-width: 1230px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

@media only screen and (max-width: 48em) {
  form {
    flex-direction: column;
  }
}

.form-left,
.form-right {
  position: relative;
}
input {
  width: 100%;
  max-width: 15.5rem;
  padding: 0.2em;
}
@media only screen and (max-width: 48em) {
  input {
    max-width: none;
  }
}
input[type="text"],
textarea,
input[type="email"],
input[type="tel"] {
  outline: 1px solid #333;
  border: 1px solid #ccc;
  background: #fff;
  resize: none;
}
input[type="text"]:focus,
textarea:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  background: #f7f6d6;
}
textarea {
  min-height: 12.8rem;
}
.min-container {
  width: 98%;
  max-width: 84rem;
  /* max-width: 56.688rem; */
  margin: 0 auto;
  padding: 0;
}
.min-container.xs {
  max-width: 33.938em;
}
.mid-container {
  width: 98%;
  max-width: 65.625rem;
  margin: 0 auto;
  padding: 0;
}
.mid-container h1 {
  font-size: 3.7rem;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.flex-item::after {
  width: 2px;
  content: "";
  background: #036;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.torres::after {
  display: none !important;
}
.compresores {
  background: url("../images/compresor.png") no-repeat center 20%;
  background-size: 88% auto;
  padding-top: 250px;
}
.generadores {
  background: url("../images/generador.png") no-repeat center 20%;
  background-size: 76% auto;
  padding-top: 250px;
}
.torres {
  background: url("../images/torre.png") no-repeat center 38%;
  padding-top: 310px;
  margin-top: -112px;
  z-index: -1;
  position: relative;
}
.torres h2 {
  line-height: 1em;
  max-width: 293px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 48em) {
  .torres {
    margin-top: 0;
  }
}
.equipos {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 8em;
}
@media only screen and (max-width: 48em) {
  .equipos {
    display: block;
  }
  .equipos div {
    display: block;
  }
}
.equipos p {
  font-size: 1.4rem;
  padding: 0 1.5rem;
}

.inicio-maquinaria {
  max-width: 575px;
  margin: 0 auto;
  margin-top: 2rem;
  text-align: center;
}

.inicio-maquinaria img {
  display: block;
  width: auto;
  max-width: 100%;
  max-block-size: 100%;
}

.productos h3 {
  color: #3a3737;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 auto;
  max-width: 360px;
  text-align: center;
}

.productos ul {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productos li {
  padding: 0 1em;
  text-align: center;
  padding: 0 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 calc(29% - 20px);
}

/* @media only screen and (min-width: 48em) {
  .productos#maquinaria :is(li:nth-child(4), li:nth-child(5)) {
    flex: 0 0 calc(38% - 20px);
  }
} */

.productos li img {
  display: block;
  width: auto;
  max-block-size: 90%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  .productos li {
    padding: 1em;
  }

  .productos li {
    padding: 0 1em;
    text-align: center;
    padding: 0 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 calc(50% - 20px);
  }
}

.marcas {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  --cols: 5;
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(Max(calc(100% / var(--cols, 1)), 200px), 1fr)
  );
}
.marcas li {
  padding: 0 1em;
  text-align: center;
  padding: 0 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marcas li img {
  display: block;
  width: auto;
  max-block-size: 90%;
  max-width: 100%;
  height: auto;
}

.marcas li:last-child img {
  max-block-size: 80%;
}

@media only screen and (max-width: 48em) {
  .marcas {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .marcas li {
    padding: 1em;
  }
}

.contenedor-clientes {
  padding-bottom: 8rem;
}

.contenedor-clientes li {
  padding: 1rem 0;
}

.clientes {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  --cols: 4;
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(Max(calc(100% / var(--cols, 1)), 250px), 1fr)
  );
}
.clientes li {
  padding: 0 1em;
  text-align: center;
  padding: 0 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientes li img {
  display: block;
  width: auto;
  max-block-size: 90%;
  max-width: 100%;
  height: auto;
}

.footer {
  padding: 2em 0.5em;
  background: #e3000f;
  position: relative;
  font-family: "Myriad Pro", "PT Sans", sans-serif;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer li {
  padding: 0;
  position: relative;
}

.footer a {
  font-size: 1.35rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.footer a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.footer .main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 48em) {
  .footer .main-container {
    flex-direction: column;
  }
}
.footer .icon-facebook {
  color: transparent;
  width: 42px;
  height: 42px;
  background-size: contain;
  overflow: hidden;
  display: block;
}

.footer div:nth-child(2) {
  flex: 1;
}

.contact-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  flex: 1;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

li.contact-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-phone i {
  background: url("../images/footer-telefono.png") no-repeat center;
  background-size: 100% auto;
  width: 29px;
  height: 29px;
}

.designedby {
  width: 100%;
  max-width: 194px;
  /* margin-bottom: 2em;
  margin-top: 2em; */
}
.designedby a {
  width: 194px;
  height: 31px;
  background: url("../images/sonora-social-media.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  display: block !important;
  text-indent: -9999px;
  cursor: pointer;
}
.designedby a width 100%:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 48em) {
  .designedby {
    float: none;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 48em) {
  h1,
  .red-title,
  .mid-container h1 {
    font-size: 2rem;
  }

  .lead-in {
    font-size: 1.3rem;
  }

  .productos h3 {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=styles.css.map */
