.color-primary {
  color: #EC5200;
}

.color-secondary {
  color: #00CDD3;
}

.color-inverse {
  color: #fff;
}

.background-primary {
  background: #EC5200;
}

.background-secondary {
  background: #00CDD3;
}

html {
  font-size: 16px;
}

body {
  background: white;
}

h1, h2, h3, h4, h5, h6,
section, article, header, footer,
p, ul, li, a, div {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-weight: 600;
  font-size: 2.2em;
}
h2 span {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media all and (min-width: 992px) {
  h2 {
    font-size: 2.5em;
  }
}

h3 {
  font-weight: 600;
  font-size: 1.1rem;
}
@media all and (min-width: 992px) {
  h3 {
    font-size: 1rem;
  }
}

p.h2__before {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
@media all and (min-width: 992px) {
  p.h2__before {
    font-size: 1.1rem;
  }
}

p.h2__after {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.1rem;
}
@media all and (min-width: 992px) {
  p.h2__after {
    font-size: 1.2rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  text-transform: uppercase;
  background-color: #EC5200;
  color: white;
  font-weight: 600;
  border: 1px solid #EC5200;
  font-size: 0.9rem;
  padding: 13px 20px;
  transition: all 0.4s;
}
.btn-secondary {
  text-transform: uppercase;
  background-color: #00CDD3;
  color: white;
  font-weight: 600;
  border: 1px solid #00CDD3;
  font-size: 0.9rem;
  padding: 13px 20px;
  transition: all 0.4s;
  margin-top: 30px;
    transition: all 0.4s;
}
.btn-primary:hover {
  background-color: #00CDD3;
  color: black;
  border: 1px solid #00CDD3;
}
.btn-secondary:hover {
  background-color: white;
  color: #00CDD3;
  border: 1px solid #00CDD3;
}
.btn-primary.btn-primary-over-white:hover {
  background-color: white;
  color: #00CDD3;
}

header {
  overflow: hidden;
}

section {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.servicios {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 767px) {
  .servicios {
    margin-bottom: 40px;
  }
}
.servicios h3 {
  text-transform: uppercase;
  margin-top: 20px;
}
.servicios p {
  text-align: center;
}
.servicios .image {
  width: 100%;
  text-align: center;
}
.servicios .image img {
  width: 100%;
}

.beneficios {
  overflow: hidden;
}

.beneficios .container {
  position: relative;
}

.mancha {
  position: absolute;
  width: 300px;
  height: 300px;
  z-index: -1;
}
.mancha img {
  width: 100%;
  height: auto;
}

.mancha-1 {
  right: 0;
  width: 250px;
  height: 250px;
  top: 50px;
}
@media all and (max-width: 767px) {
  .mancha-1 {
    right: -100px;
    top: 180px;
    width: 350px;
    height: 350px;
  }
}

.mancha-2 {
  bottom: -100px;
  left: -50px;
  width: 400px;
  height: 400px;
}
@media all and (max-width: 767px) {
  .mancha-2 {
    left: -100px;
  }
}

.mancha-3 {
  top: calc(50% - 175px);
  left: calc(50% - 200px);
  width: 400px;
  height: 400px;
}

.card {
  display: flex;
  flex-direction: row;
  padding: 30px 10px;
  align-items: center;
  width: 90%;
  margin: 1% auto;
  border: none;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
@media all and (min-width: 768px) {
  .card {
    width: 40%;
    margin: 1%;
  }
  .card.card-quarter {
    width: 48%;
    margin: 1%;
    padding: 5px;
  }
}
@media all and (min-width: 992px) {
  .card {
    width: 31%;
    margin: 1%;
  }
  .card.card-half {
    width: 48%;
  }
  .card.card-large {
    width: 64%;
  }
  .card.card-quarter {
    width: 24%;
    margin: 0.5%;
  }
  .card.card-quarter {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }
  .card.card-quarter p {
    text-align: center;
  }
  .card.card-quarter .card__content {
    padding-top: 0;
  }
}
.card.card-full {
  width: 45%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}
@media all and (min-width: 768px) {
  .card.card-full {
    width: 23%;
  }
}
.card.card-full p {
  text-align: center;
  padding: 5px 5px;
}
.card .card__icon img {
  width: 90px;
}
@media all and (min-width: 992px) {
  .card .card__icon img {
    width: 100px;
  }
}
.card .card__content {
  padding: 10px;
}
.card p {
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 500;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  text-transform: uppercase;
  background-color: #EC5200;
  color: white;
  font-weight: 600;
  border: 1px solid #EC5200;
  font-size: 0.9rem;
  padding: 13px 20px;
  transition: all 0.4s;
  margin-top: 30px;
}
.btn-primary:hover {
  background-color: #00CDD3;
  color: black;
  border: 1px solid #00CDD3;
}

header {
  position: relative;
  height: auto;
  background: url(../images/ciudad-bg.svg) no-repeat center bottom;
}
@media all and (min-width: 992px) {
  header {
    background: url(../images/ciudad-bg.svg) no-repeat center center;
  }
}
header .logo-rombo img {
  margin-top: 60px;
  width: 130px;
}
@media all and (min-width: 992px) {
  header .logo-rombo img {
    width: 180px;
  }
}
header .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media all and (min-width: 768px) {
  header .bg {
    width: 70%;
  }
}
@media all and (min-width: 992px) {
  header .bg {
    width: 50%;
  }
}
header .bg img {
  width: 100%;
}
header .texto {
  z-index: 4;
}
header h1 {
  font-weight: 700;
  font-size: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media all and (min-width: 992px) {
  header h1 {
    font-size: 50px;
  }
}
header p {
  font-size: 18px;
  padding-bottom: 20px;
}
@media all and (min-width: 992px) {
  header p {
    font-size: 20px;
  }
}
header .img-hero-2 {
  width: 100%;
  z-index: 3;
  position: relative;
  margin: 30px auto;
}
header .open-menu-container {
  z-index: 4;
}

#entrega-qr, #operadores-confiables {
  background-color: #F4F4F4;
  padding-top: 0;
  padding-bottom: 0;
}

.qr-blue,
.operadores-blue {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
}
@media all and (min-width: 992px) {
  .qr-blue,
  .operadores-blue {
    padding: 100px 80px 100px 140px;
    border: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.qr-blue h2, .qr-blue p,
.operadores-blue h2,
.operadores-blue p {
  color: black;
}

.qr-blue {
  background: #00CDD3 url(../images/qr-azul.svg) no-repeat;
  background-position-x: 110%;
  background-position-y: 0;
}
@media all and (min-width: 992px) {
  .qr-blue {
    background-position-x: -60px;
    background-position-y: 80px;
  }
}

.operadores-blue {
  background: #00CDD3 url(../images/volante-azul.svg) no-repeat;
  background-position-x: 110%;
  background-position-y: 0;
}
@media all and (min-width: 992px) {
  .operadores-blue {
    background-position-x: -60px;
    background-position-y: 80px;
  }
}

.priorizamos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
}
.priorizamos h3 {
  font-size: 1.2rem;
}
@media all and (min-width: 992px) {
  .priorizamos {
    padding: 30px 30px 0 30px;
  }
}

.qr-imagen {
  padding: 60px 15px 0 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.qr-imagen img {
  width: 70%;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .qr-imagen img {
    width: 100%;
  }
}

.img-servicios {
  width: 100%;
  margin-bottom: 40px;
}
@media all and (min-width: 992px) {
  .img-servicios {
    width: 80%;
  }
}
@media all and (min-width: 992px) and (min-width: 992px) {
  .img-servicios {
    width: 90%;
  }
}

#transparencia {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
}
#transparencia .bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#transparencia .bg img {
  width: 100%;
}
#transparencia .bg.bg-azul {
  left: 0;
  width: 45%;
}
@media all and (min-width: 992px) {
  #transparencia .bg.bg-azul {
    width: 500px;
  }
}
#transparencia .bg.bg-naranja {
  right: 0;
  width: 45%;
}
@media all and (min-width: 992px) {
  #transparencia .bg.bg-naranja {
    width: 300px;
  }
}
#transparencia h2, #transparencia p {
  width: 90%;
  margin-left: 5%;
}
#transparencia a {
  margin-left: 5%;
}

.img-mapa {
  margin-top: 40px;
}
@media all and (min-width: 992px) {
  .img-mapa {
    margin-top: 0;
  }
}

.img-trasparencia {
  width: 90%;
  max-width: 600px;
  margin: 30px auto 30px;
  display: block;
}
@media all and (min-width: 992px) {
  .img-trasparencia {
    margin: 0 auto;
  }
}

#servicio-dedicado {
  margin-bottom: 0;
  padding-bottom: 0;
}
#servicio-dedicado .texto {
  padding-bottom: 80px;
}

#optimiza-costos {
  margin-bottom: 0;
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
}
#optimiza-costos .texto {
  padding-bottom: 80px;
}

#sistema {
  background-color: #2A3042;
  padding-bottom: 0;
  padding-top: 60px;
  margin-bottom: 0;
  margin-top: 0;
}
#sistema h2, #sistema li {
  color: white;
}
#sistema .sistema-container {
  margin-top: 40px;
}

#unidades {
  margin-top: 0;
  background-color: #FCFCFC;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 80px 0 60px;
  margin-bottom: 0;
}
#unidades h2, #unidades .h2__after, #unidades .vehiculo, #unidades .vehiculo p {
  text-align: center;
}
#unidades .vehiculo p {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px;
}
@media all and (min-width: 992px) {
  #unidades .vehiculo p {
    font-size: 1.3rem;
  }
}

#cobertura {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding-bottom: 100px;
}

#atencion {
  padding-top: 0;
  margin-top: 0;
  background: url(../images/bg-servicio.svg) no-repeat top right;
}
#atencion h3 {
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 15px;
}
#atencion h3 img {
  position: absolute;
  right: 5%;
  bottom: -10px;
  width: 80px;
}
#atencion .margin-top-60 {
  margin-top: 40px;
}
@media all and (min-width: 992px) {
  #atencion .margin-top-60 {
    margin-top: 40px;
  }
}
#atencion .p-max {
  width: 90%;
}
#atencion .app-rombo {
  margin-left: 10px;
  margin-right: 10px;
  background: #F4F4F4;
  border-radius: 20px;
  padding: 20px;
  margin-top: 60px;
}
@media all and (min-width: 992px) {
  #atencion .app-rombo {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#atencion .app-rombo img {
  display: block;
  margin: 0 auto;
}

.open-menu-container {
  text-align: right;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 20px 20px;
}
@media all and (min-width: 992px) {
  .open-menu-container {
    padding: 40px;
  }
}
.open-menu-container .menu__open {
  background-color: rgba(236, 82, 0, 0.8);
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 5px 15px;
  font-size: 0.8rem;
  transition: all 0.4s;
}
.open-menu-container .menu__open:hover {
  background-color: rgba(0, 205, 211, 0.8);
}
@media all and (min-width: 768px) {
  .open-menu-container .menu__open {
    padding: 5px 25px;
  }
}

.list__color {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list__color.list__color_wm {
  padding-left: 30px;
}
.list__color li {
  padding: 5px 5px 5px 25px;
  position: relative;
}
.list__color li:nth-child(even):before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: transparent url(../images/bullet-azul.svg) no-repeat center center;
  background-size: 16px 16px;
  left: 0;
  top: 7px;
}
.list__color li:nth-child(odd):before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: transparent url(../images/bullet-naranja.svg) no-repeat center center;
  background-size: 16px 16px;
  left: 0;
  top: 7px;
}

.list__color.list__color-white li:nth-child(even):before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: transparent url(../images/bullet-white.svg) no-repeat center center;
  background-size: 16px 16px;
  left: 0;
  top: 7px;
}

.menu__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 205, 211, 0.99) url(../images/bg-menu.svg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.menu__overlay.open {
  pointer-events: all;
  opacity: 1;
}
@media all and (min-width: 992px) {
  .menu__overlay {
    flex-direction: row;
  }
}
.menu__overlay .brand {
  padding: 30px;
}

.close__menu {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid transparent;
  background-color: transparent;
}

nav ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav li {
  padding: 8px;
}
nav a {
  color: white;
  text-align: left;
  display: inline-block;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
}
nav a:hover {
  opacity: 0.7;
  color: white;
}

.menu-emergente {
  position: fixed;
  width: 100%;
  top: -200px;
  left: 0;
  background-color: #00CDD3;
  z-index: 90;
  padding: 8px;
  transition: all 0.4s;
}
.menu-emergente.open {
  top: 0;
}
.menu-emergente .logo {
  width: 50px;
}
.menu-emergente.menu-emergente-aviso {
  top: 0 !important;
}
.menu-emergente .menu__open {
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 5px 15px;
  font-size: 0.8rem;
  transition: all 0.4s;
}
.menu-emergente .menu__open:hover {
  background-color: rgba(236, 82, 0, 0.8);
}
.menu-emergente .social-media {
  margin: 8px;
}

.whatsapp-flotante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 80;
}
@media all and (min-width: 768px) {
  .whatsapp-flotante {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
  }
}
.whatsapp-flotante a {
  display: inline-block;
  width: inherit;
  height: inherit;
}
.whatsapp-flotante img {
  width: 50px;
  height: 50px;
}
@media all and (min-width: 768px) {
  .whatsapp-flotante img {
    width: 60px;
    height: 60px;
  }
}

.link-back {
  font-weight: 600;
  text-transform: uppercase;
  color: #EC5200;
  font-size: 0.9rem;
  padding: 15px 0;
  display: inline-block;
}

.email-message {
  padding-top: 60px;
  padding-bottom: 60px;
}

.email-image {
  margin: 0 auto;
  text-align: center;
}
@media all and (min-width: 992px) {
  .email-image img {
    width: 70%;
  }
}

.social,
.footer-social {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-social li {
  margin-right: 10px;
  margin-bottom: 10px;
}

footer {
  background-color: #3B3B3B;
  color: white;
}
footer h6, footer a, footer p, footer address {
  color: white;
  font-size: 0.8em;
}
footer a {
  color: white;
}
footer a:hover {
  color: #00CDD3;
}
footer h6 {
  text-transform: uppercase;
  font-weight: 600;
}
footer ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
footer li, footer address, footer p {
  padding-top: 5px;
  padding-bottom: 5px;
}
footer .container {
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer__icon-list li {
  position: relative;
  padding-left: 28px;
}
.footer__icon-list span {
  position: absolute;
  top: 8px;
  left: -5px;
}

.footer-column {
  padding-bottom: 30px;
}

.footer__apps {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__apps li {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 30%;
  vertical-align: top;
}
.footer__apps a {
  display: block;
  font-size: 0.8rem;
  color: black;
}

.footer__apps_pre li {
  width: 80px;
}
.footer__apps_pre p {
  padding: 5px;
  font-size: 0.7rem;
}

.copyright {
  background-color: #262626;
  color: white;
  font-size: 0.7em;
  padding: 10px;
}
.copyright a {
  font-size: inherit;
  color: #EC5200;
}

#ciudad {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 30px;
}
@media all and (min-width: 992px) {
  #ciudad {
    margin-top: 70px;
  }
}
#ciudad h3 {
  text-align: center;
  font-size: 24px;
}
@media all and (min-width: 768px) {
  #ciudad h3 {
    font-size: 40px;
  }
}

#bullets {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#divisiones {
  margin-top: 20px;
  background-color: #f5f5f5;
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 992px) {
  #divisiones {
    margin-top: -100px;
  }
}
#divisiones .bg-blue {
  background-color: #00CDD3;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media all and (min-width: 992px) {
  #divisiones .bg-blue {
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.division {
  padding: 30px 15px;
}
@media all and (min-width: 992px) {
  .division {
    padding: 140px 80px 90px;
  }
}
.division h2 {
  font-weight: 700;
}

p.nota {
  font-size: 0.9rem;
  padding-top: 20px;
}

#somos-distribuidores {
  background-color: #EC5200;
}

#somos-distribuidores h2 {
  color: white;
  text-align: center;
  font-size: 24px;
}

@media all and (min-width: 768px) {
  #somos-distribuidores h2 {
    color: white;
    text-align: center;
    font-size: 30px;
  }
}

/*# sourceMappingURL=rombo.css.map */
