@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");

* {
    outline: none !important
}
@media only screen and (max-width: 760px) {
    #check-mobile { display: none; }
    #navtop {
        min-width: 320px;
        margin-top: 10px;
    }
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #0f0f0f;
    padding-top: 103px;
    font-weight: 500
}
#loader {
    position: absolute;
    background-color: rgba(255,255,255, 0.73);
    top:  0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1231;
    vertical-align: middle;
    padding-top: 200px;
    text-align: center;
}
.loader-panel {
  display: block;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #1b5126; /* Blue */
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin:  0 auto;
  z-index: 2000;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pointer {
    cursor: pointer;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}

a {
    color: #185B2E;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s
}

a:active, a:focus, a:hover {
    color: #8ad855
}

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

.row > div {
    position: relative
}

.btn {
    -webkit-box-shadow: none !important;
    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 16px;
    border-radius: 15px;
    -webkit-transition: background-color 0.2s, color 0.2s, opacity 0.2s;
    transition: background-color 0.2s, color 0.2s, opacity 0.2s;
    text-decoration: none !important;
    border: none !important
}
.telepase-btn {
    border-radius: 23px!important;
}
.telepase-btn-light {
    border: 1px solid #7CC35B!important;
    background-color: white!important;
    color: #7CC35B!important;
    min-width: 200px;

}
.user-show-container .py-2 {
    padding-top: 0px!important;
}
.btn-forgot-password {
    min-width: auto;
    font-size: 15px!important;
    height: 35px;
    height: 35px;
    line-height: 35px;
}

.btn:active, .btn:focus, .btn:hover {
    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 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /*background-color: #ebebeb !important;*/
    color: #6c6c6c !important;
    border-bottom: 1px solid rgba(7, 6, 6, 0.14)!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
}

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

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

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

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

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

h1, h2, h3, h4, h5, h6, p, ul {
    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-inner-spin-button, input::-webkit-outer-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 {
    -webkit-box-shadow: 0 0 15px 0 #0005;
    box-shadow: 0 0 15px 0 #0005
}

header > .container, header > .container-fluid {
    padding-top: 35px;
    padding-bottom: 35px
}

header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 15px 0
}

header #menu li {
    padding: 0 30px
}

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
}

#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;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

#menu-lateral.abierto {
    -webkit-transform: translateX(0);
    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 .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-top: 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
}
.images-row img{
    height: 50px;
    vertical-align: bottom;
}
#marker-details {
    font-size: 1rem;
}
#banner {
    text-align: center;
    padding-top: 100px
}

#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)
}

#te-conviene {
    padding: 130px 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)
}

#autopistas {
    padding: 130px 0;
    font-size: 22px
}

.logos {
    -ms-flex-wrap: nowrap;
    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);
    overflow-x: hidden!important;
}

#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: 2rem
}

.colocacion h1 {
    font-weight: 700
}

.colocacion p span {
    font-weight: 700
}

/*.colocacion form {*/
/*    width: 100%;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: start;*/
/*    -ms-flex-align: start;*/
/*    align-items: flex-start;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    margin: 2rem 0*/
/*}*/

/*.colocacion form div {*/
/*    width: 100%;*/
/*    margin-bottom: 1rem;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    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:first-child input:first-child {*/
/*    width: 84%*/
/*}*/

/*.colocacion form div:first-child 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    padding-bottom: 120px!important;
}

.registro h1 {
    font-weight: 700
}

/*.registro form {*/
/*    width: 100%;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: start;*/
/*    -ms-flex-align: start;*/
/*    align-items: flex-start;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    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 {
    width: 100%;
    background: none;
    border-radius: 0px;
    background-color: white!important;
    border: none;
    border-bottom: 1px solid rgba(7, 6, 6, 0.14)!important;
    padding: 0.5rem 2rem
}

.registro form div select {
    border: none;
    background: none;
    background-color: none;
    border-radius: 0px;
    border-bottom: 1px solid rgba(7, 6, 6, 0.14);
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: 0rem 1rem
}

.adhesion form div input::-webkit-input-placeholder {
    color: #000
}

.adhesion form div input::-moz-placeholder {
    color: #000
}

.adhesion form div input:-ms-input-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.3rem 2rem
}

.adhesion form div select::-webkit-input-placeholder {
    color: #000
}

.adhesion form div select::-moz-placeholder {
    color: #000
}

.adhesion form div select:-ms-input-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

/*.adhesion form .two input, .adhesion form .two select {*/
/*    width: 49%*/
/*}*/

.adhesion form .three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    border-radius: 15px 0px 0px 15px;
}
.adhesion form table thead tr th:first-child {
    border-radius: 15px 0px 0px 0px;
}
.adhesion form table thead tr th:last-child {
    border-radius: 0px 15px 0px 0px;
}
.delete-icon {
    color: red!important;
    margin-top: 8px;
    cursor: pointer;
}

.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-form {
    /*min-width: 350px;*/
}
.login {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%
}

.login div h1 {
    font-weight: 700
}

.login div form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
    -webkit-transition: 0.2s ease;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.autogestion .row .menu-autogestion img[alt=logo] {
    padding: 1rem;
    width: 60%
}

.autogestion .row .menu-autogestion .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.autogestion .row .menu-autogestion .btn-menu div:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.autogestion .row .menu-autogestion .btn-menu div:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(1.5px, -1.5px);
    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%;
    -webkit-transition: 0.5s ease;
    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;
    -webkit-transition: 0.5s ease;
    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;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.autogestion .row .menu-autogestion.active .btn-menu div:first-child {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.autogestion .row .menu-autogestion.active .btn-menu div:nth-child(2) {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0)
}

.autogestion .row .menu-autogestion.active .btn-menu div:nth-child(3) {
    opacity: 1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.autogestion .row .autogestion-content {
    padding: 2rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.autogestion .row .autogestion-content .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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
}

.text-green {
    color: #7CC35B!important;
    /*font-weight: bolder;*/
}

.autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle .info .unsubscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem
}

.autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets .ticket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease
}

.autogestion .row .autogestion-content #content-autogestion .personal-details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.autogestion .row .autogestion-content #content-autogestion .personal-details .data {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.autogestion .row .autogestion-content #content-autogestion .personal-details .data div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin-bottom: 1rem
}

.autogestion .row .autogestion-content #content-autogestion .personal-details .data div div:first-child {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.autogestion .row .autogestion-content #content-autogestion .bills .tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.cho-container button {
    background-color: #1f5b2e;
    min-width: 200px;
    height: 45px;
    line-height: 45px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color:  #1f5b2e;
}
.user-show-container .nav-link {
    color:  #1f5b2e;
}
.create-input {
    width: 100%;
    background: none!important;
    border-radius: 0px!important;
    border: none!important;
    border-bottom: 1px solid rgba(7, 6, 6, 0.14)!important;
    padding: 0.5rem 2rem
}

.accordion-button.a-acc {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem 1rem 0rem;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background-color: #185b2e;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #185b2e;
  box-shadow: none;
}
.accordion-button::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-image: url('../img/capt-1.png');
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-image: url('../img/capt-2.png');
}

.accordion-button.icon-button::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-image: none;
}
.accordion-button.icon-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-image: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #185b2e;
    font-weight: 500;
}

@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 15px;
        font-size: 16px
    }

    #banner {
        padding-top: 120px
    }

    #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 h2 {
        font-size: 22px
    }

    #te-conviene .row > div {
        margin-bottom: 30px
    }

    #por-correo .f2 {
        background-image: url(../img/fm-1.png);
        width: 36px;
        height: 34px;
        bottom: auto;
        top: -110px
    }

    #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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden
    }

    #adherirme .pasos-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }

    #adherirme .pasos-items a {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        height: 3px;
        border-radius: 6px;
        background-color: #b7b7b7;
        -webkit-transition: background-color 0.2s;
        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
    }

    .mailvalidation {
        height: 70vh
    }

    .logos {
        overflow: hidden
    }

    .logos li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 15px
    }

    .logos-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }

    .logos-items a {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        height: 3px;
        border-radius: 6px;
        background-color: #b7b7b7;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
        font-size: 0;
        margin: 5px
    }

    .logos-items a.activo {
        background-color: #7CC35B
    }

    footer {
        margin-top: 150px;
        font-size: 10px;
        padding: 20px 0
    }

    footer:before {
        width: 330px
    }

    footer:after {
        width: 50px
    }

    footer .logo {
        width: 110px
    }

    footer .redes-mobile {
        text-align: right
    }

    footer .redes-mobile img {
        height: 23px;
        margin-left: 8px
    }

    footer hr {
        margin: 10px 0
    }

    #formularios {
        height: auto;
        overflow-x: hidden;
    }

    #formularios .row {
        height: auto
    }

    #formularios .row .columna-formulario {
        height: calc(100vh - 94px)
    }

    .colocacion {
        margin-top: 4rem
    }

    .colocacion form {
        margin: 1rem 0
    }

    .colocacion form div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }

    .colocacion form div input {
        width: 100% !important;
        margin-bottom: 1rem
    }

    .colocacion form div select {
        width: 100% !important;
        margin-bottom: 1rem;
        padding: 0.5rem 2rem
    }

    .colocacion form div p {
        width: 100% !important
    }

    .registro {
        padding: 1rem;
        margin-bottom: 4rem
    }

    .registro form div {
        width: 100%;
        margin-bottom: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-box-pack: center;*/
        /*-ms-flex-pack: center;*/
        /*justify-content: center;*/
        /*-webkit-box-align: center;*/
        /*-ms-flex-align: center;*/
        /*align-items: center;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .registro form div label {
        font-size: 18px
    }

    .registro form div input {
        width: 100% !important
    }

    .registro form div select {
        width: 100%;
        padding: 0.5rem 2rem
    }

    .registro form div input[type=checkbox] {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        margin-right: 1rem
    }

    .registro form .check {
        width: 100%;
        margin-bottom: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .adhesion form div {
        margin-bottom: 0
    }

    .adhesion form div input {
        margin-bottom: 1rem
    }

    .adhesion form div select {
        padding: 0.5rem 2rem;
        margin-bottom: 1rem
    }

    .adhesion form div input[type=checkbox] {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 1rem
    }

    .adhesion form .two {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .adhesion form .two input, .adhesion form .two select {
        width: 100%;
        margin-bottom: 1rem
    }

    .adhesion form .three {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .adhesion form .three input, .adhesion form .three select {
        width: 100%;
        margin-bottom: 1rem
    }

    .adhesion form table {
        width: 100%
    }

    .login div {
        width: 100%
    }

    .autogestion .row .menu-autogestion {
        position: fixed;
        z-index: 1;
        border-radius: 0
    }

    .autogestion .row .menu-autogestion a {
        padding: 0.7rem
    }

    .autogestion .row .menu-autogestion .btn-menu {
        top: 1rem;
        right: 1rem
    }

    .autogestion .row .menu-autogestion.active {
        width: 15%;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        border-radius: 0 23px 23px 0
    }

    .autogestion .row .menu-autogestion.active a {
        height: 60px;
        padding: 1rem 22%
    }

    .autogestion .row .menu-autogestion.active .btn-menu {
        right: 20%
    }

    .autogestion .row .autogestion-content {
        padding: 1rem;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        width: 83%
    }

    .autogestion .row .autogestion-content #content-autogestion {
        margin-top: 2rem
    }

    .autogestion .row .autogestion-content #content-autogestion .vehicles .vehicle {
        width: 100%;
        margin: 1rem 0
    }

    .autogestion .row .autogestion-content #content-autogestion .pending-payments {
        width: 100%
    }

    .autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets {
        width: 100%
    }

    .autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets .ticket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-bottom: 1rem
    }

    .autogestion .row .autogestion-content #content-autogestion .pending-payments .tickets .ticket h4 {
        margin-bottom: 0.5rem
    }

    .autogestion .row .autogestion-content #content-autogestion .personal-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .autogestion .row .autogestion-content #content-autogestion .personal-details .data {
        width: 100%;
        margin-bottom: 2rem
    }

    .autogestion .row .autogestion-content #content-autogestion .personal-details .data div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .autogestion .row .autogestion-content #content-autogestion .personal-details .data div div {
        width: 100%;
        margin-bottom: 1rem
    }

    .autogestion .row .autogestion-content #content-autogestion .personal-details .data div div:first-child {
        padding-right: 0
    }

    .autogestion .row .autogestion-content #content-autogestion .personal-details .data div div:nth-child(2) {
        padding-left: 0
    }

    .autogestion .row .autogestion-content #content-autogestion .personal-details .card-data {
        width: 100%;
        padding: 0
    }

    .autogestion .row .autogestion-content.active {
        width: 83%;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease
    }

    #banner {
        padding-top: 50px;
    }

    #submenu-inicio {
        display: none!important;
    }
}

@media (max-width: 600px) {
    .images-row img{
        height: 35px;
        vertical-align: bottom;
    }
    footer:before {
        width: 200px
    }

    footer:after {
        width: 34px
    }
}

.form-control-custom {
    display: block;
    width: 100%;
    padding: 0.6rem 0.85rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    /*color: #212529;*/
    /*background-color: #ebebeb;*/
    background-clip: padding-box;
    border: 1px solid #ebebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 14px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-custom:focus {
    color: #212529;
    background-color: #ebebeb;
    border-color: #b7b7b7;
    outline: 0;
    box-shadow: none;
}
.form-control-custom {
    width: 100%;
    background: none!important;
    border-radius: 0px!important;
    border: none!important;
    border-bottom: 1px solid rgba(7, 6, 6, 0.14)!important;
    padding: 0rem 1rem;
    margin-top: 3px;
    margin-bottom: 15px;
}
