@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");
* {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #0f0f0f;
  padding-top: 103px;
  font-weight: 500;
}

a {
  color: #185B2E;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: color 0.2s;
}
a:hover, a:focus, a:active {
  color: #8ad855;
}

.container,
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 992px) {
  header .navContainer {
    max-width: 1340px;
  }
}
.row > div {
  position: relative;
}

.btn {
  box-shadow: none !important;
  display: inline-block;
  background-color: #7CC35B;
  color: #fff !important;
  font-size: 22px;
  height: 47px;
  line-height: 47px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 30px;
  border-radius: 15px;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
  text-decoration: none !important;
  border: none !important;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #8ad855;
}
.btn.d-block {
  width: 100%;
}
.btn.cargando {
  color: transparent !important;
  background-image: url(../img/cargando-blanco.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.btn.rounded {
  border-radius: 50px !important;
}
.btn.h-auto {
  height: auto;
  padding: 9px 30px;
}

.form-control,
.form-select {
  box-shadow: none !important;
  background-color: #ebebeb !important;
  color: #6c6c6c !important;
  font-size: inherit;
  border-radius: 15px;
  border: none !important;
  height: 47px;
}
.form-control.cargando,
.form-select.cargando {
  padding-right: 45px;
  background-image: url(../img/cargando.svg);
  background-size: 22px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}

::-moz-placeholder {
  opacity: 1 !important;
  color: #6c6c6c;
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: #6c6c6c;
}

::placeholder {
  opacity: 1 !important;
  color: #6c6c6c;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
}

h1 {
  font-size: 35px;
  font-weight: 500;
}
h1 img {
  vertical-align: baseline;
  height: 26px;
}

.f,
.f1,
.f2 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #185B2E;
  font-size: 18px;
}
header.sombra {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3333333333);
}
header > .container, header > .container-fluid {
  padding-top: 35px;
  padding-bottom: 35px;
}
header ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
header a {
  color: #fff !important;
  text-decoration: none !important;
}
header .activo a {
  font-weight: 600;
}
header .submenu {
  display: none;
  background-color: #7CC35B;
  padding: 30px 0;
}
header #menu li {
  padding: 0 20px;
}
header #menu li:last-child {
  padding-right: 0;
}
header #menu > a {
  display: block;
}
header #menu a[data-submenu]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 6px;
  background-image: url(../img/d.png);
  margin-left: 6px;
}
header #menu a img {
  margin-right: 6px;
}
header #menu .item-autogestion a {
  display: block;
  background-color: #7CC35B;
  line-height: 32px;
  padding: 0 23px;
  border-radius: 32px;
}
header .logo img {
  width: 192px;
}
header .logo h1 {
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.images-row img{
  height: 50px;
  vertical-align: bottom;
}
#menu-lateral {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  width: 80vw;
  z-index: 99999;
  background-color: #185B2E;
  font-size: 18px;
  padding: 30px;
  transition: transform 0.2s;
  transform: translateX(-100%);
}
#menu-lateral.abierto {
  transform: translateX(0);
}
#menu-lateral a {
  color: #fff !important;
  text-decoration: none !important;
}
.activo #menu-lateral a {
  font-weight: 600;
}
#menu-lateral a img {
  vertical-align: middle;
  margin-right: 13px;
  margin-top: -3px;
}
#menu-lateral ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
#menu-lateral ul li {
  padding-bottom: 28px;
}
#menu-lateral ul li:last-child {
  padding: 0;
}
#menu-lateral a.menu-toggle img {
  margin: 0;
}
#menu-lateral .item-autogestion a {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 32px;
  padding: 0 23px;
  border-radius: 32px;
}

footer {
  margin-top: 280px;
  background-color: #262626;
  position: relative;
  color: #fff;
  font-size: 18px;
  padding: 30px 0;
  font-weight: 400;
  line-height: 41px;
}
footer a {
  color: #fff !important;
  text-decoration: none !important;
}
footer .logo {
  max-width: 100%;
  width: 170px;
}
footer h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 3px;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer .actionBtns {
  position: absolute;
  right: -25px;
  top: 5px;
}
footer .actionBtns .btn {
  border-radius: 23px;
}
footer .actionBtns .btn:first-child {
  background-color: transparent;
  color: #BBE6E1 !important;
  border: 1.5px solid #BBE6E1 !important;
}
footer .actionBtns .btn:first-child:hover {
  background-color: #BBE6E1;
  color: #262626 !important;
}
footer .redes {
  float: right;
  margin-top: -42px;
}
footer .redes img {
  height: 23px;
  margin-left: 8px;
}
footer hr {
  border: none;
  height: 2px !important;
  background-color: #fff;
  opacity: 0.1;
  margin: 30px 0;
}
footer .copy {
  margin: 0;
  text-align: center;
}
footer::before {
  content: "";
  position: absolute;
  top: -168px;
  left: 30px;
  width: 540px;
  height: 170px;
  background-image: url(../img/footer-c.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
footer::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 14%;
  width: 90px;
  height: 50px;
  background-image: url(../img/footer-a.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

form .form-control,
form .form-select {
  margin-bottom: 20px;
}
form label {
  display: block;
  margin-bottom: 8px;
}
form h3 {
  color: #7CC35B;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
form.cargando .btn {
  opacity: 0.8;
}
form.cargando .btn-primary {
  opacity: 1;
  color: transparent !important;
  background-image: url(../img/cargando-blanco.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

#banner {
  text-align: center;
  padding-top: 60px;
}
#banner .container {
  margin-top: 20px !important;
}
#banner h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
}
#banner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #185B2E;
  margin-bottom: 30px;
}
#banner .botones .btn {
  font-weight: 500;
  margin: 0 10px;
  margin-bottom: 10px;
}
#banner .imagen {
  width: 97%;
  max-width: 770px;
  margin-left: 110px;
  margin-top: 37px;
  margin-bottom: 47px;
}
#banner .mouse {
  width: 26px;
}
#banner .f1 {
  width: 105px;
  height: 104px;
  bottom: 160px;
  left: 30px;
  background-image: url(../img/f-2.png);
}
#banner .f2 {
  width: 105px;
  height: 104px;
  top: 10px;
  right: 30px;
  background-image: url(../img/f-1.png);
}
@media (min-width: 768px) {
  #banner {
    margin-top: 70px;
  }
}

#te-conviene {
  padding: 120px 0;
  font-size: 22px;
}
#te-conviene h1 {
  margin-bottom: 50px;
}
#te-conviene h2 {
  font-size: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  color: #7CC35B;
}
#te-conviene .f1 {
  width: 90px;
  height: 91px;
  top: -14px;
  right: 0px;
  background-image: url(../img/f-3.png);
}
#te-conviene .f2 {
  width: 100px;
  height: 54px;
  left: 10px;
  bottom: -30px;
  background-image: url(../img/f-4.png);
}

#por-correo {
  padding: 130px 0;
  font-size: 22px;
}
#por-correo .imagen {
  width: 100%;
  max-width: 450px;
}
#por-correo .f1 {
  width: 95px;
  height: 112px;
  top: 0px;
  right: 10px;
  background-image: url(../img/f-5.png);
}
#por-correo .f2 {
  width: 79px;
  height: 79px;
  left: -20px;
  bottom: -20px;
  background-image: url(../img/f-6.png);
}

/*#activalo {
	padding: 130px 0;
}
#activalo h1 {
	font-weight: 600;
}
#activalo .f1 {
	width: 95px;
	height: 112px;
	top: 0px;
	right: 10px;
	background-image: url(../img/f-5.png);
}
#activalo .f2 {
	width: 79px;
	height: 79px;
	left: 0px;
	bottom: -20px;
	background-image: url(../img/f-6.png);
}*/
#autopistas {
  padding: 130px 0;
  font-size: 22px;
}

.logos {
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
.logos img {
  display: block;
  width: 100%;
  max-width: 130px;
  margin: auto;
}

.logos-items {
  display: none;
}

#adherirme {
  padding: 130px 0;
  font-size: 22px;
}
#adherirme h1 {
  font-size: 42px;
  margin-bottom: 32px;
}
#adherirme h1 img {
  height: 30px;
}
#adherirme .pasos {
  text-align: center;
  font-weight: 500;
}
#adherirme .pasos img {
  display: block;
  max-width: 100%;
  margin: auto;
}
#adherirme .pasos small {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  font-weight: normal;
}
#adherirme .pasos-items {
  display: none;
}
#adherirme .f {
  width: 115px;
  height: 154px;
  right: 30px;
  top: -100px;
  background-image: url(../img/f-1.png);
}

#pago {
  padding: 130px 0;
  font-size: 22px;
}
#pago .imagen {
  max-width: 100%;
}
#pago h1 {
  font-weight: 600;
}
#pago h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #7CC35B;
}
#pago .mercadopago {
  float: right;
  width: 174px;
}
#pago .f1 {
  width: 67px;
  height: 77px;
  right: 30px;
  top: 100px;
  background-image: url(../img/f-7.png);
}

#obtenerlo {
  padding: 130px 0;
  font-size: 22px;
}
#obtenerlo .f1 {
  width: 89px;
  height: 53px;
  left: 30px;
  top: -124px;
  background-image: url(../img/f-8.png);
}
#obtenerlo .f2 {
  width: 69px;
  height: 73px;
  right: 21px;
  bottom: -73px;
  background-image: url(../img/f-9.png);
}

#preguntas-frecuentes {
  padding: 130px 0;
}
#preguntas-frecuentes h1 {
  text-align: center;
  margin-bottom: 100px;
}
#preguntas-frecuentes .pregunta {
  padding-bottom: 18px;
}
#preguntas-frecuentes .pregunta h2 {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 22px;
}
#preguntas-frecuentes .pregunta h2::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
}
#preguntas-frecuentes .pregunta.activo h2::before {
  content: "-";
}
#preguntas-frecuentes .pregunta p {
  margin: 0;
  padding-bottom: 40px;
  display: none;
}
#preguntas-frecuentes .imagen {
  max-width: 100%;
}
#preguntas-frecuentes .f {
  width: 100px;
  height: 107px;
  right: 30px;
  bottom: 30px;
  background-image: url(../img/f-10.png);
}

#formularios {
  height: calc(100vh - 103px);
}
#formularios .row {
  height: 100%;
}
#formularios .row .columna-formulario {
  overflow-y: auto;
}
#formularios .row .fondo-formulario {
  background-size: cover;
  background-position: center;
  background-color: #ebebeb;
}

#activacion {
  padding: 130px 0;
}
#activacion h1 {
  text-align: center;
  font-weight: 600;
}
#activacion h2 {
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 50px;
}
#activacion form {
  max-width: 860px;
  margin: auto;
}
#activacion .f1 {
  width: 90px;
  height: 91px;
  top: 90px;
  right: 30px;
  background-image: url(../img/f-3.png);
}
#activacion .f2 {
  width: 79px;
  height: 79px;
  bottom: 100px;
  left: 15px;
  background-image: url(../img/f-6.png);
}

.colocacion {
  margin-top: 4rem;
}
.colocacion h1 {
  font-weight: 700;
}
.colocacion p span {
  font-weight: 700;
}
.colocacion form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 2rem 0;
}
.colocacion form div {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.colocacion form div input {
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
  border: 1px solid rgba(112, 112, 112, 0.14);
  padding: 0.5rem 2rem;
}
.colocacion form div select {
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
  border: 1px solid rgba(112, 112, 112, 0.14);
  padding: 0.8rem 2rem;
}
.colocacion form div:nth-child(1) input:nth-child(1) {
  width: 84%;
}
.colocacion form div:nth-child(1) input:nth-child(2) {
  width: 14%;
}
.colocacion form div:nth-child(2) input {
  width: 32%;
}
.colocacion form div:nth-child(2) select {
  width: 32%;
}
.colocacion form div:nth-child(3) select {
  width: 49%;
}
.colocacion form div:nth-child(4) select {
  width: 84%;
}
.colocacion form div:nth-child(4) p {
  width: 14%;
}

.registro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.registro h1 {
  font-weight: 700;
}
.registro form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.registro form div {
  width: 100%;
  margin-bottom: 1rem;
}
.registro form div label {
  font-size: 18px;
}
.registro form div input {
  width: 100%;
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
  border: 1px solid rgba(112, 112, 112, 0.14);
  padding: 0.5rem 2rem;
}
.registro form div select {
  width: 100%;
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
  border: 1px solid rgba(112, 112, 112, 0.14);
  padding: 0.8rem 2rem;
}
.registro form div input[type=checkbox] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1rem;
}
.registro form .button {
  background: #7CC35B;
  color: #fff;
  border-radius: 23px;
  border: 1px solid #7CC35B;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: 25px;
  margin-bottom: 1rem;
  text-align: center;
  text-decoration: none;
}
.registro form .button:hover {
  text-decoration: none;
}
.registro form a {
  color: #0F0F0F;
}

.mailvalidation {
  height: 50vh;
}
.mailvalidation .button {
  background: #7CC35B;
  color: #fff;
  border-radius: 23px;
  border: 1px solid #7CC35B;
  padding: 0.5rem 2rem;
  font-size: 25px;
  margin-bottom: 1rem;
  text-align: center;
  text-decoration: none;
}
.mailvalidation .button:hover {
  text-decoration: none;
}
.mailvalidation a {
  color: #0F0F0F;
}

.adhesion form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.adhesion form div {
  width: 100%;
  margin-bottom: 1rem;
}
.adhesion form div input {
  width: 100%;
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
  border: 1px solid rgba(112, 112, 112, 0.14);
  padding: 0.5rem 2rem;
}
.adhesion form div input::-moz-placeholder {
  color: #000;
}
.adhesion form div input:-ms-input-placeholder {
  color: #000;
}
.adhesion form div input::placeholder {
  color: #000;
}
.adhesion form div select {
  width: 100%;
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
  border: 1px solid rgba(112, 112, 112, 0.14);
  padding: 0.8rem 2rem;
}
.adhesion form div select::-moz-placeholder {
  color: #000;
}
.adhesion form div select:-ms-input-placeholder {
  color: #000;
}
.adhesion form div select::placeholder {
  color: #000;
}
.adhesion form div input[type=checkbox] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1rem;
}
.adhesion form .two {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adhesion form .two input, .adhesion form .two select {
  width: 49%;
}
.adhesion form .three {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adhesion form .three input, .adhesion form .three select {
  width: 32%;
}
.adhesion form .button {
  background: #7CC35B;
  color: #fff;
  border-radius: 23px;
  border: 1px solid #7CC35B;
  padding: 0.5rem 1rem;
  font-size: 25px;
  margin-bottom: 1rem;
  text-align: center;
}
.adhesion form table {
  width: 60%;
}
.adhesion form table thead tr {
  background: #185B2E;
  color: #fff;
  text-align: center;
}
.adhesion form table tbody tr {
  background: #ebebeb;
  text-align: center;
}

.modal-header {
  border-bottom: none;
}

.exito {
  height: calc(100vh - 113px);
}
.exito h1 {
  font-weight: 700;
}
.exito .button {
  background: #7CC35B;
  color: #fff;
  border-radius: 23px;
  border: 1px solid #7CC35B;
  padding: 0.5rem 2rem;
  font-size: 25px;
  margin-bottom: 1rem;
  text-align: center;
  text-decoration: none;
  margin-top: 2rem;
}
.exito .button:hover {
  text-decoration: none;
}
.exito a {
  color: #0F0F0F;
}
.exito p span {
  font-weight: 700;
}

.login {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 70%;
}
.login div h1 {
  font-weight: 700;
}
.login div form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.login div form div {
  width: 100%;
  margin-bottom: 1rem;
}
.login div form div label {
  font-size: 18px;
}
.login div form div input {
  width: 100%;
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
  border: 1px solid rgba(112, 112, 112, 0.14);
  padding: 0.5rem 2rem;
}
.login div form .button {
  background: #7CC35B;
  color: #fff;
  border-radius: 23px;
  border: 1px solid #7CC35B;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: 25px;
  margin-bottom: 1rem;
  text-align: center;
}
.login div form .button:hover {
  text-decoration: none;
}
.login div form a {
  color: #0F0F0F;
}
.login div a {
  color: #7CC35B;
  text-decoration: none;
}
.login div a:hover {
  text-decoration: underline;
  transition: 0.2s ease;
}

.autogestion {
  height: 100vh;
  padding: 0 0.75rem;
  overflow-y: hidden;
}
.autogestion .row {
  height: 100%;
}
.autogestion .row .menu-autogestion {
  height: 100%;
  background: #185B2E;
  border-radius: 0 23px 23px 0;
  padding: 0.9%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  transition: 0.5s ease;
}
.autogestion .row .menu-autogestion img[alt=logo] {
  padding: 1rem;
  width: 60%;
}
.autogestion .row .menu-autogestion .nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.autogestion .row .menu-autogestion .nav a {
  margin-bottom: 1rem;
}
.autogestion .row .menu-autogestion .nav a p {
  margin-bottom: 0;
  overflow: hidden;
}
.autogestion .row .menu-autogestion a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  padding: 4%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  max-height: 64px;
  cursor: pointer;
}
.autogestion .row .menu-autogestion a:hover {
  background: #115126;
  border-radius: 23px;
}
.autogestion .row .menu-autogestion a img {
  width: 25px;
  margin-right: 1.5rem;
}
.autogestion .row .menu-autogestion a p {
  margin-bottom: 0;
}
.autogestion .row .menu-autogestion .btn-menu {
  position: absolute;
  top: 3%;
  right: 3%;
}
.autogestion .row .menu-autogestion .btn-menu div {
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.5s ease;
}
.autogestion .row .menu-autogestion .btn-menu div:nth-child(1) {
  transform: rotate(45deg);
}
.autogestion .row .menu-autogestion .btn-menu div:nth-child(2) {
  transform: rotate(-45deg) translate(1.5px, -1.5px);
}
.autogestion .row .menu-autogestion .btn-menu div:nth-child(3) {
  opacity: 0;
}
.autogestion .row .menu-autogestion.active {
  width: 4.5%;
  transition: 0.5s ease;
}
.autogestion .row .menu-autogestion.active a {
  height: 50px;
  padding: 1rem 27%;
}
.autogestion .row .menu-autogestion.active a p {
  opacity: 0;
}
.autogestion .row .menu-autogestion.active img[alt=logo] {
  opacity: 0;
  transition: 0.5s ease;
  width: 0%;
}
.autogestion .row .menu-autogestion.active .btn-menu {
  right: 30%;
}
.autogestion .row .menu-autogestion.active .btn-menu div {
  margin-bottom: 0.5rem;
  transition: 0.5s ease;
}
.autogestion .row .menu-autogestion.active .btn-menu div:nth-child(1) {
  transform: rotate(0);
}
.autogestion .row .menu-autogestion.active .btn-menu div:nth-child(2) {
  transform: rotate(0) translate(0, 0);
}
.autogestion .row .menu-autogestion.active .btn-menu div:nth-child(3) {
  opacity: 1;
  transition: 0.5s ease;
}
.autogestion .row .autogestion-content {
  padding: 2rem;
  transition: 0.5s ease;
}
.autogestion .row .autogestion-content .user {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.autogestion .row .autogestion-content .user img {
  width: 25px;
  cursor: pointer;
}
.autogestion .row .autogestion-content .user img[alt=notify] {
  margin-right: 3rem;
}
.autogestion .row .autogestion-content .user p {
  font-weight: 600;
  margin-right: 1rem;
  margin-bottom: 0;
}
.autogestion .row .autogestion-content #content-autogestion {
  width: 100%;
  height: 92vh;
  overflow-y: auto;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(112, 112, 112, 0.14);
  width: 23%;
  border-radius: 23px;
  margin: 1.5% 1.5% 1.5% 0;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info {
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info .report {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info .report img {
  margin-right: 1rem;
  width: 20px;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info .report p {
  margin-bottom: 0;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info h1 {
  font-weight: 600;
  font-size: 45px;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info .divider {
  width: 100%;
  height: 1px;
  background: #000;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info .tag {
  font-weight: 700;
  float: right;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info .unsubscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info .unsubscribe img {
  margin-right: 1rem;
  width: 20px;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info .unsubscribe p {
  margin-bottom: 0;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .state {
  width: 100%;
  background: #185B2E;
  border-radius: 0 0 23px 23px;
  text-align: center;
  padding: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .state h5 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}
.autogestion .row .autogestion-content #content-autogestion .pending-payments {
  width: 50%;
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
}
.autogestion .row .autogestion-content #content-autogestion .pending-payments .title {
  width: 100%;
  background: #185B2E;
  color: #fff;
  text-align: center;
  border-radius: 23px 23px 0 0;
  padding: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .pending-payments .title h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets .ticket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets .ticket h4 {
  margin-bottom: 0;
}
.autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets .ticket a {
  background: #7CC35B;
  color: #fff;
  padding: 0.2rem 2rem;
  border-radius: 23px;
  text-decoration: none;
}
.autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets .ticket a:hover {
  background: #8ad855;
  transition: 0.2s ease;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .data {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .data h3 {
  font-weight: 700;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .data div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .data div div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  margin-bottom: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .data div div:nth-child(1) {
  padding-right: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .data div div:nth-child(2) {
  padding-left: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .data input {
  width: 100%;
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
  border: none;
  padding: 0.5rem 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .data .btn {
  margin-left: auto;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .card-data {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .card-data .data {
  width: 100%;
  padding: 2rem;
  background: rgba(124, 195, 91, 0.1);
  border-radius: 23px;
  margin-bottom: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .card-data .data .title {
  font-weight: 600;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .card-data .data .divider {
  width: 100%;
  height: 1px;
  background: #0F0F0F;
  margin-bottom: 1rem;
}
.autogestion .row .autogestion-content #content-autogestion .personal-details .card-data .btn {
  width: 100%;
}
.autogestion .row .autogestion-content #content-autogestion .bills {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.autogestion .row .autogestion-content #content-autogestion .bills .tr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(112, 112, 112, 0.14);
  border-radius: 23px;
  margin-bottom: 0.5rem;
}
.autogestion .row .autogestion-content #content-autogestion .bills .tr .td {
  width: 14.28%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.autogestion .row .autogestion-content #content-autogestion .bills .tr .td p {
  margin-bottom: 0;
}
.autogestion .row .autogestion-content #content-autogestion .bills .tr .td .pay {
  width: 100%;
  background: #009EE3;
  border-radius: 23px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  padding: 0.5rem 0;
}
.autogestion .row .autogestion-content #content-autogestion .bills .tr .td .pay span {
  font-weight: 500;
}
.autogestion .row .autogestion-content #content-autogestion .bills .tr .td .payed {
  width: 100%;
  background: #008000;
  border-radius: 23px;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 0;
}
.autogestion .row .autogestion-content #content-autogestion .bills .tr .td .title {
  font-weight: 700;
}
.autogestion .row .autogestion-content #content-autogestion .bills .tr.white {
  background: #fff;
}
.autogestion .row .autogestion-content.active {
  width: 95.5%;
  transition: 0.5s ease;
}

h1.title {
  color: #185B2E;
}

section#yt-videos {
  background-image: url(../img/bg-videos.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30%;
}
section#yt-videos div.player {
  border-radius: 11px;
  z-index: 1;
  overflow: hidden;
  height: 310px;
}
section#yt-videos div.player-small {
  height: 180px;
}
section#yt-videos a.ver-mas {
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}

#instructivos #introduccion {
  padding: 130px 30px 0 30px;
}
#instructivos #introduccion .txt-container {
  padding-top: 5%;
}
#instructivos #introduccion .txt-container p {
  font-size: 20px;
  font-weight: 600;
}
#instructivos #introduccion .divider {
  height: 2px;
  color: #b7b7b7;
}
#instructivos div.player {
  border-radius: 11px;
  z-index: 1;
  overflow: hidden;
  height: 310px;
}

@media (max-width: 1399px) {
  footer .container {
    padding: 0;
  }
  footer .container .actionBtns .btn {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 107px;
    font-size: 16px;
    line-height: 22px;
  }
  .btn {
    font-size: 17px;
  }
  h1 {
    font-size: 25px;
  }
  h1 img {
    height: 18px;
  }
  header .logo img {
    width: 200px;
  }
  header #menu li {
    padding: 0 1%;
    font-size: 16px;
  }
  #banner {
    padding-top: 90px;
  }
  #banner .imagen {
    margin-left: 0;
  }
  #banner .f1 {
    background-image: url(../img/fm-1.png);
    width: 36px;
    height: 34px;
    left: 0;
    bottom: -30px;
  }
  #banner .f2 {
    width: 85px;
    top: -80px;
  }
  #banner h1 {
    font-size: 28px;
  }
  #banner h2 {
    font-size: 28px;
  }
  #te-conviene {
    padding: 50px 0;
  }
  #te-conviene h2 {
    font-size: 22px;
  }
  #te-conviene .row > div {
    margin-bottom: 30px;
  }
  #por-correo {
    padding: 0 0 80px 0;
  }
  #por-correo .f2 {
    background-image: url(../img/fm-1.png);
    width: 36px;
    height: 34px;
    bottom: auto;
    top: -110px;
  }
  #autopistas {
    padding: 50px 0;
  }
  /*#activalo .f1 {
  	background-image: url(../img/fm-2.png);
  	width: 54px;
  	height: 55px;
  	top: auto;
  	bottom: -130px;
  }*/
  #adherirme .f {
    width: 36px;
    height: 46px;
    background-image: url(../img/fm-3.png);
  }
  #adherirme h1 {
    font-size: 29px;
  }
  #adherirme h1 img {
    height: 22px;
  }
  #adherirme .pasos {
    flex-wrap: nowrap;
    overflow: hidden;
  }
  #adherirme .pasos-items {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #adherirme .pasos-items a {
    display: block;
    flex: 0 0 40px;
    height: 3px;
    border-radius: 6px;
    background-color: #b7b7b7;
    transition: background-color 0.2s;
    font-size: 0;
    margin: 5px;
  }
  #adherirme .pasos-items a.activo {
    background-color: #7CC35B;
  }
  #pago h2 {
    font-size: 16px;
  }
  #pago .mercadopago-mobile {
    width: 150px;
  }
  #pago .f1 {
    width: 14px;
    height: 14px;
    right: 30px;
    top: 35px;
    background-image: url(../img/fm-5.png);
  }
  #pago .f2 {
    width: 41px;
    height: 22px;
    left: 30px;
    top: -30px;
    background-image: url(../img/fm-4.png);
  }
  #obtenerlo .f1 {
    width: 34px;
    height: 31px;
    left: auto;
    right: 30px;
    top: -15px;
    background-image: url(../img/fm-6.png);
  }
  #preguntas-frecuentes .pregunta h2 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 92px;
  }
  header > .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header .logo img {
    width: auto;
    max-width: 50vw;
    max-height: 22px;
  }
  #banner {
    padding-top: 20px;
  }
  #banner .mailvalidation {
    height: 70vh;
  }
  #banner .logos {
    overflow: hidden;
  }
  #banner .logos li {
    flex: 0 0 25%;
    padding: 0 15px;
  }
  #banner .logos-items {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #banner .logos-items a {
    display: block;
    flex: 0 0 40px;
    height: 3px;
    border-radius: 6px;
    background-color: #b7b7b7;
    transition: background-color 0.2s;
    font-size: 0;
    margin: 5px;
  }
  #banner .logos-items a.activo {
    background-color: #7CC35B;
  }
  #banner footer {
    margin-top: 150px;
    font-size: 10px;
    padding: 20px 0;
    font-size: 1rem;
  }
  #banner footer h2 {
    font-size: 20px;
  }
  #banner footer::before {
    width: 330px;
  }
  #banner footer::after {
    width: 50px;
  }
  #banner footer .logo {
    width: 110px;
  }
  #banner footer .redes-mobile {
    display: flex;
    justify-content: space-evenly;
    text-align: right !important;
  }
  #banner footer .redes-mobile img {
    height: 23px;
    margin-left: 8px;
  }
  #banner footer hr {
    margin: 10px 0;
  }
  #banner footer .logos li {
    flex: 0 0 25%;
    padding: 0 15px;
  }
  #banner #formularios {
    height: auto;
  }
  #banner #formularios .row {
    height: auto;
  }
  #banner #formularios .row .columna-formulario {
    height: calc(100vh - 94px);
  }
  #banner .colocacion {
    margin-top: 4rem;
  }
  #banner .colocacion form {
    margin: 1rem 0;
  }
  #banner .colocacion form div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
  }
  #banner .colocacion form div input {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  #banner .colocacion form div select {
    width: 100% !important;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
  }
  #banner .colocacion form div p {
    width: 100% !important;
  }
  #banner .registro {
    padding: 1rem;
    margin-bottom: 4rem;
  }
  #banner .registro form div {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #banner .registro form div label {
    font-size: 18px;
  }
  #banner .registro form div input {
    width: 100% !important;
  }
  #banner .registro form div select {
    width: 100%;
    padding: 0.5rem 2rem;
  }
  #banner .registro form div input[type=checkbox] {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: 1rem;
  }
  #banner .registro form .check {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #banner .adhesion form div {
    margin-bottom: 0;
  }
  #banner .adhesion form div input {
    margin-bottom: 1rem;
  }
  #banner .adhesion form div select {
    padding: 0.5rem 2rem;
    margin-bottom: 1rem;
  }
  #banner .adhesion form div input[type=checkbox] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 1rem;
  }
  #banner .adhesion form .two {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #banner .adhesion form .two input, #banner .adhesion form .two select {
    width: 100%;
    margin-bottom: 1rem;
  }
  #banner .adhesion form .three {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #banner .adhesion form .three input, #banner .adhesion form .three select {
    width: 100%;
    margin-bottom: 1rem;
  }
  #banner .adhesion form table {
    width: 100%;
  }
  #banner .login div {
    width: 100%;
  }
  #banner .autogestion .row .menu-autogestion {
    position: fixed;
    z-index: 1;
    border-radius: 0;
  }
  #banner .autogestion .row .menu-autogestion a {
    padding: 0.7rem;
  }
  #banner .autogestion .row .menu-autogestion .btn-menu {
    top: 1rem;
    right: 1rem;
  }
  #banner .autogestion .row .menu-autogestion.active {
    width: 15%;
    transition: 0.5s ease;
    border-radius: 0 23px 23px 0;
  }
  #banner .autogestion .row .menu-autogestion.active a {
    height: 60px;
    padding: 1rem 22%;
  }
  #banner .autogestion .row .menu-autogestion.active .btn-menu {
    right: 20%;
  }
  #banner .autogestion .row .autogestion-content {
    padding: 1rem;
    transition: 0.5s ease;
    width: 83%;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion {
    margin-top: 2rem;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle {
    width: 100%;
    margin: 1rem 0;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .pending-payments {
    width: 100%;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets {
    width: 100%;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets .ticket {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1rem;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets .ticket h4 {
    margin-bottom: 0.5rem;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .personal-details {
    flex-direction: column;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .personal-details .data {
    width: 100%;
    margin-bottom: 2rem;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .personal-details .data div {
    flex-direction: column;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .personal-details .data div div {
    width: 100%;
    margin-bottom: 1rem;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .personal-details .data div div:nth-child(1) {
    padding-right: 0;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .personal-details .data div div:nth-child(2) {
    padding-left: 0;
  }
  #banner .autogestion .row .autogestion-content #content-autogestion .personal-details .card-data {
    width: 100%;
    padding: 0;
  }
  #banner .autogestion .row .autogestion-content.active {
    width: 83%;
    transition: 0.5s ease;
  }
  .header-sub-menu {
    background-color: #008000;
  }
}
@media (max-width: 991px) and (max-width: 600px) {
  footer::before {
    width: 200px;
  }
  footer::after {
    width: 34px;
  }
}/*# sourceMappingURL=estilos-home.css.map */