img {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}

select.input-validation-error, input.input-validation-error, textarea.input-validation-error
{
	border: 1px solid #ed1c24 !important;
}

header .navbar-brand img {
	height: 63px;
    margin-top: -74px;
}

.wp-theme-1 ul.list-listings .listing-body {
  width: auto;
  height: 100px;
}

.wp-theme-1 ul.list-listings .listing-image {
  height: 100px;
  width: 250px;
}

.wp-theme-1 .lw .section-title {
  color: #616161;
}

.wp-theme-1 .section-title {
  border-bottom: 1px solid #616161;
}

.wp-theme-1 .section-title {
  text-transform: none;
}


.widget ul.categories li.active a {
    background: #ed1c24;
    color: #FFF;
    text-decoration: none;
}


div.tabs ul.nav-tabs li.active a {
  border-bottom: 1px solid white;
  color: #333;
  font-weight:600;
}
div.tabs ul.nav-tabs a {
  color: #AAA;
}

/*Swiper Articulo */
.swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 60%;
  background-size: cover;
  background-position: center center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.wp-theme-1 .section-title {
  text-transform: inherit;
}

.figure .figcaption h3 {
    padding: 0 10px 15px 10px !important;
}


.wp-theme-1 .section-title {
    margin: 15px 0 5px 0;
}


/* Calculator Styles */

.calculator-container{
    background-color: #EEE;
    background-size: cover;
    background-position: center top;
  	min-height: 600px !important;
}
.calculator-container .btn-success,
.calculator-container .btn-success:hover{
    color: white !important;
}


.calculadora-imc{
    background-image: url("1.png");
}

.calculador-consumo-calorico{
    background-image: url("2.png");
}

.calculadora-calorias{
    background-image: url("4.png");
}

.calculator-container div h3,
.calculator-container div h5 {
	padding-left:30px;
}

/* breadcrumbs */
.wp-theme-1 .pg-opt .breadcrumb {
    font-size: 13px;
}
