body {
    font-family: Duplicate, sans-serif;
}

.mi-cuentab .micuenta .titulocentro {
    margin-top: 50px;
}

.micuenta {
    position: relative;
}
.mi-cuentab .titulocentro .tituloprem {
    margin: 60px auto 20px;
}

.micuenta .cerrarsesion {
    background-color: #d01;
    border: 1px solid #d01;
    border-radius: 2px;
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    padding: 5px 24px;
    margin: 0;
    float: right;
    text-decoration: none;
}

.micuenta .cerrarsesion .texto {
    color: #fff;
    margin: 0;
}

.micuenta .cerrarsesion .texto a {
    color: #fff;
    text-decoration: none;
}

.micuenta .cerrarsesion .texto a i {
    margin-right: 7px;
}

.micuenta .cerrarsesion:hover {
    opacity: 9;
}

.micuenta .cerrarsesion::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.micuenta .titulo {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.micuenta .gridheader {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 3fr 1fr auto;
    grid-template-columns: 3fr 1fr auto;
}

.micuenta .gridheader .bienvenida {
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0;
}

.micuenta .gridheader .bienvenida i {
    color: #2b6ed8;
}

.micuenta .gridheader .micrositios {
    font-size: 18px;
    font-weight: 300;
    text-align: right;
}

.micuenta .gridheader .micrositios i {
    color: #fd7e14;
}

.micuenta .gridheader .micrositios .texto {
    display: inline;
    margin: 0;
}

.micuenta .gridheader .micrositios .texto a {
    background-color: #e67331;
    border: 1px solid #e67331;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    padding: 6px 15px;
}

.micuenta .gridheader .micrositios .texto:hover a {
    opacity: 0.9;
}

.micuenta .gridheader .micrositios .texto a i {
    color: #fff;
    margin-right: 5px;
}

.micuenta .tab-wrap {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 40px auto;
    max-width: 1080px;
    position: relative;
    transition: 0.3s box-shadow ease;
}

.micuenta .tab-wrap .tab {
    display: none;
}

.micuenta .tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {
    opacity: 1;
    position: relative;
    top: 0;
    text-shadow: 0 0 0;
    transform: translateY(0px);
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    z-index: 100;
}

.micuenta .tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {
    opacity: 1;
    position: relative;
    top: 0;
    text-shadow: 0 0 0;
    transform: translateY(0px);
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    z-index: 100;
}

.micuenta .tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3) {
    opacity: 1;
    position: relative;
    top: 0;
    text-shadow: 0 0 0;
    transform: translateY(0px);
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    z-index: 100;
}

.micuenta .tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4) {
    opacity: 1;
    position: relative;
    top: 0;
    text-shadow: 0 0 0;
    transform: translateY(0px);
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    z-index: 100;
}

.micuenta .tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
    opacity: 1;
    position: relative;
    top: 0;
    text-shadow: 0 0 0;
    transform: translateY(0px);
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    z-index: 100;
}

.micuenta .tab:checked:nth-of-type(6)~.tab__content:nth-of-type(6) {
    opacity: 1;
    position: relative;
    top: 0;
    text-shadow: 0 0 0;
    transform: translateY(0px);
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    z-index: 100;
}

.micuenta .tab:first-of-type:not(:last-of-type)+label {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.micuenta .tab:not(:first-of-type):not(:last-of-type)+label {
    border-radius: 0;
}

.micuenta .tab:last-of-type:not(:first-of-type)+label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.micuenta .tab:checked+label {
    background-color: #2b6ed8;
    box-shadow: 0 -1px 0 #2b6ed8 inset;
    color: #fff;
    cursor: default;
    font-size: 15px;
}

.micuenta .tab:checked+label:hover {
    background-color: #2d5fb3;
    box-shadow: 0 -1px 0 #2d5fb3 inset;
}

.micuenta .tab+label {
    background-color: #f9f9f9;
    border-radius: 6px 5px 0 0;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 300;
    height: 50px;
    letter-spacing: 0.5px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    user-select: none;
}

.micuenta .tab+label:hover {
    background-color: #f1f1f1;
}

.micuenta .tab__content {
    background-color: transparent;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    transform: translateY(-3px);
    width: 100%;
    z-index: -1;
}

.micuenta .tab__content.border-top {
    border-top: 1px solid #d7d7d7;
}

.faq-contenido .contenido .tituloc {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px;
}

.faq-contenido .contenido .intro {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.faq-contenido .contenido .gridform {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
}

.faq-contenido .contenido .gridform .item {
    margin: 0;
}

.faq-contenido .contenido .gridform .item.der {
    grid-column: 2/3;
}

.faq-contenido .contenido .gridform .item #userfrontend-sex .modal-radio {
    display: inline !important;
}

.faq-contenido .contenido .gridform .item #userfrontend-sex .modal-radio input {
    font-family: Duplicate, sans-serif;
    height: 17px;
    margin-bottom: 10px;
    max-width: 25px;
}

.faq-contenido .contenido .gridform .item #userfrontend-sex .modal-radio span {
    color: #666;
    font-size: 20px;
    font-weight: 100;
    margin-top: 5px;
}

.faq-contenido .contenido .gridform .item .help-block {
    color: #d01;
    font-size: 13px;
    line-height: 20px;
    margin-left: 6px;
    margin-top: 5px;
}

.faq-contenido .contenido .gridform .item label {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin: 5px;
}

.faq-contenido .contenido .gridform .item input {
    background-color: #f8f8f8;
    border-bottom: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    color: #666;
    font-family: Duplicate, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.25px;
    height: 30px;
    text-indent: 10px;
    width: 100%;
}

.faq-contenido .contenido .gridform .item input::placeholder {
    color: #aaa;
    font-size: 15px;
}

.faq-contenido .contenido .gridform .item input:focus-visible {
    border-bottom: 1px solid #0075ba;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    outline: 0;
}

.faq-contenido .contenido .gridform .item input[disabled] {
    background: #c3c3c3;
    color: #fff;
    cursor: not-allowed;
}

.faq-contenido .contenido .gridform .item select {
    background-color: #f7f7f7;
    border-bottom: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    color: #666;
    font-family: Duplicate, sans-serif;
    font-size: 16px;
    height: 34px;
    text-indent: 10px;
    width: 100%;
}

.faq-contenido .contenido .gridform .item select:focus-visible {
    outline: 0;
}

.faq-contenido .contenido .gridform .item .btnactualizar {
    text-align: right;
}

.faq-contenido .contenido .gridform .item .btnactualizar .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: end;
}

.faq-contenido .contenido .gridform .item .btnactualizar button {
    background-color: #2b6ed8;
    border: 1px solid #2b6ed8;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
    padding: 10px 20px;
    text-align: center;
}

.faq-contenido .contenido .gridform .item .btnactualizar button i {
    margin-right: 5px;
}

.faq-contenido .contenido .gridform .item .btnactualizar button:hover {
    background-color: #2162cb;
    border: 1px solid #2162cb;
    cursor: pointer;
}

.faq-contenido .contenedorgrid {
    border-radius: 6px;
}

.faq-contenido .contenedorgrid hr {
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 0 auto 15px;
    width: 96%;
}

.faq-contenido .contenedorgrid .gridanuncios {
    border-bottom: 1px solid #bbb;
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
    padding: 15px 10px;
}

.faq-contenido .contenedorgrid .gridanuncios .img {
    height: 200px;
    margin: 0 auto;
    position: relative;
}
.faq-contenido .contenedorgrid .gridanuncios .img a {
    font-size: 0;
}

.faq-contenido .contenedorgrid .gridanuncios .img img {
    border-radius: 6px;
    height: 200px;
    max-width: 280px;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.faq-contenido .contenedorgrid .gridanuncios .img .icono {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion {
    position: relative;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .titulo {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 10px 10px 5px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .intro {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 5px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .edit_price {
    color: #236de3;
    cursor: pointer;
    display: inline-block;
    padding: 4px 15px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .precio {
    display: inline-flex;
    font-size: 24px;
    font-weight: 600;
    float: right;
    text-align: right;
    margin: 0 10px 12px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .field-advertisements-price {
    padding: 5px 0 5px 10px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .field-advertisements-price .labelc {
    font-size: 16px;
    font-weight: 200;
    display: inline-block;
    margin-bottom: 3px;
    width: 70px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .field-advertisements-price .inputc {
    background-color: #f7f7f7;
    border-bottom: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    color: #666;
    font-family: Duplicate, sans-serif;
    font-size: 18px;
    font-weight: 200;
    height: 20px;
    padding: 5px 15px;
    text-align: right;
    width: 69%;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .btncont {
    display: flex;
    justify-content: flex-end;
    margin: auto 0;
    text-align: right;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .btncont .btnc {
    align-items: center;
    background: rgb(23, 195, 35);
    background: -moz-linear-gradient(90deg, rgba(23, 195, 35, 1) 0%, rgba(30, 182, 40, 1) 50%, rgba(23, 195, 35, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(23, 195, 35, 1) 0%, rgba(30, 182, 40, 1) 50%, rgba(23, 195, 35, 1) 100%);
    background: linear-gradient(90deg, rgba(23, 195, 35, 1) 0%, rgba(30, 182, 40, 1) 50%, rgba(23, 195, 35, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#17c323", endColorstr="#17c323", GradientType=1);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    justify-content: center;
    height: 25px;
    margin: 10px;
    padding: 10px 15px;
    text-align: right;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .btncont .btnc i {
    margin-right: 8px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .iconoh {
    color: #2d5fb3;
    font-size: 25px;
    margin-left: 10px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .iconoh.inmuebles {
    color: #0066a3;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .iconoh.vehiculos {
    color: #f24026;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .iconoh.empleos {
    color: #fa9d1d;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .iconoh.varios {
    color: #a60f7c;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .datosright {
    margin-bottom: 15px;
    text-align: right;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .datos {
    background: #f7f7f7;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 5px;
    padding: 3px 10px;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .datoscat {
    align-items: center;
    background-color: #2d5fb3;
    color: #fff;
    display: block;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 5px;
    padding: 3px 10px;
    text-align: left;
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .datoscat.inmuebles {
    background: rgb(1, 117, 186);
    background: -moz-linear-gradient(90deg, rgba(1, 117, 186, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(1, 117, 186, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(1, 117, 186, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0175ba", endColorstr="#ffffff", GradientType=1);
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .datoscat.vehiculos {
    background: rgb(242, 64, 38);
    background: -moz-linear-gradient(90deg, rgba(242, 64, 38, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(242, 64, 38, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(242, 64, 38, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f24026", endColorstr="#ffffff", GradientType=1);
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .datoscat.empleos {
    background: rgb(250, 157, 29);
    background: -moz-linear-gradient(90deg, rgba(250, 157, 29, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(250, 157, 29, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(250, 157, 29, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fa9d1d", endColorstr="#ffffff", GradientType=1);
}

.faq-contenido .contenedorgrid .gridanuncios .informacion .datoscat.varios {
    background: rgb(166, 15, 124);
    background: -moz-linear-gradient(90deg, rgba(166, 15, 124, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(166, 15, 124, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(166, 15, 124, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a60f7c", endColorstr="#ffffff", GradientType=1);
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    -ms-grid-row: 1/3;
    ms-grid-row: 1/3;
    -ms-grid-column: 1/3;
    grid-column: 1/3;
    grid-auto-flow: dense;
    direction: rtl;
    padding: 5px 0;
    text-align: center;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .eliminar {
    align-items: center;
    background: rgb(236, 8, 25);
    background: -moz-linear-gradient(90deg, rgba(236, 8, 25, 1) 0%, rgba(221, 0, 17, 1) 50%, rgba(236, 8, 25, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236, 8, 25, 1) 0%, rgba(221, 0, 17, 1) 50%, rgba(236, 8, 25, 1) 100%);
    background: linear-gradient(90deg, rgba(236, 8, 25, 1) 0%, rgba(221, 0, 17, 1) 50%, rgba(236, 8, 25, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ec0819", endColorstr="#ec0819", GradientType=1);
    color: #fff;
    direction: ltr;
    display: flex;
    font-size: 12px;
    height: 30px;
    justify-content: center;
    margin: auto 0;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .eliminar i {
    margin-right: 7px;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .eliminar:hover {
    cursor: pointer;
    opacity: 0.9;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .ver {
    align-items: center;
    background: rgb(32, 109, 230);
    background: -moz-linear-gradient(90deg, rgba(32, 109, 230, 1) 0%, rgba(43, 110, 216, 1) 50%, rgba(32, 109, 230, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(32, 109, 230, 1) 0%, rgba(43, 110, 216, 1) 50%, rgba(32, 109, 230, 1) 100%);
    background: linear-gradient(90deg, rgba(32, 109, 230, 1) 0%, rgba(43, 110, 216, 1) 50%, rgba(32, 109, 230, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#206de6", endColorstr="#206de6", GradientType=1);
    color: #fff;
    direction: ltr;
    display: flex;
    font-size: 12px;
    height: 30px;
    margin: auto 0;
    justify-content: center;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .ver i {
    margin-right: 7px;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .ver a {
    color: #fff;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .ver:hover {
    cursor: pointer;
    opacity: 0.9;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .publicar {
    align-items: center;
    background: rgb(23, 195, 35);
    background: -moz-linear-gradient(90deg, rgba(23, 195, 35, 1) 0%, rgba(30, 182, 40, 1) 50%, rgba(23, 195, 35, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(23, 195, 35, 1) 0%, rgba(30, 182, 40, 1) 50%, rgba(23, 195, 35, 1) 100%);
    background: linear-gradient(90deg, rgba(23, 195, 35, 1) 0%, rgba(30, 182, 40, 1) 50%, rgba(23, 195, 35, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#17c323", endColorstr="#17c323", GradientType=1);
    color: #fff;
    direction: ltr;
    display: flex;
    font-size: 12px;
    height: 30px;
    justify-content: center;
    margin: auto 0;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .publicar i {
    margin-right: 7px;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .publicar:hover {
    cursor: pointer;
    opacity: 0.9;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .imagenes {
    align-items: center;
    background: rgb(23, 195, 35);
    background: -moz-linear-gradient(90deg, rgba(23, 195, 35, 1) 0%, rgba(30, 182, 40, 1) 50%, rgba(23, 195, 35, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(23, 195, 35, 1) 0%, rgba(30, 182, 40, 1) 50%, rgba(23, 195, 35, 1) 100%);
    background: linear-gradient(90deg, rgba(23, 195, 35, 1) 0%, rgba(30, 182, 40, 1) 50%, rgba(23, 195, 35, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#17c323", endColorstr="#17c323", GradientType=1);
    color: #fff;
    direction: ltr;
    display: flex;
    font-size: 12px;
    height: 30px;
    margin: auto 0;
    justify-content: center;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .imagenes i {
    margin-right: 7px;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .imagenes a {
    color: #fff;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .imagenes:hover {
    cursor: pointer;
    opacity: 0.9;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .georeferencias {
    align-items: center;
    background: rgb(230, 127, 38);
    background: -moz-linear-gradient(90deg, rgba(230, 127, 38, 1) 0%, rgba(213, 108, 16, 1) 50%, rgba(230, 127, 38, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230, 127, 38, 1) 0%, rgba(213, 108, 16, 1) 50%, rgba(230, 127, 38, 1) 100%);
    background: linear-gradient(90deg, rgba(230, 127, 38, 1) 0%, rgba(213, 108, 16, 1) 50%, rgba(230, 127, 38, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e67f26", endColorstr="#e67f26", GradientType=1);
    color: #fff;
    direction: ltr;
    display: flex;
    font-size: 12px;
    height: 30px;
    margin: auto 0;
    justify-content: center;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .georeferencias i {
    margin-left: 7px;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .georeferencias a {
    color: #fff;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .georeferencias:hover {
    cursor: pointer;
    opacity: 0.9;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .renovar {
    align-items: center;
    background: rgb(25, 168, 194);
    background: -moz-linear-gradient(90deg, rgba(25, 168, 194, 1) 0%, rgba(30, 159, 182, 1) 50%, rgba(25, 168, 194, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(25, 168, 194, 1) 0%, rgba(30, 159, 182, 1) 50%, rgba(25, 168, 194, 1) 100%);
    background: linear-gradient(90deg, rgba(25, 168, 194, 1) 0%, rgba(30, 159, 182, 1) 50%, rgba(25, 168, 194, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#19a8c2", endColorstr="#19a8c2", GradientType=1);
    color: #fff;
    direction: ltr;
    display: flex;
    font-size: 12px;
    height: 30px;
    margin: auto 0;
    justify-content: center;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .renovar i {
    margin-right: 7px;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .renovar a {
    color: #fff;
    text-decoration: none;
}

.faq-contenido .contenedorgrid .gridanuncios .gridaccion .renovar:hover {
    cursor: pointer;
    opacity: 0.9;
}

.contenedorgrid .gridbusqueda {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 5px;
    padding: 0 10px 0;
}

.contenedorgrid .gridbusqueda.espacios {
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    padding: 10px 0;
    width: 96%;
}

.contenedorgrid .gridbusqueda.espacios:last-child {
    margin-bottom: 15px;
}

.contenedorgrid .gridbusqueda .titulot {
    background-color: #eef3fd;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.contenedorgrid .gridbusqueda .item {
    align-items: center;
    background-color: #f7f7f7;
    border-left: 5px solid #fff;
    color: #666;
    direction: ltr;
    display: flex;
    font-size: 16px;
    height: 30px;
    margin: auto 0;
    justify-content: center;
    text-decoration: none;
    font-weight: 200;
    text-align: center;
}

.contenedorgrid .gridbusqueda .gridopciones {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-gap: 10px 0;
}

.contenedorgrid .gridbusqueda .gridopciones .bright {
    border-right: 1px solid #aaa;
}

.contenedorgrid .gridbusqueda .gridopciones .eliminar {
    align-items: center;
    background: rgb(236, 8, 25);
    background: -moz-linear-gradient(90deg, rgba(236, 8, 25, 1) 0%, rgba(221, 0, 17, 1) 50%, rgba(236, 8, 25, 1) 100%);
    background: -webkit-linear-gradient( 90deg, rgba(236, 8, 25, 1) 0%, rgba(221, 0, 17, 1) 50%, rgba(236, 8, 25, 1) 100%);
    background: linear-gradient( 90deg, rgba(236, 8, 25, 1) 0%, rgba(221, 0, 17, 1) 50%, rgba(236, 8, 25, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ec0819", endColorstr="#ec0819", GradientType=1);
    color: #fff;
    direction: ltr;
    display: flex;
    font-size: 12px;
    height: 30px;
    justify-content: center;
    margin: auto 0;
    text-decoration: none;
}

.contenedorgrid .gridbusqueda .gridopciones .eliminar a {
    color: #fff;
    text-decoration: none;
}

.contenedorgrid .gridbusqueda .gridopciones .eliminar:hover {
    cursor: pointer;
    opacity: .85;
}

.contenedorgrid .gridbusqueda .gridopciones .ver {
    align-items: center;
    background: rgb(32, 109, 230);
    background: -moz-linear-gradient(90deg, rgba(32, 109, 230, 1) 0%, rgba(43, 110, 216, 1) 50%, rgba(32, 109, 230, 1) 100%);
    background: -webkit-linear-gradient( 90deg, rgba(32, 109, 230, 1) 0%, rgba(43, 110, 216, 1) 50%, rgba(32, 109, 230, 1) 100%);
    background: linear-gradient( 90deg, rgba(32, 109, 230, 1) 0%, rgba(43, 110, 216, 1) 50%, rgba(32, 109, 230, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#206de6", endColorstr="#206de6", GradientType=1);
    color: #fff;
    direction: ltr;
    display: flex;
    font-size: 12px;
    height: 30px;
    margin: auto 0;
    justify-content: center;
    text-decoration: none;
}

.contenedorgrid .gridbusqueda .gridopciones .ver a {
    color: #fff;
    text-decoration: none;
}

.contenedorgrid .gridbusqueda .gridopciones .ver:hover {
    cursor: pointer;
    opacity: .90;
}

.contenedorgrid .gridfactura {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    grid-gap: 10px 0;
    padding: 0 10px 10px;
}

.contenedorgrid .gridfactura.espacios {
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    padding: 15px 0;
    width: 96%;
}

.contenedorgrid .gridfactura.espacios:last-child {
    margin-bottom: 15px;
}

.contenedorgrid .gridfactura .titulot {
    background-color: #eef3fd;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    text-indent: 10px;
}

.contenedorgrid .gridfactura .titulot.centrar {
    text-align: center;
}

.contenedorgrid .gridfactura .item {
    font-weight: 200;
    margin-left: 15px;
    text-align: left;
}

.contenedorgrid .gridfactura .gridopciones {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-gap: 10px 0;
}

.contenedorgrid .gridfactura .gridopciones .bright {
    border-right: 1px solid #aaa;
}

.contenedorgrid .gridfactura .gridopciones .eliminar {
    color: #f00;
    font-size: 14px;
}

.contenedorgrid .gridfactura .gridopciones .eliminar:hover {
    cursor: pointer;
}

.contenedorgrid .gridfactura .gridopciones .ver {
    color: #2b6ed8;
    font-size: 14px;
    text-align: center;
}

.contenedorgrid .gridfactura .gridopciones .ver:hover {
    cursor: pointer;
}

.ayuda {
    color: #2b6ed8;
    font-family: Duplicate, sans-serif;
    font-size: 14px;
    font-weight: 200;
    margin: 20px 10px 10px;
    text-align: right;
}

.ayuda:hover {
    cursor: pointer;
    opacity: 0.8;
}

.ayuda a {
    color: #2b6ed8;
    text-decoration: none;
}

.cerrarbtn {
    text-align: right;
}

.cerrarbtn .btn {
    background-color: #de1f1f;
    border: 1px solid #de1f1f;
    border-radius: 6px;
    color: #fff;
    font-family: Duplicate, sans-serif;
    font-size: 14px;
    font-weight: 200;
    padding: 8px 15px;
    width: 200px;
}

.cerrarbtn .btn:hover {
    cursor: pointer;
    opacity: 0.8;
}

.cerrarbtn .btn i {
    margin-right: 5px;
}

.gridmaster {
    font-family: "Duplicate", sans-serif;
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    grid-gap: 10px;
    margin: 20px 0;
    width: 100%;
}

.tabcuenta {
    background-color: #fff;
    box-shadow: -2px 1px 5px rgba(85, 85, 85, 0.15);
    height: fit-content;
}

.tituloacc {
    font-size: 24px;
}

.tabcuenta button {
    background-color: #fff;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #ddd;
    border-left: 0;
    color: #555;
    display: block;
    font-family: Duplicate, sans-serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: .5px;
    outline: none;
    padding: 15px 20px;
    text-align: left;
    transition: 0.3s;
    text-transform: capitalize;
    width: 100%;
}

.tabcuenta button:last-child {
    border-bottom: 1px solid #ddd;
}

.tabcuenta button:hover {
    background-color: #ddd;
    cursor: pointer;
}

.tabcuenta button.active {
    background-color: #2b6ed8;
    color: #fff;
}

.faq-contenido {
    height: auto;
    width: 100%;
}

.tabcontent {
    padding: 0;
    height: auto;
    width: 100%;
}

.details>summary:focus {
    outline: none;
}

.details>summary::-webkit-details-marker {
    display: none;
}

.details[open]>summary {
    background-color: #ededed!important;
    cursor: pointer;
}
.details[open]>summary:hover {
    background-color: #e3e3e3!important;
}

.details>summary {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
    list-style: none;
    padding: 15px 20px;
    text-transform: uppercase;
}
.details>summary:hover {
    background-color: #e3e3e3!important;
}

.details[open]>summary {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.details[open]> :not(summary) {
    padding: 15px;
}

.details[open]> :last-child {
    border-bottom: solid 1px #ddd;
}

.details>summary::before {
    content: "";
    display: inline-block;
    float: right;
    height: 8px;
    border: solid 2px black;
    border-left-color: transparent;
    border-bottom-color: transparent;
    margin-right: 0.6rem;
    transition: transform 0.2s;
    transform: rotate(-45deg) translate(-20%, 20%);
    width: 8px;
}

.details[open]>summary::before {
    transform: rotate(135deg) translate(-20%, 20%);
}

section.accordion {
    box-shadow: -2px 0px 5px rgba(85, 85, 85, 20%);
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.details {
    padding: 0;
}

.details>* {
    padding: 10px;
    margin: 0px;
}

#Acc1 {
    display: block;
}

#Acc2,
#Acc3 {
    display: none;
}

.gridpub {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.faq-contenido .contenido {
    position: relative;
}
.faq-contenido .contenido .btndelete_user {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.faq-contenido .contenido .btndelete_user button {
    background-color: #d82b2b;
    border: 1px solid #d82b2b;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 10px 22px;
    text-align: center;
}

@media screen and (max-width: 769px),
(max-width: 1100px) and (orientation: portrait) {
    .micuenta .divisor {
        margin: 15px 0;
    }
    .faq-contenido .contenido .gridform .item {
        margin: 0 10px 0;
    }
    .tabcuenta button {
        font-size: 14px;
        padding: 15px 10px;
    }
    details[open]> :not(summary) {
        padding: 5px;
    }
    .faq-contenido .contenedorgrid .gridanuncios {
        -ms-grid-template-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .contenedorgrid .gridbusqueda .titulot {
        font-size: 18px;
    }
    .contenedorgrid .gridbusqueda .item {
        font-size: 14px;
    }
    .contenedorgrid .gridfactura {
        -ms-grid-template-columns: 1.6fr 1fr;
        grid-template-columns: 1.6fr 1fr;
    }
    .contenedorgrid .gridfactura .titulot {
        font-size: 18px;
    }
    .contenedorgrid .gridfactura .item {
        font-size: 14px;
    }
    .faq-contenido .contenedorgrid .gridanuncios .gridaccion {
        -ms-grid-template-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .faq-contenido .contenedorgrid .gridanuncios .gridaccion .imagenes i {
        margin-left: 7px;
    }
    .ayuda {
        margin: 15px 10px;
    }
    .cerrarbtn {
        margin-right: 10px;
    }
    .gridpub {
        -ms-grid-template-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .micuenta .gridheader {
        -ms-grid-template-columns: 2fr 1fr auto;
        grid-template-columns: 2fr 1fr auto;
    }
    .faq-contenido .contenedorgrid .gridanuncios .informacion .field-advertisements-price .inputc {
        width: 92%;
    }
}

@media screen and (max-width: 576px) {
    .micuenta .titulocentro .tituloprem {
        font-size: 38px;
    }
    .micuenta .titulo {
        font-size: 18px;
    }
    .micuenta .gridheader {
        -ms-grid-template-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 10px;
    }
    .micuenta .gridheader .micrositios {
        margin: 10px 0;
        text-align: left;
    }
    .micuenta .gridheader .micrositios .texto {
        display: block;
        text-align: right;
    }
    .micuenta .gridheader .micrositios .texto a {
        font-size: 13px;
        padding: 5px;
    }
    .micuenta .cerrarsesion {
        font-size: 12px;
        margin-right: 10px;
    }
    .micuenta .tab-wrap {
        margin: 10px auto;
    }
    .micuenta .tab+label {
        display: inline-flex;
        font-size: 13px;
        height: 40px;
        padding: 13px 10px;
    }
    .micuenta .tab:checked+label {
        font-size: 13px;
    }
    .micuenta .tab+label i {
        margin-right: 6px;
    }
    .faq-contenido .contenido .gridform {
        -ms-grid-template-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .faq-contenido .contenido .gridform .item {
        margin: 0;
    }
    .faq-contenido .contenido .gridform .item input {
        font-size: 16px;
        height: 28px;
    }
    .faq-contenido .contenido .gridform .item select {
        font-size: 16px;
        height: 28px;
    }
    .faq-contenido .contenido .gridform .item label {
        font-size: 17px;
    }
    .gridmaster {
        -ms-grid-template-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .details>summary {
        font-size: 12px;
        line-height: 18px;
    }
    .tabcuenta {
        display: inline-flex;
        overflow-x: scroll;
    }
    .tabcuenta button {
        border-right: 1px solid #ddd;
        font-size: 12px;
        padding: 10px 40px;
        text-align: center;
    }
    .faq-contenido .contenedorgrid .gridanuncios {
        display: block;
        padding: 10px 5px;
    }
    .faq-contenido .contenedorgrid .gridanuncios .img {
        height: 200px;
        margin-bottom: 10px;
    }
    .faq-contenido .contenedorgrid .gridanuncios .img img {
        height: 200px;
        max-width: 100%;
    }
    .faq-contenido .contenedorgrid .gridanuncios .informacion .titulo {
        font-size: 20px;
    }
    .faq-contenido .contenedorgrid .gridanuncios .informacion .intro {
        font-size: 15px;
    }
    .faq-contenido .contenedorgrid .gridanuncios .informacion .gridvertical .datos {
        font-size: 15px;
    }
    .contenedorgrid .gridbusqueda .gridopciones {
        -ms-grid-template-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .contenedorgrid .gridbusqueda .gridopciones .bright {
        border-right: 0;
    }
    .contenedorgrid .gridbusqueda .gridopciones .bright i {
        margin-right: 5px;
    }
    .contenedorgrid .gridbusqueda .gridopciones .eliminar i {
        margin-right: 5px;
    }
    .contenedorgrid .gridbusqueda .item {
        align-items: center;
        display: flex;
        font-size: 14px;
        justify-content: center;
    }
    .contenedorgrid .gridfactura .gridopciones {
        -ms-grid-template-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .contenedorgrid .gridfactura .item {
        line-height: 20px;
    }
    .contenedorgrid .gridfactura .gridopciones .bright {
        border-right: 0;
    }
    .contenedorgrid .gridfactura .gridopciones .eliminar {
        text-align: center;
    }
    .micuenta .tab__content {
        padding: 0;
    }
    .faq-contenido .contenido .gridform .item #userfrontend-sex .modal-radio {
        display: inline !important;
    }
    .tabcuenta button.active {
        border-left: 0;
    }
    #main .titulo {
        margin-left: 10px;
    }
    .faq-contenido .contenido .gridform .item #userfrontend-sex .modal-radio input {
        margin-bottom: 0;
    }
    .details[open]> :not(summary) {
        padding: 5px 15px;
    }
    .faq-contenido .contenido .gridform .item.der {
        grid-column: auto;
    }
    .faq-contenido .contenido .intro {
        padding: 0 10px;
    }
    .micuenta .gridheader {
        -ms-grid-template-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .selectcuenta {
        float: right;
        margin: 10px 0 0 auto;
    }
    .faq-contenido .contenedorgrid .gridanuncios .informacion .field-advertisements-price .inputc {
        width: 90%;
    }
    .faq-contenido .contenedorgrid .gridanuncios .informacion .btncont .btnc {
        margin: 5px 0;
    }
    .faq-contenido .contenedorgrid .gridanuncios .gridaccion {
        font-size: 11px;
    }
    .mi-cuentab .titulocentro .tituloprem {
        margin: 60px auto 30px;
    }
    .faq-contenido .contenido .btndelete_user {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: right;
    }
}