#inSlider {
    background-color: #1A1A1A;
}

.btn-primary-larger {
  background-color: #0294dd;
  border-color: #0294dd;
  color: #FFFFFF;
  font-size: 26px;
  padding: 10px 20px;
  font-weight: 600;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-primary-larger:hover {
  color: black;
}

.overlay {
    opacity: 0.4;
    position: fixed;
    background-color: white;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

.device-icon {
    margin-right: 10px;
}

.about-section {
    min-height: 300px;
}

.fiqus-desc {
    font-size: 27px;
}

.contact-data {
    margin-left: 30px;
    margin-top: 2px;
}

.captcha{
  padding: 10px;
  display: block;
}

.logo-afip{
  height: 101px;
}

.pricing .pricing-plan {
  margin-bottom: 20px;
}

.pricing .pricing-price {
    font-size: 130%;
}

.navbar-brand img{
    height: 52px;
    -webkit-transition:  1s;
    -moz-transition:  1s;
    -o-transition:  1s;
    transition:  1s;
}

.navbar-scroll .navbar-brand img {
    height: 45px;
}

.navbar.navbar-scroll .navbar-brand {
    margin-top: 12px;
    padding: 2px;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover {
    background: #FAFBFD;
    border-radius: 4px;
    color: #0294dd;
    border-bottom: 3px solid #0294dd;
}

@media (max-width: 768px){
    .navbar .navbar-brand img {
        height: 45px;
    }

    .navbar .navbar-brand{
        margin-top: 12px;
        padding: 2px;
    }
}

.contact-success {
    color: #0294dd;
    font-size: 15px;
    font-weight: bold
}

.contact-error {
    color: #ed5565;
}

.three-months {
    font-size: large;
    font-weight: bold;
}

.page-heading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo-mercadopago{
    height: 25px;
}

#alert_logged_in{
    background-color: #337AB7;
    color: white;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: x-large;
    display: none;
}

#alert_logged_in button.close{
    font-size: x-large;
    padding: 5px;
}

#alert_logged_in span a{
    color:#FCF8E3;
    font-weight:bold;
}

.div_edi {
    padding-top: 20px;
    padding-bottom: 25px;
}

.img_aquiles {
    margin: 0 auto;
}



@media screen and (min-width: 0px) and (max-width: 700px) {
    .fixed-telephone-container .fixed-telephone-number {
        display: none;
    }
}

@media screen and (min-width: 701px) {
    .fixed-telephone-container {
        color: white;
        background:#0294dd;
        border-radius: 3px;
        outline: none !important;
        visibility: visible !important;
        resize: none !important;
        box-shadow: none !important;
        overflow: visible !important;
        opacity: 1 !important;
        position: fixed !important;
        border: 0px !important;
        padding: 0px !important;
        transition-property: none !important;
        z-index: 1000001 !important;
        cursor: auto !important;
        float: none !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        width: 225px !important;
        min-width: 225px !important;
        max-width: 225px !important;
        transform: rotate(0deg) translateZ(0px) !important;
        transform-origin: 0px center 0px !important;
        margin: 0px !important;
        top: auto !important;
        bottom: 0px !important;
        right: auto !important;
        left: 10px !important;
        display: block !important;
    }

    .fixed-telephone-number {
        padding: 4px !important;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        border: 0 none;
        cursor: pointer;
        z-index: 999999;
        position: absolute;
        top: 2px;
        bottom: 0;
        width: auto;
        height: auto;
        left: 2px;
        right: 2px;
        border-bottom: 0;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
        -moz-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
        box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
    }
}

.mes-gratis {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: -12px;
    margin-left: 5%;
}

.comenza-usarlo {
    font-size: 22px !important;
}

.features {
    padding-top: 30px;
    padding-bottom: 30px;
}

.features h2 {
    font-weight: 600;
}

.check-plans {
    color: #0294dd;
}

.plans-table > thead > tr > th, .plans-table > thead > tr > td {
    border-bottom-width: 2px;
    font-size: 145%;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.plans-table > tbody > tr > th, .plans-table > tbody > tr > td {
    border-bottom-width: 2px;
    font-size: 102%;
    padding: 15px;
    text-align: center;
}


/* begin Wizard como funciona*/
li[role=presentation], div.tab-pane {
    background-color: #F4F4F4;
}

 li[role=presentation], div.tab-pane p {
    padding-left: 5%;
    padding-right: 5%;
}

.wizard {
    margin: 15px auto;
}

.wizard-container {
    margin-right: 15%;
    margin-left: 11%;
    border: 1px solid #0294dd;
    border-radius: 25px;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #0294dd;

}
.wizard li.active span.round-tab i{
    color: #0294dd;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0294dd;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #0294dd;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard .tab-content {
    padding-bottom: 45px;
}
.wizard h3 {
    margin-top: 0;
}

.wizard .tab-content h3 {
    font-weight: 600;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    .wizard-container {
        margin-left: 5%;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/* end Wizard como funciona*/

.main-menu {
    margin-right: 0 !important;
}

.main-menu-container {
    width: 98%;
}

.index-link {
    margin-left: 6px !important;
}

.boton-ingresar, .boton-ingresar:hover {
    color: #ffffff !important;
    background-color: #337ab7 !important;
    border-top: 0 !important;
    margin-top: 6px;
    border-color: #337ab7;
}

.boton-registrar, .boton-registrar:hover {
    color: #ffffff !important;
    background-color: #2eb14f !important;
    border-top: 0 !important;
    margin-top: 6px;
    margin-right: 0.2em;
    border-color: #2eb14f;
}

.logo-uber {
    width: 272px;
    margin-right: 30px;
    border-radius: 10px;
}

.uber-plus-afip {
    color: #0294dd;
    font-size: 45px;
    margin-left: 20px;
    margin-right: 20px;
}

.uber-logos-container {
    margin-bottom: 35px;
    text-align: center;
    padding-top: 15px;
}

.uber-message-container p {
    font-size: 16px;
    color: #727272;
}

.uber-message-container {
    padding-bottom: 10px;
}

.logo-afip-uber {
    width: 450px;
}

.boton-llamar-uber-phone {
    display:none;
    background-color: #337ab7 !important;
    border-color: #337ab7;
    text-transform: uppercase;
}

.boton-llamar-uber-browser {
    display: block;
    text-transform: uppercase;
    width: 262px;
    margin-left: 30%;
    background-color: #337ab7 !important;
    border-color: #337ab7;
}

@media screen and (max-width: 701px) {
    .logo-afip-uber {
        width: 300px;
    }

    .uber-plus-afip {
        margin-top: 15px;
    }

    .boton-llamar-uber-phone {
        display: inline-block;
        width: 262px;
    }

    .boton-llamar-uber-browser {
        display: none;
    }
}

.uber-actions-container {
    margin-top:20px;
    margin-bottom: 50px;
}