@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

:root{
  --ColorMarca:#ff4a17;
  --colorSubasta : #009241d6;
  --colorvdirecta:#504E63;
  --colorFinalizada:#444;
  --colorFondoFinalizada:silver;
}


/*
***************************   ELEMENTOS COMUNES ITEM **************************
*/

.imgcentrada img {
  height: 70px;
}

/*
.carousel-item.active,
.carousel-item-next, 
.carousel-item-prev, 
.carousel-item.active {
  display:flex!important;
} 

.imgcarrousell {
  margin: auto auto;
  width: auto;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.carousel-control-prev, .carousel-control-next  {
    background: var(--colorMarca0);
    border-radius: 50%;
    height: 30px; 
    width: 30px;
    top: 48%;
}

.carousel-indicators {
    background: #7fc819c2;
    padding: 0 10px;
    border-radius: 10px;
}
.carousel-inner {
  display: flex;
}
.carousel-item {
  height: 50vh;
  overflow: hidden;
  margin: auto auto;
} 

*/
.carousel {
  padding: 0px 17px 10px 10px;
  margin: 0px 0px 10px 8px;
}

.carouselal100 .carousel-inner {
  height: 90vh !important;
 /* width: 100vh !important;
  margin-left: 15px;*/
}
.carouselal100  .carousel-control-next {
  right: 0px;
}

.mtop {
  padding-top: 50px!important;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: none!important;
}  
.carousel-control-prev, .carousel-control-next  {
  background: var(--colorMarca0);
  border-radius: 50%;
  height: 30px; 
  width: 30px;
  top: 48%;
}

.carousel-item.active {
    display: contents!important;
}

.carousel-control-next {
  right: -10px;
}

.carousel-indicators {
  background: #7fc819c2;
  padding: 0 10px;
  border-radius: 10px;
  bottom: -30px!important;
}

.carousel-item {
    /*height: 100%;*/
    position: relative;
    margin: auto auto;
 
}

.carousel-inner {
     display: flex;
}


.carousel img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: auto auto;
 
}

/*
.imgh, .imgw {
  display:flex;
}  
.imgh img {
    height: 100%; 
    width: auto;
    margin:auto auto;
}

.imgw img {
    width: 100%; 
    height: auto;
    margin:auto auto;
}    
*/

.item {
  position: relative;
  margin: 20px auto; /*3%;*/
  height: 40vh;
  width: 100%;
  max-width: 560px;
  min-width: 350px;
  padding: 0 5px 0 5px;
  overflow: hidden;
  display: flex;
}

.item a {
  position:absolute;
  top:35%;
  left:40%;
}

.item img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}  

.item:hover .item-data{
  /*height: 120px;*/
}
.item:hover .play-btn {
  /*top:10px; */
}

.item:hover .item-data-descripcion {  
  overflow-y: auto;
}

/* scrollbar  */
.item:hover .item-data-descripcion::-webkit-scrollbar {
  width: 11px;
}

.item:hover .item-data-descripcion::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--colorMarca0);  
  border-radius: 8px;
}

.item:hover .item-data-descripcion::-webkit-scrollbar-thumb {
  background: var(--colorMarca0)!important; 
  border-radius: 8px;
}

.item:hover .item-data-descripcion::-webkit-scrollbar-thumb:hover {
  background: var(--colorMarca1)!important; 
}
/* scrollbar  */


.item-data {
  position: absolute;
  display : ruby; /*tipo flex alinea texto arriba */
  flex-wrap: wrap;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
 /* width: calc(100% - 20px);*/
  width:98%;
  height: 125px;
  margin: 0 0px 0 5px;
  transition: all 1s;
}

.item-data-row0{
  position: absolute;
  left:0px;
  width: 100%;
}

.item-data-hed {
  width:48%;
  height: 20px;
}

.sinactivar {
    -webkit-box-shadow: 1px -4px 39px 8px #4caf50ab;
    -moz-box-shadow: 1px -4px 39px 8px #4caf50ab;
    box-shadow: 1px -4px 39px 8px #4caf50ab;
}

.sinactivar .item-ffin {
  display:none;
}

.item-finicio, .item-ffin, .item-sinactivar {
  position: absolute;
  width:190px;
}

.item-finicio {
  left:5px;
  top:64px;
}

.item-ffin  {
  left:5px;
  top: 88px;
  width: 210px;
}

.item-sinactivar {
  left:5px;
  top: 95px;
  width: 250px;
  color:red!important;
  display:none;
}
.sinactivar .item-sinactivar {
  display: unset;
}

.item-oferta {
  position: absolute;
  top: 22px;
  width:120px;
  right: 60px;
}

.item-oferta div:first-child {
  width: 30px;
}

.item-data-ofertar, .item-data-sinactivar {
  position: absolute;
  right: 20px;
  top:52px;
  height: 40px;
  text-align: right;
}

.item-data-ofertar div{
  margin: 2px;
}

.item-data-ofertar a{
  position: unset;
}

.item-data-sinactivar{
  display:none;
}

.sinactivar .item-data-ofertar{
  display:none;
}

.item-sinactivar {
  display:none;
}

.sinactivar .item-data-sinactivar {
  display:unset;
}


.item-data-titulo{
  position: absolute;
  left: 3px;
  top: 5px;
  width: 100%;
 /* max-width: 305px;
  height: 43px;
  text-align: center;*/
  font-size: x-large;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-cliente {
  position: absolute;
  line-height: 1;
  left: 5px;
  top: 26px;
  width: 58% !important;
  max-width: 305px;
  font-size: 17px;
}

.item-data-descripcion {
  position: absolute;
  left:3px;
  top:60px;
  height: 122px;
  width: 99%;
  overflow: hidden;
  /*overflow-y: auto;*/
}
.item-data-botons {
  position: absolute;
  right: 18px;
  bottom: -1px;
  cursor: pointer;
}

.ms {
  height: 25px;
  border-radius: 50%;
  cursor:pointer;
}

.item-data-btnofertar{
  height: 31px;
  width: 100px;
  text-align: center;
  line-height: 31px;
  border-radius: 10%;
  padding: 0 3px 0 3px;
  cursor: pointer;
}

.item .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--colorMarca1) 50%, var(--colorMarca0) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  z-index: 99;
  overflow: hidden;
  transition: all 0.5s;
}
.item .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.item .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.item  button {
  text-align: right;
  width: 125px;
  border: 0px none;
  color:white;
  cursor:no-drop;
  background-color: transparent;
  text-transform:uppercase;
  letter-spacing:0.5px;
  font-size: x-large;
}

.flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.filters li {
  cursor: pointer;
  display: inline-block;
  /* padding: 8px 16px; */
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 10px 10px 10px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  /*max-width: 100px;*/
  width: 120px;
  height: 97px;
  border-radius: 4px;
}

.filters li h3{
  font-size: small!important;
  width: 100%;
  text-align: center;
}  

.misOfertas { 
  width:100px;
  color:rgba(255, 255, 255, 0.9);
}
 
.misOfertas:hover{
  color:var(--colorMarca0)!important;
}

.contenedorOfertas {
  height: 90px;
  display: flex;
  transition: all 1s;
}

.contenedorOfertas:hover {
  height: 30vh;
  transition: all 1s;
}

.Ofertasactivas {
    width: 80%;
    max-width: 550px;
    min-width: 400px;
    height: 95%;
    min-height: 60px;
    margin: auto auto;
    overflow: hidden;
    margin: auto auto;
    padding: 2px;
    background-color: var(--colorSubasta);
    color: white;
}

.Ofertasactivas h1 {
 font-size: 100%;
 text-align: center;
}  

.Ofertasactivas table {
  width: 100%;
  font-size: 75%;
}

.Ofertasactivas table th {
  text-align: center;
}

.Ofertasactivas table th:nth-child(6) {
  min-width:90px;
}  

.Ofertasactivas table tr{
    height: 20px;
    line-height: 1;
}

.Ofertasactivas table td {
    text-align: center;
}

.Ofertasactivas table td b{
    font-size: medium;
}

.Ofertasactivas table tr:nth-child(even) {
    background-color: rgb(158 158 158 / 17%);
}

.btnMisofertas {
    border: 1px solid white;
    text-align: center;
    padding: 3px;
    width: 50px;
    cursor: pointer;
}    

.btnMisofertas:hover {
  border: 1px solid green;
  color:green;
  background-color: #002529;
}  

@media screen and (max-width: 500px) {
  .filters li { 
    max-width: 90px;
  }
}

.anuof {
  width:47%;
}

#idofertacomision {
    height: 20px;
    margin: -13px 0;
    font-weight: 600;
}

.ofertar-data-ofertar {
  margin-top: 40px;
}

.ofertar-data-btnofertar{
  width: 130px;
  height: 45px;
  border:1px solid black;
  background-color: white!important;
  color: black!important;
}  

.ofertar-data-btnofertar:hover{
  background-color: var(--colorMarca0)!important;
  font-weight: 600;
} 

.ofertar-data-botons  {
  font-size: large;
  color: white;
}

.ofertarms {
  height: 45px;
  width: 45px;
  border:1px solid black;
  background-color: white!important;
  color: black!important;
}  

.ofertarms:hover {
  background-color: var(--colorMarca0)!important;
  font-weight: 800;
}  


/*
***************************   ELEMENTO SUBASTA **************************
*/

.elesubastas .item-data {
background-color: var(--colorSubasta);
}

.elesubastas .item-data-hed {
  color:white;
}

.elesubastas  .item-finicio,
.elesubastas .item-ffin, .item-sinactivar  {
  color:white;
  font-size: medium;
}



.elesubastas .ms {
  border:1px solid black;
  background-color: white!important;
  color: black!important;
}  

.elesubastas .ms:hover {
  background-color: var(--colorMarca0)!important;
  font-weight: 800;
}  

.elesubastas .item-data-btnofertar{
 /* border:1px solid black;
  background-color: white!important;
  color: black!important;*/
}  

.elesubastas .item-data-btnofertar:hover{
  /*background-color: var(--colorMarca0)!important;
  font-weight: 600;*/
} 

.elesubastas .item-data-botons  {
/*  font-size: large;*/
  color: white;
  transition: all 0.5s;
  font-size: 20px;
  letter-spacing: 3px;
  width: 160px;
  text-align: center;
  
  transition: all 0.5s;
}
 
.elesubastas .item-data-botons:hover  {
  font-size: 21px;
  letter-spacing: 3.5px;
  font-weight: 700;
  transition: all 0.5s;
}

.elesubastas .filters li img {
  border: 1px solid var(--bs-form-valid-color);
  border-radius: 10px;
  padding: 3px;
}

.elesubastas .blancoynegro  img {
  border: 0!important;
  padding: 0 0 0 0!important;
}

.blancoynegro:hover img {
  border: 1px solid var(--bs-form-valid-color);
}
/*
***************************   ELEMENTO SUBASTA **************************
*/

/*
***************************   ELEMENTO vdirecta **************************
*/

.elevdirecta .item-data {
  background-color: var(--colorvdirecta);
  }
  
  .elevdirecta .item-data-hed {
    color:white;
  }
  
  .elevdirecta .ms {
    border:1px solid black;
    background-color: white!important;
    color: black!important;
  }  
  
  .elevdirecta .ms:hover {
    background-color: var(--colorMarca0)!important;
    font-weight: 800;
  }  
  
  .elevdirecta .item-data-btnofertar{
    /*border:1px solid black;
    background-color: white!important;
    color: black!important;*/
  }  
  
  .elevdirecta .item-data-btnofertar:hover{
    /*background-color: var(--colorMarca0)!important;
    font-weight: 600;*/
  } 
  
  .elevdirecta .item-data-botons  {
    color:white;
    font-size:medium;
    width: 100px !important;
  }
  .elevdirecta .item button {
    color:white;
    font-size:medium;
  }
  /*
  ***************************   ELEMENTO vdirecta **************************
  */

  /*
***************************   ELEMENTO elefinalizada **************************
*/

.elefinalizada .item-data {
  background-color: var(--colorFondoFinalizada);
  }
  
  .elefinalizada .item-data-hed {
    color:#989595;
  }
  
  .elefinalizada .ms {
    border:1px solid black;
    background-color: #989595!important;
    color: var(--colorFinalizada)!important;
  }  
  
  .elefinalizada .ms:hover {
    background-color: var(--colorMarca0)!important;
    font-weight: 800;
  }  
  
  .elefinalizada.item-data-btnofertar{
    border:1px solid black;
    background-color: #989595!important;
    color:var(--colorFinalizada)!important;
  }  
  
  .elefinalizada .item-data-btnofertar:hover{
    background-color: var(--colorMarca0)!important;
    font-weight: 600;
  } 
  
  .elefinalizada .item-data-descripcion  * {
    color: var(--colorFinalizada) !important;
  }
  
  .elefinalizada .item-data-botons  {
    color:white;
    font-size:medium;
    width: 100px !important;
  }

  .elefinalizada .item button {
    color:var(--colorFinalizada)!important;
    font-size:medium;
    text-decoration:line-through;
  }
  .elefinalizada .item-data-titulo {
    color:var(--colorFinalizada)!important;
  }

  .elefinalizada .item-finicio  {
    color:var(--colorFinalizada)!important;
  }

 .elefinalizada .item-ffin, .elefinalizada .item-sinactivar  {
  color:var(--colorFinalizada)!important;
  }
  

  .elefinalizada .fsM {
    color:var(--colorFinalizada)!important;

  }
@media screen and (min-width: 1000px) {
  .elefinalizada  .item-data-hed,
  .elefinalizada  .item-data-titulo   {
    font-size: large!important;
  }
}  
@media screen and (max-width: 600px) {
 .elefinalizada .section-title span {
    top: 13%;
    /*font-size: 235%;*/
    font-size: 198%;
  }

  .elefinalizada .section-title h2 {
    font-size: 160%!important;
  }
}

  /*
  ***************************   ELEMENTO elefinalizada **************************
  */


/*    **********************************    efecto ***********************************  */

.wrap {
  height: 60px;
  position: relative;
  top:50%;
  transform: translateY(-50%);
}

.box {
  padding: 1em;
  height: 60px;
  text-align: center;
}

.oferta {
  position: relative;
  width: 100px;
}

/* let's shape */
.disclaimer {
font-weight: bold;
font-size: medium;
}

.ofertadev {
  padding: 20px!important;
}
.ofertadev h2{
  height: 90px!important;
  background: var(--colorMarca0) !important;
}
.ofertadev .disclaimer {
  line-height: 1.3;
  font-size: large;  
}

.titulo-VDirecta {
  font-size: large;
  white-space: nowrap;  
  text-overflow: ellipsis;
}

.caja-contenido-oferta {
  width: 49%;
  margin:1% auto;
  background-color: #eae8e8;
  padding: 18px 0px 0px 0px;
}

.caja-ofertax {
  position: absolute;
  top: 32%;
  padding: 10px;
  height: 276px;
  margin-top: -80px;
  background-color: white;
  z-index: 4;
  left: 10%;
  width: 70%;
  max-width: 600px;
}

.tipoOferta{
 /* height: 47vw!important;
  width: 70vw!important;
  max-width: 1000px;
  max-height: 800px;
  min-width: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: opacity(0.1);  */
    height: calc(100% - 50px) !important;
    width: 70vw !important;
    /* max-width: 1000px; */
    /* max-height: 800px; */
    min-width: 700px;
    max-width: 750px;
    /* width: 700px !important; */
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: opacity(0.1);  
}

.tipoOferta main {
  /*min-width: 615px;*/
}

.caja-oferta-subasta {
  /*width: 800px;
  height: 460px;*/  
  margin: auto;
  width: 100%;
}

.caja-oferta {
  /*position: absolute;
  top: 5%;
  left: 31%;*/
  position: absolute;
  top: 10%;
  left: 20%;
  margin: auto;
  width: 380px;
  height: 400px;
  
  padding: 10px;
  background: linear-gradient(to bottom right, #99DBB4 30%, #99DBB4 100%);
  border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(gray, 10%);
  perspective: 40px;
  z-index: 4;
}

.caja-oferta h2 {
  height: 44px;
  width: 100%;
  background-color: #ffffffa3;
  border-radius: 10px;
  text-align: center;
  line-height: 44px;
}



.confirma-oferta {
  height: 27px;
}

.caja-oferta .botOfertar {
  background-color: #ffffffa3!important;
  padding: 3% 3% 3% 1%;
  margin: 0px !important;
}

.caja-oferta .confirma-oferta {
  font-size: medium!important;
}

.oferta span.shape {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.oferta span span {
  content:"";
  position: absolute;
  margin: auto;
  height: 8px;
  width: 2px;
  background: #E6203B;
  opacity: 0;
}

.oferta span span:nth-of-type(1) {  
  top: 0px;
  left: 60%;
  right: 0;
}

.oferta span span:nth-of-type(2) {
  bottom: -20px;
  left: 60%;
  right: 0;
}

.oferta span span:nth-of-type(3) {
  top:10px;
  bottom: 0;
  left: 60%;
}

.oferta span span:nth-of-type(4) { 
  top:10px;
  bottom: 0;
  right: -5px;
}

.oferta span span:nth-of-type(5) {  
  top: -15%;
  left: 25%;
  right: 0;
  transform:rotate(-30deg);
}

.oferta span span:nth-of-type(6) {
  top: -15%;
  left: 80%;
  right: 0;
  transform:rotate(30deg);
}

.oferta span span:nth-of-type(7) {
  
  bottom: -20px;
  right: 0;
  left: 25%;
  transform:rotate(30deg);
}
.oferta span span:nth-of-type(8) {
  bottom: -20px;
  left: 80%;
  right: 0;
  transform:rotate(-30deg);
}

/* let's animate this */

@keyframes bounce {
  0%{transform: scale(1);}
  50%{transform: scale(1.1);}
  100%{transform: scale(1);}
}

.oferta {
  animation: bounce 0.3s ease-out 1;
}

.oferta span span:nth-of-type(1) {
  animation: anim1 0.4s ease-out 1;
}
.oferta span span:nth-of-type(2) {
  animation: anim2 0.4s ease-out 1;
}
.oferta span span:nth-of-type(3) {
  animation: anim3 0.4s ease-out 1;
}
.oferta span span:nth-of-type(4) {
  animation: anim4 0.4s ease-out 1;
}
.oferta span span:nth-of-type(5) {
  animation: anim5 0.4s ease-out 1;
}
.oferta span span:nth-of-type(6) {
  animation: anim6 0.4s ease-out 1;
}
.oferta span span:nth-of-type(7) {
  animation: anim7 0.4s ease-out 1;
}
.oferta span span:nth-of-type(8) {
  animation: anim8 0.4s ease-out 1;
}


@keyframes anim1 {
  0%{transform: scaleY(0.5);opacity: 0;}
  50%{transform: translateY(-15px) scaleY(1.4); opacity: 1;}
  100%{transform: translateY(-20px) scaleY(0.5);opacity: 0;}
}
@keyframes anim2 {
  0%{transform: scaleY(1);opacity: 0;}
  50%{transform: translateY(15px) scaleY(1.4); opacity: 1;}
  100%{transform: translateY(20px) scaleY(0.5);opacity: 0;}
}
@keyframes anim3 {
  0%{transform: rotate(90deg) scaleX(0.5);opacity: 0;}
  10%{transform: rotate(90deg) translateY(10px) scaleX(1.4); opacity: 1;}
  50%{transform: rotate(90deg) translateY(30px) scaleX(1.4); opacity: 1;}
  100%{transform: rotate(90deg) translateY(70px) scaleX(0.5);opacity: 0;}
}
@keyframes anim4 {
  0%{transform: rotate(90deg) scaleX(0.5);opacity: 0;}
  50%{transform: rotate(90deg) translateY(-20px) scaleX(1.4); opacity: 1;}
  100%{transform: rotate(90deg) translateY(-40px) scaleX(0.5);opacity: 0;}
}
@keyframes anim5 {
  0%{transform: rotate(-30deg) scaleY(0.5);opacity: 0;}
  50%{transform: rotate(-30deg) translateY(-12px) scaleY(1.4); opacity: 1;}
  100%{transform: rotate(-30deg) translateY(-28px) scaleY(0.5);opacity: 0;}
}
@keyframes anim6 {
  0%{transform: rotate(30deg) scaleY(0.5);opacity: 0;}
  50%{transform: rotate(30deg) translateY(-12px) scaleY(1.4); opacity: 1;}
  100%{transform: rotate(30deg) translateY(-28px) scaleY(0.5);opacity: 0;}
}
@keyframes anim7 {
  0%{transform: rotate(30deg) scaleY(0.5);opacity: 0;}
  50%{transform: rotate(30deg) translateY(12px) scaleY(1.4); opacity: 1;}
  100%{transform: rotate(30deg) translateY(28px) scaleY(0.5);opacity: 0;}
}
@keyframes anim8 {
  0%{transform: rotate(-30deg) scaleY(0.5);opacity: 0;}
  50%{transform: rotate(-30deg) translateY(12px) scaleY(1.4); opacity: 1;}
  100%{transform: rotate(-30deg) translateY(28px) scaleY(0.5);opacity: 0;}
}

/*    **********************************    efecto ***********************************  */

/*   botonofertar   */

.centrabtnOfertar {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.centrabtnOfertar .botOfertar{
  width: 65%;
  max-width: 230px;
  height: 65%;
  max-height: 70px;
  margin: 10px auto;
}

.botonofertar{
  position: absolute;
  top: 6px;
  left: 35px;
  width: 170px;
  height: 65px;
  transform: translate(-50%, -50%);
  padding: 7px 7px;
  color: #f0f8e4;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  font-size: 19px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  cursor: pointer;
  overflow: hidden;
}

.botonofertar:hover{
  color: white;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 600;
}

.botonofertar::before
{
  content:"";
  position:absolute;
  top:2px;
  left:2px;
  bottom:2px;
  width:50%;
  background:rgba(255,255,255,0.05);
  
}

.sinactivar .botonofertar {
  cursor:not-allowed;
}
.botonofertar span:nth-child(1)
{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:2px;
  background:linear-gradient(to right, var(--colorMarca1) ,var(--colorMarca0));
  animation: animate1 2s linear infinite;
  animation-delay:1s;
  
}

.botonofertar div {
  margin: unset;

}

.botOfertar,.botonofertar {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; 
  }

section {  
  border-bottom: 1px solid green;
}

.section-title h2 {
    top:13%;
    font-size: 200%!important;
}

.section-title span {
  top:13%;
  font-size: 300%;
}  

.section-title h2::before {
    /*content: "";
    width: 20%;
    height: 1px;
    display: inline-block;
    background: var(--colorMarca1);
    margin: 4px 12% 4px 0px; */
}

.section-title h2::after {
  /*  content: "";
    width: 20%;
    height: 1px;
    display: inline-block;
    background: var(--colorMarca1);
    margin: 4px 0px 4px 12%; */
}


@keyframes animate1
{
  0%
  {
    transform:translateX(-100%);
}
  100%
  {
    transform:translateX(100%);
  }
}

.botonofertar span:nth-child(2)
{
  position:absolute;
  top:0;
  right:0;
  width:2px;
  height:100%;
  background:linear-gradient(to bottom, var(--colorMarca1) ,var(--colorMarca0));
  animation: animate2 2s linear infinite;
  animation-delay:2s;
}
@keyframes animate2
{
  0%
  {
    transform:translateY(-100%);
}
  100%
  {
    transform:translateY(100%);
  }
}

.botonofertar span:nth-child(3)
{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:2px;
  background:linear-gradient(to left, var(--colorMarca1) ,var(--colorMarca0));
   animation: animate3 2s linear infinite;
  animation-delay:1s;
  
}
@keyframes animate3
{
  0%
  {
    transform:translateX(100%);
}
  100%
  {
    transform:translateX(-100%);
  }
}

.botonofertar span:nth-child(4)
{
  position:absolute;
  top:0;
  left:0;
  width:2px;
  height:100%;
  background:linear-gradient(to top, var(--colorMarca1) ,var(--colorMarca0));
   animation: animate4 2s linear infinite;
  animation-delay:2s;
  
}
@keyframes animate4
{
  0%
  {
    transform:translateY(100%);
}
  100%
  {
    transform:translateY(-100%);
  }
}

/* botOfertar */

.botOfertar {
  position: relative;
  padding: 3%;
  text-decoration: none;
  margin: 5px 5px 5px 5px;
  color:var(--colorMarca1);
  line-height: 35px;
  letter-spacing: 5px;
  text-indent: 7px;
  text-align: center;
  z-index: 2;
  font-size: x-large;
  cursor: pointer;
}
.botOfertar:hover {
  font-weight: bold;
  text-indent: 6px;
}

.btn-2{
  border: 3px solid;
}

.btn-2:hover{
  /*background-color: #001a2b;*/
  box-shadow: 0 0 20px var(--colorMarca0);
  border-color: var(--colorMarca0);
}

.btn-2 span:nth-child(n){
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid;
  transition: all 0.6s ease;
}

.btn-2 span:nth-child(1){
  right: 10%;
  top: -10px;
  background-color: var(--colorMarca1);
}

.btn-2 span:nth-child(2){
  left: 10%;
  bottom: -10px;
  background-color: white;
}

.btn-2:hover span:nth-child(1){
  right: 80%;
  transform: rotate(90deg);
  color: var(--colorMarca0);
  background-color: var(--colorMarca0);
  
}

.btn-2:hover span:nth-child(2){
  left: 80%;
  transform: rotate(90deg);
  color: var(--colorMarca0);
}

/*
@media screen and (max-width: 1200px) {
  .section-title h2 {
      font-size: 30px;
  }

  .section-title span {
    font-size: 47px;
  }  
}

@media screen and (max-width: 970px) {
  .section-title h2 {
      font-size: 25px;
  }

  .section-title span {
    font-size: 41px;
  }  
}

*/


@media screen and (max-width: 669px) {

  section {
    padding: 10px 0!important;
  }

  .tipoOferta{
    min-width: 320px!important;
    width: 350px!important;
  }  
  .caja-contenido-oferta {
    width: 100%;
    margin: 0 auto;
  } 

  .ofertar-info {
   /* width: 90%;*/
  }
  .ofertar-data-ofertar {
    /*width: 85%;*/
    margin-left: 10px;
  }

  .botOfertar {
    letter-spacing: 2px;
    margin: 5px 23px !important;
  }

  .row .caja-contenido-oferta:last-child {
    margin-top: 10px;
  }

  .container {
  margin: 0px 0px;
  padding: 0px 3px 0 3px;
  }
  .item-data-titulo {
    font-size: large; 
  }
  .item-data-ofertar div {
  font-size: 17px;
  }

  #hero {
    height: 40vh;
  }
  
  .tac table {
    width: 98%;
    margin: 0 2px;
  }
  .caja-oferta {
    left: 9px;
    top: 22%;
    width:350px;
  }

  .container h2{
    font-size: 17px;
  }

  .container ul {
    padding-left:0px!important;
  }
  
  .container .row {
    width: 375px;
  }

  .navbar {
    right: 20px;    
  }

  .filters li:nth-child(4)
  {
    margin-left: 111px;
  }

  /*
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
  */ 
}  /* fin @media screen and (max-width: 669px)  */ 

@media screen and (max-width: 550px) {
    .caja-oferta {
        left: 3px;
        top: 20%;
        width: 333px;
    }
    .botonofertar {
        left: 40px;
        width: 160px;
        height: 58px;
        padding: 0px 5px;
        letter-spacing: 3px;
    }
   .container .row {
        width: 330px;
        margin-left: 2px;
    }

    .carousel-control-prev, .carousel-control-next {
        background: var(--colorMarca0);
        border-radius: 50%;
        height: 20px;
        width: 20px;
        top: 48%;
    }

    .carousel-control-prev {
        left: 7px;
    }
    .carousel-control-next {
        right: -5px;
    }
    .modal-data-content {
        margin-top: 10px;
    }
    .portfolio-details .portfolio-info {
        margin-top: 20px;
    }

}    