#anuncios-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 80%;
}
form.compat-item {
    display: none;
}

.destacado {
    width: calc(33.333% - 20px);
    height: 450px;
    box-sizing: border-box;
    margin: 10px;
    background-color: #0000000d;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.1);
}

a.destacado {
    width: calc(33.333% - 20px);
    height: 82px;
    box-sizing: border-box;
    margin: 0px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.float-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
    position: absolute;
    top: 5px;
    font-family: 'Righteous';
    letter-spacing: 1.3px;
}

.float-box span {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 3px;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.image-container {
    height: 100%;
    display: flex;
    justify-content: center;
}

.image-container img {
    width: auto;
    height: 100%!important;
    outline: none!important;
}

.star {
    background: #fff;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 24px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /* fill: #fff; */
}

.star svg {
    font-size: 12px;
    width: 70%;
}

.details {
    padding: 10px;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100px;
    background: #fff;
    bottom: 0px;
    font-family: 'Verdana';
    transition: 0.5s;
}

.details h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.details span {
    display: block;
    font-size: 14px;
    color: #8F55CF;
}

.escort {
}

.price {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
}

.ubicacion svg {
    width: 10px;
    height: 10px;
}

a.destacado:hover .details {
    transition: 0.5s;
    height: 0px;
    padding: 0 10px;
}

/*Anuncios Single*/
body.destacados h1.entry-title {
    display: none;
}

body.destacados .entry-header {
    border-bottom: none!important;
    padding-bottom: 0;
    margin-bottom: 0;
}

body.destacados .superior {
    width: 100%;
    max-width: 80%!important;
    font-family: 'Verdana';
    color: #000 ;
    display: flex;
    margin: auto;
    flex-direction: row-reverse;
    justify-content: space-between;
}

body.destacados .superior-right .datos h1 {
    width: 100%;
    max-width: 80%!important;
    font-family: 'Verdana';
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

body.destacados .superior-right .datos svg {
    width: 15px;
    height: 15px;
}

body.destacados .superior-right {
    width: 60%;
    padding-left: 20px;
    height: fit-content;
}

body.destacados .superior-right .datos-aba {
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
    width: 100%;
    justify-content: cente;
    justify-content: center;
}

body.destacados .superior-right .datos-aba p {
    line-height: 17px;
    display: flex;
    /* flex-direction: column; */
    background: #8F55CF;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 10px 10px 10px 0px;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    /* height: 38px; */
    /* width: 230px; */
    font-size: 22px;
    text-align: center;
}

body.destacados .superior-right .datos-aba p span {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

body.destacados .superior .datos {
    width: 100%;
}

body.destacados .superior .datos .precio {
    font-size: 30px;
    text-decoration: underline;
    font-family: 'Verdana';
}

body.destacados .superior .img {
    width: 35%;
}

body.destacados .superior .img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    /* align-items: center; */
    border-radius: 20px;
    box-shadow: -5px 8px 20px 0px #0000008a;
}

body.destacados .contact {
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 100%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 70px!important;
    margin-bottom: 70px!important;
}

body.destacados .contact a {
    /* width: 50%; */
    padding: 25px 200px;
    background: #094293;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    margin: 0 20px;
    transition: 0.5s;
}

body.destacados .contact a:hover {
    transition: 0.5s;
    background: #fff;
    color: #094293;
}

body.destacados .contact img {
    width: 20px;
    height: 20px;
}

body.destacados .img-gallery {
    max-width: 80%!important;
    display: flex;
    flex-wrap: wrap;
}

body.destacados .img-gallery .img-gallery-single {
    width: 30%;
    /* height: 50vh; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 1.666%;
    box-shadow: 0px 0px 12px #000;
    border-radius: 20px;
}

body.destacados .img-gallery .img-gallery-single img {
    height: 100%;
    width: auto;
    border-radius: 20px;
    /* box-shadow: 0px 0px 12px #000; */
}

body.destacados .descripcion {
    max-width: 80%!important;
    border-radius: 50px;
    background: #fffffffc;
    padding: 20px;
    font-size: 20px;
    /* font-family: 'verdana'; */
    /* border: 1px solid #000; */
}
body.destacados .video-gallery {

    max-width: 80%!important;

    display: flex;

    flex-wrap: wrap;

}



body.destacados .img-gallery .video-gallery-single {

    width: 30%;

    /* height: 50vh; */

    height: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 10px 1.666%;

    box-shadow: 0px 0px 12px #000;

    border-radius: 20px;

}



body.destacados .img-gallery .video-gallery-single img {

    height: 100%;

    width: auto;

    border-radius: 20px;

    /* box-shadow: 0px 0px 12px #000; */

}
body.destacados .descripcion {

    max-width: 80%!important;

    border-radius: 50px;

    background: #fffffffc;

    padding: 20px;

    font-size: 20px;

    /* font-family: 'verdana'; */

    /* border: 1px solid #000; */

}

body.destacados .descripcion h3 {
    font-family: 'verdana';
    text-decoration: underline;
    font-size: 35px;
}

body.destacados .diservi {
    font-family: 'verdana';
    display: flex;
    justify-content: space-between;
    max-width: 80%!important;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 50px;
}

body.destacados .diservi .servicios-lista {
    font-family: 'verdana';
    /* display: flex; */
    justify-content: space-between;
    max-width: 80%!important;
    width: 65%;
}

body.destacados .diservi .servicios-lista ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    /* Elimina el marcador predeterminado */
    padding: 0;
    margin: 0;
}

body.destacados .diservi .servicios-lista ul li {
    width: 50%;
    padding-left: 1.5em;
}

/*Form*/
form.form-destacados {
    max-width: 90%!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imagenes-subidas {
    display: flex;
    flex-wrap: wrap;
}

.img-form {
    width: 30%;
    margin: 1.66%;
    position: relative;
}

.img-form img {
    width: auto;
    height: 100%;
}

form.form-destacados label {
    margin-left: 10px;
}

form.form-destacados .link {
    margin-left: 10px;
    width: 100%;
}

form.form-destacados .link label {
    margin-left: 0px;
}

form.form-destacados input {
    width: 100%;
    border: 1px solid #000;
    border-radius: 40px;
    outline: none!important;
}

form.form-destacados textarea {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    outline: none!important;
}

form.form-destacados input#imagenes {
    display: flex;
    width: 100%;
    border: #a78686;
    border-radius: 0;
}

form.form-destacados select {
    width: 100%;
    border: 1px solid #000;
    border-radius: 40px;
    outline: none;
}

form.form-destacados select#moneda {
    margin-bottom: 20px;
}

form.form-destacados p {
}

.form-destacados .izq {
    width: 45%;
}

.form-destacados .der {
    width: 45%;
}

.form-destacados .form-input {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 400px;
    justify-content: flex-start;
}

.form-destacados .form-input .one-servicio {
    width: 30%;
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: space-between;
}

.form-destacados .form-input .one-servicio label {
    display: flex;
    word-break: break-word;
    align-items: center;
}

.form-destacados .form-input input[type=checkbox] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    border-radius: 0;
    margin-right: 5px;
}

.form-destacados .form-input input[type=checkbox]:after {
    top: unset;
    right: unset;
    left: unset;
}

.form-destacados .domicilio {
    display: flex;
}

.form-destacados .domicilio input {
    width: 25px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-destacados .domicilio input[type=checkbox]::after {
    top: unset;
    bottom: unset;
    left: unset;
}

.form-destacados .salidas {
    display: flex;
}

.form-destacados .salidas input {
    width: 25px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-destacados .salidas input[type=checkbox]::after {
    top: unset;
    bottom: unset;
    left: unset;
}

.form-destacados .dispo {
    margin-left: 20px;
}

.form-destacados .btn-send {
    margin-top: 40px;
}

input.btn-send:hover {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    body.destacados .superior-right .datos-aba {
    
}
.datos .location{
    justify-content: center;
}
body.destacados .superior-right .datos h1 {
    justify-content: center;

}
    form.form-destacados {
        max-width: 95%!important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #anuncios-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 95%;
    }

    .destacado {
        width: calc(50% - 20px);
        height: 550px;
        box-sizing: border-box;
        margin: 10px;
        background-color: #0000000d;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.1);
    }

    .form-destacados .izq {
        width: 90%;
        margin: auto;
    }

    .form-destacados .der {
        width: 90%;
        margin: auto;
    }

    .form-destacados .form-input {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: unset;
        justify-content: flex-start;
    }

    .form-destacados .form-input .one-servicio {
        width: 50%;
        display: flex;
        height: 60px;
        align-items: center;
        justify-content: space-between;
    }

    body.destacados .superior {
        width: 100%;
        max-width: 80%!important;
        font-family: 'verdana', cursive;
        color: #222;
        display: flex;
        margin: auto;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    body.destacados .superior .img {
        width: 60%;
        margin: auto;
    }

    body.destacados .superior-right {
        width: 100%;
        padding-left: 20px;
        height: fit-content;
        margin: 10px auto;
        text-align: center;
    }

    body.destacados .superior-right .datos h1 {
        width: 100%;
        max-width: 80%!important;
        margin: auto;
        font-family: 'verdana';
    }
}

@media screen and (max-width: 768px) {
    #modal-content:hover .modal-navigation {
    display: none!important;
}
    body.destacados .contact a {
        /* width: 50%; */ padding: 15px 20%;
        background: #094293;
        border: 1px solid #000;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 45px;
        margin: 0 20px;
        transition: 0.5s;
    }

    body.destacados .superior .img {
        width: 90%;
        margin: auto;
    }

    body.destacados .superior {
        width: 100%;
        max-width: 90%!important;
        font-family: 'verdana', cursive;
        color: #222;
        display: flex;
        margin: auto;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    body.destacados .img-gallery {
        max-width: 95%!important;
        display: flex;
        flex-wrap: wrap;
    }

    body.destacados .img-gallery .img-gallery-single {
        width: 46%;
        /* height: 50vh; */
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 1%;
        box-shadow: 0px 0px 12px #000;
        border-radius: 20px;
    }
     body.destacados .img-gallery .video-gallery-single {
        width: 46%;
        /* height: 50vh; */
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 1%;
        box-shadow: 0px 0px 12px #000;
        border-radius: 20px;
    }

    body.destacados .superior-right .datos-aba p {
        line-height: 17px;
        display: flex;
        /* flex-direction: column; */
        background: 8F55CF;
        border: 1px solid #8F55CF;
        border-radius: 20px;
        padding: 10px 10px;
        margin: 10px 10px 10px 0px;
        align-items: center;
        justify-content: space-around;
        color: #fff;
        /* height: 38px; */
        /* width: 230px; */
        font-size: 20px;
        text-align: center;
    }

    body.destacados .superior-right .datos-aba p span {
        font-size: 15px;
        color: #FFF;
        margin-right: 5px;
    }

    body.destacados .descripcion {
        max-width: 95%!important;
        border-radius: 50px;
        background: #fffffffc;
        padding: 40px 20px;
        font-size: 25px;
        /* font-family: 'Righteous'; */
        /* border: 1px solid #000; */
    }

    body.destacados .descripcion h3 {
        font-size: 40px;
        font-family: 'Verdana';
        text-decoration: underline;
    }

    body.destacados .diservi {
        font-family: 'Verdana';
        display: flex;
        justify-content: space-between;
        max-width: 95%!important;
        width: 100%;
        background: #fff;
        padding: 20px;
        border-radius: 50px;
        flex-direction: column;
    }

    body.destacados .diservi .disp-lista {
        font-family: 'verdana';
        justify-content: space-between;
        max-width: 80%!important;
        width: 50%;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    body.destacados .diservi .disp-lista {
        font-family: 'verdana';
        justify-content: space-between;
        max-width: 100%!important;
        width: 100%;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    body.destacados .diservi .servicios-lista {
        font-family: 'verdana';
        /* display: flex; */
        justify-content: space-between;
        max-width: 100%!important;
        width: 100%;
    }

    body.destacados .diservi .servicios-lista ul li {
        width: 100%;
        padding-left: 1.5em;
        background-image: url(images/check.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1em;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 660px) {
    .destacado {
        width: calc(95% - 20px);
        height: 650px;
        box-sizing: border-box;
        margin: 10px;
        background-color: #0000000d;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 540px) {
    body.destacados .diservi .servicios-lista ul {
        display: flex;
        FLEX-DIRECTION: column;
    }

    .destacado {
        width: calc(95% - 20px);
        height: 600px;
        box-sizing: border-box;
        margin: 10px;
        background-color: #0000000d;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 400px) {
    body.destacados .diservi .servicios-lista ul {
        display: flex;
        FLEX-DIRECTION: column;
    }

    .destacado {
        width: calc(95% - 20px);
        height: 500px;
        box-sizing: border-box;
        margin: 10px;
        background-color: #0000000d;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (min-width: 1600px) {
    .destacado {
        width: calc(33.333% - 20px);
        height: 700px;
        box-sizing: border-box;
        margin: 10px;
        background-color: #0000000d;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (min-width: 2000px) {
    .destacado {
        width: calc(33.333% - 20px);
        height: 850px;
        box-sizing: border-box;
        margin: 10px;
        background-color: #0000000d;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (min-width: 2100px) {
    .destacado {
        width: calc(33.333% - 20px);
        height: 900px;
        box-sizing: border-box;
        margin: 10px;
        background-color: #0000000d;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (min-width: 2200px) {
    .destacado {
        width: calc(33.333% - 20px);
        height: 950px;
        box-sizing: border-box;
        margin: 10px;
        background-color: #0000000d;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.1);
    }
}

.modal {
            display: none;
            position: fixed;
            z-index: 1000;
            padding-top: 0;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0,0,0);
            background-color: rgba(0,0,0,0.9);
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .close {
            position: absolute;
            top: 20px;
            right: 25px;
            color: #fff;
            font-size: 35px;
            font-weight: bold;
            cursor: pointer;
             z-index: 99999999999999999;
        }

        .modal-navigation {
            margin-top: 20px;
            position: absolute;
            width: 100%;
            display: none;
            z-index: 99999;
            justify-content: space-between;
        }

        .modal-thumbnails {
            display: flex;
            margin-top: 20px;
            overflow-x: auto;
        }

        .modal-thumbnails .thumbnail {
            height: 60px;
            margin: 0 5px;
            cursor: pointer;
            opacity: 0.6;
        }

        .modal-thumbnails .thumbnail.active {
            border: 2px solid #fff;
            opacity: 1;
        }

.modal img {
    margin: auto;
    display: block;
    width: auto;
    max-height: 100%;
}

.close {
    position: absolute;
    top: 0;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    background: #4b0909;
    width: 30px;
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#modal-image {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.datos h1 img {
    height: 70px;
}
.datos .location img{
    width:25px;
}
.datos .location{
    display: flex;
    align-items: center;
}
.media-menu button:nth-child(1) {
    display: none!important;
}
.media-menu button:nth-child(3) {
    display: none!important;
}

.media-menu button:nth-child(4) {
    display: none!important;
}

button#menu-item-browse.active {
    color: #000!important;
}
span.remove-image {
    position: absolute;
    display: flex;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fc0000;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 20px;
    font-size: 10px;
}
span.remove-video {
    position: absolute;
    display: flex;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fc0000;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 20px;
    font-size: 10px;
}
div#preview-images div {
    position: relative;
    width: calc(100% / 3 - 10px );
    display: flex;
    justify-content: center;
}

div#preview-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
video {
    height: 100%;
    width: 100%;
}
.video-gallery-single video {
    border-radius: 20px;
}
div#modal-content {
    height: 85vh;
    display: flex;
    align-items: center;
    min-width: 35vw;
    position: relative;
}
@media (max-width: 1100px){
body.destacados .contact {
    display: flex;
    flex-direction: column;
}
body.destacados .contact a {
    margin: 15px 20px;
}
}
@media screen and (max-width: 500px) {
    body.destacados .superior-right .datos h1 {
        font-size: 200%;
        display: flex;
        justify-content: center;
    }
    #modal-content:hover .modal-navigation {
    display: none!important;
}
     body.destacados .superior-right .datos-aba p span {
        font-size: 15px;
        color: #FFF;
        margin-right: 5px;
    }
}
#modal-content:hover .modal-navigation {
    display: flex;
}
form#filtros-form {
    display: flex;
    width: 80%;
    max-width: unset!important;
    flex-wrap: wrap;
    margin: 0px auto;
}

form#filtros-form div:last-child {
    width: 100%;
    margin: 23px 0px;
}

form#filtros-form div {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin: 0 1.5%;
}
.seco-filter {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: 0 5%;
}

.filter2 {
    display: flex;
    width: 80%;
    max-width: unset!important;
    justify-content: center;
    margin: 0;
}
span.tiempo-actualizacion {
    position: absolute;
    right: 0;
    bottom: 4px;
}
.detailsre {
    position: relative;
}
.switch-container {
    margin: 15px 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-description {
    color: #666;
    font-size: 0.9em;
}