.btn-acreditar{
	color: #fff !important;
    background-color: #000000;
    border-color: #000000;
    padding: 1.5em;
    max-width: 180px;
    min-height: 90px;
    border-radius: 15px;
}
.btn-acreditar:hover, .btn-opperaciones-red:focus, .btn-opperaciones-red:active{
    color: #000000 !important;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 2px;
    border-style: solid;
}

.btn-white, [type=submit][name="btn-white"]{
	color: #000 !important;
    background-color: #fff!important;
    border-color: #000!important;
    padding: 0.8em!important;
    max-width: 210px!important;
    border-radius: 10px!important;
    border-width: 2px!important;
    border-style: solid!important;
    display: inline-block!important;
    font-size: 14px !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, [type=submit][name="btn-white"]:hover, [type=submit][name="btn-white"]:focus, [type=submit][name="btn-white"]:active{
    color: #000!important;
    background-color: #EBEBEB!important;
    border-color: #000!important;
    border-width: 2px!important;
    border-style: solid!important;
}

.link_listing:hover{
	color:#000 !important;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #000000;
    color: #fff;
    font-size: 150%;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}

.search-box-ltr {
    background-color: #33373d;
    color: white;
    vertical-align: middle;
    padding: 40px 10px 2px 10px;
    border-radius: 15px;
}

.search-box-ltr-home {
	padding: 25px 10px 0px 10px !important;
}

input[type='text']{
	color:#000000 !important;
}

.calificacion{
	font-size: 35px;
}
.review-meta{
	font-size: 13px;
}

input[type='text'].search-input {
  padding: 15px;
  border-radius: 5px;
  font-size: 12px;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

/* Desktop styles */
@media (min-width: 768px) {
  input[type='text'].search-input {
    width: 110%;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  input[type='text'].search-input {
    width: 100%;
  }
}


