
.BL_Resaltar
{
    outline: 5px solid #FFDD54;
}

.BL_Mensaje
{
    background-color: #FFFFAA;
    border: 2px solid #FFDD54;
    padding: 5px;
    color: #003D72;
}
.publicar-principal{
    padding: 10px;
    background-color: #FFF;
}

.publicar-paso{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 420px;
    text-align: left;
    color: #000;
}

.publicar-pasos{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: center;
}
.publicar-pasos span{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}

.publicar-numero{
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../img/Publicar/paso_circulo.png);
    background-position: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
    margin-right: 10px;
}

.publicar-pasos{
    vertical-align: middle;
}

.publicar-leyenda{
    text-align: left;
    margin: 20px 0;
    font-size: 14px;
}

/*
    PARCHECITO
*/
div#ContainerBody {
    padding-top: 0;
}

div#ContainerFoot{
    margin-top: 0;
}

/*
    LO VIEJO
*/

.divRecuadro.cssCotizacion .Content
{
    line-height: 24px;
    padding: 9px;
    text-align: left;
}

.divRecuadro.cssCotizacion .Content label
,.divRecuadro.cssCotizacion .Content label  span
{
    display: inline-block;
}

.divRecuadro.cssCotizacion .Content .cssCampo
{
    width: 90px;
    text-align: left;
}

.divRecuadro.cssCotizacion .Content .cssValor
{
    text-align: right;
    width: 100px;
}

.divRecuadro.cssCotizacion .Content .cssValor span
{
    width: 75px;
}

.divRecuadro.cssCotizacion .Content .cssAnuncioMedida
{
    margin-bottom: 10px;
}

.divRecuadro.cssCotizacion .Content .cssAnuncioMedidas .cssValor
{
    text-align: left;
}

.divRecuadro.cssCotizacion .Content .cssAnuncioMedidas .cssValor span
{
    display: inline;
}

.divRecuadro.cssCotizacion .Content .cssAnuncioPrecio .cssPrecio
{
    font-size: 18px;
}

.divRecuadro.cssCotizacion .Content .cssPromociones
{
    display: none;
}

.cssMesAnio {
    padding: 3px;
    background: #f1f1f1;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    margin: 0 auto;
    width: 249px;
}

.msg-calendar {
    font-weight: 500;
}

.btn-cont-cal {
    margin: 0 auto;
    width: 249px;
    position: relative;
    overflow: hidden;
}

div#calculate-price {
    margin-bottom: 2px;
}

button.btn-calc-precio {
    border: none;
    padding: 6px 13px;
    font-size: 17px;
    background-color: #00b9e9;
    color:white;
}


.price-container {
    display: inline-block;
    color:#0194bb;
    font-size: 16px;
    margin-left: 2em;
}

span.dollar-sign {
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

.btn-cont-cal button {
    width: 50%;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(201, 201, 201);
    float: left;
    background: rgb(255, 255, 255);
    border-top: 0;
    height: 25px;
    padding-top: 2px;
    color: black;
}

.btn-cont-cal button:hover {
    font-weight: 500;
    background: rgba(220, 220, 220, 0.32);
}

button.ctlButton.left-cal-btn {
    position: absolute;
    top: 0px;
    line-height: 1px;
    left: 0;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.27);
    background: #fff;
    color: #000;
    font-weight: bold;
}

button.ctlButton.right-cal-btn {
    position: absolute;
    top: 0px;
    line-height: 1px;
    right: 0;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.27);
    background: #fff;
    color: #000;
    font-weight: bold;
}

button.ctlButton.left-cal-btn:hover,
button.ctlButton.right-cal-btn:hover{
    background:rgba(220, 220, 220, 0.32);
}

.cssCantidadDias {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
    text-align: left;
    font-size: 17px;
    padding-left: 17px;
}

#Calendar
{
    margin: 0 auto;
    border-collapse: collapse;
}

#Calendar thead tr
{
    color: #005888;
    font-size: 10px;
    font-weight: bold;
}

#Calendar tbody tr td
{
    height: 30px;
    width: 35px;
    text-align: center;
    padding-top: 4px;
}

#Calendar thead tr td {
    background: #f1f1f1;
}

table#Calendar thead {
    border: 1px solid #c9c9c9;
}

#Calendar thead tr td {
    background: #f1f1f1;
    color: rgba(0, 0, 0, 0.56);
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    width: 35px;
    padding-top: 4px;
}

.cssColumnEnable {
    color: #444444;
    border: 1px solid rgba(192, 192, 192, 0.56);
    background-color: rgb(255, 255, 255);
}

.cssColumnEnable:hover {
    border-color: rgba(179, 179, 179, 0.59);
    color: #000051;
    font-weight: bold;
    cursor: pointer;
}

.cssColumnDisable {
    border: 1px solid rgba(209, 209, 209, 0.99);
    background-color: #efefef;
    color: #AAAAB0;
}

.cssColumnDisable:hover {
    cursor: not-allowed;
}

.cssColumnNone {
    background-color: #f1f1f1;
    border: 1px solid rgba(214, 214, 214, 0.99);
}

.cssColumnDisabledSelected
{
    background-color: #3764a0;
    border: 1px solid  #4E565F;
    text-decoration: line-through
}

.cssColumnBonificado, 
.cssColumnSelected {
    cursor: pointer;
    background-color: #0ea1d2;
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #FFF;
}

.cssColumnBonificado:hover, 
.cssColumnSelected:hover {
    font-weight: bold;
    border-color: rgba(191, 191, 191, 0.42);
}

#calendar-container button
{
    margin: 1px;
}

#calendar-container
{
    width: 190px;
    margin: 10px AUTO;
    padding: 1px;
    display: block;
    text-align: center;
    cursor: default;
}


#idMediosPago .cssMetodoPago
{
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
#idMediosPago .cssMetodoPago .CRecuadro{
        display: flex;
    flex: 1;
        height: 100%;
    flex-direction: column;
}
#idMediosPago .cssMetodoPago .CRecuadro>h4
{
    font-weight: normal;
    font-size: 17px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-bottom: 8px;
}
#idMediosPago .cssMetodoPago .CRecuadro>div{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}
#idMediosPago .cssMetodoPago .CRecuadro>div>img
{
    max-height: 50px;
}

#idMediosPago .cssMetodoPago .CRecuadro>div>p
{
    font-size: 12px;
    margin: 10px 0px;
}
div.cssCuponCompra
{
    border: 1px solid #999;
}

div.cssBtnImprimir
{
    text-align: center;
    margin-top: 3px;
}

.cssCuponCompra span.data
{
    text-align: left;
}

.cssCuponCompra span.cssCampo
{
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}

.cssCuponCompra span.cssCodigo
{
    font-weight: bold;
    font-size: 13px;
}

.cssCuponCompra .cssDatos
{

}

.cssCuponCompra .cssDatos .cssResultado
{
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cssCuponCompra .cssDatos .cssResultadoMonto
{
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.cssCuponCompra .cssDatos .cssResultadoCodigo
{
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.cssCuponCompra .cssDatos p
{

}

.cssCuponCompra .cssDatos .cssCodigo
{
    border: none;

}
.cssCuponCompra
{

}

#idWndConfirmar .FinContenido
{
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
}
.cssAnuncioWizard .SubTitle {
    text-align: right;
}
.cssAnuncioWizard .SubTitle label
, .cssAnuncioWizard .SubTitle select {
    float: left;
    color: #FFF;
}
.cssAnuncioWizard .SubTitle select option
{
    color: #333;
    background-color: #FFF;
}
#idSelectSecciones
{
    /*background-color: rgba(0,0,0,0);*/
    /*border:0;*/
    line-height: 24px;
    height: 24px;
}

/* ARBOL DE CATEGORIAS*/


#captura-opt-header .SubTitle {
    background-color: #FFFFFF;
    color: rgba(131,184,26,.8);
    font-size: 20px;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 18px;
}

/* HEADER */

.header-right {
    display: none;
}

.div-header-center {
    float: right !important;
    width: 44%;
    vertical-align: top;
    height: 90px;
    background-color: #00ADD0 !important;
    border-bottom: 3px solid #0088B2 !important;
    position:relative;
    left:22%;
}

.input-group.header-search.col-sm-7 {
    display: none;
}

.div-logo-left {
    width: 34% !important;
}

@media screen and (max-width: 650px){
    .div-header-center {
        width: 65% !important;
    }
}

@media screen and (max-width: 550px){
    #SelectCategoria span.label {
        font-size: 13px;
        display: block;
    }
    #SelectCategoria a[data-section-id]{
        font-size: 13px;
        display: block;
        overflow: hidden;
    }
    #SelectCategoria .list-group-item {
        overflow: hidden;
    }
}

@media screen and (max-width: 330px){
    #SelectCategoria span.label {
        font-size: 11px;
    }
    #SelectCategoria a[data-section-id]{
        font-size: 11px;
    }
}

.a-d-v-top{
    display:none;
}

.header-lvt-gral {
    height: auto !important;
}

/* FORMULARIO*/

.captura-data #type-container {
    height: 40px;
    padding: 5px;
    font-size: 14px;
    margin: 10px 0;
    padding-right: 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dddddd;
    display:table;
    margin: 0 auto 10px auto;
}

.captura-data #type-container label {
    padding-left: 15px;
    font-weight: 100;
    width: 60px;
    padding-top: 3px;
}

.captura-data #type-container .select-container {
    display: table-cell;
    width: 100%;
    padding-left: 20px;
}

.captura-data #type-container select {
    width: 100%;
    height: 37px;
    border: 0;
}

.captura-data #type-container select:focus {
    outline: 0;
}

legend{
    display: none !important;
}

.x-panel-body {
    border: 0 !important;
}

.x-panel{
    border:0 !important;
}

.boxMaterial {
    background: #f1f1f1;
    border: 1px dashed #a79d9d;
    overflow: hidden;
}


button#idComprar {
    background: #75a614;
    box-shadow: none;
    border-radius: 5px;
    height: 50px;
    font-size: 23px;
    font-weight: bold;
    margin: 15px 0 15px 0;
    border-bottom: 4px solid #587c0e;
}

/* BREADCUM*/

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

#PaginadoHeader.cssPaginadoHeaderSearch {
    border: 1px solid rgba(170, 170, 170, 0.29) !important;
    border-radius: 5px;
}

#PaginadoHeader {
    text-align: left;
    background-color: rgba(170, 170, 170, 0.1);
    padding: 0 !important;
    display: inline-block;
    width: 100%;
}

.cssPaginadoHeaderSearch {
    text-align: right;
    padding: 5px;
    border: 1px solid #CCC;
    margin: 10px 0 10px 0;
    min-height: 27px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #7B7B7B;
    content: "\e080";
    top: 2px;
    position: relative;
    font-family: 'Glyphicons Halflings';
}

/* LISTA DE CATEGORIAS*/

#SelectCategoria .icon{
    height: 32px;
    width: 32px;
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-bottom: 5px;
    display: none;
}


/* WIZARD*/

#WizardContainer label:focus {
    outline: none;
}

label#term-cond {
    width: 100%;
    margin: 10px 0 0 0;
}

.MaxcharLabel{
    color:#acacac;
}

.bottom-wizard {
    margin: 0 auto;
    border: 1px solid #f2f0f0;
    border-top: 0;
    box-sizing: content-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
}


/* CUPON PREVIEW*/

.logo-content {
    background-color: #33beda;
    padding: 8px;
}

div.cssCuponCompra {
    border: 1px solid #33beda;
    border-radius: 5px;
    margin-top: 10px;
}

.cssCuponCompra .cssDatos p {
    overflow: hidden;
    margin: 5px 0;
}

.cssCuponCompra .cssDatos {
    overflow: hidden;
}

button#idConfirmar {
    background-color: #83b81a;
    color: #FFF;
}

button#idVolverConfirmar {
    background-color: #5aafdb;
    color: #FFF;
}

a[data-section-selected="true"]{
    text-decoration: none;
    background-color: #f5f5f5;
}

.tooltip-inner {
    background-color: rgb(47, 163, 255);
    border: 1px solid rgba(0, 0, 0, 0.23);
    width:200px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgb(47, 163, 255);
}

input.CError {
    border: 1px solid rgba(255, 0, 0, 0.34);
}

div[tooltiptype="CRITICAL"] div.x-panel.x-panel-noborder{
    border: 2px solid #feb1a3 !important;
}

.captura-tree-sections{
    position: relative;
}


/*   WIZARDS OBJECT  */
.wizard-form-group{
    position: absolute;
}

/*
        MINI SCREEN
*/
@media (max-width: 439px){

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image input,
    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image img,
    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image,
    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"]{
        height: auto !important;
        width:100% !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image{
        margin-bottom: 9px;
    }

    [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image img{
        max-width: 100% !important;
        max-height: 100% !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image input{
        height: 280px !important;
    }

}

/*
        MOBILE SCREEN
*/
@media (max-width: 767px){

    .wizard-form-group{
        position: relative;
        width: 100% !important;
        height: inherit !important;
    }

    #WizardContainer *{
        position: initial !important;
        text-align: left;
    }

    [data-wizard-object="page"] ,
    #WizardContainer [data-wizard-object="page"]{
        width: 100% !important;
        height: auto !important;
    }
    [data-wizard-object="page"]  fieldset{
        display: none;
    }

    [data-wizard-object="page"]  label{
        display: none;
    }

    [data-wizard-object="page"]  .checkbox label,
    [data-wizard-object="page"]  .form-group label{
        display: block;
    }

    [data-wizard-object="page"]  .form-group textarea.form-control,
    [data-wizard-object="page"]  .form-group select.form-control,
    [data-wizard-object="page"]  .form-group input.form-control {
        display: block;
        width: 100% !important;
        height: 34px !important;
    }

    [data-wizard-object="page"] .form-group textarea.form-control{
        height: 80px !important;
    }

    [data-wizard-object="page"]  .checkbox input.checkbox{
        height: 80px !important;
    }


    [data-wizard-object="page"]  [wizard-object-type="11"]{
        display: block;
        height: 119px !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="13"] *{
        position: absolute !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="13"]{
        position: relative !important;
        width: 98% !important;
        top:0 !important;
        left: 0 !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="13"] .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div{
        position: relative !important;
    }

    #WizardContainer [data-page-name="Imagenes"]{
        text-align: center;
    }

    #WizardContainer [data-wizard-object="page"] [wizard-object-type="11"] .form-upload-image{
        position: relative !important;
    }

    #WizardContainer [data-wizard-object="page"] [wizard-object-type="11"] .form-upload-image span{
        position: absolute !important;
    }

    #idCapturaCalendario{
        position: relative !important;
    }

    #WizardContainer [wizard-object-type="11"] input[type="file"]{
        position: absolute !important;
    }

    #WizardContainer .responsive-vide.embed-responsive.embed-responsive-16by9 iframe{
        position: absolute !important;
    }

    #WizardContainer .responsive-vide.embed-responsive.embed-responsive-16by9 {
        position: relative !important;
    }
    #rootwizard div[data-wizard-object="page"] div[wizard-object-type="6"] .img-inside {
        position: relative !important;
    }
    #rootwizard div[data-wizard-object="page"] div[wizard-object-type="6"] .img-inside .remove-logo {
        position: absolute !important;
        font-size: 25px;
    }
}

/*
        NORMAL SCREEN
*/
@media (min-width: 768px){

    div[data-wizard-object="page"]{
        float: left;
        height: auto;
    }


    [data-wizard-object="page"]  .form-group label{
        display: none;
    }

    label.MaxcharLabel{
        right: 0 !important;
        bottom:0 !important;
        display: block !important;
    }

    .wizard-form-group textarea{
        height: 100%;
    }

    label{
        text-align: left !important;
    }
}


[class^=col-].padding-no-right{
    padding-right: 0;
}
[class^=col-].padding-no-left{
    padding-left: 0;
}

/*WIZARD PASOS*/

body div[data-page-name="Extra Papel"],
body div[data-page-name="Texto Papel"]{
    display: none;
}

body.combos-ofertas div[data-page-name="Web"],
body.combos-ofertas div[data-page-name="Geolocalizacion"]{
    display: none;
}

/******************/

.offer-panel.offer-web{
    background-color: #F6FFEC;
}

.offer-panel.offer-web .offer-name{
    background-color: #D0FF9F;
}

.offer-panel.offer-web .offer-arrow{
    background-color: #D0FF9F;
    border-top: 5px solid #00A229;
    border-right: 5px solid #00A229;
}

.offer-panel.offer-paper{
    background-color: #EAFEFF;
}

.offer-panel.offer-paper .offer-name{
    background-color: #ADD8FF;
}

.offer-panel.offer-paper .offer-arrow{
    background-color: #ADD8FF;
    border-top: 5px solid #0082B6;
    border-right: 5px solid #0082B6;
}

.offer-panel.offer-custom {
    background-color: #FFFF9D;
}

.offer-panel.offer-custom .offer-name{
    background-color: #FFCF4F;
}

.offer-panel.offer-custom .offer-arrow{
    background-color: #FFCF4F;
    border-top: 5px solid #FF7E46;
    border-right: 5px solid #FF7E46;
}

.offer-panel{
    overflow: hidden;
    margin-top: 10px;
}

.offer-name{
    padding: 10px;
    font-size: 18px;
    text-align: center;
    height: 92px;
}

.offer-name h3{
    position: relative;
    z-index: 1;
}

.offer-arrow{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 11px;
    right: -32px;
    transform: rotate(45deg);
    z-index: 0;
}

.offer-combo {
    padding-top: 5px;
    position: relative;
    z-index: 1;
}

.offer-combo-label{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.offer-combo-label label{
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.offer-combo .offer-icon{
    font-size: 32px;
}


.offer-leyend{
    padding: 20px 0;
    border-bottom: 1px solid #000;

}

.offer-leyend h3{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.offer-leyend p{
    font-size: 18px;
}

hr{
    border-top: 1px solid #000;
}

.offer-properties .offer-days{
    font-size: 16px;
    padding-top: 18px;
}

.offer-properties .offer-days b{
    font-size: 18px;
    font-weight: 700;
}

.offer-properties .offer-price,
.offer-properties .offer-box,
.offer-properties .offer-fill{
    padding-top: 25px;
    font-size: 26px;
}

.offer-properties .offer-price{
    padding-top: 26px;
    padding-bottom: 10px;
}

.offer-properties offer-icon{
    font-size: 26px;
}

.offer-action button{
    width: 100%;
    font-size: 24px;
}

.fa-times{
    color: #D9534F;
}

.fa-check{
    color: #00b9e9;
}

@media (min-width: 768px){
}

@media (max-width: 991px){

    .offer-properties .offer-days b{
        font-size: 24px;
    }

    .offer-properties .offer-days,
    .offer-properties .offer-price,
    .offer-properties .offer-box,
    .offer-properties .offer-fill{
        padding-top: 8px;
        font-size: 22px;
        padding-left: 36px;
    }
    .fa-times {
        font-size: 25px;
    }
}

@media (min-width: 992px){
    .offer-combo-description{
        padding-left: 60px;
    }

    .offer-action
    {
        padding: 0 30px;
        padding-top: 24px;
    }
}

#WizardContainer [data-page-name="Informacion para internet"]
{
    display: block;
    margin: 0 auto;
}

#WizardContainer [data-page-name="Informacion para papel"]
{
    display: none;
    margin: 0 auto;
}

body.combos-ofertas #WizardContainer [data-page-name="Informacion para internet"]
{
    display: none;
    margin: 0 auto;
}

body.combos-ofertas #WizardContainer [data-page-name="Informacion para papel"]
{
    display: block;
    margin: 0 auto;
}

/************CAPTURA CSS GASTON**************/

#tab2 h1.main-title {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.67);
    padding-bottom: 20px;
}

#tab2 .sub-title-web {
    padding: 18px 5px;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.77);
    background: #FFF;
}

#tab2 .sub-title-web i {
    font-size: 30px;
    vertical-align: middle;
    padding-bottom: 6px;
}

#tab2 .sub-title-web h4 {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.77);
    background: #FFF;
}

.tab-radius {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(255, 0, 0, 0.76);
}

span.nom-tab {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.94);
    position: relative;
    top: 5px;
}

.right-top-radius .nom-tab {
    font-size: 20px;
    font-weight: 300;
}

.right-top-radius .nom-tab b{
    font-size: 26px;
    font-weight: bold;
    padding-right: 7px;
}

.tab-bottom.inactive {
    border-color: #f8ec92 !important;
}

.tab-bottom {
    line-height: 65px;
    border-bottom: 6px solid;
    border-color: #fc3a3a;
    overflow: hidden;
}

.row.back-row {
    background: #f2f2f2;
    padding: 15px 30px;
    overflow: hidden;
}

#tab2 p ,
#tab2 p.small{
    line-height: 18px;
    font-size: 16px;
    text-align: center;
}

.tab-section {
    padding: 0;
}

button#idLieam {
    background: #ff6a00;
    border: #fc3a3a;
    border-radius: 3px;
    transition: .2s;
}

button#idLieam:hover {
    background: rgb(255, 82, 0);
}

.pad-top-5{
    padding-top: 5px;
}

/********BASICO Y DESTACADOS**********/

.web-super-tab.basic-important {
    border-top: 1px solid;
    margin-top: 20px;
}

.icons-container {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    top: 2px;
    position: relative;
}

div#important-tab .tab-radius,
div#basic-tab .tab-radius {
    background: rgba(255, 224, 0, 0.4);
}

div#important-tab .tab-radius.active,
div#basic-tab .tab-radius.active {
    background: #ffe000;
}

div#important-tab .tab-radius.active:hover, 
div#basic-tab .tab-radius.active:hover {
    background: #ffe000;
}

div#basic-tab {
    padding-right: 5px;
    cursor: pointer;
}

div#important-tab {
    padding-left: 5px;
    cursor: pointer;
}

.web-super-tab.basic-important .active .nom-tab {
    color: #000;
}

.web-super-tab.basic-important .nom-tab {
    color: rgba(0, 0, 0, 0.65);
}

.web-super-tab.basic-important .tab-bottom {
    border-color: #ffe000;
}

span.nom-tab.line {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    display: block;
    padding-top: 7px;
}

span.nom-tab.line b {
    padding-right: 5px;
}

span.nom-tab.price-basic b {
    font-size: 55px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

span.nom-tab.price-basic {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 3px;
}

#tab2 .sub-title-web h5 {
    font-weight: 400;
    padding-top: 15px;
    font-size: 21px;
    padding-bottom: 0px;
}

.web-super-tab.basic-important .row.back-row {
    background: #f2f2f2;
    padding: 15px 30px 0 30px;
}

div#important-tab .tab-radius:hover, 
div#basic-tab .tab-radius:hover {
    background: #f3e89a;
}

.combos-ofertas.important #idCapturaCalendario,
.combos-ofertas.basic #idCapturaCalendario{
    display: block !important;
}

div#wizard-basic-important {
    padding: 0 15px 15px 15px;
}

.border-color {
    overflow: hidden;
    border: 6px solid #ffe000;
    border-top: 0;
    padding: 15px;
}

#idCapturaCalendario {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    overflow: hidden;
    text-align: center;
}

div#dlg-div {
    text-align: center;
    padding-top: 25px;
}

body.combos-ofertas.important div[data-page-name="Extra Papel"],
body.combos-ofertas.important div[data-page-name="Texto Papel"],
body.combos-ofertas.basic div[data-page-name="Texto Papel"]{
    display: block;
}

body.basic div#btn-public-basic,
body.basic div#price-div {
    padding-top: 20px;
}

button#btnImportant,
button#btnBasic {
    background: #ff6a00;
    border-color: rgba(255, 106, 0, 0.48);
    border-radius: 3px;
}

button#btnImportant:hover,
button#btnBasic:hover {
    background: #ff5200;
}

.blockDiv {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 99;
    cursor: not-allowed;
}

body.important .msg-calendar,
body.important div#dlg-div,
body.important div#price-div,
body.basic .blockDiv {
    display:block !important
}

body.basic .msg-calendar,
body.basic div#dlg-div,
body.basic div#price-div,
body.important .blockDiv {
    display:none !important
}

/*BREADCRUMB*/

.category-breadcrumb ul {
    display: inline-block;
    padding: 15px 0px;
    font-size: 15px;
    font-weight: 500;
}

.category-breadcrumb .third:before {
    content: "/";
    padding-right: 3px;
}

.category-breadcrumb .second,
.category-breadcrumb .third{
    color: #ff6b22;
}

.category-breadcrumb .second:empty,
.category-breadcrumb .third:empty {
    display: none;
}

.category-breadcrumb li {
    display: inline-block;
}

div#idTreeSections,
.list-sections.collapse.in,
.list-sections.collapsing{
    justify-content: space-between;
    align-items:  center;
    flex-wrap:wrap;
    display: flex;
    text-align: center;
    gap:15px;
}
.list-sections.collapse.in,
.list-sections.collapsing{
    height: 87px!important;
    display: flex!important;
    position: absolute;
    left: 14px;
    top: -42px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    width: fit-content;
}
.list-sections.collapsing + .list-sections.collapsing{
    display: none;
}

#SelectCategoria a.list-group-item:hover, 
#SelectCategoria button.list-group-item:hover{
    background-color: #00b9e9;
	color: white;
}
#SelectCategoria .list-group-item{
    border-radius: 15px;
    border:1px solid;
    padding: 5px 15px;
	background: transparent;
    max-width: 150px;
    text-align:center;
}
#SelectCategoria .list-group-item .label{
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    white-space: normal;
    text-align: center;
    padding: 0;
}
#SelectCategoria .list-group-item.disable{
    opacity: .35;
    pointer-events: none;
}
#SelectCategoria .list-group-item[aria-expanded="true"],
#SelectCategoria .list-group-item[data-section-selected="true"] {
    color:white;
	background-color: #00b9e9;
}

#SelectCategoria .list-group-item[aria-expanded="true"] .label {
    color: #FFF !important;
}

#SelectCategoria .list-group-item[aria-expanded="true"] .icon {
    color: #FFF !important;
}

#SelectCategoria .list-group-item[aria-expanded="true"]:hover,
#SelectCategoria a[data-section-id][data-section-selected="true"]:hover {
    background-color: #00b9e9;
	color: white;
}

#Crop img {
    max-width: 100%;
}

#Crop{
    max-width: 800px;
    height: 100%;
}

button#idCropGuardar {
    position: absolute;
    bottom: 21px;
    right: 20px;
    border-radius: 4px;
    background: #fd6161;
    border: 1px solid red;
    color: #FFF;
}

.delete-container {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.49);
    border-radius: 5px;
    cursor: pointer;
}

div[wizard-object-type="11"]:focus{
    outline: 0;
}

.hover-bottom-shadow:hover {
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.32);
}

span.uploading-image {
    position: absolute;
    top: 43px;
    left: 38px;
    color: #FFF;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 5px;
}

.modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
    max-width: 100%;
    margin: 10px auto;
}

.modal-body {
    overflow: hidden;
}

@media screen and (max-width: 800px){
    button#idCropGuardar {
        position: relative;
        float: right;
        top: 0;
        right: 0;
        margin-top: 15px;
        border-radius: 4px;
        background: #fd6161;
        border: 1px solid red;
        color: #FFF;
    }
}

.ad-promote div#WizardContainer,
.ad-promote div#idCapturaCalendario{
    width: 350px;
    float: left;
    display: block;
}

@media (max-width: 767px){
    .ad-promote div#WizardContainer,
    .ad-promote div#idCapturaCalendario{
        width: 100%;
    }
    .list-sections.collapse.in,
    .collapsing{
        top: -49px;
    }
    .list-rubro {
        flex: 1;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .list-rubro:first-child{
        order:-1;
    }
    .list-rubro:last-child{
        order:-1;
    }

}

[data-page-name="Titulo EI"]{
    display: none;
}

.ad-promote [data-page-name="Geolocalizacion"],
.ad-promote [data-page-name="Web"],
.ad-promote [data-page-name="Imagenes"],
.ad-promote [data-page-name="Titulo CD"],
.ad-promote .captura-tree-sections{
    display: none;
}

[data-page-name="Titulo CD"] label, 
[data-page-name="Titulo EI"] label {
    width: 100%;
    color: #FFF !important;
    font-size: 18px;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #FFF;
    text-align: right !important;
    line-height: 35px;
    display: block !important;
    background: #E15058;
    font-weight: 400;
    padding-right: 10px;
}


.ad-microsite [data-page-name="Titulo EI"],
.ad-microsite [data-page-name="Extra Papel"],
.ad-microsite [data-page-name="Texto Papel"],
.ad-promote [data-page-name="Extra Papel"],
.ad-promote [data-page-name="Texto Papel"],
.ad-promote [data-page-name="Titulo EI"]{
    display: block;
}


label.label-subtitulo{
    width: 100%;
    color: #59A3CA !important;
    font-size: 18px;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #59A3CA;
    text-align: left !important;
    line-height: inherit;
}

.container.layout-content.ad-promote .prom-paper {
    background: #0681BA;
    border-radius: 5px;
    margin-top: 25px;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
}

.container.layout-content.ad-promote.ad-new .thanksAndWait {
    display: block;
    background: #F0F4F5;
    padding: 5px 20px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.publish-options,
.container.layout-content.ad-promote.ad-new .captura-data label.label-subtitulo{
    display:none;
}

.prom-paper,
.thanksAndWait {
    display: none;
}

.thanksAndWait i {
    font-size: 70px;
    color: #64CB15;
    float: left;
    padding-right: 20px;
}

.thanksAndWait span.red {
    color: red;
    font-weight: bold;
}

.thanksAndWait .txt-container p {
    font-size: 16px;
    text-align: center;
    padding-top: 9px;
}

.prom-paper .txt-container {
    display: inline-block;
    padding: 0px 30px 10px;
}

.prom-paper .img-container {
    display: inline-block;
    float: right;
    margin: 39px;
}

.prom-paper .txt-container .desde p {
    text-align: right;
    color: #fff;
    font-size: 27px;
    font-weight: 200;
}

.prom-paper .precio p {
    font-size: 80px;
    color: #FEDE25;
}

.prom-paper .porDia p {
    color: #FEDE25;
    font-size: 45px;
    font-weight: 200;
}

.prom-paper .posibilidades p {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
}

.prom-paper .desde {
    display: inline-block;
}

.prom-paper .precio {
    display: inline-block;
    margin-left: 15px;
}

.prom-paper .porDia {
    display: inline-block;
    margin-left: 15px;
}

@media (max-width: 535px){
    .prom-paper .txt-container .desde p{
        text-align: center;        
    }
    .prom-paper .desde {
        margin-top: 10px;
    }
}

@media (max-width: 1091px){
    .prom-paper .img-container {
        margin: 0 0 20px;
        width: 100%;
    }
}

.btns-container {
    max-width: 700px;
    margin: 0 auto;
}
.btns-container button {
    min-width: 150px;
}

.container.layout-content.ad-promote .publish-options {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.28);
    margin: 0 30px;
}

.publish-options .title {
    color: #59a3ca;
    font-size: 20px;
    padding: 15px 5px 10px;
}

.publish-options .publish-container {
    background: #F4F8F9;
    border-radius: 5px;
}

.publish-options .publish-container .row {
    padding: 0 20px;
    margin-bottom: 20px;
}

.publish-options .publish-container .subtitle {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 5px;
}

.publish-options .publish-container .text p.text {
    font-size: 9px;
    text-align: justify;
}

.publish-options .publish-container .text {
    padding: 0 1px;
}

.publish-options .publish-container .text.fon {
    background: #B3D6F0;
}

.publish-options .publish-container .text.rec {
    border: 1px solid black;
}

.publish-options .publish-container .text img {
    width: 100%;
}

.publish-options .publish-container .clas-container {
    max-width: 150px;
    min-width: 100px;
    margin: 15px auto;
}
.publish-options .publish-container .price {
    font-weight: bold;
    padding-top: 5px;
}

@media (max-width: 453px){
    .publish-options .publish-container .option {
        width: 100%;
    }
}

form.has-error {
    -webkit-box-shadow: 0px 0px 18px 0px #fd0500;
    -moz-box-shadow: 0px 0px 18px 0px #fd0500;
    box-shadow: 0px 0px 18px 0px #fd0500;
}
.btn-captura-blue:focus,
.btn-captura-blue:hover{
    background: #0e81d2;
    border: 1px solid #0ea1d2;
    color: #FFF;
}

.btn-captura-blue{
    line-height: 10px;
    cursor: pointer;
    background: rgb(14, 161, 210);
    border: 1px solid #0eb7d2;
    transition: .5s;
    color:#FFF;
}

.btn-change-video-mini{
    position: absolute; 
    width: 100%; 
    line-height: 10px;
    cursor: pointer;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 98;
    background: rgb(14, 161, 210);
    border: 1px solid #0eb7d2;
    transition: .5s;
    text-align: center !important;
}

.btn-change-video{
    position: absolute; 
    width: 100%; 
    height: 100%; 
    cursor: pointer; 
    left: 0; 
    top: -20px; 
    opacity: 0; 
    z-index: 98;
}

.btn-change-video-mini:focus,
.btn-change-video-mini:hover {
    background: #109dff;
    border: 1px solid #0ea1d2;
    color: #FFF;
}

/*MODAL VIDEO UPDATE*/

input[data-form="link-external-video"] {
    margin-top: 10px;
}

.btn-col-upload-video{
    margin-top: 10px;
    text-align: right;
    padding-right: 0;
}

/*EL TERRITORIO COLORES*/

/*.tab-content,*/
.category-breadcrumb{
    display:none;
}

.msg-wizard-top span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
}

.btn.btn-publish.captura-btn {
    background-color: black;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
button[form-captura="paper-preview"].btn.btn-publish{
    background-color:#0194bb;
    float:right;
    min-width: 150px;
}


/*OCULTAR SECCIONES SEGUN OFERTA!*/

div[data-wizard-object="page"]{

}

body.edicion-internet div[data-wizard-object="page"][data-page-name="Edicion Internet"],
body.edicion-internet div[data-wizard-object="page"][data-page-name="Texto"],
body.edicion-internet div[data-wizard-object="page"][data-page-name="Indexacion"],
body.edicion-internet div[data-wizard-object="page"][data-page-name="Multimedia"],
body.edicion-internet div[data-wizard-object="page"][data-page-name="Checks"]

{
    display: block;
}

body.edicion-impresa div[data-wizard-object="page"][data-page-name="Edicion Impresa"],
body.edicion-impresa div[data-wizard-object="page"][data-page-name="Papel"]
{
    display: block;
}

div[data-wizard-object="page"][data-page-name="Mapa"]
{
    display: block;
}
/*OCULTAR ELEMENTOS SEGUN OFERTA*/

div[wizard-object-active="0"]{
    display: none !important;
}

/*ACOMODAR MULTIMEDIA SEGUN CANTIDAD*/

body.edicion-internet div[data-wizard-object="page"][data-page-name="Multimedia"]{
    position: relative !important;
    width: auto !important;
    height: auto !important;
}

body.edicion-internet div[data-wizard-object="page"][data-page-name="Multimedia"] form{
    position: relative !important;
}

span.logo-inside:hover {
    box-shadow: inset 0 0 11px 0px rgba(197, 82, 86, 0.43);
}

span.logo-inside:active {
    background: #da5d61;
}

span.logo-inside {
    display: block;
    text-align: center !important;
    vertical-align: middle;
    background: #fd7e84;
    padding: 7px 0;
    color: #FFF;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
}

div[wizard-object-name="Logo"]:focus{
    outline: none;
}

fieldset.scheduler-border {
    border: 1px solid #BBB !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 0 0 !important;
    width: 100%;
    background: white;
    height: 113px;
}

legend.scheduler-border {
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom: 0;
    color: #BBB;
    font-size: 13px;
    display: block !important;   
    background: #FFF;
}

/*MODAL LOGO ADM*/

.body-logo-search button.btn.btn-success {
    margin-top: 69px;
}

.body-logo-search {
    overflow: hidden;
    background: rgba(245, 245, 245, 0.33);
    padding: 10px 0 9px 15px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

.title-result-cont ,
.title-search-cont {
    padding-right: 15px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.title-result-cont {
    padding-right: 0px;
}

span.title-result ,
span.title-search {
    background: #fcfcfc;
    padding: 0 5px;
    font-size: 14px;
}

.body-logo-adm .form-group {
    margin-bottom: 5px;
}
.ov-hd{
    overflow: hidden;
}
.npimp{
    padding: 0 !important;
}
.form-group.form-inline {
    overflow: hidden;
}
select#cat-select {
    padding-left: 5px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: middle;
}
.body-logo-colCat label {
    font-weight: 400;
    padding-top: 4px;
}
fieldset.scheduler-border.cat-logo {
    height: 113px;
}
.body-logo-colCat label {
    margin-top: 6px;
}
.body-logo-adm {
    min-width: 600px;
}
.body-logo-colBtn {
    text-align: center;
    margin-top: 78px;
    padding-right: 10px !important;
}

@media all and (max-width: 768px){
    .body-logo-adm {
        min-width: inherit;
    }
    .body-logo-colBtn {
        text-align: center;
        margin-top: 5px;
    }
    .body-logo-search button.btn.btn-success {
        margin-top: 0;
    }
    .body-logo-colCat {
        margin-top: 10px;
        padding: 0;
    }
    fieldset.scheduler-border {
        height: 85px;
    }
    .body-logo-search {
        padding: 10px 15px 9px 15px;
    }
}
.body-logo-colBtn {
    text-align: center;
    margin-top: 10px;
}
.body-logo-result {
    overflow: hidden;
    min-height: 30px;
    position: relative;
    margin-top: 5px;
}
a#boot-modal-header-close {
    margin-top: 0 !important;
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 10px;
}

ul#logo-result-list {
    margin-top: 30px;
    overflow-y: auto;
    max-height: 440px;
    max-width: 600px;
}
li.no-results-logos {
    text-align: center;
    font-weight: 500;
}
ul#logo-result-list li.logo-li img:hover {
    opacity: 1;
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.35);
}
ul#logo-result-list li.logo-li img{
    transition: 0.4s;
    opacity: 0.75;
}
ul#logo-result-list li.logo-li {
    display: inline-block;
    margin: 5px;
    cursor: pointer;   
    width: 140px;
    position: relative;
    height: 163px;
}
ul#logo-result-list li.logo-li span.logo-name {
    display: block;
    text-align: center;
    padding-top: 3px;
    max-width: 140px;
    max-height: 23px;
    overflow: hidden;
}
ul#logo-result-list div[role="tooltip"] {
    position: fixed;
}
ul#logo-result-list li.logo-li.selected {
    background: rgba(152, 220, 87, 0.72);
    border-radius: 4px;
}

.img-inside img{
    width: 100%;
    cursor:pointer;
}

.img-inside.hidden{
    display: none;
}

span.remove-logo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.26);
    color: red;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}
img.img-logo{
    z-index: 1;
}

select[wizard-object-type="7"] option:disabled{
    display: none;
}

.has-feedback .form-control{
    padding-right: 0 !important;
    /*padding-left: 0px !important;*/
}
div.precios_oferta ul{
    display:none;
}
div.precios_oferta60089 ul.oferta_id60089{
    display:block;
}
div.precios_oferta60090 ul.oferta_id60090{
    display:block;
}
div.precios_oferta60091 ul.oferta_id60091{
    display:block;
}


label[wizard-object-name="Precio"],
label[wizard-object-name="Cilindrada"],
label[wizard-object-name="CantManzanas"],
label[wizard-object-name="Direccion"],
label[wizard-object-name="Kms"],
label[wizard-object-name="Capacidad"] {
    padding: 10px 0px;
    margin: 0;
    text-align: right !important;
}

main {
    overflow: hidden;
}

.funebres-gray {
    padding-top: 3px;
    text-align: center;
    background: #ececec;
    height: 100%;
}
.contact-inside .mailing,
.contact-inside .telephone {
    display: block;
    color: #0194bb;
    font-size: 27px;
    font-weight: bold;
}
.contact-inside .mailing {
    font-size: 20px;
    padding-BOTTOM: 30px;
}

.active{
    border: 3px solid black;
}

.captura {

    max-width:1100px;
    margin: auto;
}

[wizard-object-name="Texto"],
[wizard-object-name="Titulo"]{
    text-align: left !important;
}

[wizard-object-name="Edicion Internet"],
[wizard-object-name="Edicion Impresa"] {
    text-align: center !important;
    text-transform: uppercase;
    border-bottom: 1px solid;
    background-color: aliceblue;
    padding: 8px;
}
[data-page-name="Multimedia"] {
    overflow: hidden;
}

[data-page-name="Multimedia"] [wizard-object-type="11"]{
    /*display: block !important;*/
    float: left !important;
    position: static !important;
    margin: 10px !important;
}

#idWzMedidaVertical{
    min-width: 7em;
}

.tam-ad .body{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: flex-end;
    gap:2%;
    margin-bottom:5px;
}

.limp{
    width:100%!important;
    max-width: 246px!important;
}

.tam-ad .body>div{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width:32%;*/
}

.tam-ad .body>div img{
    width:100%;
    height:auto;
    object-fit: cover;
}

#WizardContainer:empty{
    min-height: 338px;
    min-width: 443px;
}



#WizardContainer input[type="text"].form-control{
    border:none;
    border-bottom: 1px solid #3b3b3b;
    border-radius: 0px;
    box-shadow: none;
}

#rootwizard .footer{
    display:flex;
    justify-content: flex-end;
    align-items:center;

}
#rootwizard .footer .heightSelector{
    margin: 0;
    margin-right: 2em;
    display: flex;
    justify-content: space-around;
    gap: 1em;
    align-items: center;
}
#rootwizard .footer .heightSelector{
    color:#0194bb;
}
.captura select{
    border-radius: 15px;
    border-color:#3b3b3b;
}
.captura h2{
    font-size: 25px;
    color: #00b9e9;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
}
.captura button{
    border-radius: 15px;
	border-width: 3px;
}



.captura .row{
    border-bottom: 1px solid black;
    padding-bottom: 2em;
    margin-bottom:2em;
    display: flex;
    flex-wrap: wrap;
    min-height:150px;
    margin-left:0px;
    margin-right:0px;
}

.captura header h2{
    padding-top: 2em;
    color:#3b3b3b;
    text-align: center;
    text-transform: none;
    flex: 1;
    margin-bottom: 1em;
    font-weight: 500;
}

.wizard-core textarea{
	padding:1rem;
}
@media all and (max-width: 768px){
    .content-wizard-calendar{
        flex-direction: column;
    }
    .tam-ad .body{
        flex-wrap:wrap;
        gap: 15px 0
    }
    .tam-ad .body>div{
        width:48%;
    }
    .tam-ad .body>div:last-child{
        width:98%;
    }
    .btns-container{
        max-width: 300px;
        margin: auto;
    }
    .captura{
        padding: 5px 15px;
    }

    .captura h2{
        margin-bottom: 1em;
    }
    .steps{
        justify-content: center;
        flex-wrap:wrap;
        gap: 20px 6%;
        padding:0;
    }
    .steps .step{
        flex:0;
        padding-left: 0;
        padding-right: 0;
    }
    #rootwizard .footer{
        justify-content: center;

    }
}

@media (min-width:768px){


    #wizard-core{
        float:right;
    }
	.captura .row>div.col-sm-4{
    padding-left:0px;
	}
	.contact{
		margin-left: -15px;
	}
}
@media (max-width:430px){
    .steps .step{
        min-width: 47%;
        min-height: 150px;
    }
    .obi-location>div{
        min-width: 48%;
        margin-bottom: 1em;
    }
}

.contact{
    font-weight: 600;
    margin-bottom:1em;
}
.contact a,
.contact a:hover{
    color:#0194bb;
}



.methods{
    margin-top:1.5em;
    font-weight: 600;
    font-size: 1.2em;
}
.input-group.date .input-group-addon{
    padding: 2px;
    background: no-repeat;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}
.tam-ad button.btn-success{
    border: 1px solid;
    background: transparent;
    border-color: #555;
    color: #555;
}
.tam-ad button.btn-success:hover,
#SelectCategoria a.list-group-item:hover{
	background:#c3c3c3;
	border-color: #c3c3c3;
	color:#333;
}
.tam-ad button.btn-success.active{
color:white;
	background-color: #00b9e9;
border-color: #c3c3c3;	
}
 