html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #000000;
  border-color: #fbcb39 #fbcb39 #fbcb39;
  color: #fff;
}

html .shop {
  background-color: #ffffff;
}

.feature-box.feature-box-style-4 {
  flex-wrap: wrap;
  padding: 0 0 10px 0;
}

.text-color-yellow {
  color: #fbcb39 !important;
}

.plan-footer a:hover {
  background-color: #fbcb39;
}

.contenedor1 {
  position: relative;
  display: inline-block;
}

.contenedor1:hover img {
  opacity: 0.5;
}

.contenedor1:hover .texto {
  opacity: 1;
}

.texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.loguito {
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
}

.linea{
  line-height: 160%;
}

/* menu */

#menu ul {
  list-style:none;
  margin:0;
  padding:0;
 }
 
 /* items del menu */
 
 #menu ul li {
  background-color: #000000;
 }
 
 /* enlaces del menu */
 
 #menu ul a {
  display:block;
  color:#fff;
  text-decoration:none;
  font-weight: bold;
  font-size:17px;
  padding:12px 15px;
  text-transform:uppercase;
  letter-spacing:1px;
 }
 
 /* items del menu */
 
 #menu ul li {
  position:relative;
  float:left;
  margin:0;
  padding:0;z-index: 9999;
 }
 
 /* efecto al pasar el ratón por los items del menu */
 
 #menu ul li:hover {
  background:#666;
 }
 
 /* menu desplegable */
 
 #menu ul ul {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#eee;
  padding:0;
 }
 
 /* items del menu desplegable */
 
 #menu ul ul li {
  float:none;
  width:150px
 }
 
 /* enlaces de los items del menu desplegable */
 
 #menu ul ul a {
  line-height:120%;
  padding:10px 15px;
 }
 
 /* items del menu desplegable al pasar el ratón */
 
 #menu ul li:hover > ul {
  display:block;
 }

/* Borde amarillo alrededor del select desplegable de los modelos*/ 

select:focus {
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #fac734;
}
.form-select:focus{
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #fac734;
}
.form-select{
  width: fit-content;
}