.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 {
  font-size: 1.2rem;
  font-weight: 600;
}
@media all and (min-width: 992px) {
  p.h2__after {
    font-size: 1.3rem;
  }
}

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-primary:hover {
  background-color: #00CDD3;
  color: black;
  border: 1px solid #00CDD3;
}

section {
  width: 100%;
  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;
}
@media all and (max-width: 767px) {
  .mancha-1 {
    right: -100px;
    width: 350px;
    height: 350px;
  }
}

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

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

/*
.mancha-2{
    width: 300px;
    height: 300px;
    top: calc( 50% - 150px);
    left: calc( 50% - 150px);
}*/
.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: 992px) {
  .card {
    width: 48%;
    margin: 1%;
  }
}
.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 {
  margin-bottom: 0;
}

header {
  position: relative;
  height: auto;
}
header .hero {
  width: 100%;
  height: auto;
}
header .absolute {
  position: absolute;
  width: 100%;
  height: 100%;
}
header a.btn {
  background-color: rgba(0, 205, 211, 0.9);
  color: black;
  width: auto;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 15px 25px;
}
header button {
  background-color: #00CDD3;
  color: black;
  width: auto;
}
header h1 {
  color: white;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.1rem;
  text-shadow: 2px 2px 5px rgba(173, 20, 10, 0.62);
  letter-spacing: -0.37px;
}
@media all and (min-width: 1200px) {
  header h1 {
    font-size: 3rem;
    line-height: 3.1rem;
  }
}
@media all and (min-width: 1200px) {
  header h1 {
    line-height: 3.7rem;
    font-size: 3.5rem;
  }
}
header p {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  letter-spacing: -0.18px;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(173, 20, 10, 0.62);
}
@media all and (min-width: 1200px) {
  header p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
header .texto {
  padding: 20px;
}
@media all and (min-width: 1200px) {
  header .texto {
    padding: 50px;
  }
}
header .rombo__logo {
  padding: 35px 20px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 1200px) {
  header .rombo__logo {
    padding: 50px 50px 20px;
  }
}
header .rombo__logo img {
  width: 180px;
}
@media all and (min-width: 1200px) {
  header .rombo__logo img {
    width: 220px;
  }
}

.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 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;
}

.referidos {
  position: relative;
}
.referidos > div {
  background-color: #00CDD3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.referidos h3 {
  text-transform: uppercase;
  font-size: 0.9em;
}
.referidos .container {
  position: relative;
}

.referido {
  position: absolute;
  top: -110px;
  display: none;
}
.referido.referido-1 {
  left: -20px;
}
.referido.referido-2 {
  right: -20px;
}
@media all and (min-width: 768px) {
  .referido {
    display: inline-block;
  }
}

@media all and (min-width: 768px) {
  .faqs {
    margin-top: 150px;
  }
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #CACACA;
}
.accordion-item h2.accordion-header button {
  font-weight: 600;
}
.accordion-item h2.accordion-header button:before {
  content: "";
  width: 45px;
  height: 45px;
  background: transparent url(../images/icon-question.svg) no-repeat center;
  background-size: 45px 45px;
  margin-right: 15px;
  display: inline-block;
}
.accordion-item .accordion-body {
  position: relative;
  padding-left: 80px;
}
.accordion-item .accordion-body:before {
  content: "";
  width: 45px;
  height: 45px;
  background: transparent url(../images/icon-answer.svg) no-repeat center;
  background-size: 45px 45px;
  margin-right: 15px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
}
.accordion-item h5 {
  font-weight: 600;
  font-size: 1.1em;
  padding-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(236, 82, 0, 0.1);
  color: black;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.list__faq {
  list-style: none;
  list-style-type: none;
  padding-left: 5px;
  margin-left: 0;
}
.list__faq li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(../images/bullet-azul.svg) no-repeat center;
  background-size: 12px 12px;
  display: inline-block;
  margin-right: 10px;
}

.list__faq-orange li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(../images/bullet-naranja.svg) no-repeat center;
  background-size: 12px 12px;
  display: inline-block;
  margin-right: 10px;
}

.list__faq-blue li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(../images/bullet-azul.svg) no-repeat center;
  background-size: 12px 12px;
  display: inline-block;
  margin-right: 10px;
}

.formulario {
  background-color: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.formulario .conductor {
  width: 90%;
}

.form-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

label.form-question {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}

label.form-label {
  font-size: 0.85rem;
  font-weight: 500;
  width: 100%;
  margin-bottom: 5px;
}

.form-check-label {
  font-size: 0.85rem;
}

label.note {
  font-size: 0.8rem;
  color: #ccc;
}

input, textarea {
  background-color: white;
  border: 1px solid #E5E5E5;
  font-size: 1.2rem;
}

.alert {
  font-size: 0.8rem;
  padding: 6px 8px;
  margin-top: 8px;
  display: none;
}

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;
}

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

.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;
}

.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;
}

.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__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;
}

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

.email-message {
  padding-top: 30px;
}

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

.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;
  }
}

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