*{
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'peugeotlight';
  src: url('../fonts/peugeot_light_v2_0-webfont.eot');
  src: url('../fonts/peugeot_light_v2_0-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/peugeot_light_v2_0-webfont.woff2') format('woff2'),
       url('../fonts/peugeot_light_v2_0-webfont.woff') format('woff'),
       url('../fonts/peugeot_light_v2_0-webfont.ttf') format('truetype'),
       url('../fonts/peugeot_light_v2_0-webfont.svg#peugeotlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'peugeotregular';
  src: url('../fonts/peugeot_normal_v2_0-webfont.eot');
  src: url('../fonts/peugeot_normal_v2_0-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/peugeot_normal_v2_0-webfont.woff2') format('woff2'),
       url('../fonts/peugeot_normal_v2_0-webfont.woff') format('woff'),
       url('../fonts/peugeot_normal_v2_0-webfont.ttf') format('truetype'),
       url('../fonts/peugeot_normal_v2_0-webfont.svg#peugeotregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html{
  overflow-x: hidden;
  overflow-y: auto;
}
html, body{
  height: 100%;
}
ol, ul {
  list-style: none;
}
img{
  max-width: 100%;
}
img.img-100{
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a{
  color: inherit;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
body {
  background-color: #FFF;
  color: #87919F;
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
}
header {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bebebe));
  background-image: -webkit-linear-gradient(top, #ffffff, #bebebe);
  background-image: -moz-linear-gradient(top, #ffffff, #bebebe);
  background-image: -o-linear-gradient(top, #ffffff, #bebebe);
  background-image: linear-gradient(top, #ffffff, #bebebe);
  position: relative;
  z-index: 6;
}
header .logo_expotienda {
  margin: 22px 25px;
  display: inline-block;
  margin-bottom: 0px;
}
.trama-techos::after {
  background: url("../img/pattern_top.png") repeat-x;
  bottom: -26px;
  z-index: 3;
  content: " ";
  display: block;
  height: 30px;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}
header .social-icons {
  background: #1e130f;
  color: #fff;
  margin-top: 45px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
header .social-icons li {
  display: inline-block;
  margin: 0 1px;
}
header .container-fluid {
  padding: 0;
}
footer {
  background: #2D343E;
  color: #FFF;
}
.relative-helper{
  position: relative;
}
footer #footer-info {
  padding: 20px 0px;
  color: rgba(255, 255, 255, 0.73);
}
section#footer-legal {
  background: #4A5566;
  color: rgba(255, 255, 255, 0.73);
  padding: 5px 0px;
}
.feedwrapper {
  background: #3C4451;
  padding: 5px 15px 10px;
  border-radius: 15px;
}
.feedwrapper h4 {
  font-size: 22px;
}
.social-icons {
  list-style-type: none;
  display: inline-block;
  margin: 0px;
}
.social-icons li {
  display: inline-block;
}
footer #footer-legal p {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  padding: 12px 0px;
  margin: 0px;
}
#footer .fa {
  color: #FF0000;
}
#footer .fa-circle {
  color: #FFF;
}
#footer .container {
  position: relative;
}
#footer .contact-details {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
#center_content {
  background: url("../img/background.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 20px;
}
.navbar-collapse {
  /*padding: 0px 25px;*/
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-collapse.in{
  overflow-x:hidden;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(255,255,255,.8);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: rgba(0,0,0,.44);
}
#main_menu {
  width: 100%;
  background: red;
  position: relative;
  bottom: -30px;
  margin: 0 auto;
  z-index: 4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5070a), color-stop(100%, #f94335));
  background-image: -webkit-linear-gradient(top, #a5070a, #f94335);
  background-image: -moz-linear-gradient(top, #a5070a, #f94335);
  background-image: -o-linear-gradient(top, #a5070a, #f94335);
  background-image: linear-gradient(top, #a5070a, #f94335);
  overflow: hidden;
}
.no-margin{
  margin: 0px !important;
}
#main_menu li {
  display: block;
  line-height: 55px;
  text-transform: uppercase;
  margin: 0 5px;
  color: #fff;
}
#main_menu li:first-child {
  margin: 0 0px;
}
#noticias_slide_cont {
  height: 410px;
  background: #d38d0a;
  padding: 55px 0;
  position: relative;
}
#noticias_slide_cont .slider_noticias {
  width: 1430px;
  margin: 0 auto;
}
#noticias_slide_cont .arrow_down {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  background: #890c12;
  z-index: 5;
  color: #fff;
  text-align: center;
  line-height: 65px;
}
#maps {
  padding: 20px 0;
}
#maps .map_container {
  padding: 10px;
  border: 1px solid #a9a9a9;
  position: relative;
}
#maps .map_container img {
  width: 100%;
}
#maps .map_text {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  height: 170px;
  left: 0;
  margin: 30px auto;
  padding: 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 90%;
  z-index: 5;
}
#maps .map_text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
#maps .map_text .glyphicon-map-marker {
  font-size: 45px;
  margin-bottom: 5px;
}
#maps .map_text .map_date {
  background: #ec1b23;
  font-size: 16px;
  margin-top: 15px;
  padding: 5px 0;
}
#clientes {
  background: #FFF;
  padding: 20px 0;
}
#clientes .logos_clientes li {
  display: inline-block;
  margin: 25px 18px;
}
.pattern {
  position: absolute;
  top: 160px;
  left: 0;
}
.thumbs_container {

}
.shortcut-wrapper, .app {
  display: block;
  position: relative;
-webkit-transition:All 0.4s ease;
-moz-transition:All 0.4s ease;
-o-transition:All 0.4s ease;
  filter: contrast(1) saturate(90%) grayscale(0.2) sepia(.15);
  -webkit-filter: contrast(1) saturate(90%) grayscale(0.2) sepia(.15);
  -moz-filter: contrast(1) saturate(90%) grayscale(0.2) sepia(.15);
  -o-filter: contrast(1) saturate(90%) grayscale(0.2) sepia(.15);
  -ms-filter: contrast(1) saturate(90%) grayscale(0.2) sepia(.15);
}
.shortcut-wrapper:hover, .app:hover{
  -webkit-transition:All 0.4s ease;
-moz-transition:All 0.4s ease;
-o-transition:All 0.4s ease;
  filter: contrast(1.1) saturate(105%) grayscale(0) sepia(0);
  -webkit-filter: contrast(1.1) saturate(105%) grayscale(0) sepia(0);
  -moz-filter: contrast(1.1) saturate(105%) grayscale(0) sepia(0);
  -o-filter: contrast(1.1) saturate(105%) grayscale(0) sepia(0);
  -ms-filter: contrast(1.1) saturate(105%) grayscale(0) sepia(0);
}
.shortcut-wrapper:last-child {
}
.shortcut-wrapper .detail {
  position: absolute;
  z-index: 2;
  top: -12px;
  right: 15px;
}
.texto_thumbs {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 27px;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
}
.texto_thumbs b {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}
.tienda-title-wrapper{
  position: relative;
}
.tienda-title-wrapper img.tienda-bg{
  width: 100%;
}
.tienda-title-wrapper .texto_thumbs{
  bottom: initial;
  top: 55px;
  text-align: right;
  line-height: 34px;
}
section#sidebar .texto_thumbs{
  font-size: 34px;
  line-height: 32px;
  bottom: 15px;
  margin: 0px;
}
section#sidebar .texto_thumbs b{
  font-size: 28px;
  line-height: 28px;
}
section#sidebar .shortcut-wrapper .detail{
  text-align: right;
}
section#sidebar .shortcut-wrapper .detail img{
  width: 75%;
}
img.tendero{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.tienda-title-wrapper .texto_thumbs_alt{
  font-size: 26px;
  line-height: 20px;
  left: inherit;
  right: 10px;
  top: initial;
  bottom: 3px;
}
.post_container {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}
.post_item {
  color: #fff;
  margin: 12px 0px 0;
  padding-right: 10px;
}
.post_container .post_item{
  overflow-y: auto;
  max-height: 350px;
}
.post_item a.post_item_child {
  display: block;
  background: #E0E0E0;
  margin-bottom: 5px;
  padding: 10px 5px;
  position: relative;
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  color: #333333;
  overflow: hidden;
}
.post_item a.post_item_child:hover{
  background: #595959;
  color: #FFF;
}
.post_item a.post_item_child .date {
  margin: 0px 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.post_item a.post_item_child p {
  display: inline-block;
  font-size: 15px;
  width: 75%;
}
.post_item a.post_item_child span{
  color: #FFF;
}
.showbiz-eventwrapper {
  position: relative;
}
.showbiz-eventwrapper .showbiz_innertext {
  bottom: 15px;
  color: #fff;
  position: absolute;
  right: 25px;
  z-index: 6;
  width: 70%;
}
.showbiz_innertext p{
  color: #FFF;
  margin-bottom: 0px;
}
.showbiz-eventwrapper .black_back, .showbiz-eventwrapper .red_back {
  padding: 12.5px 30px;
}
.showbiz-eventwrapper .black_back {
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
}
.showbiz-eventwrapper .black_back h3 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.showbiz-eventwrapper .red_back {
  background: rgba(181, 59, 50, 0.8);
  line-height: 16px;
  font-size: 16px;
}
.ver_mas {
  padding: 7.5px 15px;
  background: #000;
  font-size: 16px;
}
.ver_mas:hover{
  background: #444;
}
.line_pattern {
  text-align: center;
  margin: 25px 0;
  background: url('../img/red_line.jpg') repeat-x center;
}
.section_title {
  color: #f92411;
  font-size: 26px;
  padding: 0 45px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
}
.logo_flag {
  display: inline-block;
  margin-top: -40px;
}
.white_back {
  background: #fff;
}
.grey_back {
  background: #eee;
}
.spacer-5px, .spacer-10px, .spacer-20px, .spacer-40px {
  width: 100%;
  height: 5px;
  display: block;
  clear: both;
}
.spacer-10px {
  height: 10px !important;
}
.spacer-20px {
  height: 20px !important;
}
.spacer-40px {
  height: 40px !important;
}
section#testimonials{
  background: #D38D0A;
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
}
.center-block{
  display: block;
  margin: 0 auto;
}
.speacing-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.speacing-box-min {
  padding-top: 20px;
  padding-bottom: 20px;
}
.speacing-horizontal{
  padding-left:40px;
  padding-right:40px;
}
.speacing-horizontal-min{
  padding-left:20px;
  padding-right:20px;
}
.speacing-horizontal-xs{
  padding-left: 40px;
  padding-right: 40px;
}
.speacing-horizontal-md{
  padding-left:5px;
  padding-right:5px;
}
.btn-transparent {
  padding: 7px 10px;
  padding-top: 5px;
  border: 1px solid #FFF;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  border-radius: 10px;
  margin: 10px auto;
  transition:All 0.25s ease;
  -webkit-transition:All 0.25s ease;
  -moz-transition:All 0.25s ease;
}
.btn-transparent:hover{
  background: rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.7);
}
.owl-buttons {
  padding: 0px;
  margin: 0px;
  height: 0px;
}
.owl-theme .owl-controls .owl-buttons div {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 0px solid transparent;
  filter: alpha(opacity=100);
  opacity: 1;
  padding: 0px;
  margin: 0px;
}
#testimonials .fa {
  font-size: 64px;
}
#testimonials .fa-angle-left {
  left: -55px;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 32px 0px;
}
#testimonials .fa-angle-right {
  right: -55px;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 32px 0px;
}
.locales-item {
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 20px;
  -moz-box-shadow: 0px 0px 6px rgba(187, 187, 187, 0.90);
  -webkit-box-shadow: 0px 0px 6px rgba(187, 187, 187, 0.90);
  box-shadow: 0px 0px 6px rgba(187, 187, 187, 0.90);
  display: block;
  overflow: hidden;
}
.owl-carousel-locales .locales-item {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.locales-item img.locales-bg {
  z-index: 2;
}
.locales-item img.locales-logo {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.locales-item img.locales-logo:hover, .locales-item img.locales-logo:focus{
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.navbar {
  border: 0px;
}
.navbar-brand {
  float: none;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-default .navbar-nav>li>a {
  color: #FFF;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.navbar-active {
  color: #555;
  background-color: #e7e7e7;
}
header ul.social-icons li a {
  display: inline-block;
  color: #2D343E;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header ul.social-icons li a {
  color: #FFF;
}
.navbar-right .fa {
  font-size: 18px;
  vertical-align: middle;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: #555;
}
#footer h4 {
  font-size: 22px;
  margin: 10px 0px;
}
.tip-category{
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
  vertical-align: middle;
  float: right;
  line-height: 30px;
}
.tip-category span{
  display: inline;
  border-radius: 10px;
  padding: 2px 5px;
}
.container-bg{
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  color: #333333;
}
.banner-top{
  border-radius: 20px;
}
.lead-text{
  font-size: 16px;
  color: #474747;
  line-height: 18px;
  padding: 0px 10px;
}
.container-bg h2{
  color: #333333;
  font-size: 30px;
  margin-bottom: 20px;
}
.img-tips-fake, iframe.iframe-tips {
  display: block;
  margin: 10px auto;
  float: none;
  width: 100%;
}
a.image-overlay-trigger {
  position: relative;
}
img.img-tips {
  width: 100%;
}
.image-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: url('../img/hover-plus.png') center center no-repeat, rgba(0,0,0,.53);
  transition: All .4s ease;
  -webkit-transition: All .4s ease;
  -moz-transition: All .4s ease;
  -o-transition: All .4s ease;
  top: 0px;
  left: 0px;
}
.gallery-item:hover .image-overlay, .image-overlay-trigger:hover .image-overlay, .lightbox:hover .image-overlay, .lightbox-fake:hover .image-overlay {
  opacity: 1;
}
.sub-container-bg{
  -moz-box-shadow: inset 0px 0px 15px rgba(51, 51, 51, 0.82);
  -webkit-box-shadow: inset 0px 0px 15px rgba(51, 51, 51, 0.82);
  box-shadow: inset 0px 0px 15px rgba(51, 51, 51, 0.82);
  padding: 15px 20px;
  border-radius: 20px;
  width: 100%;
}
.sub-container-bg h3{
  background: #CC8808;
  text-align: center;
  color: #FFF;
  font-size: 32px;
  padding: 10px 20px;
  margin: 0px;
  font-weight: lighter;
  border-radius: 10px;
}
.tip-text{
  margin: 0px;
  vertical-align: middle;
}
.post_item .item{
  width: 100%;
}
.post_item .item a.post_item_child{
  border-radius: 10px;
  margin-bottom: 7.5px;
}
#filter-nav{
  text-align: center;
  margin: 10px 0px;
}
#filter-nav li{
  display: inline-block;
  margin: 10px 5px;
  cursor: pointer;
}
#filter-nav li span{
  padding: 5px 10px;
  border-radius: 10px;
  color: #FFF;
}
.google-map{
  height: 440px;
}
.google-map img {
  max-width:none
}
img.date{
  width: 32px;
}
.img-novedades-fake{
  position: relative;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  height: 46px;
  padding: 12px;
  border: 2px solid #E5E7E9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
textarea.form-control {
  height: auto;
  margin-bottom: 15px;
}
.btn-submit {
  background: #FB2512;
  font-size: 24px;
  /*width: 100%;*/
  color: #FFF;
  border: 0px;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active {
  background: #FD5E51;
}

#main_menu.stick {
  position: fixed;
  top: 0;
  left:0;
  z-index: 1000;
  border-radius: 0px ;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  bottom:auto;
  overflow: initial;
}
.logofixed{
  display:none;
  vertical-align: middle;
}
.esconde{
  display:none;
}
.row-centered {
  text-align:center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
.signature{
	border-radius:10px;
	padding:5px 10px;
  padding-top: 7px;
	color:#FFF;
	display:inline-block;
	transition:All .2s ease;
	-webkit-transition:All .2s ease;
	-moz-transition:All .2s ease;
	-o-transition:All .2s ease;
}
.signature img{
	margin-left:5px;
	display:inline-block;
  margin-top: -3px;
}
.signature:hover, .signature:focus, .signature:active {
	background:#017DBA;
	text-decoration:none;
  color:#FFF;
}
/*.navbar-default .navbar-nav>li>a.inverse:focus, .navbar-default .navbar-nav>li>a.inverse:hover, .navbar-default .navbar-nav>li>a.inverse.navbar-active{
  background: rgba(0,0,0,.75);
}*/
.mailto{
  border-radius: 5px;
  padding: 2px 2px;
  text-align: center;
  transition:All .25s ease;
}
.mailto:hover, .mailto:focus, .mailto:active{
  background: #FF0000;
  color: #FFF;
}
.maps-bg{
  background: #EEE;
}
.line-red{
  height: 42px;
  width: 100%;
  background: url('../img/line-red.png') left center repeat-x;
}
.well-empresa{
  background: url('../img/empresa/bg.jpg') center top no-repeat;
  background-size: cover;
  color: #FFF;
  width: 100%;
  padding: 20px 40px;
  border-radius: 25px;
}
.row-eq-height {
  display: initial;
}
section header {
  font-size: 38px;
  line-height: 34px;
}
.empresa-info-box {
  padding: 0px 20px;
  padding-bottom: 20px;
}
.empresa-info-box header {
  color: #1E70A6;
  text-align: center;
  margin: 15px 0px;
  font-size: 38px;
  line-height: 34px;
  background: transparent;
}
.empresa-info-box p {
  text-align: center;
  line-height: 16px;
}
.line-sm-blue {
  border-bottom: 3px solid #558CFF;
  width: 50%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.empresa-info-box ol {
  list-style: decimal;
  text-align: left;
  list-style-position: inside;
  padding-left: 30px;
}
.google-store{
  display: block;
  position: absolute;
  top: -45px;
  left: 12.5px;
}
.text-md{
  font-size: 18px;
  line-height: 20px;
}
.inner-bg{
  background: rgba(223, 223, 223, 0.42);
  -moz-box-shadow: inset 0px 0px 15px rgba(51, 51, 51, 0.24);
  -webkit-box-shadow: inset 0px 0px 15px rgba(51, 51, 51, 0.24);
  box-shadow: inset 0px 0px 15px rgba(51, 51, 51, 0.24);
  border-radius: 20px;
  padding: 20px;
}
.inner-bg-white{
  background: #FFF;
  -moz-box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.24);
  -webkit-box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.24);
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.24);
  border-radius: 20px;
  padding: 40px;
}
.inner-bg-white p{
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
.padding-sliderinner{
  padding: 25px 50px;
}
.showbiz-localesgaleriawrapper{
  padding: 0px 5px;
}
#showbizgalerialocal .showbiz-navigation i {
  color: #4F9F00;
}
#showbizgalerialocal .sb-nav-dark-retro .sb-navigation-right {
  top: 27.5%;
}
#showbizgalerialocal .sb-nav-dark-retro .sb-navigation-left{
  top: 27.5%;
}
.popup-gallery .novedadesimg-wrapper{
  margin-bottom: 20px;
}
.showbiz-novedadeswrapper:hover {
  background: #CACACA;
}
.showbiz-novedadeswrapper h3{
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  font-style: italic;
  margin-bottom: 5px;
  margin-top: 10px;
  font-family: 'lobster_1.3regular', sans-serif;
}
.showbiz-novedadeswrapper p{
  color: #333333;
  line-height: 14px;
  display: block;
}
.novedadesimg-wrapper{
  position: relative;
  display: block;
}
.novedadesimg-wrapper-display{
  display: block;
  margin: 10px;
}
.showbiz-novedadeswrapper img.novedades-ribbon{
  position: absolute;
  top: -21px;
  right: -32px;
  z-index: 5;
  width: 127px;
  height: 107px;
}
.line-yellow{
  background: url('../img/empresa/line.jpg') center bottom no-repeat;
  padding-bottom: 40px;
}
.empresa-info-box header.small{
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 40px;
  color: #000;
}
.overlay-gray{
  background: rgba(0,0,0,.28);
  padding: 20px;
  border-radius: 7.5px;
}
