/* INICIO estilos card's */

.anuncios_row_home{
  background: rgb(255,255,255);
  background: -moz-radial-gradient(circle, rgba(255,255,255,1) 13%, rgba(247,246,246,1) 54%, rgba(228,226,226,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 13%, rgba(247,246,246,1) 54%, rgba(228,226,226,1) 100%);
  background: radial-gradient(circle, rgba(255,255,255,1) 13%, rgba(247,246,246,1) 54%, rgba(228,226,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e4e2e2",GradientType=1);
}
.background-announcement {
  background-color: transparent;
}

.tittle-announcement {
  text-align: center;
  font-family: 'Varela Round', sans-serif;
}

.arrow-announcement-left {
  position: absolute;
  left: 6%;
  top: 48%;
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 12px solid #bbbbbb;
  border-bottom: 19px solid transparent;
  border-left: 0;
  background: transparent;
  padding: 0px;
}

.arrow-announcement-right {
  position: absolute;
  right: 6%;
  top: 48%;
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-left: 12px solid #bbbbbb;
  border-bottom: 19px solid transparent;
  border-right: 0;
  background: transparent;
  padding: 0;
}

.imageCardAnnouncement img {
  height: 119px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  border: solid 2px solid #f2f2f2;
}

.card {
  position: relative;
  box-shadow: -4px 3px 4px 0 lightgrey !important;
  padding-bottom: 10px;
  font-family: 'Varela Round', sans-serif;
}

.card-body {
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Varela Round', sans-serif;
}

#tns1>.tns-item {
  width: calc(3.84615%);
  padding-right: 10px !important;
  padding-left: 10px !important;
}

#tns1-ow {
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 5px !important;
}

h4.card-title {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0px;
  padding: 8px 0px;
  height: 34px;
  font-weight: bold;
  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;
}

p.card-costo {
  text-align: left;
  line-height: 1;
  color: #fec031;
  font-size: 1.2em;
  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.04em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1;
}

.locationAnnouncemet{
  font-size: 0.8em;
  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;
}

.tittle-announcement {
  
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
  
  
  padding-top: 5px;
}

img.left-icon-title {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

img.right-icon-title {
  width: 30px;
  height: 30px;
  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;
}

#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 {
  min-height: 482px;
  padding: 0px 30px 20px;
}

.modalViewAnnouncement .modal-content {
  border-radius: 30px;
  box-shadow: none;
  max-height: 646px;
  font-family: "Varela Round", sans-serif;
}

.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#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#modalImageAnnouncement 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;
}

p#modalTittleAnnouncement {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
}

p#modalValueAnnouncement {
  font-size: 2em;
  line-height: 1;
  color:#fec941 ;
  font-weight: bold;
}

p.precio-anuncio-label {
  margin-bottom: 0px;
  font-size: 1.1em;
}

p#caracteristicas_anuncio_ver {
  max-height: 100px;
  min-height: 100px;
  background: #eee;
  border-radius: 15px;
  padding: 10px;
  overflow-y: scroll;
}

#modalButtonAnnouncement a {
  width: 100%;
  border-radius: 26px;
  border: 0px;
  padding: 5px 0px;
  background-color: #ffd129;
  color: #fff;
  font-size: 1.5em;
  display: block;
  text-align: center;
  margin-top: 4px;
}

p#modalDescriptionAnnouncement {
  font-size: 1.1em;
  font-weight: bold;
}

p#modalFeaturesAnnouncement {
  max-height: 80px;
  min-height: 80px;
  overflow-y: scroll;
}

.FeaturesAnnouncementContainer {
  background: #eee;
  border-radius: 15px;
  padding: 10px;
}



.landing-redirect{
  color: #3a3a3a;
  
 
  text-align: center;
  
}

.landing-redirect:hover{
  color: #fec941;
}

@media only screen and (min-width: 300px) {

  .tittle-announcement {
    
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
   
    
    padding-top: 5px;
  }

  img.left-icon-title {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  img.right-icon-title {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }

  .tittle-announcement p {
    font-size: 0.9em;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 0px;
  }

  .tittle-announcement p span {
    font-size: 1.46em !important;
    color: #fec031;
    font-weight: 600;
  }

  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 32px !important;
    padding-right: 42px !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%;
  }

  div#imagenes_secundarias_anuncio_ver 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#imagenes_secundarias_anuncio_ver {
    min-height: 95px;
    max-height: 95px;
  }

  .arrow-announcement-left {
    position: absolute;
    left: 8%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 12px solid #bbbbbb;
    border-bottom: 19px solid transparent;
    border-left: 0;
    background: transparent;
    padding: 0px;
  }
  
  .arrow-announcement-right {
    position: absolute;
    right: 8%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 12px solid #bbbbbb;
    border-bottom: 19px solid transparent;
    border-right: 0;
    background: transparent;
    padding: 0;
  }

  .tittle-announcement p br {
    display: block;
  }

}

@media only screen and (min-width: 345px) {
  .tittle-announcement p span {
    font-size: 1.7em !important;
    color: #fec031;
    font-weight: 600;
  }

  .tittle-announcement p {
    font-size: 0.8em;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 0px;
  }


  .arrow-announcement-left {
    position: absolute;
    left: 8%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 12px solid #bbbbbb;
    border-bottom: 19px solid transparent;
    border-left: 0;
    background: transparent;
    padding: 0px;
  }
  
  .arrow-announcement-right {
    position: absolute;
    right: 8%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 12px solid #bbbbbb;
    border-bottom: 19px solid transparent;
    border-right: 0;
    background: transparent;
    padding: 0;
  }

  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 32px !important;
    padding-right: 42px !important;
    margin-bottom: 5px !important;
  }
  .tittle-announcement p br {
    display: block;
  }
}

@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#modalImageAnnouncement {
    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#imagenes_secundarias_anuncio_ver {
    min-height: 200px;
    max-height: 200px;
  }

  .arrow-announcement-left {
    position: absolute;
    left: 8%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 12px solid #bbbbbb;
    border-bottom: 19px solid transparent;
    border-left: 0;
    background: transparent;
    padding: 0px;

  }

  .arrow-announcement-right {
    position: absolute;
    right: 8%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 12px solid #bbbbbb;
    border-bottom: 19px solid transparent;
    border-right: 0;
    background: transparent;
    padding: 0;
  }

  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 32px !important;
    padding-right: 42px !important;
    margin-bottom: 5px !important;
  }
  .tittle-announcement p span {
    font-size: 1.7em !important;
    color: #fec031;
    font-weight: 600;
  }

  .tittle-announcement p {
    font-size: 0.9em;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 0px;
  }
  .tittle-announcement p br {
    display: block;
  }
}


@media only screen and (min-width: 375px) {
  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 48px !important;
    padding-right: 58px !important;
    margin-bottom: 5px !important;
  }

  .tittle-announcement p span {
    font-size: 1.7em !important;
    color: #fec031;
    font-weight: 600;
  }

  .tittle-announcement p {
    font-size: 1em;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 0px;
  }
  .tittle-announcement p br {
    display: block;
  }
}



@media (max-width: 992px) {
  .modalViewAnnouncement .modal-sm {
  overflow-y: scroll;
  padding-top: 10%;
  }
  p#modalTittleAnnouncement {
  font-size: 1.3em;
  line-height: 17px;}
  
  
  
  #modalButtonAnnouncement a {
  margin-top: -13px;
  }
  #modalViewAnnouncementId .close-view-announcement{
  position: relative;
  top: 35px;
  left: 91%;
  }
  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;
}
  }
  @media only screen and (max-width: 320px) {
  #modalViewAnnouncementId .close-view-announcement{
  position: relative;
  top: 35px;
  left: 88%;
  }


  }

@media only screen and (min-width: 444px) {
  #tns1-ow {
    /* padding: 0 !important; */
    padding-left: 37px !important;
    padding-right: 47px !important;
    margin-bottom: 5px !important;
  }
  .tittle-announcement p span {
    font-size: 1.7em !important;
    color: #fec031;
    font-weight: 600;
  }

  .tittle-announcement p {
    font-size: 1.2em;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 0px;
  }
}


@media only screen and (min-width: 500px) {
  .tittle-announcement {
   
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
   
    padding-top: 5px;
  }

  .arrow-announcement-left {
    position: absolute;
    left: 4%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 12px solid #bbbbbb;
    border-bottom: 19px solid transparent;
    border-left: 0;
    background: transparent;
    padding: 0px;

  }

  .arrow-announcement-right {
    position: absolute;
    right: 4%;
    top: 48%;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 12px solid #bbbbbb;
    border-bottom: 19px solid transparent;
    border-right: 0;
    background: transparent;
    padding: 0;
  }

  .tittle-announcement p span {
    font-size: 1.7em !important;
    color: #fec031;
    font-weight: 600;
  }

  .tittle-announcement p {
    font-size: 1.4em;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .modalViewAnnouncement .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;
  }

  .tittle-announcement {
    
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    
    
    padding-top: 5px;
  }

  .modalViewAnnouncement .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#modalImageAnnouncement {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    /* 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#imagenes_secundarias_anuncio_ver {
    min-height: 200px;
    max-height: 200px;
  }
  .tittle-announcement p span {
    font-size: 1.3em !important;
    color: #fec031;
    font-weight: 600;
  }

  .tittle-announcement p {
    font-size: 1.5em;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 0px;
  }

}

@media only screen and (min-width: 1200px) {
  .tittle-announcement {
   
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    
    
    padding-top: 5px;
  }

  .tittle-announcement p {
    font-size: 1.2em;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 0px;
  }

  .tittle-announcement p span {
    font-size: 1.3em !important;
    color: #fec031;
    font-weight: 600;
  }

  #tns1-ow {
    padding-left: 50px !important;
    padding-right: 60px !important;
    margin-bottom: 5px !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;
  }
}

/* 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 {
  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 {
  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;
}

.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;
}

p#InfoProvedorAnnouncement {
  text-align: center;
  font-size: 1.6em;
  position: relative;
  top: 10px;
}

p#InfoProvedorAnnouncement a {
  color:#fec941 !important;
  cursor: pointer;
  text-decoration: none;
}

p#InfoProvedorAnnouncement a:hover {
  color:#fec941 !important;
  cursor: pointer;
  text-decoration: none;
}

#modalUbicacionAnnouncemet {
  font-size: 1em;
}

p.card-costo.million {
  text-align: left;
  line-height: 1;
  color: #fec031;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 6px;
  width: 50%;
}

.tittle-announcement p br {
  display: none;
}

@media screen and (max-width:992px){
  .tittle-announcement p br {
    display: block;
  }
}