* {
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.2rem;
}

.bg-laar {
    background-color: #FFF218;
}

.bg-laar-dark {
    background-color: rgba(0, 0, 0, 0.52);
    color: #FFFFFF;
}

.bg-laar-dark:hover {
    color: #FFFFFF;
}

.bg-laar-light {
    background-color: #EDEDED;
    color: #464646;
}

.bg-gray {
    background-color: #454547
}

.btn.bg-gray:hover {
    color: #ffffff;
    text-decoration: none;
}

.bg-laar-light:hover {
    background-color: #EDEDED;
    color: #464646
}

.txt-laar {
    color: #FFF218;
}

.btn-round {
    border-radius: 18px;
}

.btn-page {
    min-width: 130px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); */
}

.navbar .navbar-collapse {
    margin-top: -50px;
}

.navbar .person {
    margin-right: 10px;
}

.navbar .person .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar.stick {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

.navbar.stick .navbar-collapse {
    margin-top: 0px;
}

a.navbar-brand.logo {
    padding: 0;
    margin: 0;
}

a.navbar-brand.logo img {
    transition: all ease 0.5s;
    margin-top: 50px;
}

li.nav-item.active a {
    font-weight: 600;
}

a.navbar-brand.logo img {
    height: 90px;
}

.stick a.navbar-brand.logo img {
    height: 40px;
    margin-top: 0;
}

section#inicio {
    position: relative;
    background-color: #FFFFFF;
}

section#inicio img {
    width: 100%;
}

section#inicio #desktop {
    display: block;
}
section#inicio #mobile {
    display: none;
}

section#inicio #Layer_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}

section#inicio #Layer_1 path{
    fill: #fff;
}

section#inicio .inicio-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    padding: 0 30px;
}

section#inicio .inicio-content ul {
    list-style: none;
}

section#inicio .inicio-content .title {
    font-weight: 200;
    font-size: 1.9rem;
    line-height: 18px;
    color: #3C3C3C;
    letter-spacing: 6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

section#inicio .inicio-content .s-title {
    font-weight: 600;
    font-size: 1.9rem;
    color: #3C3C3C;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

section#compras {
    padding-bottom: 5em !important;
}

section#compras .icon {
    position: absolute;
    width: 80px;
    left: 50%;
    bottom: 0em;
    transform: translate(-50%, +60%);
    border-radius: 50%;
    padding: 20px 20px !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section#compras .card {
    border-radius: 25px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

section#blog .card {
    min-height: 100%;
    border-radius: 1.7rem!important;
    overflow: auto;
}

section#blog img {
    height: auto;
    width: 100%;
}

section#blog h5.card-title {
    min-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
}

section#blog p.card-text {
    height: 100px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

section#funciona h4 {
    font-weight: 400;
    color: #6b6b6b;
    line-height: 34px;
}

section#funciona h5 {
    font-weight: 600;
    color: #555;
}

section#funciona p {
    font-weight: 100;
    font-size: 0.9rem;
}

section#funciona .imagen {
    min-height: 200px;
    border-radius: 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#funciona .imagen.paso1 {
    background-image: url('assets/images/paso1.jpg');
}

section#funciona .imagen.paso2 {
    background-image: url('../images/paso2.jpg');
}

section#funciona .imagen.paso3 {
    background-image: url('../images/paso3.jpg');
}

section#funciona .imagen.paso4 {
    background-image: url('../images/paso4.jpg');
}

section#funciona .imagen.paso5 {
    background-image: url('../images/solicita.jpg');
}

section#funciona .imagen.paso6 {
    background-image: url('../images/autoriza.jpg');
}

section#funciona .imagen.paso7 {
    background-image: url('../images/recibe.jpg');
}

section#alerta .imagen {
    position: relative;
    border-radius: 1rem;
    margin-bottom: 3.5em;
    background-repeat: no-repeat;
}

section#alerta .imagen.paso1 {
    background-image: url('images/web-alertar-LAARBOX.png');
}

section#alerta .icon {
    position: absolute;
    width: 80px;
    left: 50%;
    bottom: 0em;
    transform: translate(-50%, +50%);
    border-radius: 50%;
    padding: 20px 20px !important;
}

section#tiendas img {
    height: 75px;
    width: auto;
    margin: auto;
}

section#alerta .icon svg {
    fill: red;
}

footer {
    background: linear-gradient(90deg, #454547 50%, #FFF218 50%);
}

footer .logo img {
    width: auto;
    height: 60px;
}

footer hr {
    background: #EDEDED;
    position: relative;
}

footer hr::after {
    content: "";
    position: absolute;
    top: -3px;
    height: 5px;
    width: 13%;
    background-color: #EDEDED;
}

footer .resena {
    font-size: 0.8em;
}

footer .redes a.social-icon img {
    width: 32px;
    height: auto;
}

footer .links ul {
    list-style: none;
}

footer .links ul a {
    color: #FFF218;
    text-decoration: none;
    font-size: 1em;
}

footer .referencias .label {
    color: #FFF218;
}

footer p.text {
    margin: 0;
    font-size: 0.8em;
}

footer .acepta img {
    max-width: 100%;
}

.icon-bar {
    position: fixed;
    top: 50%;
    right: -150px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    border-radius: 2em 0em 0em 2em;
    overflow: auto;
    box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding: 0px 12px 0 12px;
    background: #454547;
}

.icon-bar a {
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 2.3em;
    text-decoration: none;
    line-height: 62px;
}

.icon-bar a p {
    display: inline;
    font-size: 24px;
    vertical-align: middle;
}

.icon-bar:hover {
    right: -2px;
}

.icon-bar a:hover {
    color: #F6E822;
}

.whatsapp {
    color: #F6E822;
}

div#contentmdl {
    padding: 0;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background-color: #555;
}

.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}

.nav-tabs .nav-link {
    text-decoration: none;
    color: yellow;
}

@media (max-width: 991px) {
    a.navbar-brand.logo img {
        margin-top: 0px;
        height: 40px;
    }
    .navbar .navbar-collapse {
        margin-top: 0px;
    }

    section#inicio {
        margin-top: 56px;
    }

    footer {
        background: linear-gradient(90deg, #454547 50%, #454547 50%);
    }
}

@media (max-width: 560px) {
    section#inicio #desktop {
        display: none;
    }
    section#inicio #mobile {
        display: block;
    }
}

@media (max-width: 400px) {
    section#inicio .inicio-content {
        padding: 0;
    }
    section#inicio .inicio-content ul {
        padding: 0px 20px;
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

                  .select2-container--bootstrap4 .select2-selection--single {
                    height: calc(1.5em + 0.75rem + 2px) !important;
                  }
                    .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
                      color: #757575;
                      line-height: calc(1.5em + 0.75rem); }
                    .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
                      position: absolute;
                      top: 50%;
                      right: 3px;
                      width: 20px; }
                      .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
                        top: 60%;
                        border-color: #343a40 transparent transparent transparent;
                        border-style: solid;
                        border-width: 5px 4px 0 4px;
                        width: 0;
                        height: 0;
                        left: 50%;
                        margin-left: -4px;
                        margin-top: -2px;
                        position: absolute; }
                    .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
                    	color:#000;
                      line-height: calc(1.5em + 0.75rem); }

                  .select2-search--dropdown .select2-search__field {
                    border: 1px solid #ced4da;
                    border-radius: 0.25rem; }

                  .select2-results__message {
                    color: #6c757d; }

                  .select2-container--bootstrap4 .select2-selection--multiple {
                    min-height: calc(1.5em + 0.75rem + 2px) !important; }
                    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
                      -webkit-box-sizing: border-box;
                              box-sizing: border-box;
                      list-style: none;
                      margin: 0;
                      padding: 0 8px;
                      width: 100%; }
                      .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
                        width: 100% !important; }
                    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
                      color: #343a40;
                      border: 1px solid #bdc6d0;
                      border-radius: 0.2rem;
                      padding: 0;
                      padding-right: 5px;
                      cursor: pointer;
                      float: left;
                      margin-top: 0.3em;
                      margin-right: 5px; }
                    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
                      color: #bdc6d0;
                      font-weight: bold;
                      margin-left: 3px;
                      margin-right: 1px;
                      padding-right: 3px;
                      padding-left: 3px;
                      float: left; }
                      .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
                        color: #343a40; }
                    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
                      float: none;
                      margin-right: 0;
                      position: absolute !important;
                      top: 0;
                      right: 0.7em; }

                  .select2-container {
                    display: block; }
                    .select2-container *:focus {
                      outline: 0; }

                  .input-group .select2-container--bootstrap4 {
                    -webkit-box-flex: 1;
                        -ms-flex-positive: 1;
                            flex-grow: 1; }

                  .input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0; }

                  .input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0; }

                  .select2-container--bootstrap4 .select2-selection {
                    background-color: #fff;
                    border: 1px solid #ced4da;
                    border-radius: 0.25rem;
                    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
                    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
                    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
                    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
                    width: 100%; }
                    @media (prefers-reduced-motion: reduce) {
                      .select2-container--bootstrap4 .select2-selection {
                        -webkit-transition: none;
                        transition: none; } }

                  .select2-container--bootstrap4.select2-container--focus .select2-selection {
                    border-color: #80bdff;
                    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
                            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

                  .select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
                    border-bottom: none;
                    border-bottom-left-radius: 0;
                    border-bottom-right-radius: 0; }

                  .select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
                    background-color: #e9ecef;
                    cursor: not-allowed;
                    border-color: #ced4da;
                    -webkit-box-shadow: none;
                            box-shadow: none; }

                  .select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
                    background-color: transparent; }

                  select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
                  form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
                    border-color: #dc3545; }

                  select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
                  form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
                    border-color: #28a745; }

                  .select2-container--bootstrap4 .select2-dropdown {
                    border-color: #ced4da;
                    border-radius: 0; }
                    .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
                      border-top: none;
                      border-bottom-right-radius: 0.25rem;
                      border-bottom-left-radius: 0.25rem; }
                    .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
                      border-top: 1px solid #ced4da;
                      border-top-left-radius: 0.25rem;
                      border-top-right-radius: 0.25rem; }
                    .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
                      background-color: #e9ecef; }

                  .select2-container--bootstrap4 .select2-results__option--highlighted,
                  .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
                    background-color: #000;
                    color: #fff; }

                  .select2-container--bootstrap4 .select2-results__option[role=group] {
                    padding: 0; }
                    .select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
                      padding-left: 1em; }

                  .select2-container--bootstrap4 .select2-results > .select2-results__options {
                    max-height: 15em;
                    overflow-y: auto; }

                  .select2-container--bootstrap4 .select2-results__group {
                    padding: 6px;
                    display: list-item;
                    color: #6c757d; }

                  .select2-container--bootstrap4 .select2-selection__clear {
                    width: 0.9em;
                    height: 0.9em;
                    line-height: 0.75em;
                    padding-left: 0.15em;
                    margin-top: 0.7em;
                    border-radius: 100%;
                    background-color: #c8c8c8;
                    color: #f8f9fa;
                    float: right;
                    margin-right: 0.3em; }
                    .select2-container--bootstrap4 .select2-selection__clear:hover {
                      background-color: #afafaf; }
