@font-face {
    font-family: san francisco;
    src: url('/v50.5/assets/login/fonts/Neris-Light.otf');
}
body {
    font-family: san francisco;
    font-size: 1em !important;
    overflow-x: hidden !important;
}
a {
    text-decoration: none;
}
input {
    /*height: 2.5em;*/
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0);
    color: #878787;
    font-family: "Roboto",sans-serif;
    font-size: .95rem;
    /*height: 36px;*/
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #dee2e6;
}
.primary-btn {
    outline: none;
    border-color: #8c8cf9;
    background-color: #8c8cf9;
    color: #fff !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 22px 40px !important;
    display: inline-flex;
    height: 2.5em;
    border-radius: 4px;
    align-items: center;
    font-size: 13px;
    max-width: 160px;
    justify-content: center;
}
.primary-btn:hover {
    box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
    opacity: .8;
}

.secondary-btn {
    outline: none;
    background-color: transparent;
    color: #8c8cf9 !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 22px 40px !important;
    display: inline-flex;
    height: 2.5em;
    border-radius: 4px;
    align-items: center;
    font-size: 13px;
    max-width: 160px;
    justify-content: center;
}

.primary-button {
    outline: none;
    border-color: #8c8cf9;
    background-color: #8c8cf9;
    color: #fff !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 22px 40px !important;
    display: inline-flex;
    height: 2.5em;
    border-radius: 4px;
    align-items: center;
    font-size: 13px;
    max-width: initial !important;
    justify-content: center;
}
.primary-button:hover {
    box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
    opacity: .8;
}
.title {
    font-weight: 700 !important;
}
.sombreado {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);  
}
/*Navbar*/
    .fixed-top {
        z-index: 9998;
    }
    .hamburguesa-left,
    .hamburguesa-right,
    .btn-salir {
        border: none !important;
        color: #fff !important;
    }
    .hamburguesa-left:focus,
    .hamburguesa-right:focus,
    .btn-salir {
        box-shadow: none !important;
    }
    .navbar a {
        text-decoration: none;
        font-size: 13px;
        color: white;
        transition: all .3s;
        padding: .5rem .75rem;
    }
    .hamburguesa-left,
    .logo-color img,
    .logo-blanco,
    .fixed-top {
        transition: all .3s;
    }
    .navegador-left img {
        width: 100% !important;
    }
    /*.navegador-left a {
        display: flex;
    }*/
    .navegador-left .principal {
        font-size: 30px !important;
        color: #fff !important;
        cursor: pointer;
        padding-bottom: 4px;
    }
    .navegador-left .navbar-toggler-icon,
    .navegador-right .navbar-toggler-icon {
        width: 1em !important;
        margin-top: 4px;
    }
    .listado {
        width: 100%;
    }
    .fondoBlanco {
        background-color: white !important;
    }
    .cambioNav {
        color: #666 !important;
    }
    .cambioNav:hover {
        color: #999 !important;
    }
    .cambioBtn {
        border-color: #8c8cf9 !important;
        color: #8c8cf9 !important;
        background-color: rgba(0,0,0,0) !important;
    }
    .cambioBtn:hover {
        color: #fff !important;
        background-color: #8c8cf9 !important;
    }
    .nav-iconos::after {
        content: "";
        display: block;
        height: 2px;
        background-color: white;
        transform: scale(0,1);
        transform-origin: left;
        transition: transform .25s;
        
    }
    .nav-iconos:hover::after {
        transform: scale(1,1);
    }
/*End Navbar*/

/*Sidebar*/
    .category-menu-wrapper {
        background: #7f00ff;
        color: white !important;
    }
    .navigation-menu-wrapper {
        background: #344258;
        color: white !important;
        overflow: scroll;
    }
    .navigation-menu-wrapper .navbar-nav li a::after {
        top: 10px !important;
        position: relative !important;
    }
    .btn-salir {
        color: transparent !important;
        background-color: transparent;
    }
    .btn-salir:hover {
        color: white !important;
    }
    .navbar-nav .dropdown-menu {
        background: #3d4e68 !important;
        border: none !important;
        border-radius: 0px;
        width: 250px;
        padding: 0px;
        left: -15px !important;
        top: 15px !important;
    }

    .dropdown-menu.show {
        position: relative !important;
        padding-left: 0px !important;
        transform: translate(0px, 0px) !important;
    }
    
    .navbar-nav .dropdown-menu .dropdown-item:focus, 
    .navbar-nav .dropdown-menu .dropdown-item:hover {
        background-color: #344258 !important;
    }
    .navbar-nav .nav-item,
    .navbar-nav .dropdown-menu .dropdown-item,
    .navbar-nav .nav-item .nav-link {
        padding: 15px;
        color: white !important;
    }
    .navbar-nav .nav-item .dropdown-menu {
        padding-left: 54px;
    }
    .navigation-menu-wrapper-encabezado {
        height: 60px;
        padding-left: 25px;
    }
    .category-menu-wrapper-encabezado {
        height: 60px;
    }
    .category-menu-wrapper-encabezado p,
    .category-menu-wrapper-body p {
        font-size: 30px !important;
    }
    .category-menu-wrapper-boton {
        width: 100%;
        display: flex;
        justify-content: center;
        cursor: pointer;
        height: 60px;
    }
    .category-menu-wrapper-body .active {
        background: #93f;
    }
    .category-menu-wrapper-boton:hover {
        background: #8c1aff;
    }
    .icono {
        width: 20px;
        font-size: 15px;
    }
    .nav-link::after {
        float: right !important;
    }
    #offcanvasNavbar {
        max-width: 300px !important;
    }
/*End Sidebar*/

/*Button ScrollTop*/
#scroll {
    position:fixed;
    bottom: 25px;
    margin: 0 25px 0 0;
    right: 0;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#66676b;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 9999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color: transparent;
    border: 1px solid #8c8cf9;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll:hover span{
    border-bottom-color:#8c8cf9;
}
.mostrar{
    display: block !important;
}
/*End Button ScrollTop*/

/*Main Hero*/
    .hero {
        background-color: #8c8cf9;
    }
    .segundo-bloque .primary-btn {
        border: 2px solid white;
        border-radius: 50px !important;
    }
    .segundo-bloque .primary-btn:hover {
        background-color: #fff;
        color: #444f60;
        box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2) !important;
        opacity: .8;
    }
    .main-hero {
        padding-top: 85px;
        height: auto;
    }
    .main-hero .container {
        z-index: 9997 !important;
        padding: 3rem 3rem;
    }
    .main-hero .container p {
        color: white;
        font-size: 1.5rem;
    }
    .help-search-wrapper {
        position: relative;
        width: 100%;
      }
    .help-search-wrapper input {
        width: 100%;
        padding: 20px 32px 21px 59px;
        background: rgba(255,255,255,.2);
        border: none;
        outline: none;
        color: rgba(255,255,255,.7);
        font-size: 18px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.03);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.03);
        -webkit-transition: background .4s,box-shadow .2s;
        -webkit-transition: background .4s,-webkit-box-shadow .2s;
        transition: background .4s,-webkit-box-shadow .2s;
        transition: background .4s,box-shadow .2s;
        transition: background .4s,box-shadow .2s,-webkit-box-shadow .2s;
      }
      .help-search-wrapper input:focus,
      .help-search-wrapper input:focus i {
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.14);
        box-shadow: 0 10px 20px rgba(0,0,0,.14);
        background: #fff;
        color: #444f60 !important;
      }
      .help-search-wrapper i {
        font-size: 2rem;
        color: rgba(255,255,255,.7);
        position: absolute;
        top: 12px;
        left: 16px;
      }
/*End Main Hero*/

/*Bloque Principal*/
    .bloque-principal {
        background: #f3f5f7 !important;
    }
    .bloque-principal .container {
        padding: 3rem 3rem;
    }
    .flex-card {
        background-color: #fff;
        border: 1px solid #e5e5e5 !important;
        border-radius: .1875rem;
        display: inline-block;
        position: relative;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .card-body {
        padding: 30px 30px;
    }
    
    .card-body a .icon,
    .card-body .non-card .icon {
        width: 110px;
        height: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .card-body a .icon i,
    .card-body .non-card .icon i {
        font-size: 3.5rem;
        color: #818a97 !important;
    }
    .card-body a .inner-content,
    .shadow-bg .card-body .non-card .inner-content {
        padding-left: 25px;
    }
    .card-body a .inner-content h2,
    .card-body .non-card .inner-content h2 {
        margin-bottom: 10px !important;
        font-weight: 400;
        color: #8c8cf9;
        font-size: 1.5rem;
    }
    .card-body .non-card .inner-content h2 {
        color: black !important;
    }
    .card-body a .inner-content .inner-text,
    .card-body .non-card .inner-content .inner-text {
        color: #999 !important;
    }
    .card-body a .inner-content .card-meta,
    .card-body .non-card .inner-content .card-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 12px;
    }
    .card-body a .inner-content .card-meta .small-avatar,
    .card-body .non-card .inner-content .card-meta .small-avatar {
        height: 34px;
        width: 34px;
        border-radius: 50%;
        margin-right: 10px;
        border: 2px solid #fff;
        position: relative;
    }
    .card-body a .inner-content .card-meta .small-avatar.is-more,
    .card-body .non-card .inner-content .card-meta .small-avatar.is-more {
        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;
        color: #fff;
        background: #999;
        font-weight: 500;
        font-size: 13px;
    }
    .card-body a .inner-content .card-meta .small-avatar:first-child,
    .card-body .non-card .inner-content .card-meta .small-avatar:first-child {
        z-index: 3;
    }
    .card-body a .inner-content .card-meta .small-avatar:nth-child(2),
    .card-body .non-card .inner-content .card-meta .small-avatar:nth-child(2) {
        z-index: 2;
    }
    .card-body a .inner-content .card-meta .small-avatar:nth-child(3),
    .card-body .non-card .inner-content .card-meta .small-avatar:nth-child(3) {
        z-index: 1;
    }
    .card-body a .inner-content .card-meta .small-avatar:nth-child(4),
    .card-body .non-card .inner-content .card-meta .small-avatar:nth-child(4) {
        z-index: 0;
    }
    .card-body a .inner-content .card-meta .small-avatar:not(:first-child),
    .card-body .non-card .inner-content .card-meta .small-avatar:not(:first-child) {
        margin-left: -19px;
    }
    .card-body a .inner-content .card-meta .meta-info,
    .card-body .non-card .inner-content .card-meta .meta-info {
        color: #999 !important;
    }
    .card-body a .inner-content .card-meta .meta-info .articles-number,
    .card-body .non-card .inner-content .card-meta .meta-info .articles-number,
    .card-body a .inner-content .card-meta .meta-info .authors,
    .card-body .non-card .inner-content .card-meta .meta-info .authors {
        font-size: 13px;
    }
    .card-body .non-card .inner-content .card-meta .meta-info .status {
        font-size: 12px;
        color: #a9abac;
    }
    .card-body a .inner-content .card-meta .meta-info .authors span,
    .card-body .non-card .inner-content .card-meta .meta-info .authors span {
        color: #039be5;
    }
    .breadcrumb a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #039be5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 .75em;
          padding-left: 0.75em;
    }
    .breadcrumb ul, .breadcrumb ol {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0px !important;
    }
    .breadcrumb li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .breadcrumb ul li a {
        font-family: "Roboto",sans-serif;
        color: #98a9c3 !important;
    }
    .breadcrumb li + li::before {
        color: #b5b5b5;
        content: "/";
    }
    .breadcrumb ul li a:hover {
        color: #8c8cf9 !important;
    }
    .shadow-bg {
        background-color: #ebeef1;
    }
    .shadow-bg .contenedor-cards {
        border: 1px solid #d4dadf !important;
        border-radius: 4px;
    }
    .shadow-bg .flex-card {
        margin: 0px !important;
        overflow: initial;
        border: none;
        border-radius: 0px !important;
    }
    .shadow-bg .flex-card:first-child {
        border-radius: 4px 4px 0px 0px !important;
    }
    .shadow-bg .flex-card:last-child {
        border-radius: 0px 0px 4px 4px !important;
    }
    .shadow-bg .flex-card:not(:last-child) {
        border-bottom: 1px solid #d4dadf;
    }
    .white-bg {
        border: 1px solid #d4dadf !important;
        border-radius: 4px;
        background-color: white !important;
    }
    .white-bg .content {
        padding: 30px 30px;
        color: #444f60 !important;
    }
    .white-bg .content h4 {
        padding-top: 10px;
        font-weight: 500;
        font-size: 1.25rem;
    }
    .white-bg .rating-section {
        width: 100%;
        text-align: center;
    }
    .white-bg .rating-section .question {
        padding-top: 25px;
        font-size: 1.1rem;
        font-weight: 500;
        color: #a9abac;
    }
    .white-bg .rating-section .rating-buttons {
        position: relative;
        top: 18px;
        display: flex;
        justify-content: center;
    }
    .white-bg .rating-section .rating-buttons .rating-button {
        width: 60px;
        height: 60px;
        cursor: pointer;
        padding: 10px;
    }
    .white-bg .rating-section .rating-buttons .rating-button i {
        font-size: 50px;
        font-weight: 200;
        color: #a9abac;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .white-bg .rating-section .rating-buttons .rating-button i:hover {
        color: #8c8cf9;
    }
/*End Bloque Principal*/

/*Footer*/
      footer {
        padding-bottom: 0 !important;
        padding-top: 4rem !important;
      }
      .footer-header {
        padding-bottom: 3rem;
        border-bottom: 1px solid #e3e3e3;
      }
      .footer-footer {
        color: #999;
        padding: 4rem 0 2rem 0;
        font-size: 14px;
      }
      .footer-footer a {
        color: #999;
      }
      .footer-body {
        padding-top: 3rem;
      }
      .footer-body img {
        height: 24px;
      }
      .footer-body .footer-description {
        padding: 10px 0;
        color: #999;
        font-size: 14px;
      }
      .footer-body .social-links {
        font-size: 14px;
        color: #999;
      }
      .footer-body .social-links span i {
        color: red;
      }
      .footer-body .social-links .social-logos {
        padding: 10px 0;
      }
      .footer-body .social-links .social-logos a {
        color: #999;
        margin: 0 5px;
        transition: color .3s;
      }
      .footer-body .social-links .social-logos a:hover {
        color: #8c8cf9;
      }
      .footer-body .footer-column ul li {
        list-style: none;
      }
      .footer-body .footer-column ul .column-header {
        text-transform: uppercase;
        font-size: 14px;
      }
      .footer-body .footer-column ul li a {
        font-size: 14px;
        color: #999;
        transition: color .3s;
      }
      .footer-body .footer-column ul li a:hover {
        color: #8c8cf9;
      }
/*Fin Footer*/



.chat-btn {
    position: fixed;
    bottom: 85px;
    margin: 0 25px 0 0;
    right: 0;
    cursor: pointer;
    transition: transform .5s !important;
}

.chat-btn .close {
    display: none
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
}

.rotate {
    transform: rotate(90deg) !important;
    transition: all .5s !important;
}


#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 22px;
    color: #fff !important
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50px 50px 50px 0px;
    background-color: #8c8cf9;
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 9999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.chat-mostrar {
    display: flex !important;
}
.chat-btn:hover {
    opacity: .8;
  }

.wrapper {
    position: fixed;
    bottom: 85px;
    right: 85px;
    background-color: #fff;
    display: none;
    z-index: 9999;
    width: 370px;
    height: 550px;
    border-radius: 10px 10px 0;
    -webkit-box-shadow: 0 24px 25px rgba(0,0,0,.1);
    box-shadow: 0 24px 25px rgba(0,0,0,.1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#check:checked~.wrapper {
    display: block;
}

.header-chat {
    border-radius: 10px 10px 0px 0px;
    padding: 20px 20px 10px 20px;
    background-color: #8c8cf9;
}

.header-chat .chat-team .team-member img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.header-chat .chat-team .team-member .team-name {
    color: #fff;
    font-size: 14px;
}
.header-chat .response-delay p {
    color: #fff;
    font-size: 12px;
}
.header-chat .response-delay p {
    margin-top: 20px !important;
}
.message-container .divider {
    display: table;
    white-space: nowrap;
    margin-top: 20px;
    padding: 0 20px;
}
.message-container .divider .before-divider, 
.message-container .divider .after-divider {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #ededed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
}
.message-container .divider .children {
    padding: 0 20px;
    font-size: 14px;
    color: #cecece;
}
.message-container .chat-message {
    padding: 20px;
    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;
  }
  .message-container .chat-message img {
    height: 35px;
    border-radius: 100px;
  }
  .chat-message .bubble-wrapper {
    width: 100%;
  }
  .chat-message .bubble-wrapper .timestamp {
    position: relative;
    top: 8px;
    font-size: 11px;
    font-weight: 500;
    color: #999;
  }
  .chat-message.from .timestamp {
    right: 10px;
    float: right;
  }
  .message-container .chat-message.to .timestamp {
    left: 0;
    top: 23px;
  }
  .message-container .chat-message .bubble-wrapper .chat-bubble {
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    border: 1px solid #ededed;
    position: relative;
    top: 30px;
  }
  .message-container .chat-message.from .chat-bubble {
    margin-left: 20px;
    color: #fff;
    background: #8c8cf9;
    border-radius: 0 15px 15px 15px;
  }
  .message-container .chat-message.to .chat-bubble {
    margin-right: 20px;
    color: #fff;
    background: #8c8cf9;
    border: 1px solid #ededed;
    border-radius: 15px 0 15px 15px;
    text-align: left !important;
  }
  .message-input {
    position: absolute;
    bottom: -5px !important;
    width: 100%;
    border-radius: 0px 0px 0px 10px;
  }
  .message-input textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px;
      padding-right: 18px;
      padding-left: 18px;
    padding-right: 100px;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    font-family: "intercom-font","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none !important;
    resize: none;
    background-color: #fcfcfc;
    border-radius: 0px 0px 0px 10px;
  }
  .message-input .message-options {
    position: absolute;
    right: 30px;
    top: 0;
  }
  .message-input .message-options .emoji-button {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: .7;
    height: 55px;
    width: 30px;
  }
  .message-input .message-options .emoji-button::before {
    background-image: url(https://image.ibb.co/gH13KQ/emoji_icon.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    content: " ";
    width: 18px;
    height: 18px;
    left: 5px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    background-position: 50%;
  }
  .message-input .message-options .attach-button {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: .7;
    height: 55px;
    width: 30px;
  }
  .message-input .message-options .attach-button::before {
    background-image: url(https://image.ibb.co/hSE165/attach_icon.png);
    background-size: 16px 18px;
    background-repeat: no-repeat;
    content: " ";
    width: 16px;
    height: 18px;
    left: 5px;
    position: absolute;
    top: 20px;
    background-position: 50%;
  }
  .header-chat .cerrar {
    color: white !important;
    cursor: pointer;
  }

/*Login*/
    .login {
        min-height: 100vh;
        overflow: hidden; 
    }
    .login .segunda {
        background-image: url('/v50.5/assets/login/img/city.svg');
        background-repeat: no-repeat;
        background-size: contain; 
        background-position: bottom;
        background-color: #8c8cf9;
    }
    .login .segunda .texto {
        padding-top: 150px ;
    }
    .login .segunda .texto h2 {
        font-weight: bold !important;
    }
    .login .segunda .texto h2,
    .login .segunda .texto h6 {
        color: white !important;
    }
    .login .segunda .texto .btn-signup {
        border: 2px solid white;
        border-radius: 50px !important;
        max-width: 100% !important;
    }
    .login .segunda .texto .btn-signup:hover {
        background-color: white !important;
        color: #8c8cf9 !important;
    }
    .login .logo-color img {
            max-width: 200px;
    max-height: 60px;;
    }
    .login .hero-heading {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    .login .hero-body {
        padding: 3rem 3rem;
        height: 100%;
    }
    .login .hero-body div:first-child {
        width: 100% !important;
    }
    .login .inicial {
        margin-left: auto;
        margin-right: auto;
    }
    .input-login input {
        width: 100%;
        padding: 10px;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .input-login .btn-signup {
        border: 2px solid #8c8cf9;
        border-radius: 50px !important;
        max-width: 100% !important;
        background-color: #8c8cf9;
        color: white !important;
        width: 100%;
    }
    .account-yet {
        font-size: .9rem;
        font-family: "Roboto",sans-serif;
        font-weight: 500;
        color: #8c8cf9;
    }
    .account-yet:hover {
        color: #8c8cf9;
    }
    .forgot {
        color: #95a5a6;
        font-weight: normal;
        padding-right: 20px;
        -webkit-transition: all .6s;
        transition: all .6s;
    }
    .forgot:hover {
        color: #8c8cf9;
    }
    .no-mostrar {
        display: none;
    }
/*Fin Login*/

/*Sign In*/
    .signin {
        min-height: 100vh;
        overflow: hidden;
    }
    .signin .primera {
        background-color: white;
    }
    .signin .hero-heading {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    .signin .logo-color img {
        width: 150px;
    }
    .signin .hero-body {
        height: 100%;
    }
    .signin .hero-body div:first-child {
        width: 100% !important;
    }
    .signin .inicial {
        max-width: 293px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .signin .segunda {
        background-color: #8c8cf9;
    }
    .signin .btn-signup {
        background-color: white !important;
        color: #8c8cf9 !important;
    }
    .signin .btn-signup:hover {
        color: white !important;
        background-color: #8c8cf9 !important;
    }
    .signin .btn-sendinfo {
        background-color: white !important;
        color: #7f00ff !important;
        border: 2px solid #7f00ff;
    }
    .signin .btn-sendinfo:hover {
        color: white !important;
        background-color: #7f00ff !important;
    }
    .signin .segunda {
        position:relative;
    }
    .signin .segunda h1 {
        padding: 25px;
        padding-top: 25px;
        padding-top: 15%;
        color: white;
        /*margin-bottom: 1.5rem;*/
        font-weight: 600;
        line-height: 1.125;
    }
    .signin .segunda h3 {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.25;
        color: white;
        padding: 0 22%;
    }
    .signin .segunda .imagen img {
        position: absolute;
        bottom: -15%;
        left: 0;
        right: 0;
        z-index: 0;
        max-width: 80%;
        margin: 0 auto;
    }
    .signin .segunda .already {
        position: absolute;
        top: 0;
        right: 0;
        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;
        padding: 20px;
    }
    .signin .segunda .already span {
        color: white !important;
        margin-right: 15px;
        font-size: 1em;
    }
    .signin .segunda .already a {
        border: 2px solid #fff;
        color: #fff;
        background-color: transparent;
        border-width: 2px;
        font-weight: 600;
        min-width: 80px;
        padding: 3px 13px 6px 13px;
        border-radius: 50px;
        transition: all .5s;
    }
    .signin .segunda .already a:hover {
        background-color: #fff;
        color: #444f60;
    }
      
/*Fin Sign In*/

/*______________________________________________________Media Queries______________________________________*/
@media only screen and (max-width: 767px) {
    .main-hero .container {
        flex-direction: column;
    }
    .main-hero .container img {
        max-width: 300px;
    }
    .business-types .business-type {
        width: calc(100% - 24px);
    }
    
}@media only screen and (min-width: 768px) {
    .slide-left {
        padding-left: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .large-input {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0px;
    }
    .listado {
        background-color: #344258;
        box-shadow: 0px 10px 8px 0 rgba(0,0,0,.12);
        transition: all .35s ease-in-out;
    }
    .fixed-top .container-lg {
        position: fixed;
        transition: all .35s ease-in-out;
    }
    .fondoAzul {
        background-color: #344258;
        border-bottom: 1px solid #344258;
    }
    .fixed-top .container-lg div:nth-child(2) {
        position: inherit !important;
        z-index: 9998 !important;
    }
    .fixed-top .container-lg div:nth-child(1) {
        z-index: 9999 !important;
    }
    .btn-salir {
        color: white !important;
      }
    .bloque-siete .cards .card .precio .numero-precio::after {
        right: 5px !important;
    }
    .segundo-bloque .primary-btn {
        border: 2px solid white;
        background-color: transparent;
      }
}
@media screen and (min-width: 1024px) {
    .bloque {
        padding: 9rem 4.5rem !important;
    }
}

@media (max-width: 768px) {
    #check:checked~.wrapper {
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
        z-index: 9998 !important;
    }
}

.dropdown-menu.show {
    position: relative !important;
    padding-left: 0px !important;
    transform: translate(0px, 0px) !important;
}



