body {
  background: white;
  width: 100%;
}

.pt-newmobilebtn,
.pt-newmobilemenu {
  display: none;
}

.pl-new-header {
  padding: 25px;
  background: #990000;
  z-index: 3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 300ms;
  /*top: -10px;*/
  height: 120px;
}
.pl-new-header.fixed {
  /*position: fixed;*/
  width: 100%;
  top: 0px;
}
.pl-new-header .pl-new-topheader:after {
  content: "";
  clear: both;
  display: block;
}
.pl-new-header .pl-new-topheader .pt-new-logo {
  float: left;
  top: 10px;
}
.pl-new-header .pl-new-topheader .pt-new-logo img {
  height: 70px;
}
.pl-new-header .pl-new-topheader ul {
  list-style: none;
  margin: 10px;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
  /*background: #dddddd;*/
 /*background: rgb(237,237,237);
 background: linear-gradient(90deg, rgba(237,237,237,1) 5%, rgba(202,202,202,1) 15%, rgba(202,202,202,1) 85%, rgba(237,237,237,1) 95%);*/
 border-radius: 15px;
}
.pl-new-header .pl-new-topheader ul li {
  float: left;
  position: relative;
  transition: all 300ms;
}
.pl-new-header .pl-new-topheader ul li a {
  display: block;
  color: #fff;
  font-family: "Raleway";
  height: 46px;
  line-height: 46px;
  margin: 0 12px;
  font-weight: 500;
  transition: all 300ms;
  font-size: 17px;
}
.pl-new-header .pl-new-topheader ul li:hover:not(.pt-new-createbtn):not(.pt-newmobilebtn) {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  box-shadow: 0 1px 2px #eee inset;
}
.pl-new-header .pl-new-topheader ul li:hover > a {
  color: #ff0000;
}
.pl-new-header .pl-new-topheader ul li.pt-new-createbtn a {
  margin-right: 0;
}
.pl-new-header .pl-new-topheader ul li.pt-new-searchfield {
  margin: 2px 12px;
}
.pl-new-header .pl-new-topheader ul li.pt-new-searchfield input {
  padding: 0 15px 0 44px;
  font-family: "Raleway";
  border: 0;
  background: #F7F7F7;
  border-radius: 30px;
  height: 42px;
  font-size: 14px;
  width: 260px;
}
.pl-new-header .pl-new-topheader ul li.pt-new-searchfield i {
  position: absolute;
  left: 15px;
  top: 13px;
  color: #888;
}
.pl-new-header .pl-new-topheader ul li .dropdown {
  position: absolute;
  width: 440px;
  left: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  top: 82px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFF;
  border-bottom: 1px solid #EEE;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  z-index: 2;
  border-radius: 0 0 6px 6px;
}
.pl-new-header .pl-new-topheader ul li .dropdown li {
  width: 220px;
}
.pl-new-header .pl-new-topheader ul li .dropdown li a {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #EEE;
}
.pl-new-header .pl-new-topheader ul li .dropdown li a span {
  width: 22px;
  display: inline-block;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  margin-right: 6px;
  color: #FFF;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.pl-new-header .pl-new-topheader ul li .dropdown li a span i {
  font-weight: 700;
  font-size: 12px;
}
.pl-new-header .pl-new-topheader ul li .dropdown.open {
  visibility: visible;
  opacity: 1;
  top: 56px;
}
.pl-new-header .pl-new-topheader ul li.pl-lang .pt-show-lang {
  display: block;
  /* color: #333; */
  /* font-family: "Raleway"; */
  height: 16px;
  line-height: 1;
  margin: 15px 12px;
  /* font-weight: 500; */
  background: #F7F7F7;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
}
.pl-new-header .pl-new-topheader ul li.pl-lang .dropdown {
  width: 160px;
}
.pl-new-header .pl-new-topheader ul li.pl-lang .dropdown li {
  width: 100%;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications {
  position: relative;
  text-align: center;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .pl-notifications-show {
  display: block;
  position: relative;
  color: #fff;
  height: 40px;
  width: 32px;
  line-height: 50px;
  cursor: pointer;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .pl-plans-show {
  display: block;
  position: relative;
  color: #FFF;
  height: 40px;
  width: 32px;
  line-height: 50px;
  cursor: pointer;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .pl-plans-show a {
  color: #6ec3ff;
  text-shadow: 0 0 0 #FFF;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .pl-notifications-show small {
  position: absolute;
  left: 14px;
  top: 10px;
  border-radius: 50%;
  background: #f43438;
  color: #FFF;
  border: 1px solid #FFF;
  width: 16px;
  height: 16px;
  line-height: 13px;
  font-weight: 700;
  text-align: center;
  font-size: 9px;
  font-family: "Open Sans", sans-serif;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown {
  position: absolute;
  top: 48px;
  right: 0;
  left: auto;
  right: -100px;
  background: #FFF;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  width: 298px;
  min-width: 100%;
  z-index: 10;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown .jscroll {
  overflow: auto;
  max-height: 360px;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown .pl-title {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 12px 8px 8px;
  overflow: hidden;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown .pl-title span {
  font-size: 12px;
  font-weight: 400;
  float: right;
  line-height: 20px;
  cursor: pointer;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown .pl-more {
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: center;
  color: #999;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown.open {
  visibility: visible;
  opacity: 1;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li {
  position: relative;
  padding: 4px 6px;
  float: none !important;
  margin: 0 !important;
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid #F7F7F7;
  width: auto;
  cursor: pointer;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li.pl-not-found {
  padding: 12px;
  text-align: center;
  border: 0;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li.pl-more {
  text-align: center;
  background: #F9F9F9;
  color: #888;
  margin-bottom: -6px !important;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li .pl-thumb {
  width: 38px;
  height: 38px;
  overflow: hidden;
  background: #EEE;
  border-radius: 50%;
  box-shadow: 0 1px 3px #EEE;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li .pl-thumb img {
  width: 100%;
  min-height: 38px;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li p {
  margin: 0;
  font-size: 11px;
  color: #999;
  line-height: 16px;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li p i {
  margin-right: 3px;
  float: left;
  line-height: 16px;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li .cont {
  overflow: hidden;
  font-weight: 400;
  height: 24px;
  display: block;
  margin-top: 5px;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li a {
  color: #000;
  height: initial;
  line-height: inherit;
  margin: 0;
  display: inline-block;
  border: 0;
  font-size: 12px;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li:last-child a {
  border-bottom: 0;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li:hover > a {
  background: #888;
  color: #FFF;
}
.pl-new-header .pl-new-topheader ul li.pl-newnotifications .dropdown li:hover > a i {
  color: #FFF;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails {
  padding: 8px 0 6px 0;
  border-bottom: 0;
  position: relative;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails img {
  width: 32px;
  height: 32px;
  background: #EEE;
  border-radius: 33px;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails span {
  font-size: 12px;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
  color: #FFF;
  font-weight: 200;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails span strong {
  font-weight: 200;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails span i {
  margin-left: 3px;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul {
  position: absolute;
  top: 48px;
  right: -6px;
  background: #FFF;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.15);
  padding: 6px 0px;
  width: 182px;
  min-width: 100%;
  z-index: 10;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul.open {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul li {
  position: relative;
  padding: 0 6px;
  padding-bottom: 0;
  float: none !important;
  margin: 0 !important;
  width: auto;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul li a {
  padding: 6px 12px;
  margin: 0;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #F7F7F7;
  color: #666;
  transition: all 0.3s;
  line-height: 29px;
  white-space: nowrap;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul li a i {
  margin-right: 6px;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul li a .badge {
  font-size: 10px;
  font-weight: 400;
  border-radius: 20px;
  float: right;
  margin-right: -8px;
  margin-top: 2px;
  padding: 4px 6px;
  width: 44px;
  line-height: 12px;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul li a i.icon {
  font-size: 10px;
  position: absolute;
  right: 6px;
  top: 12px;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul li:last-child a {
  border-bottom: 0;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul li:hover > a {
  background: #d3ffe6;
  color: #0db960;
  border-radius: 6px;
}
.pl-new-header .pl-new-topheader ul li .pl-newuserdetails ul li:hover > a i {
  color: #0db960;
}
.pl-new-header .pl-new-topheader ul:after {
  content: "";
  clear: both;
  display: block;
}

.pt-new-homebreadcrump {
  background: #F7F7F7;
  text-align: center;
  padding: 96px 0;
  margin-bottom: 48px;
  background: url("../images/bg.jpeg");
  position: relative;
}
.pt-new-homebreadcrump:before {
  background: rgba(255, 255, 255, 0.97);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.pt-new-homebreadcrump .container {
  position: relative;
}
.pt-new-homebreadcrump h3 {
  margin: 0;
  text-transform: uppercase;
}
.pt-new-homebreadcrump p {
  font-family: "Raleway";
  width: 50%;
  font-size: 14px;
  margin: 24px auto;
}
.pt-new-homebreadcrump .nbtn {
  display: inline-block;
  color: #333;
  font-family: "Raleway";
  height: 46px;
  line-height: 46px;
  margin: 0 12px;
  font-weight: 700;
  padding: 0 24px;
  height: 50px;
  line-height: 50px;
}
.pt-new-homebreadcrump.pt-new-pagebreadcrump {
  padding: 46px 0;
}
.pt-new-homebreadcrump.pt-new-pagebreadcrump p {
  margin: 12px auto 0 auto;
  color: #666;
}
.pt-new-homebreadcrump.pt-new-pagebreadcrump p i {
  margin: 0 6px;
}

.pt-newsectiontitle {
  margin-bottom: 42px;
  position: relative;
}
.pt-newsectiontitle h3 {
  font-weight: 700;
}
.pt-newsectiontitle h3 i {
  font-size: 24px;
}
.pt-newsectiontitle p {
  margin-bottom: 12px;
  color: #777;
  font-family: "Raleway";
  font-weight: 500;
}
.pt-newsectiontitle .divider {
  position: relative;
  display: block;
}
.pt-newsectiontitle .divider i {
  position: relative;
  display: inline-block;
  background: #000;
  width: 8px;
  height: 12px;
  margin-right: 22px;
  transform: skew(-30deg);
}
.pt-newsectiontitle .divider i:before, .pt-newsectiontitle .divider i:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #000;
  width: 8px;
  height: 12px;
  right: -10px;
}
.pt-newsectiontitle .divider i:after {
  right: -20px;
}
.pt-newsectiontitle .pt-newoptions {
  position: absolute;
  right: 0;
  top: 6px;
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
}
.pt-newsectiontitle .pt-newoptions span {
  display: inline-block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-right: 1px solid #EEE;
}
.pt-newsectiontitle .pt-newoptions span:last-of-type {
  border-right: 0;
}

.nbtn {
  -moz-user-select: none;
  background-image: linear-gradient(to right, #fff 0%, #aaa9a9 70%, #fff 100%);
  background-image: -webkit-linear-gradient(to right, #fff 0%, #aaa9a9 70%, #fff 100%);
  background-image: -ms-linear-gradient(to right, #fff 0%, #aaa9a9 70%, #fff 100%);
  border-radius: 50px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 1px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  background-size: 200% auto;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0px 3px 7.44px 0.56px rgba(0, 0, 0, 0.08);
  font-family: "Raleway";
  border: 1px solid #fff;
}

.nbtn i,
.nbtn > span {
  margin-right: 7px;
  font-weight: 700;
}

.nbtn:hover {
  color: #fff;
  background-position: right center;
}

.orange-solid-btn {
  background-image: none;
  background: #f57619;
}

.green-btn {
  background-image: linear-gradient(to right, #0cb860 0%, #21d770 50%, #0cb885 100%);
}

.blue-btn {
  background-image: linear-gradient(to right, #0c93b8 0%, #21c3d7 50%, #0ca2b8 100%);
}

.gray-btn {
  background-image: linear-gradient(to right, #999 0%, #CCC 50%, #999 100%);
}

.pl-statistics .nbtn {
  line-height: 45px;
}

/************* 404 ************/
#handboy {
  animation: swing ease-in-out 1.3s infinite alternate;
  transform-origin: 98% 98%;
  transform-box: fill-box;
}

#girllight {
  animation: swing ease-in-out 1.3s infinite alternate;
  transform-origin: 0% 97%;
  transform-box: fill-box;
}

#hairgirl {
  animation: swinghair ease-in-out 1.3s infinite alternate;
  transform-origin: 60% 0%;
  transform-box: fill-box;
}

#zero {
  transform-origin: bottom;
  transform-box: fill-box;
}

@keyframes swing {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes swinghair {
  0% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
.nbtn.lh45 {
  line-height: 45px;
}

.jscroll-polls .pl-more {
  margin: 0 auto;
  display: table;
}
.jscroll-polls .pl-more span {
  height: 52px;
  line-height: 52px;
  display: inline-block;
}

.pl-newpageask .alert {
  margin-bottom: 24px;
}

.pr-newindexcount {
  margin-top: 48px;
  margin-bottom: -48px;
}
.pr-newindexcount ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pr-newindexcount ul li {
  float: left;
  font-size: 26px;
  font-family: "Raleway";
  color: #FFF;
  width: 20%;
  padding: 48px 0;
}
.pr-newindexcount ul li i {
  font-size: 44px;
  float: left;
  height: 62px;
  line-height: 62px;
  margin-right: 24px;
}
.pr-newindexcount ul li b {
  display: block;
  font-family: "Raleway";
  margin: 6px 0px;
  font-size: 30px;
}
.pr-newindexcount ul:after {
  content: "";
  clear: both;
  display: block;
}

span.flag-icon.flag-icon---,
span.flag-icon.flag-icon-nop {
  background: #EEE;
  position: relative;
}
span.flag-icon.flag-icon---:before,
span.flag-icon.flag-icon-nop:before {
  content: "x";
  font-family: "Raleway";
  text-align: center;
  font-size: 15px;
  width: 100%;
  display: block;
  font-weight: 200;
  color: #c2c2c2;
}

.lineup{
    background-color:#ff0000;
    padding:0px;
    width:99%;
    margin-top:15px;
    margin-bottom:-15px;
}

.pl-main #masonry .pl-radio.pl-pics label .pl-label-thumb,
.pl-main #masonry .pl-radio.pl-pics .pl-label-thumb:before {
  height: 108px;
}
.pl-main #masonry .pl-radio label {
  font-size: 14px;
}
.pl-main #masonry .pl-question .pl-content .pt-polldescription {
  font-size: 14px;
}
.pl-main #masonry .pt-pinned {
  font-size: 0;
}
.pl-main #masonry .pl-question .pl-comments .pl-thumb {
  height: 32px;
  width: 32px;
}
.pl-main #masonry .pl-question .pl-comments .pl-cmt-content {
  font-size: 13px;
  line-height: 22px;
}
.pl-main #masonry .pl-question .pl-content .pl-options div:first-child span {
  font-size: 11px;
  padding: 0 10px 0 6px;
}
.pl-main #masonry .pl-question .pl-content .pl-options div:first-child span:before {
  left: 30px;
}

/*# sourceMappingURL=new.css.map */

/* #ver mas clasificados */
/* Estilos CSS para el tipo A */
.read-more-container.type-A .clickable-div {
    background-color: #ededed; /* Color de fondo para el tipo A */
    border: 2px solid black;
}

/* Estilos CSS para el tipo B */
.read-more-container.type-B .clickable-div {
    background-color: #ff0000; /* Color de fondo para el tipo B */
}

.read-more-container .additional-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.read-more-container.expanded .additional-text {
    max-height: 1000px; /* Ajusta este valor seg煤n sea necesario */
    
    
}

.clickable-div {
    cursor: pointer;
    padding: 10px; /* Espaciado alrededor del contenido */
}


.wwwnamesite{
    float:right;
    margin-right:150px;
    margin-top:-10px;
    color:#003399;
}

@media only screen and (max-width: 880px) {
  .wwwnamesite {
    display: none;
  }
}

/* ##################### slider home #################### */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#container-slider
{
    position: relative;
    display: block;
    width: 100%;
}
#slider {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    min-height: 350px;
}
#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2; 
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #000;
    width: 50%;
    height: 100%;
    background: #fff;
}
.content_slider div{
    text-align: center;
}
.content_slider h2{
    font-family: 'arial';
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content_slider p {
    font-size: 15pt;
    font-family: 'arial';
    color: #000;
    margin-bottom: 20px;
}
#slider li .content_slider{
    background: rgba(255, 255, 255);
    padding: 10px 125px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSlider{
    color: #FFF;
    font-size: 15pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(255, 0, 0, 0.95);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}
.btnSlider:hover{
    background: rgba(255, 0, 0, 0.65);
    border: 1px solid #ff0000;
    color: #FFF;
}
.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.item-select-slid {
    background: #FFF  !important;
}

@media screen and (max-width: 460px){
	.content_slider h2 {
	    font-size: 15pt !important;
	    width:100%;
	}
	.content_slider p {
	    font-size: 12pt !important;
	}
	#container-slider .arrowPrev, #container-slider .arrowNext{
		font-size: 20pt;
	}
	#container-slider .arrowPrev{
		left: 15px;
	}
	#container-slider .arrowNext{
		right: 15px !important;
	}
	#slider{
		height: 400px;
		min-height: 400px;
	}
	#slider li .content_slider{
		padding: 10px 35px;
	}
	.btnSlider{
		padding: 10px 30px;
    	font-size: 10pt;
	}

}


/* ##################### flechas anuncios #################### */

.flechas {
 display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
}

.chevron {
  position: absolute;
  width: 1.9rem;
  height: 0.3rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
 content: '';
 position: absolute;
 height: 100%;
 width: 50%;
 background: #ff0000;
}

.chevron:before {
 left: 0;
 transform: skewY(30deg);
}

.chevron:after {
 right: 0;
 width: 50%;
 transform: skewY(-30deg);
}

@keyframes move-chevron {
 25% {
  opacity: 1;
	}
 33.3% {
  opacity: 1;
  transform: translateY(0.6rem);
 }
 66.6% {
  opacity: 1;
  transform: translateY(0.6rem);
 }
 100% {
  opacity: 0;
  transform: translateY(0.6rem) scale(0.5);
 }
}

/*##################### Calificaci贸n Estrellas #####################*/

#stars {
    display: inline-block;
}

.star {
    color: #d8d8d8; /* Color de las estrellas vacías */
    cursor: pointer;
    font-size: 25px;
}

.star.filled {
    color: #ffc107; /* Color de las estrellas llenas */
    font-size: 25px;
}

.star-container {
    overflow: hidden;
}

.starprintuno {
    font-size: 30px;
    cursor: pointer;
    color: #990000;
}

.starprintdos {
    font-size: 30px;
    cursor: pointer;
    color: #339966;
}

.starprinttres {
    font-size: 30px;
    cursor: pointer;
    color: #cc6633;
}

.starprintcuatro {
    font-size: 30px;
    cursor: pointer;
    color: #B3B3B3;
}

.star.active {
    color: #f5b63a;
}


/*################## clasificado pago  ########################*/

.info-container-red {
    width: 100%;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    background-color:#990000;
}

.info-container-green {
    width: 100%;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    background-color:#339966;
}


.info-container-blue {
    width: 100%;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    background-color:#cc6633;
    
}

.info-container-gris {
    width: 100%;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    background-color:#B3B3B3;
    
}


.fixed-content {
    /*text-align: center;*/
    display: block;
    background-color:#fff;
}

.expandable-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    background-color:#fff;
    padding-top: 15px;
    /*max-height: 100%;*/
}


.cliquer{
    width:100px;
    padding:15px;
}


/* ####################### formulario ########################### */

form {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 8px;
}

label {
    display: block;
    margin-bottom: 8px;
}

input,
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

button {
    background-color: #990000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cat-icon{
    border:1px solid #a0a0a0;
    padding:10px;
    text-align: center;
    margin:5px;
}
/*######### CARRUSELHOME DOS########*/
#carrusel {
    float:left;
    width:100%;
    overflow:hidden;
    height:240px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

#carrusel .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

#carrusel .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

.carrusel {
    width:4000px;
    left:0px;
    position:absolute;
    z-index:0;
}

.carrusel>div {
    float: left;
    height: 240px;
    margin-right: 5px;
    width: 195px;
    text-align:center;
}


.circulo{
background-color: red;
width: 20px;
height: 20px;
}


img.rounded-corners {
  border-radius: 50%;
}

/*.my-fixed-item {
    position: fixed;
    height: 1700px;
    width: 21%;
    text-align: center;
    word-wrap: break-word;
}*/


.submit-button-with-image {
      background-image: url('https://negociaycompra.com/app/files/img/payu.png');
      background-color:transparent;
      background-size: cover; /* Ajusta la imagen para cubrir el botón */
      border: none; /* Quita el borde del botón */
      width: 255px; /* Ancho del botón */
      height: 45px; /* Altura del botón */
      cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
      text-align: center; /* Centra el contenido del botón horizontalmente */
      line-height: 25px; /* Alinea verticalmente el contenido del botón */
      font-weight: bold; /* Establece el texto en negrita */
      text-indent: -9999px; /* Oculta el texto moviéndolo fuera del área visible */
      margin-top: 8px;
    }

.enviar-button-with-image-cortesia {
      background-image: url('https://negociaycompra.com/app/files/img/cortesia.png');
      background-color:transparent;
      background-size: cover; /* Ajusta la imagen para cubrir el botón */
      border: none; /* Quita el borde del botón */
      width: 255px; /* Ancho del botón */
      height: 45px; /* Altura del botón */
      cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
      text-align: center; /* Centra el contenido del botón horizontalmente */
      line-height: 25px; /* Alinea verticalmente el contenido del botón */
      font-weight: bold; /* Establece el texto en negrita */
      text-indent: -9999px; /* Oculta el texto moviéndolo fuera del área visible */
      margin-top: 8px;
    }

.campo {
    position: relative;
}

.campo span {
    position: absolute;
    right: 5px;
    top: 4px;
    text-transform: uppercase;
    cursor: pointer;
    /*padding: 2px 10px;*/
    background-color: #dadada;
}

.campo2 span {
    position: absolute;
    right: 5px;
    top: 4px;
    text-transform: uppercase;
    cursor: pointer;
    /*padding: 2px 10px;*/
    background-color: #dadada;
}

.campo3 span {
    position: absolute;
    right: 5px;
    top: 4px;
    text-transform: uppercase;
    cursor: pointer;
    /*padding: 2px 10px;*/
    background-color: #fff;
}


.pl-group-inp b{
  font-size: 15px;
  font-weight: 600;
  color: #444;
  font-family: "Raleway";
}

input::placeholder {
  font-weight: bold;
  opacity: 0.7;
  color: #9B9595;
}


.tgl-flat + .tgl-btn {
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #0ebf19;
  border: 4px solid #d7d3d3;
  border-radius: 2em;
}


#sign-modal a, #password-modal a, #report-modal a, #forget-modal a {
  color: #15c366;
  font-weight: bold;
}


.nbtn-reddos-btn{
    -moz-user-select: none;
  background-image: linear-gradient(to right, #fff 0%, #aaa9a9 70%, #fff 100%);
  background-image: -webkit-linear-gradient(to right, #fff 0%, #aaa9a9 70%, #fff 100%);
  background-image: -ms-linear-gradient(to right, #fff 0%, #aaa9a9 70%, #fff 100%);
  border-radius: 50px;
  color: #9d0505 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 1px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  background-size: 200% auto;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0px 3px 7.44px 0.56px rgba(0, 0, 0, 0.08);
  font-family: "Raleway";
  border: 1px solid #fff;
}

.pl-body-pages .pl-main .pl-content {
  padding: 0 24px 24px;
  line-height: 26px;
  text-align: justify;
}

/* Estilos base del acordeón */
.accordion {
    border-bottom: 1px solid #ddd;
    max-width: 100%;
}

.accordion-item {
    overflow: hidden; /* Ocultar cualquier contenido adicional */
}

.accordion-header {
    background-color: #990000; /* Color de fondo del encabezado */
    color: #fff; /* Color del texto */
    padding: 10px 20px;
    cursor: pointer;
    position: relative; /* Posición relativa para alinear la flecha */
}

.accordion-header::after {
    content: "\25BC"; /* Flecha hacia abajo */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.5s ease; /* Transición suave para la rotación y la opacidad */
    animation: blink 0.5s infinite alternate; /* Animación de parpadeo */
}

@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

.accordion-item.active .accordion-header::after {
    transform: translateY(-50%) rotate(180deg); /* Flecha hacia arriba */
    animation: none; /* Detener la animación de parpadeo */
}

.accordion-content {
    display: none;
    padding: 10px 20px;
    overflow: hidden;
    transition: max-height 0.3s ease; /* Animación suave al abrir y cerrar */
    position: relative; /* Importante para el degradado */
}

/* Apertura parcial del primer elemento */
.accordion-item .accordion-content {
    display: block;
    max-height: 120px; /* Altura parcial por defecto */
}

.accordion-item.active .accordion-content {
    max-height: 100%; /* Altura máxima cuando está abierto */
}

/* Efecto de borrosidad en el contenido cerrado */
.accordion-item .accordion-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px; /* Altura del degradado */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* Degradado lineal transparente a blanco */
}

.texto-reducido {
        font-size: 80%; /* Puedes ajustar este valor según tus necesidades */
    }
    
    
/*registro terminos y condiciones*/
/* Estilos para el primer checkbox */
    #terminos1-container .custom-checkbox {
        /* Estilos específicos para el primer checkbox */
    }

    /* Estilos para el segundo checkbox */
    #terminos2-container .custom-checkbox {
        /* Estilos específicos para el segundo checkbox */
    }

    /* Estilos generales para todos los checkboxes */
    .custom-checkbox-container {
        display: flex;
        align-items: center;
        margin-bottom: 10px; /* Espacio entre cada checkbox */
    }

    .custom-checkbox {
        margin-right: 10px; /* Espacio entre el checkbox y el texto */
    }

    .custom-checkbox-text {
        font-size: 14px; /* Tamaño de fuente del texto */
    }
    
/* adicionales en planes */ 
    
.nbtn_publicar {
  -moz-user-select: none;
  background-image: linear-gradient(to right, #0cb860 0%, #21d770 50%, #0cb885 100%);
  border-radius: 50px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 1px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  background-size: 200% auto;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0px 3px 7.44px 0.56px rgba(0, 0, 0, 0.08);
  font-family: "Raleway";
  border: 4px solid #fff;
}

.decimal {
    font-size: 18px; /* Tamaño de la tipografía para los decimales */
}

.pl-form input, .pl-form textarea, .pl-form select, .pl-form .pl-birthdate {
  width: 100%;
  background: #FFF;
  font-size: 14px;
  font-weight: 200;
  padding: 0 12px;
  border: 1px solid #EEE;
  border-radius: 3px;
  margin-bottom: 15px;
}

#images::-webkit-file-upload-button {
    visibility: hidden;
}

.hide-text {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}

.hide-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  
.checkmark {
    color: green; /* Cambia este color por el que desees */
}

.search-box {
    position: relative;
}
.search-box input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.result {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
}
.result ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.result ul li {
    padding: 10px;
    cursor: pointer;
}
.result ul li:hover {
    background-color: #f2f2f2;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #990000;
  border-color: #990000;
}


#error-message {
    font-weight: bold;
    text-align: center;
    color: inherit; /* Usa el color definido en el JavaScript */
}

#error-message hr {
    margin: 10px 0; /* Espaciado alrededor del <hr> */
}