
.opciones {
  background-color: rgb(233, 233, 233);
  color: white;
  padding: 10px;
  /*font-weight: bold;*/
  /*text-align: center;*/
} 

.resumen_compra {
  background-color: rgb(255, 255, 255);
  color: white;
  padding: 10px;
  /*font-weight: bold;*/
  /*text-align: center;*/
} 

.buscar_foto {
  background-color: rgb(5,45,60);
  color: white;
  padding: 10px;
  font-weight: bold;
  /*text-align: center;*/
} 

.texto_select{
    font-size: 16px;
    margin-bottom:1px;
    display: block;
    color: #384042;
    font-family: var(--elturf-letra);
    font-weight: 900;
}

header {
    background: none !important; bottom: 0px;
}

.entry-title{font-weight: 400;}

.entry-title-foto{font-weight: 700;}

.btn-hover3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    /*margin: 20px;*/
    height: 33px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 4px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: "10px 16px";
    line-height: "1.3333333";
}

.btn-hover3:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover3:focus {
    outline: none;
}

.btn-hover3.color {
    background-image: linear-gradient(to right, var(--elturf-orange), var(--elturf-orange), var(--elturf-gray-oscuro1), var(--elturf-gray-oscuro1));
}


input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

label {
  /*border: 1px solid #fff;*/
  padding: 10px;
  display: block;
  /*position: relative;*/
  margin: 10px;
  cursor: pointer;
}

label:before {
  /*background-color: white;
  color: white;*/
  content: " ";
  display: block;
  border-radius: 50%;
  /*border: 1px solid grey;*/
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

label img {
  /*height: 100px;
  width: 100px;*/
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label {
  border-color: #ddd;
}

/*:checked + label:before {
  content: "?";
  background-color: grey;
  transform: scale(1);
}*/

:checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}



.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}

.texto{
    font-weight: bold;
    font-size-adjust: inherit;
    text-align: center;
}



.separador_noticia {
    margin: 10px;
    padding: 0;
    height: 5px;
    line-height: 3px;
    background-color: #8f8e8e;
}
.hr_separador_noticia {
    margin-top: 3px;
    margin-bottom: 3px;
}