/* INICIO estilos card's */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Varela+Round&display=swap');

.background-announcement {
  width: 100% !important;
}

.tittle-announcement {
  display: none;
  font-family: 'Varela Round', sans-serif !important;
}

.arrow-announcement-left {
  position: absolute;
  left: 3%;
  top: 48%;
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent !important;
  border-right: 12px solid #bbbbbb !important;
  border-bottom: 19px solid transparent !important;
  border-left: 0 !important;
  background: transparent !important;
  padding: 0px;
}

.arrow-announcement-right {
  position: absolute;
  right: 3%;
  top: 48%;
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent !important;
  border-left: 12px solid #bbbbbb !important;
  border-bottom: 19px solid transparent !important;
  border-right: 0 !important;
  background: transparent !important;
  padding: 0;
}

.arrow-announcement-left-big {
  position: absolute;
  left: 4%;
  top: 48%;
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent !important;
  border-right: 12px solid #dfdddd !important;
  border-bottom: 19px solid transparent !important;
  border-left: 0 !important;
  background: transparent !important;
  padding: 0px;
}

.arrow-announcement-right-big {
  position: absolute;
  right: 4%;
  top: 48%;
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent !important;
  border-left: 12px solid #dfdddd !important;
  border-bottom: 19px solid transparent !important;
  border-right: 0 !important;
  background: transparent !important;
  padding: 0;
}
.imageCardAnnouncement img {
  height: 119px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  border: solid 2px solid #f2f2f2;
}

.card {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  box-shadow: -4px 3px 4px 0 lightgrey !important;
  padding-bottom: 10px;
  font-family: 'Varela Round', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Varela Round', sans-serif !important;
}

.card-body {
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Varela Round', sans-serif;
  font-family: 'Varela Round', sans-serif !important;
}

#tns1>.tns-item {
  width: calc(3.84615%);
  padding-right: 10px !important;
  padding-left: 10px !important;
}

#tns1-ow {
  padding-left: 30px !important;
  padding-right: 40px !important;
  margin-bottom: 5px !important;
}

h4.card-title {
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 0px;
  padding: 8px 0px;
  height: 34px;
  font-weight: bold;
  color: #3a3a3a;
  font-family: 'Varela Round', sans-serif !important;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

p.card-price {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 0px;
  color: #3a3a3a;
  font-family: 'Varela Round', sans-serif !important;
}

p.card-costo {
  text-align: left;
  line-height: 1 !important;
  color: #fec031;
  font-size: 1.56em !important;
  font-weight: bold;
  margin-bottom: 6px;
  width: 50%;
}

p.card-copy {
  text-align: left;
  margin-bottom: 15px;
  height: 28px;
  width: 100%;
  max-height: 28px;
  font-size: 1.35em !important;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1 !important;
  color: #3a3a3a;
  font-family: 'Varela Round', sans-serif !important;
}

.locationAnnouncemet {
  color: #3a3a3a;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}

/* FIN estilos card's */
/* INICIO estilos titulo */
.anuncios_row_home .vc_column_container .vc_column-inner {
  padding-top: 0px !important;
}

img.left-icon-title {
  width: 50px !important;
  height: 50px;
  margin-right: 15px;
}

img.right-icon-title {
  width: 50px !important;
  height: 50px;
  margin-left: 15px;
}

/* final estilos titulo */
/* INICIO estilos modal */
.modalViewAnnouncement {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-items: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif !important;
}

#modalViewAnnouncementId .close-view-announcement {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 13px;
}

.announcement-close {
  color: white;
}

#modalViewAnnouncementId .modal-content-view-announcement {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 50%;
}

.imgAnnouncement {
  width: 153px;
  height: 124px;
  border-radius: 10px;
}

.imgAnnouncementLow {
  position: absolute;
  width: 110px;
  height: 72px;
  margin-left: 14px;
  margin-bottom: 14px;
  border-radius: 10px;
}

.disabledBtnAnnouncement {
  pointer-events: none;
}

.modalViewAnnouncement .modal-content .modal-body {
  
    padding: 0px 30px 20px;
    font-family: 'Varela Round', sans-serif !important;
    max-height: 446px;
    overflow-y: auto;
}


.modalViewAnnouncement .modal-content {
  border-radius: 30px;
  box-shadow: none;
  max-height: 560px;
  font-family: "Varela Round", sans-serif;
  padding: 15px;
}

.modalViewAnnouncement .close-view-announcement {
  border: solid 1px #ffd129;
  width: 25px;
  height: 25px;
  position: relative;
  top: 32px;
  z-index: 1;
  right: 15px;
  border-radius: 50%;
}

.modalViewAnnouncement .close-view-announcement svg {
  width: 20px;
  height: 20px;
  fill: #ffd129;
  position: relative;
  top: -9px;
  left: 2px;
}

div#modalImageAnnouncement {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  border-radius: 15px;
  background-color: lightgrey;
}

div#modalImageBigAnnouncement {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  border-radius: 15px;
  background-color: lightgrey;
}

div#imagenes_secundarias_anuncio_ver {
  min-height: 200px;
  max-height: 200px;
}

div#imagenes_secundarias_anuncio_ver a img {
  background: lightgray;
  border-radius: 15px;
  width: 100%;
  max-height: 95px;
  min-height: 95px;
  object-fit: cover;
}

div#imagenes_secundarias_anuncio_ver a:first-child img {
  margin-bottom: 10px;
}

div#modalImageSecondaryBigAnnouncement a:first-child img {
  margin-bottom: 10px;
}

div#modalImageAnnouncement a {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}

div#modalImageBigAnnouncement a {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}

div#modalImageAnnouncement a img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  border-radius: 15px;
  object-fit: cover;
}

div#modalImageBigAnnouncement a img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  border-radius: 15px;
  object-fit: cover;
}

p#modalTittleAnnouncement {
  font-size: 1.9em !important;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #3a3a3a;
  margin-bottom: 0px;
}

p#modalTitleBigAnnouncement {
  font-size: 1.9em !important;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #3a3a3a;
  margin-bottom: 0px;
}

p#modalValueAnnouncement {
  font-size: 2.6em !important;
  line-height: 1 !important;
  font-family: 'Varela Round', sans-serif !important;
  color: #fec941;
  font-weight: bold;
}

p.precio-anuncio-label {
  margin-bottom: 0px !important;
  font-size: 1.43em !important;
  font-family: 'Varela Round', sans-serif !important;
  color: #3a3a3a;
}

p#caracteristicas_anuncio_ver {
  max-height: 100px;
  min-height: 100px;
  background: #eee;
  border-radius: 15px;
  padding: 10px;
  overflow-y: scroll;
  font-family: 'Varela Round', sans-serif !important;
  color: #3a3a3a;
}

#modalButtonAnnouncement a {
  width: 100%;
  border-radius: 26px;
  border: 0px;
  padding: 5px 0px;
  background-color: #ffd129;
  color: #fff;
  font-size: 1.9em;
  display: block;
  text-align: center;
  margin-top: 6px;
}

p#modalDescriptionAnnouncement {
  font-size: 1.43em !important;
  max-height: 45px;
  min-height: 45px;
  font-family: 'Varela Round', sans-serif !important;
  color: #3a3a3a;
  overflow-y: auto;
  margin-bottom: 0px;
}

p#modalFeaturesAnnouncement {
  max-height: 65px;
  min-height: 65px;
  overflow-y: scroll;
  color: #3a3a3a;
  font-family: 'Varela Round', sans-serif !important;
}

.FeaturesAnnouncementContainer {
  background: #eee;
  border-radius: 15px;
  padding: 10px;
  margin-top: 20px;
}

.DescriptionAnnouncementContainer {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 10px;
}

#announcementNear {
  position: relative;
  left: 13px;
  bottom: 5px;
  color: #fec031;
  font-size: 1.2em;
}

@media only screen and (min-width: 300px) {
  img.left-icon-title {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  img.right-icon-title {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }

  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 10px !important;
    padding-right: 20px !important;
    margin-bottom: 5px !important;
  }

  .imageCardAnnouncement img {
    height: 119px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: solid 2px #f2f2f2;
    object-fit: cover;
    border-radius: 15px;
    border: solid 2px #f2f2f2;
  }

  .modalViewAnnouncement .modal-sm {
    width: 100%;
  }
  .modalViewBigAnnouncement .modal-sm {
    width: 100%;
  }

  div#imagenes_secundarias_anuncio_ver a img {
    background: lightgray;
    border-radius: 15px;
    width: 100%;
    max-height: 61px;
    min-height: 61px;
    object-fit: cover;
  }

  div#modalImageSecondaryBigAnnouncement a img {
    background: lightgray;
    border-radius: 15px;
    width: 100%;
    max-height: 61px;
    min-height: 61px;
    object-fit: cover;
  }

  div#modalImageAnnouncement {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    /* border: 1px solid; */
    border-radius: 15px;
    background-color: lightgrey;
  }

  div#modalImageAnnouncement a img {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    border-radius: 15px;
    object-fit: cover;
  }

  div#modalImageBigAnnouncement a img {
    width: 100%;
    min-height: 130px;
    max-height: 130px;
    border-radius: 15px;
    object-fit: cover;
}
  div#imagenes_secundarias_anuncio_ver {
    min-height: 95px;
    max-height: 95px;
  }
  div#modalImageSecondaryBigAnnouncement {
    min-height: 95px;
    max-height: 95px;
  }
}

@media only screen and (min-width: 360px) {
  div#imagenes_secundarias_anuncio_ver a img {
    background: lightgray;
    border-radius: 15px;
    width: 100%;
    max-height: 95px;
    min-height: 95px;
    object-fit: cover;
  }

  div#modalImageSecondaryBigAnnouncement a img {
    background: lightgray;
    border-radius: 15px;
    width: 100%;
    max-height: 95px;
    min-height: 95px;
    object-fit: cover;
  }

  div#modalImageAnnouncement {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    border-radius: 15px;
    background-color: lightgrey;
  }

  div#modalImageBigAnnouncement {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    border-radius: 15px;
    background-color: lightgrey;
  }

  div#modalImageAnnouncement a img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    border-radius: 15px;
    object-fit: cover;
  }

  div#modalImageBigAnnouncement a img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    border-radius: 15px;
    object-fit: cover;
  } 
  
  div#modalImageSecondaryBigAnnouncement {
    min-height: 200px;
    max-height: 200px;
  }

  .arrow-announcement-left {
    position: absolute;
    left: -1%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent !important;
    border-right: 9px solid #bbbbbb !important;
    border-bottom: 16px solid transparent !important;
    border-left: 0 !important;
    background: transparent;
    padding: 0px;
  }

  .arrow-announcement-right {
    position: absolute;
    right: -1%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent !important;
    border-left: 9px solid #bbbbbb !important;
    border-bottom: 16px solid transparent !important;
    border-right: 0 !important;
    background: transparent;
    padding: 0;
  }
  .arrow-announcement-left-big {
    position: absolute;
    left: 6%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent !important;
    border-right: 9px solid #dfdddd !important;
    border-bottom: 16px solid transparent !important;
    border-left: 0 !important;
    background: transparent;
    padding: 0px;
  }

  .arrow-announcement-right-big {
    position: absolute;
    right: 6%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent !important;
    border-left: 9px solid #dfdddd !important;
    border-bottom: 16px solid transparent !important;
    border-right: 0 !important;
    background: transparent;
    padding: 0;
  }
}

@media only screen and (min-width: 375px) {
  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 22px !important;
    padding-right: 32px !important;
    margin-bottom: 5px !important;
  }
}

@media (max-width: 992px) {
  .modalViewAnnouncement .modal-sm {
  overflow-y: scroll;
  padding-top: 10%;
  }

  .modalViewBigAnnouncement .modal-sm {
    overflow-y: scroll;
    padding-top: 10%;
    }
  p#modalTittleAnnouncement {
  font-size: 1.3em;
  line-height: 17px;}
  
  p#modalTitleBigAnnouncement{
    font-size: 1.3em;
    line-height: 17px;}
  
  #modalButtonAnnouncement a {
  margin-top: -13px;
  }
  #modalViewAnnouncementId .close-view-announcement{
  position: relative;
  top: 35px;
  left: 91%;
  }
  #modalViewBigAnnouncementId .close-view-announcement {
    position: absolute !important;
    top: 15px !important;
    /* left: 91%; */
    right: 27px;
    left: unset;
}
  p#modalDescriptionAnnouncement{
  line-height: 14px !important;
  }
  p#InfoProvedorAnnouncement {
    text-align: center;
    font-size: 1.6em;
    position: relative;
    top: 10px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-width: 84%; */
    white-space: nowrap;
    color: #ffd129 !important;
    text-decoration-color: #ffd129;
}
p#InfoProvedorBigAnnouncement {
  text-align: center;
  font-size: 1.6em !important;
  position: relative;
  top: 10px;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* min-width: 84%; */
  white-space: nowrap;
  color: #ffd129 !important;
  text-decoration-color: #ffd129;
}
  }
  @media only screen and (max-width: 320px) {
  #modalViewAnnouncementId .close-view-announcement{
  position: relative;
  top: 35px;
  left: 88%;
  }
  #modalViewBigAnnouncementId .close-view-announcement{
    position: relative;
    top: 35px;
    
    }

  }

@media only screen and (min-width: 444px) {
  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 37px !important;
    padding-right: 47px !important;
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 500px) {
  .arrow-announcement-left {
    position: absolute;
    left: 0%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent !important;
    border-right: 9px solid #bbbbbb !important;
    border-bottom: 16px solid transparent !important;
    border-left: 0 !important;
    background: transparent;
    padding: 0px;
  }

  .arrow-announcement-right {
    position: absolute;
    right: 0%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent !important;
    border-left: 9px solid #bbbbbb !important;
    border-bottom: 16px solid transparent !important;
    border-right: 0 !important;
    background: transparent;
    padding: 0;
  }


  .arrow-announcement-left-big {
    position: absolute;
    left: 4%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent !important;
    border-right: 9px solid #dfdddd !important;
    border-bottom: 16px solid transparent !important;
    border-left: 0 !important;
    background: transparent;
    padding: 0px;
  }

  .arrow-announcement-right-big {
    position: absolute;
    right: 4%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent !important;
    border-left: 9px solid #dfdddd !important;
    border-bottom: 16px solid transparent !important;
    border-right: 0 !important;
    background: transparent;
    padding: 0;
  }
}

@media only screen and (min-width: 600px) {
  .modalViewAnnouncement .modal-sm {
    width: 463px;
    margin-left: auto;
    margin-right: auto;
  }

  .modalViewBigAnnouncement .modal-sm {
    width: 463px;
    margin-left: auto;
    margin-right: auto;
  }
  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 30px !important;
    padding-right: 40px !important;
    margin-bottom: 5px !important;
  }

  .modalViewAnnouncement .modal-content .modal-body {
  
    padding: 0px 30px 20px;
    padding: 0px 30px 20px;
    max-height: 415px;
    overflow-y: auto;
    overflow-x: hidden;
     
  }
  .modalViewBigAnnouncement .modal-content .modal-body {
    min-height: 482px;
    padding: 0px 30px 20px;
  }

  div#imagenes_secundarias_anuncio_ver a img {
    background: lightgray;
    border-radius: 15px;
    width: 100%;
    max-height: 95px;
    min-height: 95px;
    object-fit: cover;
  }

  div#modalImageSecondaryBigAnnouncement a img {
    background: lightgray;
    border-radius: 15px;
    width: 100%;
    max-height: 76px;
    min-height: 76px;
    object-fit: cover;
  }

  div#modalImageAnnouncement {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    /* border: 1px solid; */
    border-radius: 15px;
    background-color: lightgrey;
  }

  div#modalImageBigAnnouncement {
    width: 100%;
    min-height: 162px;
    max-height: 162px;
    /* border: 1px solid; */
    border-radius: 15px;
    background-color: lightgrey;
  }

  div#modalImageAnnouncement a img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    border-radius: 15px;
    object-fit: cover;
  }

  div#modalImageBigAnnouncement a img {
    width: 100%;
    min-height: 162px;
    max-height: 162px;
    border-radius: 15px;
    object-fit: cover;
  }

  div#imagenes_secundarias_anuncio_ver {
    min-height: 200px;
    max-height: 200px;
  }
  div#modalImageSecondaryBigAnnouncement {
    min-height: 162px;
    max-height: 162px;
  }
}

@media only screen and (min-width: 1200px) {
  #tns1-ow {
    padding-left: 50px !important;
    padding-right: 60px !important;
    margin-bottom: 5px !important;
  }
  .DescriptionAnnouncementContainer{
    margin-top: 0px !important;
  }
  #InfoProvedorBigAnnouncement {
    text-align: center;
    font-size: 1.7em !important;
    position: relative;
    margin-bottom: 0px;
    line-height: 1 !important;
}
}

@media only screen and (min-width: 1280px) {
  #tns1-ow {
    padding-left: 30px !important;
    padding-right: 40px !important;
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  .modalViewAnnouncement .modal-sm {
    width: 463px;
  }
  .modalViewBigAnnouncement .modal-sm {
    width: 463px;
  }
  .modalViewBigAnnouncement .modal-content .modal-body {
    min-height: 593px;
    padding: 0px 30px 20px;
    font-family: 'Varela Round', sans-serif !important;
    max-height: 626px;
    overflow-y: auto;
}
.headerContainerBigAnouncement {
  display: flex;
  flex-direction: column;
}
.DescriptionAnnouncementContainer {
  margin-top: 15px;
}
}

/* FIN estilos modal */
/*scroll custome anuncios*/

.scroll-anuncios::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scroll-anuncios::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.scroll-anuncios::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.scroll-anuncios::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5;
}

.scroll-anuncios::-webkit-scrollbar-thumb:active {
  background: #ffd129;
}

.scroll-anuncios::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 50px;
}

.scroll-anuncios.safari::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 50px;
}

.scroll-anuncios::-webkit-scrollbar-track:hover {
  background: #ededed;
}

.scroll-anuncios::-webkit-scrollbar-track:active {
  background: #ededed;
}

.scroll-anuncios::-webkit-scrollbar-corner {
  background: transparent;
}

/* Buttons */
.scroll-anuncios::-webkit-scrollbar-button:single-button {
  background-color: #ededed;
  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}

/* Up */
.scroll-anuncios::-webkit-scrollbar-button:single-button:vertical:decrement {
  display: none;
  height: 12px;
  width: 16px;
  background-position: center 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

.scroll-anuncios::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,00 0,50 100,50'/></svg>");
}

.scroll-anuncios::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
.scroll-anuncios::-webkit-scrollbar-button:single-button:vertical:increment {
  display: none;
  height: 12px;
  width: 16px;
  background-position: center 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.scroll-anuncios::-webkit-scrollbar-button:single-button:vertical:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
}

.scroll-anuncios::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
.scroll-anuncios::-webkit-scrollbar-button:single-button:horizontal:decrement {
  height: 12px;
  width: 12px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>");
}

.scroll-anuncios::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>");
}

.scroll-anuncios::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>");
}

/* Right */
.scroll-anuncios::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 12px;
  width: 12px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>");
}

.scroll-anuncios::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>");
}

.scroll-anuncios::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>");
}

.scroll-anuncios {
  scrollbar-width: thin;
  scrollbar-color: #b5b5b5 #ededed;
}

/* final scroll custome */
.container-costo-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.buttonAnnouncementCop {
  top: 159px;
  width: 45%;
  position: absolute;
  right: 0px;
  padding-right: 11px;
  font-size: 1.3em;
}

.buttonAnnouncementCop a {
  display: block;
  background: #ffd129;
  border-radius: 15px;
  padding: 4px 0px;
  width: 100%;
  color: #Fff;
}

.buttonAnnouncementCop a:hover {
  display: block;
  background: #ffd129;
  border-radius: 15px;
  padding: 4px 0px;
  width: 100%;
  color: #Fff;
}

#InfoProvedorAnnouncement {
  text-align: center;
  font-size: 1.6em;
  position: relative;
  top: 10px;
}
#InfoProvedorBigAnnouncement {
  text-align: center;
  font-size: 1.6em;
  position: relative;
  margin-bottom: 0px;
}

p#InfoProvedorAnnouncement a {
  font-size: 1.5em;
  color: #fec941 !important;
  cursor: pointer;
  text-decoration: none;
}

p#InfoProvedorBigAnnouncement a {
  font-size: 1.5em;
  color: #fec941 !important;
  cursor: pointer;
  text-decoration: none;
}
p#InfoProvedorAnnouncement a:hover {
  color: #fec941 !important;
  cursor: pointer;
  text-decoration: none;
}

p#InfoProvedorBigAnnouncement a:hover {
  color: #fec941 !important;
  cursor: pointer;
  text-decoration: none;
}

#modalUbicacionAnnouncemet {
  color: #3a3a3a;
  font-size: 1em;
}

.mt10 {
  margin-top: 10px !important;
}

p.card-costo.million {
  text-align: left;
  line-height: 1;
  color: #fec031;
  font-size: 1.1em !important;
  font-weight: bold;
  margin-bottom: 6px;
  width: 50%;
}


/********** style de slader big providers ***********/

.announcement_big_providers_container {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 5px;
}

.announcement_big_providers_container.isVisible{
  margin-bottom: 20px;
  margin-top: 18px;
}
.big_provider .card {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  box-shadow: none !important;
  padding-bottom: 10px;
  font-family: 'Varela Round', sans-serif;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif !important;
}



.big_provider .card-image img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.big_provider .card-image {
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  max-width: 100px;
  min-width: 100px;
  width: 100px;
  border-radius: 50%;
  border: 3px solid #fec031;
  box-shadow: -3px 3px 3px 0 lightgray;
  text-align: center;
  display: flex;
  justify-items: center;
  justify-content: center;
  background-color: #fff;
}

.big_provider .card-body {
  display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.big_provider h4.card-title {
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 0px;
  padding: 8px 0px;
  height: 34px;
  font-weight: bold;
  color: #3a3a3a;
  font-family: 'Varela Round', sans-serif !important;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.big_provider div.card-copy {
  text-align: center;
  margin-bottom: 0px;
  
  width: 100%;
  
  font-size: 1.35em !important;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.1 !important;
  color: #3a3a3a;
  font-family: 'Varela Round', sans-serif !important;
  margin-top: 15px;
  padding-top: 0px;
}

#tns1-ow .tns-controls {
  display: block !important;
}

.announcement_big_providers_container .container {
  max-width: 100%;
}

.containerBigAnnouncements {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
}

.containerBigAnnouncements .big_provider {
  min-width: 200px;
}

/*********styles view big anoucement ********/

.modalViewBigAnnouncement{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-items: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif !important;
}

#modalViewBigAnnouncementId .close-view-announcement {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 13px;
}

.announcement-close {
  color: white;
}

.modalViewBigAnnouncement .modal-content .modal-body {
  min-height: 482px;
  padding: 0px 30px 20px;
  font-family: 'Varela Round', sans-serif !important;
}

.modalViewBigAnnouncement .modal-content {
  border-radius: 30px;
  box-shadow: none;
  max-height: 630px;
  font-family: "Varela Round", sans-serif;
}

.modalViewBigAnnouncement .close-view-announcement {
  border: solid 1px #ffd129;
  width: 25px;
  height: 25px;
  position: relative;
  top: 32px;
  z-index: 1;
  right: 15px;
  border-radius: 50%;
}

.modalViewBigAnnouncement .close-view-announcement svg {
  width: 20px;
  height: 20px;
  fill: #ffd129;
  position: relative;
  top: -9px;
  left: 2px;
}

.ba_ubication {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.3rem; 
  justify-content: flex-end;
  width: 40%;
  margin-top: 16px;
  font-weight: bold;
}

.ba_ubication #modalDepartmentBigAnnouncemet {
 margin-right: 10px;
 text-transform: uppercase;
}

.ba_ubication #modalCityBigAnnouncemet {
  margin-right: 5px;
}

#modalDescriptionBigAnnouncement {
  max-height: 150px;
  min-height: 100px;
  overflow-y: auto;
  font-size: 1.43em !important;
  /* font-weight: bold !important; */
  font-family: 'Varela Round', sans-serif !important;
  color: #727272;
  line-height: 1.5 !important;
}

p#modalFeaturesBigAnnouncement {
  max-height: 178px;
  min-height: 178px;
  overflow-y: auto;
  line-height: 1.5 !important;
}

.big_provider .card {
  max-width: 200px;
}

@media (min-width:320px) and (max-width: 699px) {
  .big_provider .card {
    max-width: unset ;
  }
  .modalViewBigAnnouncement .modal-content .modal-body {
    min-height: 482px;
    padding: 0px 30px 20px;
    font-family: 'Varela Round', sans-serif !important;
    max-height: 482px;
    overflow-y: auto;
  }
  .DescriptionAnnouncementContainer {
    margin-top: 15px;
  }
  .headerContainerBigAnouncement {
    display: flex;
    margin-bottom: 20px !important;
    justify-content: center;
    flex-direction: column;
  }
  .modalViewBigAnnouncement .modal-content {
    border-radius: 30px;
    box-shadow: none;
    max-height: 630px;
    font-family: "Varela Round", sans-serif;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
}

.headerContainerBigAnouncement {
 display: flex;
 
  margin-bottom: 20px !important;
}


.modalViewBigAnnouncement label {
  color : #333;
margin-bottom: 10px;
  
}

@media (min-width:768px) and (max-width: 1100px) {
  .modal-dialog {
    width: 761px !important;
    margin: 30px auto;
}
 }

 @media (min-width:320px) and (max-width: 365px) {
    .modalViewBigAnnouncement .modal-content .modal-body {
      min-height: 403px;
      padding: 0px 30px 20px;
      font-family: 'Varela Round', sans-serif !important;
      max-height: 403px;
      overflow-y: auto;
    }
   

  div#modalImageBigAnnouncement {
    width: 100%;
    min-height: 135px;
    max-height: 135px;
    border-radius: 15px;
    background-color: lightgrey;
}
 }

 a.bigAnnouncement-link {
  color: #13AEDE !important;
}

@media (min-width:700px) and (max-width: 991px) {
  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 74px !important;
    padding-right: 40px !important;
    margin-bottom: 5px !important;
}
}

#modalViewAnnouncementId .modal-header {
   padding: 0px; 
  border-bottom: 0px ; 
}

/**************  likes and coments *************/

.likesContainer {
  display: none;
  margin-top: 10px;
 
  justify-items: center;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

button#btnLikeAnnouncement {
  padding: 0px 14px;
  height: 24px !important;
  min-height: 24px;
  background-color: #ffd129;
  border: #ffd129 !important;
}

.likesGroup {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
  align-items: center;
}

.comentsGroup {
  display: flex;
  flex-direction: row;
  align-items: center;
}

button.btnVerLikesAnnouncements {
  background-color: transparent;
  color: #ffd129 !important;
  opacity: 1;
  text-transform: capitalize;
  border: 0px !important;
  padding: 0px 5px;
}
button.btnVerLikesAnnouncements:focus,
button.btnVerLikesAnnouncements:hover, 
button.btnVerLikesAnnouncements:active{
  background-color: transparent;
  color: #ffd129 !important;
  opacity: 1;
  text-transform: capitalize;
  border: 0px !important;
  padding: 0px 5px;
}

p#countLikesAnnouncements {
  width: 30px;
  text-align: center;
 
  font-size: 14px;
  font-weight: bold;
}

.badgeComents {
  height: 24px;
  width: 34px;
  background-color: #ffd129;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
  line-height: 1.3;
  color: #Fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.comentsGroup p {
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
}

textarea#contentCommentAnnouncement {
 
  resize: none;
 
  min-height: 50px;
  max-height: 50px;
  overflow-y: auto;
  border-bottom: 0px solid #333 !important;
}

.container_ta {
  background-color: #efefef;
  padding: 0px 10px;
  border-radius: 12px;
  margin-bottom: 17px;
  position: relative;
}

#modalViewAnnouncementId input#btnCommentAnnoun {
  background-color: #ffd129 !important;
  padding: 1px 8px;
  border: 0px !important;
}

div#contentCommentAnnouncement-error {
  color: #ffd129 !important;
  position: absolute;
  top: 76px;
  
}

#contentCommentAnnouncement.error {
  color: #333 !important;
  margin: 0px 0 1em 0 !important;
}

form#formSendCommentsAnnouncements {
  margin-bottom: 10px;
}

.annoucemnetesRow.row {
  background-color: #efefef;
  border-radius: 12px;
  padding: 10px;
  display:none;
}

.seccionCommentsAnnouncements.scroll-anuncios {
  min-height: 70px;
  max-height: 70px;
  overflow-y: auto;
}

.itemCommentAnnoun {
  display: flex;
  flex-direction: row;
 
}

.textComment {
  width: 90%;
  background-color: #fff;
  border-radius: 12px;
  min-height: 30px;
  padding: 5px;
  margin-right: 10px;
  font-size: 12px;
}

.itemCommentAnnoun {
  display: flex;
  flex-direction: row;
  min-height: 30px;
  align-items: center;
  margin-bottom: 10px;
}

button.btnDeleteComment {
  background: transparent;
  border: 0px !important;
  padding: 0px 3px  !important;
  font-size: 24px;
  /* line-height: 2; */
  color: #ffd129 !important;
  margin-bottom: 0px !important;
}
button.btnDeleteComment:active,
button.btnDeleteComment:focus,
button.btnDeleteComment:hover
{
  background: transparent !important;
  border: 0px !important;
  padding: 0px 3px !important;
  font-size: 24px;
  /* line-height: 2; */
  color: #ffd129 !important;
}

.listLikesAnnouncements {
  background-color: #efefef;
  border-radius: 12px;
  min-height: auto;
  max-height: 50px;
  overflow-y: auto;
  padding: 4px 10px;
}

.likesListContainer {
  background-color: #efefef;
  border-radius: 12px;
  margin-bottom: 10px;
  display: none;
}

/*********** loading comments announces ***********/

.loaderAnnouncesLike {
  width: 30px;
  height: 30px;
  border: 3px solid #ffd129;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  top: -4px;
  margin-right: 10px;
}

.loader-likes-list {
  width: 30px;
  height: 30px;
  border: 3px solid #ffd129;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  top: -4px;
  margin-right: auto;
  margin-left: auto;
}

.loader-likes-container {
  width: 30px;
  height: 30px;
  border: 3px solid #ffd129;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;

  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}




  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 

  .listLikesAnnouncements p {
    margin-bottom: 0px !important;
    line-height: 1.2 !important;
}

  span#validateContentComment {
    position: relative;
    top: -16px;
    left: -5px;
    color: #ffd129;
}

.loaderContainerLoadLikes {
  text-align: center;
  width: 100%;
}

/*estilos alertas*/
.sw-standar-css .sw-titulo-ok.comentsAnounces {
  background-color: #ffd129 !important;
  text-align: center;
}

.sw-standar-css .sw-titulo.comentsAnounces i {
  font-size: 2em !important;
  color: white !important;
  font-weight: 600 !important;
}

.sw-standar-css .sw-texto {
  font-family: "Varela Round" !important;
  color: #5e5e5e !important;
  padding: 20px 20px 0;
  text-align: center;
}

.sw-reset-pass-error .sw-texto .comentsAnounces {
  font-size: 15px;
}

.sw-standar-css.comentsAnounces .btn-sw {
  background-color: #ffd129 !important;
  border-radius: 20px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #fff;
}

.sw-standar-css.comentsAnounces .btn-sw-ok {
  border: 1px solid #ffd129 !important;
  border-left-color: #ffd129!important;
  border-right-color: #ffd129 !important;
  font-size: 16px !important;
  padding: 8px 30px !important;
  color: #fff !important;
}

.sw-standar-css.comentsAnounces .btn-cancel-ok {
  background-color: #ffffff !important;
  border: 1px solid #ffd129 !important;
  border-left-color: #ffd129 !important;
  border-right-color: #ffd129 !important;
  color: #717171 !important;
  font-weight: 600 !important;
}

.sw-standar-css .comentsAnounces{
  border-left-color: #ffd129 !important;
  border-right-color: #ffd129 !important;
  font-size: 16px !important;
  padding: 8px 30px !important;
}

 .swal2-popup.comentsAnounces .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  padding: inherit !important;
  width: 30px;
    height: 30px;
    border: 3px solid #ffd129 !important ;
    border-bottom-color: transparent !important;
    border-radius: 50% !important;
    display: inline-block !important;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.sectionCommentsAndLikes{
  padding: 0px;
}
.sectionBigAnnouncement .sectionCommentsAndLikes{
  padding: 0px 15px;
}
.sectionBigAnnouncement #formSendCommentsAnnouncements .containerComments input[type=submit] {
  background-color: #fec941 !important;
  border: none;
  margin-bottom: 2px;
  margin-top:-5px
}
.btnCommentRa .btnDeleteComment .fa{
  font-size: 16px;
}
@media (max-width: 480px){
.BigImageBigAnnouncementCol, .FeaturesBigAnnouncementCol{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.SecondaryImageBigAnnouncementCol{
  padding-right: 0px !important;
}
}