@charset "UTF-8";
/**
 *  Folha de estilos para o widget: BANNER 300x250
 *  @author Bruno Lima <brunothelima@gmail.com>
 */
/**
 *  Variáveis, mixins e configurções
 *
 *  @author     Bruno Lima <brunothelima@gmail.com>
 *  @link       assets/scss/configurations.scss
 */
/*  NTH da mais escura -> para a mais clara */
/* 				 nth(1)   nth(2)   nth(3)   nth(4)   nth(5)   nth(6)   nth(7) */
/* 				nth(1)  nth(2)    nth(3)   nth(4)   nth(5) */
/* 					  nth(1)   nth(2)    nth(3)   nth(4)   nth(5) */
/* 					     nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			   nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			 nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			      nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* line 10, ../scss/style.scss */
.widget.banner-300x250 .widget-content {
  padding: 10px;
  background: #FFFFFF;
}
/* line 16, ../scss/style.scss */
.widget.banner-300x250 .widget-content .sign {
  float: right;
  width: 30px;
  height: 100%;
  margin-right: 5px;
  background-color: #F3F3F3;
}
/* line 26, ../scss/style.scss */
.widget.banner-300x250 .widget-content .sign span {
  display: block;
  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
  color: #53636D;
  -moz-transform: rotate(-90deg) translateX(-50px);
  -ms-transform: rotate(-90deg) translateX(-50px);
  -webkit-transform: rotate(-90deg) translateX(-50px);
  transform: rotate(-90deg) translateX(-50px);
}
/* line 39, ../scss/style.scss */
.widget.banner-300x250 .widget-content > *:not(.sign) {
  display: block;
}

@media screen and (max-width: 1200px) {
  /* line 45, ../scss/style.scss */
  section.main-content .widget.banner-300x250 .widget-content {
    padding: 3px;
  }
  /* line 49, ../scss/style.scss */
  section.main-content .widget.banner-300x250 .widget-content .sign {
    float: none;
    height: 13px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
    text-align: right;
  }
  /* line 60, ../scss/style.scss */
  section.main-content .widget.banner-300x250 .widget-content .sign span {
    margin-right: 11px;
    line-height: 16px;
    font-size: 7px;
    -moz-transform: rotate(0) translateX(0);
    -ms-transform: rotate(0) translateX(0);
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}
@media screen and (max-width: 980px) {
  /* line 75, ../scss/style.scss */
  section.main-content .widget.banner-300x250 {
    height: auto !important;
  }
  /* line 79, ../scss/style.scss */
  section.main-content .widget.banner-300x250 .widget-content {
    padding: 2.5px 0;
    background: transparent;
    box-shadow: none !important;
  }
  /* line 86, ../scss/style.scss */
  section.main-content .widget.banner-300x250 .widget-content .sign {
    display: none;
  }
  /* line 88, ../scss/style.scss */
  section.main-content .widget.banner-300x250 .widget-content > *:not(.sign) {
    margin: auto;
  }
}

/* line 45, ../scss/style.scss */
.grid.tablet-size .widget.banner-300x250 .widget-content {
  padding: 3px;
}
/* line 49, ../scss/style.scss */
.grid.tablet-size .widget.banner-300x250 .widget-content .sign {
  float: none;
  height: 13px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2px;
  text-align: right;
}
/* line 60, ../scss/style.scss */
.grid.tablet-size .widget.banner-300x250 .widget-content .sign span {
  margin-right: 11px;
  line-height: 16px;
  font-size: 7px;
  -moz-transform: rotate(0) translateX(0);
  -ms-transform: rotate(0) translateX(0);
  -webkit-transform: rotate(0) translateX(0);
  transform: rotate(0) translateX(0);
}

/* line 45, ../scss/style.scss */
.grid.mobile-size .widget.banner-300x250 .widget-content {
  padding: 3px;
}
/* line 49, ../scss/style.scss */
.grid.mobile-size .widget.banner-300x250 .widget-content .sign {
  float: none;
  height: 13px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2px;
  text-align: right;
}
/* line 60, ../scss/style.scss */
.grid.mobile-size .widget.banner-300x250 .widget-content .sign span {
  margin-right: 11px;
  line-height: 16px;
  font-size: 7px;
  -moz-transform: rotate(0) translateX(0);
  -ms-transform: rotate(0) translateX(0);
  -webkit-transform: rotate(0) translateX(0);
  transform: rotate(0) translateX(0);
}
/* line 75, ../scss/style.scss */
.grid.mobile-size .widget.banner-300x250 {
  height: auto !important;
}
/* line 79, ../scss/style.scss */
.grid.mobile-size .widget.banner-300x250 .widget-content {
  padding: 2.5px 0;
  background: transparent;
  box-shadow: none !important;
}
/* line 86, ../scss/style.scss */
.grid.mobile-size .widget.banner-300x250 .widget-content .sign {
  display: none;
}
/* line 88, ../scss/style.scss */
.grid.mobile-size .widget.banner-300x250 .widget-content > *:not(.sign) {
  margin: auto;
}

/* line 113, ../scss/style.scss */
.sidebar .widget.banner-300x250 .widget-content {
  background-color: #F8F8F8;
}
/* line 117, ../scss/style.scss */
.sidebar .widget.banner-300x250 .widget-content .sign {
  background-color: #FFFFFF;
}
