/* ==========================================================================
   AGREGADO DE MEDIDA XL - Contenedor de 1500px
   ========================================================================== */

@media screen{
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}/* @media screen */

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333333333332%;
  }
  .col-xl-2 {
    width: 16.666666666666664%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333333333%;
  }
  .col-xl-5 {
    width: 41.66666666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333333333336%;
  }
  .col-xl-8 {
    width: 66.66666666666666%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333333334%;
  }
  .col-xl-11 {
    width: 91.66666666666666%;
  }
  .col-xl-12 {
    width: 100%;
  }
} /* @media screen and (min-width: 1500px) */

/* ==========================================================================
   ModificaciÃ³n tamaÃ±o de columnas principales para versiÃ³n XL
   La columna izquierda se mantiene del mismo tamaÃ±o que en versiÃ³n LG
   ========================================================================== */

@media screen and (min-width: 1500px) {
  .col-xl-3.sop_columna_lateral{
    width: 18.8775510204%;
  }
  .col-xl-9.sop_columna_central{
    width: 81.1224489796%;
  }
}/* @media screen and (min-width: 1500px) */


/* ==========================================================================
   Helper classes
   ========================================================================== */

@media screen{
  .d-flex{
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
  .flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
  .flex-wrap{
    -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
  }
  .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .justify-content-between{
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
  .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .bg-blue {
    background-color: #008aff;
  }
  .bg-blue:hover {
    background-color: #006eb3;
  }
  .bg-dark-gray{
    background-color: #191919;
  }
  .bg-dark-gray.darker{
    background-color: #141414;
  }
  .bg-mid-gray{
    background: #343434;
  }
  .bg-mid-gray.darker{
    background: #232324;
  }
  .bg-light-gray{
    background: #454545;
  }
  .bg-light-gray.lighter{
    background: #979797;
  }
  .p-x-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-x-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .m-t-15{
    margin-top: 15px;
  }
  .m-t-30{
    margin-top: 30px;
  }
  .m-b-30{
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1500px){
}/* termina @media screen and (min-width: 1500px) */

@media screen and (min-width: 1200px) and (max-width: 1499px) {
} /* termina @media screen and (min-width: 1200px) and (max-width: 1499px) */

@media screen and (min-width: 992px) and (max-width: 1199px) {
}/* termina @media screen and (min-width: 992px) and (max-width: 1199px) */

@media screen and (min-width: 768px) and (max-width: 991px) {
}/* termina @media screen and (min-width: 768px) and (max-width: 991px) */

@media screen and (max-width: 767px) {
  .flex-xs-column{
    -ms-flex-direction: column!important;
        flex-direction: column!important;
  }

}/* termina @media screen and (max-width: 767px) */

/* ==========================================================================
  Implementacion de nuevos estilos para aplicar a la nueva estructura
   ========================================================================== */

@media screen {

  .box-main .main-title{
    width: 100%;
    color: #fff;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-main .main-title.premium{
    background: #ff9000;
  }

  .box-main .main-title.with-icon{
    padding-left: 0;
    padding-right: 0;
  }

  .box-main .d-flex .main-title{
    width: auto;
    padding-right: 30px;
  }
  .box-main .d-flex .box-secondary{
    padding: 20px 30px 19px 0;
    text-align: right;
    color: #b1b0b0;
    font-size: 14px;
    line-height: 1.3;
  }
  .box-main .main-title .icon{
    float: left;
    width: 57px;
    height: 50px;
    margin-top: 5px;
    margin-left: 12px;
  }

  .box-main .main-title h1,
  .box-main .main-title h2{
    float: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    display: block;
    padding: 19px 0 19px;
    max-width: 970px;
  }
  .box-main .col-one,
  .box-main .col-two{
    float: none;
  }
  .box-main .col-one{
    padding: 0 30px 30px 30px;
  }

  .box-main .agency-logo{
    background: #fff;
    text-align: center;
    border: 10px solid #fff;
    margin: 0 -30px 0 -30px;
  }
  .box-main .agency-logo a{
    display: block;
  }
  .box-main .agency-logo img{
    display: inline-block;
  }
  .box-main .box-content{
    padding: 0 30px 30px;
  }

  .box-main .box-content .d-flex{
    margin-bottom: 140px;
  }
  .box-main .box-ubicacion{
    margin-top: 25px;
  }

  .box-main .box-data .subtitle,
  .box-main .box-content .subtitle{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #ff9000;
    border-bottom: 1px solid #282828;
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
  }
  .box-main .box-content .subtitle{
    border-bottom: 1px solid #484848;
  }
  .box-main .box-data .box-text,
  .box-main .box-content .box-text{
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
  }
  .box-main .box-content .box-text{
    word-break: break-word;
    margin-bottom: 20px;
  }


  .box-main .box-content .box-text.banner_lipari_decredito{
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    padding: 0 30px 0 0;
  }

  .box-main .box-data .box-text .fa.fa-star{
    color: #ff9000;
  }
  .box-main .box-data .box-text span,
  .box-main .box-content .box-text span,
  .box-main .box-data .box-text a span{
    color:#979797;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-main .box-data .box-text a:hover span{
    color: #ff9000;
  }
  .box-main .box-data .btn-contact-agency,
  .box-main .box-data .btn-contact-whatsapp,
  .box-main .box-data .btn-contact-whatsapp.new,
  .producto_herram_tool .btn-contact-whatsapp{
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    background: #ff9000;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-main .box-data .btn-contact-whatsapp,
  .producto_herram_tool .btn-contact-whatsapp{
    background: #1fb256;
  }
  .producto_herram_tool .btn-contact-whatsapp{
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 12px 25px;
    max-width: 320px;
    width: auto;
  }
  .box-main .box-data .btn-contact-whatsapp.new{
    color: #1fb256;
    background: #2E2E2E;
    border-radius: 0px;
    margin-top: 0;
  }
  .box-main .box-data .btn-contact-agency i,
  .box-main .box-data .btn-contact-whatsapp i,
  .box-main .box-data .btn-contact-whatsapp.new i,
  .producto_herram_tool .btn-contact-whatsapp i{
    font-size: 16px;
    margin-top: 0px;
    display: inline-block;
    margin-right: 0;
    vertical-align: text-bottom;
  }

  .box-main .box-data .btn-contact-agency .btn-text,
  .box-main .box-data .btn-contact-whatsapp .btn-text,
  .box-main .box-data .btn-contact-whatsapp.new .btn-text,
  .producto_herram_tool .btn-contact-whatsapp .btn-text{
    display: inline-block;
  }
  .box-main .box-data .btn-contact-agency:hover,
  .box-main .box-data .btn-contact-agency:focus{
    color: #fff;
    background: #d57602;
  }
  .box-main .box-data .btn-contact-whatsapp:hover,
  .box-main .box-data .btn-contact-whatsapp:focus,
  .producto_herram_tool .btn-contact-whatsapp:hover,
  .producto_herram_tool .btn-contact-whatsapp:focus{
    color: #fff;
    background: #178740;
  }
  .box-main .box-data .btn-contact-whatsapp.new:hover,
  .box-main .box-data .btn-contact-whatsapp.new:focus{
    color: #fff;
    background: #283f46;
  }

  .box-main .box-data .btn-decreditos,
  .box-main .box-data .btn-lasegunda,
  .box-main .box-data .btn-lipari{
    display: inline-block;
    margin-top: 15px;
  }
  .box-main .box-data .btn-decreditos img,
  .box-main .box-data .btn-lasegunda img{
    margin-bottom: 10px;
  }

  .box-main .box-data .btn-lipari img{
    margin-bottom: 0px;
  }

  .box-main .box-data .btn-decreditos a {
    display: block;
    margin-bottom: 5px;
    color: #979797;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .box-main .box-data .btn-decreditos:hover a,
  .box-main .box-data .btn-decreditos:focus a{
    color: #fff;
  }

  .box-main .box-data .box-social{
    margin-top: 35px;
  }
  .box-main .box-data .box-social .box-social-item{
    margin-top: 15px;
  }
  .box-main .box-data .box-social .box-social-item.item-whatsapp{
    margin-top: 5px;
  }
  .box-main .box-data .box-social .box-social-item.item-twitter{
    margin-top: 7px;
  }
  .box-main .no-agency-image{
    color: #2c2c2c;
    font-size: 170px;
    line-height: 1;
  }
  a.gray-filter img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  a.gray-filter:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
  .box-main .agency-front-galery{
    padding: 30px 15px 0 15px;
  }
  .box-main .agency-front-galery .box-item{
    margin-bottom: 30px;
  }
  .box-main #agency-front-galery-mobile{
    margin-top: 30px;
  }
  .box-main #agency-front-galery-mobile.carousel{
    padding: 0;
  }
  .carousel.slide-normal .carousel-inner > .item{
    -webkit-transition:.6s ease-in-out left;
    transition:.6s ease-in-out left
  }
  .box-main #agency-front-galery-mobile.carousel .carousel-indicators{
    bottom: -25px;
    margin-bottom: 0;
  }
  .box-main #agency-front-galery-mobile.carousel .carousel-indicators li{
    width: 5px;
    height: 5px;
    margin: 0 2px;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #656565;
  }
  .box-main #agency-front-galery-mobile.carousel .carousel-indicators li.active{
    background: #ff9000;
  }
  .box-main .agency-name{
    margin: 0 -30px;
    padding: 0;
    height: auto;
    color: #fff;
  }
  .box-main .agency-name a{
    color: #fff;
    background: #ff9000;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-main .agency-name a:hover{
    background: #d57602;
  }
  .box-main .agency-name.border-top a{
    border-top: 1px solid #191919;
  }
  .box-main .agency-name .icon{
    float: left;
    width: 57px;
    height: 50px;
    margin-top: 5px;
    margin-left: 12px;
  }
  .box-main .agency-name span{
    float: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    display: block;
    padding: 21px 0 20px;
    text-transform: uppercase;
    max-width: 295px;
  }
  .box-main .box-data .box-text a{
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-main .box-data .box-text a:hover{
    color: #ff9000;
  }
  .box-main .error{
    border: 1px solid #ff3b3b;
    color: #ff3b3b;
  }

  .box-main .box-data .box-text .recaptcha-wrapper {
    margin-top: 15px;
    overflow: hidden;
    border-radius: 3px;
  }
  .box-main .box-data .btn-publicados a{
    display: block;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #979797;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-main .box-data .btn-publicados a span{
    color: #ff9000;
  }
  .box-main .box-data .btn-publicados a:hover{
    color: #fff;
  }
  .box-main .box-data .btn-print{
    display: block;
    margin-top: 30px;
    color: #979797;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-main .box-data .btn-print:hover{
    color: #fff;
  }
  .box-main .box-data .btn-print i.fa{
    background: #979797;
    color: #343434;
    padding: 8px;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-main .box-data .btn-print:hover i.fa{
    background: #ff9000;
    color: #fff;
  }
  .banner_inferior{
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .box-main .box-bottom{
    color: #979797;
  }
  .box-main .box-bottom .col-one,
  .box-main .box-bottom .col-two{
    padding: 30px;
  }
  .box-main .box-bottom .col-two{
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
  }
  .box-main .box-bottom .col-one{
    text-align: center;
  }
  .box-main .box-bottom .btn-denunciar{
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    background: #b21f1f;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-main .box-bottom .btn-denunciar:hover{
    background: #941a1a;
  }
  .box-main .main-picture{
    position: relative;
    height: auto;
    text-align: center;
  }
  .box-main .main-picture .img-responsive{
    display: inline-block;
    width: 100%;
  }
  .box-main .main-carousel .carousel,
  .box-main .thumbs-carousel .carousel{
    padding: 0;
  }
  .box-main .thumbs-carousel .carousel .item img{
    width: 100%;
  }

  .box-main .thumbs-carousel{
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 30px;
  }
  .box-main .main-carousel .carousel .fancybox{
      display: block;
  }
  .box-main .main-carousel .carousel-control.left,
  .box-main .main-carousel .carousel-control.right,
  .box-main .thumbs-carousel .carousel-control.left,
  .box-main .thumbs-carousel .carousel-control.right{
      position: absolute;
      top: 0;
      height: auto !important;
      width: 50px !important;
      padding: 0;
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0;
  }

  .box-main .main-carousel .carousel-control.left,
  .box-main .thumbs-carousel .carousel-control.left{
      left: 0;
      background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.0)));
      background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.7) 0), color-stop(rgba(0, 0, 0, 0.0) 100%));
      background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.0) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.0) 100%);
  }
  .box-main .main-carousel .carousel-control.right,
  .box-main .thumbs-carousel .carousel-control.right{
      right: 0;
      background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0)), to(rgba(0, 0, 0, 0.7)));
      background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0) 0), color-stop(rgba(0, 0, 0, 0.7) 100%));
      background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0) 0, rgba(0, 0, 0, 0.7) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0, rgba(0, 0, 0, 0.7) 100%);
  }
  .box-main .main-carousel:hover .carousel-control.left,
  .box-main .main-carousel:hover .carousel-control.right,
  .box-main .thumbs-carousel:hover .carousel-control.left,
  .box-main .thumbs-carousel:hover .carousel-control.right{
      opacity: 0.6;
  }
  .box-main .thumbs-carousel .carousel-control.left{
    left: 30px;
  }
  .box-main .thumbs-carousel .carousel-control.right{
    right: 30px;
  }
  .box-main .main-carousel .carousel-control.left i,
  .box-main .main-carousel .carousel-control.right i,
  .box-main .thumbs-carousel .carousel-control.left i,
  .box-main .thumbs-carousel .carousel-control.right i{
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .box-main .main-carousel .carousel-control.left i,
  .box-main .thumbs-carousel .carousel-control.left i{
      left: 15px;
  }
  .box-main .main-carousel .carousel-control.right i,
  .box-main .thumbs-carousel .carousel-control.right i{
      right: 15px;
  }
  .box-main .main-carousel .carousel-indicators {
      bottom: -21px;
      margin-bottom: 0;
  }
  .box-main .main-carousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    margin: 0 2px;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #656565;
  }
  .box-main .main-carousel .carousel-indicators li.active {
    background: #ff9000;
  }
  .box-main .box-list{
    padding: 30px 15px 0 15px;
  }
  .box-main .box-list .no-contents,
  .no-contents{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    width: 100%;
  }
  .box-main .box-list .col{
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }





  .box-main .box-list .col .precio,
  .box-main .box-list .col .agencia,
  .box-carousel-home .owl-carousel .caption .precio,
  .box-carousel-home .owl-carousel .caption .agencia{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    padding: 12px 15px;
  }
  .box-carousel-home .owl-carousel .caption .precio{
    font-size: 14px;
  }
  .box-main .box-list .col .precio,
  .box-carousel-home .owl-carousel .caption .precio{
    color: #ff9000;
    font-weight: 500;
    border-top: 1px solid #343434;
  }
  #owl-c-propiedades .box-carousel-home .owl-carousel .caption .precio{
    color: #3ba5ff;
  }
  .box-main .box-list .col .precio.premium,
  .box-carousel-home .owl-carousel .caption .precio.premium{
    background: #ff9000;
    border-top: 1px solid #ff9000;
    color: #fff;
  }
  #owl-c-propiedades .box-carousel-home .owl-carousel .caption .precio.premium{
    background: #008aff;
    border-top: 1px solid #008aff;
    color: #fff;
  }

  .box-main .box-list .col .precio a{
    color: #ff9000;
  }
  .box-main .box-list .col .precio.premium a{
    color: #fff;
  }
  .box-main .box-list .col .agencia,
  .box-carousel-home .owl-carousel .caption .agencia{
    padding-top: 0;
    line-height: 1.4;
    padding-bottom: 20px;
  }
  .box-main .box-list .col .agencia a,
  .box-carousel-home .owl-carousel .caption .agencia a{
    color: #fff;
    display: block;
  }
  .box-main .box-list .col .agencia a .fa,
  .box-carousel-home .owl-carousel .caption .agencia a .fa{
    color: #ff9000;
  }
  #owl-c-propiedades .box-carousel-home .owl-carousel .caption .agencia a .fa{
    color: #3ba5ff;
  }
  .box-main .box-list.premium .col .precio,
  .box-main .box-list.premium .col .agencia,
  .box-carousel-home .owl-carousel .caption .precio,
  .box-carousel-home .owl-carousel .caption .agencia{
    font-size: 14px;
    padding: 12px 20px;
  }
  .box-main .box-list.premium .col .agencia,
  .box-carousel-home .owl-carousel .caption .agencia{
    padding: 0 20px 20px 20px;
  }


  .box-main .box-list.premium .col .agencia,
  .box-carousel-home .owl-carousel .caption .agencia{
    line-height: 1.4;
  }
  /*.box-main .box-list.premium .col .agencia a,
  .box-carousel-home .owl-carousel .caption .agencia a{
    white-space: nowrap;
    overflow: hidden;
  }*/
  .box-main .box-list.premium .col .agencia a span,
  .box-carousel-home .owl-carousel .caption .agencia a span{
    display: inline-block;
  }
  .box-main.list-normal{
    margin-top: 15px;
  }
  .box-container-filter-pager{
    padding: 15px 30px;
  }
  .box-order-filter{
    float: left;
  }
  .box-order-filter select{
    height: 30px;
  }
  .box-order-filter select::-ms-expand {
      display: none;
  }
  .box-pager{
    float: right;
  }
  .box-pager .paginador .prev,
  .box-pager .paginador .next{
    vertical-align: top;
    display: inline-block;
    color: #9b9b9b;
    padding: 0 12px 0 12px;
    height: 30px;
    font-size: 21px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-pager .paginador .next{
    margin-left: 15px;
  }
  .box-pager .paginador .next.last,
  .box-pager .paginador .prev{
    margin-left: 5px;
  }
  .box-pager .paginador .prev:hover,
  .box-pager .paginador .next:hover{
    background: #ff9000;
    color: #fff;
  }

  .box-pager .paginador select,
  .box-order-filter select{
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    vertical-align: top;
    color: #fff;
    background: url(img/select_arrow_filter.png) no-repeat right center #313031;
    padding: 0 22px 0 15px;
    letter-spacing: 0.08em;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-pager .paginador select:hover,
  .box-pager .paginador select:focus,
  .box-order-filter select:hover,
  .box-order-filter select:focus{
    background: url(img/select_arrow_filter.png) no-repeat right center #ff9000;
  }
  .box-pager .paginador select::-ms-expand,
  .box-pager .filter select::-ms-expand{
    display: none;
  }
  .box-order-filter select{
    font-weight: 400;
    letter-spacing: 0;
    padding-right: 25px;
  }
  .box-pager .paginador span.texto,
  .box-order-filter span.texto{
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color:#b1b0b0;
    height: 30px;
    vertical-align: top;
    margin: 0 15px;
    padding-top: 9px;
  }
  .box-order-filter span.texto{
    margin-left: 0;
  }
  .box-carousel-home{
    padding: 30px;
    position: relative;
  }
  .box-carousel-home button.owl-prev,
  .box-carousel-home button.owl-next{
    position: absolute;
    top: 50%;
    background: transparent;
    border: 0;
    color: #ccc;
    outline: none;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box-carousel-home button.owl-prev{
    left: 0;
  }
  .box-carousel-home button.owl-next{
    right: 0;
  }
  .box-carousel-home button:hover{
    color: #ff9000;
  }
  #owl-c-propiedades .box-carousel-home button:hover{
    color: #3ba5ff;
  }
  .box-carousel-home .owl-stage{
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .box-carousel-home .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
  .box-carousel-home .owl-carousel .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
  .box-carousel-home .owl-carousel .flex-text {
    flex-grow: 1;
    padding: 20px 20px 22px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }
  .box-carousel-home .owl-carousel .flex-text a{
    color: #fff;
  }
  .box-carousel-home .owl-carousel .item {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    width: 100%;
  }
  .box-carousel-home .owl-carousel .item .owl-carousel-img{
    overflow: hidden;
    background: #1b1b1b url(img/bck_box_aviso_premium_pho02.png) center center no-repeat;
  }
  .box-contenido-editorial{
    padding: 30px;
    font-size: 16px;
    line-height: 1.4;
    max-width: 80%;
  }

  .box-contenido-publicidades{
    padding: 10px 30px 0;
    font-size: 16px;
    line-height: 1.4;
    max-width: 100%;
  }
  .box-contenido-publicidades .box-shorts.shorts-mq-milnueve{
    display: none;
  }
  .box-contenido-publicidades:last-child {
    border-bottom: none;
  }
  .box-contenido-publicidades .box-shorts{
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
  }
  .box-contenido-publicidades .box-videos{
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
  }
  .box-contenido-publicidades .box-videos.vid-solo {
    justify-content: center;
  }
  .box-contenido-publicidades .box-videos.vid-solo iframe{
    height: 280px;
  }


  .box-contenido-editorial a{
    color: #ff9000;
  }

}/* @media screen */

@media screen and (min-width: 1500px){
  .box-main .box-list .col{
    width: 20%;
  }
  .box-main .box-list.premium .col{
    width: 25%;
  }

  .box-main .d-flex .main-title h1,
  .box-main .d-flex .main-title h2{
    max-width: 890px;
  }
  .box-main .d-flex .box-secondary{
    max-width: 215px;
  }
  .box-carousel-home .owl-carousel .item .owl-carousel-img img{
    height: 174px;
    width: auto;
  }
  .box-carousel-home .owl-carousel .caption .agencia{
    width: 254px;
  }
}/* @media screen and (min-width: 1500px) */

@media screen and (max-width: 1499px) {
  .box-main .box-list.premium:not(.agency) .col:nth-child(16){
    display: none !important;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .box-main .main-title h1{
    max-width: 750px;
  }
  .box-main .agency-name span{
    max-width: 193px;
  }
  .box-main .box-data .box-text,
  .box-main .box-content .box-text{
    font-size: 15px;
  }
  .box-main .box-bottom .btn-denunciar{
    margin-top: 8px;
  }
  .box-main .box-list .col{
    width: 25%;
  }
  .box-main .box-list.premium .col{
    width: 33.33333333333333%;
  }
  .box-main .d-flex .main-title h1,
  .box-main .d-flex .main-title h2{
    max-width: 570px;
  }
  .box-main .d-flex .box-secondary{
    max-width: 215px;
  }
  .box-carousel-home .owl-carousel .item .owl-carousel-img img{
    height: 167px;
    width: auto;
  }
  .box-carousel-home .owl-carousel .caption .agencia{
    width: 243px;
  }
  .box-main .box-data .btn-contact-agency,
  .box-main .box-data .btn-contact-whatsapp{
    letter-spacing: 0.02em;
  }
} /* termina @media screen and (min-width: 1200px) and (max-width: 1499px) */

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .box-main .main-title h1{
    max-width: 600px;
  }
  .box-main .agency-name span{
    max-width: 204px;
  }
  .box-main .box-data .box-text,
  .box-main .box-content .box-text{
    font-size: 15px;
  }
  .box-main .box-data .box-text .rc-anchor-checkbox-label {
    font-size: 13px;
  }
  .box-main .box-bottom .btn-denunciar{
    margin-top: 16px;
  }
  .box-main .box-list .col{
    width: 25%;
  }
  .box-main .box-list.premium .col{
    width: 33.33333333333333%;
  }
  .box-main .box-list.premium .col .precio,
  .box-main .box-list.premium .col .agencia,
  .box-carousel-home .owl-carousel .caption .precio,
  .box-carousel-home .owl-carousel .caption .agencia{
    padding-left: 15px;
    font-size: 13px;
  }
  .box-main .d-flex .main-title h1,
  .box-main .d-flex .main-title h2{
    max-width: 420px;
  }
  .box-main .d-flex .box-secondary{
    max-width: 215px;
  }
  .hidden-pager-responsive .box-pager,
  .hidden-order-responsive .box-order-filter{
    display: none;
  }
  .box-carousel-home .owl-carousel .item .owl-carousel-img img{
    height: 132px;
    width: auto;
  }
  .box-carousel-home .owl-carousel .caption .agencia{
    width: 193px;
  }
  .box-main .box-data .btn-contact-agency,
  .box-main .box-data .btn-contact-whatsapp{
    letter-spacing: 0.02em;
  }
}/* termina @media screen and (min-width: 992px) and (max-width: 1199px) */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .box-main .main-title h1{
    max-width: 630px;
  }
  .box-main .agency-name span{
    max-width: 213px;
  }
  .box-main .box-content .subtitle.first{
    margin-top: 40px;
  }
  .box-main .box-data .box-text,
  .box-main .box-content .box-text{
    font-size: 15px;
  }
  .box-main .box-bottom .btn-denunciar{
    margin-top: 16px;
  }
  .box-main .box-list .col{
    width: 25%;
  }
  .box-main .box-list.premium .col{
    width: 33.33333333333333%;
  }
  .box-main .box-list.premium .col .precio,
  .box-main .box-list.premium .col .agencia,
  .box-carousel-home .owl-carousel .caption .precio,
  .box-carousel-home .owl-carousel .caption .agencia{
    padding-left: 15px;
    font-size: 13px;
  }
  .box-main .d-flex .main-title h1,
  .box-main .d-flex .main-title h2{
    max-width: 450px;
  }
  .box-main .d-flex .box-secondary{
    max-width: 215px;
  }
  .hidden-pager-responsive .box-pager,
  .hidden-order-responsive .box-order-filter{
    display: none;
  }
  .box-carousel-home .owl-carousel .item .owl-carousel-img img{
    height: 137px;
    width: auto;
  }
  .box-carousel-home .owl-carousel .caption .agencia{
    width: 200px;
  }
  .box-main .box-data .btn-contact-agency,
  .box-main .box-data .btn-contact-whatsapp{
    letter-spacing: 0.02em;
  }
}/* termina @media screen and (min-width: 768px) and (max-width: 991px) */


@media screen and (min-width: 768px){
  .box-main .main-title h1 i.fa,
  .box-main .agency-name span i.fa{
    display: none;
  }
}/* termina @media screen and (min-width: 768px) and (max-width: 991px) */

@media screen and (max-width: 767px) {
  .box-main .main-title{
    padding: 0 30px;
  }
  .box-main .main-title,
  .box-main .main-title.premium,
  .box-main .d-flex .main-title{
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-main .main-title h1,
  .box-main .main-title h2{
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .box-main .main-title h1 i.fa{
    margin-right: 5px;
  }
  .box-main .agency-name span{
    max-width: 100%;
  }
  .box-main .box-content .d-flex{
    margin-bottom: 0px;
  }
  .box-main .box-content .subtitle.first{
    margin-top: 40px;
  }
  .box-main .agency-name a{
    padding: 0 30px;
  }
  .box-main .agency-name span i{
    margin-right: 10px;
  }
  .box-main .box-data .btn-contact-agency{
    margin-top: 15px;
  }
  .box-main .box-data .box-text,
  .box-main .box-content .box-text{
    font-size: 15px;
  }
  .box-main .box-content .box-text{
    word-break: break-word;
  }

  .box-main .box-content .box-text.banner_lipari_decredito{
    position: relative;
    bottom: unset;
    margin-bottom: 0px;
    padding: 0 0px 0 0;
  }

  .box-main .box-bottom .col-one {
    text-align: left;
  }
  .box-main .box-bottom .btn-denunciar{
    margin-top: 0;
  }
  .box-main .box-list{
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    background: #000;
  }
  .box-main .box-list .col{
    width: 100%;
    margin-top: 0;
  }
  .box-main.list-normal{
    margin-top: 0;
  }
  .articulos-similares .box-main.list-normal{
    margin-top: 30px;
  }
  .box-main .d-flex .box-secondary{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  .hidden-pager-responsive .box-pager,
  .hidden-order-responsive .box-order-filter{
    display: none;
  }
  .box-container-filter-pager{
    padding: 15px;
  }
  .box-pager,
  .box-order-filter{
    text-align: center;
    float: none;
  }
  .box-pager .paginador .prev{
    margin-right: 15px;
  }
  .box-pager .paginador .prev.first{
    margin-left: 0;
    margin-right: 0;
  }
  .box-pager .paginador span.texto{
    display: none;
  }
  .box-contenido-editorial{
    max-width: 100%;
  }
  .box-main .box-list .col .precio{
    border-top: 0;
  }
}/* termina @media screen and (max-width: 767px) */

/* ==========================================================================
  Modificacion de estilos de elementos existentes
   ========================================================================== */

@media screen{
  .breadcrumb_soporte{
    background: #1c1c1c;
    padding: 24px 30px 23px 30px;
    font-size: 14px;
    line-height: 1;
  }
  .box_aviso_premium_base,
  .box_aviso_base{
    background: transparent;
    margin-bottom: 0;
    height: auto !important;
  }
  .box_aviso_info{
    position: relative;
    padding: 20px;
    flex: 1 0 auto;
  }
  .box-main.list-normal .box_aviso_info{
    padding: 20px 15px 20px 15px;
  }
  .box_aviso_prop_tit,
  .box_aviso_prop_tit a,
  .box_aviso_tit,
  .box_aviso_tit a{
    color: #fff;
  }
  .box_aviso_premium_tit,
  .box_aviso_tit{
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .box_aviso_premium_tit span.last:last-child,
  .box_aviso_tit span.last:last-child{
    display: none;
  }
  .box_aviso_tit{
    font-size: 13px;
  }
  .listado-de-avisos .carousel-inner{
    height: auto !important;
  }
  .listado-de-avisos .carousel-inner > .next {
    left: 100%!important;
  }
  .listado-de-avisos .carousel-inner > .prev {
    left: -100%!important;
  }
  .listado-de-avisos .carousel-inner > .next.left,
  .listado-de-avisos .carousel-inner > .prev.right {
    left: 0!important;
  }
  .listado-de-avisos .carousel-inner > .active.left {
    left: -100%!important;
  }
  .listado-de-avisos .carousel-inner > .active.right {
    left: 100%!important;
  }
  .listado-de-avisos .carousel-inner>.item{
    -webkit-transition:.6s ease-in-out left !important;
    transition:.6s ease-in-out left !important;
  }
  .listado-de-avisos .box_aviso_premium_base .box-progress,
  .listado-de-avisos .box_aviso_base .box-progress{
    background: #191919 ;
  }
  .paginador{
    margin: 0;
    padding: 0;
  }
  #footer{
    margin-top: 30px;
  }
  .breadcrumb_soporte > .cantidad_anuncios{
    text-align: right;
    width: 220px;
  }
  .superadmin_buttons{
    margin-bottom: 0;
  }
  .superadmin_buttons .btn{
    background: #191919;
  }
  .box-main-product .superadmin_buttons {
    border-top: 0;
    border-bottom: 1px solid #343434;
  }
  .tit_accesos{
    text-transform: none;
    padding: 15px 0 0 30px;
    font-weight: 500;
  }
  .tit_accesos h1{
    font-size: 16px;
    color: #fff;
    line-height: inherit;
  }

  .msg_remember{
    background: #ff9000;;
    padding: 20px 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
  }
  .msg_remember p{
    margin-bottom: 0;
  }

 .publicar_editar .msg_remember{
    margin-bottom: 50px;
 }

  .encabezado .titulo{
    text-transform: none;
    padding: 16px 30px;
  }
  .encabezado .titulo h1{
    font-weight: 500;
  }
  .encabezado .subtitulo{
    font-size: 14px;
  }
  .formulario .btn{
    padding: 15px 50px;
  }
  .limite-avisos .soporte{
    text-align: center;
    min-height: calc(100vh - 240px);
    font-size: 16px;
    line-height: 1.5;
  }
  .limite-avisos .soporte a{
    color:#ff8c00;
  }
  .limite-avisos .soporte a:hover{
    color:#e07b00;
  }
  .registro_edicion .soporte .titulo h2,
  .registro_edicion .soporte .titulo h3,
  .publicar_editar .soporte .titulo h2,
  .publicar_editar .soporte .titulo h3{
    font-size: 16px;
  }
  .registro_edicion .soporte .titulo span,
  .publicar_editar .soporte .titulo span{
    font-size: 14px;
  }
  .registro_edicion .soporte p.texto,
  .publicar_editar .soporte p.texto{
    font-size: 16px;
  }
  .sop_titulos_listado{
    background: #454545;
  }
  .tit_accesos_home02{
    font-size: 14px;
    padding-right: 30px;
  }
  .sop_todas_las_publicaciones{
    padding: 30px;
    margin: 0;
  }
  .sop_todas_las_publicaciones .sop_listado_publiaciones{
    margin-top: 30px !important;
  }
  .sop_todas_las_publicaciones .sop_listado_publiaciones:first-child{
    margin-top: 0 !important;
  }
  .mis_anuncios_foto{
    padding: 0;
  }
  .mis_anuncios_texto{
    padding: 0 30px 0 !important;
  }
  .mis_anuncios_texto .box_aviso_premium_tit{
    font-size: 18px;
  }
  .mis_anuncios_texto .box_aviso_premium_precio{
    margin: 10px 0 0 0;
    bottom: auto;
    color: #ff9000;
    font-size: 16px;
  }
  #owl-c-propiedades .mis_anuncios_texto .box_aviso_premium_precio{
    color: #3ba5ff;
  }
  .mis_anuncios_texto .box_aviso_premium_precio strong{
    font-weight: 400 !important;
    color: #fff;
  }
  .mis_anuncios_texto .box_aviso_premium_precio span{
    color: #ff9000;
  }
  #owl-c-propiedades .mis_anuncios_texto .box_aviso_premium_precio span{
    color: #3ba5ff;
  }
  .mis_anuncios_texto .box_aviso_premium_bajada{
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 1.4 !important;
  }
  .mis_anuncios_texto .mis_anucios_rubro{
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
  }
  .box_misaviso_fechas{
    padding-bottom: 0;
    margin-top: 15px;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.75;
  }
  .box_aviso_premium_bajada .fb_iframe_widget{
    margin-top: 13px !important;
  }
  .box_aviso_premium_bajada .user_editar{
    margin-top: 22px;
  }





  .box_aviso_premium_bajada .user_editar{
    margin-top: 10px;
    display: flex;
    max-width: 360px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_aviso_premium_bajada .user_editar  a{
    display: block;
    order: 0;
    width: 45%;
    text-align: center;
  }

  .box_aviso_premium_bajada .user_editar a:nth-child(3){
    order: -1;
    width: 100%;
  }
  .box_aviso_premium_bajada .user_editar.inactivo a:nth-child(3){
    order: -1;
    width: 100%;
    background: #FF8E01;
  }

  /* .tit_conte_editoria{
    font-size: 21px;
    margin: 30px 0 30px 0;
    padding: 0 0 15px 0;
  } */

  .tit_conte_editoria, .tit_conte_publicidad{
    font-size: 21px;
    margin: 30px 0 30px 0;
    padding: 0 0 15px 0;
  }
  .tit_conte_publicidad{
    margin: 5px 0 15px 0;
    border-bottom: 1px solid #454545;
    line-height: 35px;
    color: #fe8f00;
    font-weight: 700;
  }

  .buscador_por_categorias{
    background: transparent;
  }
  .gm-style .gm-style-iw-c{
    overflow: hidden !important;
    background-color: #1b1b1b !important;
  }
  .banner_centro_inf{
    margin-bottom: 0;
    margin-top: 15px;
  }


  .banner_lipari_grande{
    margin-top:0px;
    padding-top:0px;
  }


  .banner_listado_beta{
    padding: 0px !important;
    background: #1c1c1c !important;
    margin: 0 !important;
  }
  .box_aviso_premium .box_aviso_tit span,
  .box_aviso_no_premium .box_aviso_tit span{
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    width: auto;
    height: auto;
  }
} /* termina @media screen */

@media screen and (min-width: 1781px) and (max-width: 1920px) {
  .box-contenido-publicidades .box-videos.dos-vid{
    /* margin: 1px 0; */
  }
  .box-contenido-publicidades .box-shorts.shorts-mq-normal{
    display: none;
  }
  .box-contenido-publicidades .box-shorts.shorts-mq-milnueve{
    display: flex;
  }

  .box-contenido-publicidades .box-videos.dos-vid iframe{
    width: 50%;
    height: 300px;
    margin-right: 20px;
  }
  .box-contenido-publicidades .box-videos.dos-vid iframe:nth-child(2){
    margin-right: 0;
  }
  .box-contenido-publicidades .box-videos.vid-solo iframe{
    height: 360px;
    width: 65%;
  }
}/* termina @media screen */

@media screen and (min-width: 1500px) and (max-width: 1780px) {
  .box-contenido-publicidades .box-shorts.shorts-mq-normal{
    display: none;
  }
  .box-contenido-publicidades .box-shorts.shorts-mq-milnueve{
    display: flex;
  }
  .box-contenido-publicidades .box-videos.dos-vid iframe{
    width: 50%;
    height: 300px;
    margin-right: 20px;
  }
  .box-contenido-publicidades .box-videos.dos-vid iframe:nth-child(2){
    margin-right: 0;
  }
  .box-contenido-publicidades .box-videos.vid-solo iframe{
    height: 360px;
    width: 65%;
  }
}/* termina @media screen */


@media screen and (min-width: 1500px) {
  .box_aviso_premium_pho{
    height: 179px !important;
  }
  .box_aviso_base_pho,
  .box_aviso_base_pho img{
    height: 139px !important;
  }
  .box_aviso_base_pho img{
    width: 100%;
  }
  .breadcrumb{
    max-width: 950px;
  }
  .sop_footer .col1{
    width: 300px;
  }
  .sop_footer .col2{
    width: 275px;
  }
  .sop_footer .col3{
    width: 775px;
  }
  .sop_footer .col3 ul{
    width: 220px;
  }
  .registro_edicion .soporte,
  .publicar_editar .soporte,
  .actualizar_pass .soporte{
    padding: 50px 300px;
  }
  .limite-avisos .soporte{
    padding: 72px 150px;
  }
  #footer .container .box .col:nth-child(3) ul{
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
  }
  .banner_centro_inf{
    padding: 12px 0;
    background: #1c1c1c;
  }
  .banner_lipari_grande {
    padding-top: 0;
  }


  .banner_bienes_rosario_small iframe{
    width: 200px;
  }

}/* termina @media screen and (min-width: 1500px) */


@media screen and (min-width: 768px) and (max-width: 1199px){

  .box-contenido-publicidades .box-shorts {
    flex-wrap: wrap;
  }
  .box-contenido-publicidades .box-shorts iframe{
    width: 48%;
  }
  .box-contenido-publicidades .box-videos.dos-vid iframe{
    width: 45%;
  }

}/* termina @media screen and (min-width: 992px) and (max-width: 1199px) */


@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .box_aviso_premium_pho{
    height: 173px !important;
  }
  .box_aviso_base_pho,
  .box_aviso_base_pho img{
    height: 125px !important;
  }
  .breadcrumb{
    max-width: 600px;
  }
  .limite-avisos .soporte{
    padding: 72px 100px;
  }
} /* termina @media screen and (min-width: 1200px) and (max-width: 1499px) */

@media screen and (max-width: 1199px) {
  .mis_anuncios_texto{
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .box_aviso_premium_pho{
    height: 139px !important;
  }
  .box_aviso_base_pho,
  .box_aviso_base_pho img{
    height: 99px !important;
  }
  .box_aviso_info,
  .box-carousel-home .owl-carousel .flex-text{
    padding: 20px 15px 22px 15px;
  }
  .breadcrumb{
    max-width: 470px;
  }
  .limite-avisos .soporte{
    padding: 78px 30px;
    font-size: 14px;
  }
}/* termina @media screen and (min-width: 992px) and (max-width: 1199px) */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .box_aviso_premium_pho{
    height: 144px !important;
  }
  .box_aviso_base_pho,
  .box_aviso_base_pho img{
    height: 103px !important;
  }
  .box_aviso_info,
  .box-carousel-home .owl-carousel .flex-text{
    padding: 20px 15px 22px 15px;
  }
  .breadcrumb{
    max-width: 470px;
  }
  .limite-avisos .soporte{
    padding: 82px 30px;
    font-size: 14px;
    min-height: calc(100vh - 310px);
  }
}/* termina @media screen and (min-width: 768px) and (max-width: 991px) */

@media screen and (max-width: 767px) {
  .mis_anuncios_texto{
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .limite-avisos .soporte{
    padding: 20px;
    font-size: 13px;
    line-height: 1.7;
    min-height: 100%;
  }
  .box_aviso_premium_bajada .user_editar{
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
  }
  .box_aviso_premium_bajada .user_editar  a{
    width: 46%;
    margin-right: 0;
  }

  .box_aviso_premium_bajada .user_editar a:nth-child(3){
    order: -1;
    width: 100%;
  }

  .sop_publicidades .encabezado + .box-contenido-publicidades {
    padding: 20px 30px 0;
  }

  .box-contenido-publicidades {
    max-width: 100%;
  }

  /* .tit_conte_publicidad {
    padding-bottom: 25px;
  } */

  .box-contenido-publicidades .box-shorts,
  .box-contenido-publicidades .box-videos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    /* padding: 20px 0 0; */
  }

  .box-contenido-publicidades .box-videos.segundo-np,
  .box-contenido-publicidades .box-videos.vid-solo,
  .box-contenido-publicidades .box-shorts.segundo-np{
    padding: 0;
  }

  .box-contenido-publicidades .box-shorts iframe,
  .box-contenido-publicidades .box-videos iframe{
    width: 100%;
    padding: 10px 0;
  }
  .box-contenido-publicidades .box-videos.vid-solo iframe{
    height: 270px;
  }


}

/* Modificación de color de botones */

.btn_ingresar_registro a,
.btn_publica_gratis a{
  background: #ff9000;
}

.btn_ingresar_registro a:hover,
.btn_publica_gratis a:hover{
  background: #d57602;
}

/* reCaptcha v3 - badge hide */

.grecaptcha-badge { visibility: hidden; }

.recaptcha-tyc {
  text-transform: none;
  font-size: 11px;
  color: #b9b9b9;
}

.recaptcha-tyc a {
  color: #f0f0f0;
}

.recaptcha-tyc a:hover {
  color: #ff9000;
}



