/* BASE */
/* line 1, ../scss/base/_normalize.scss */
.no-margin {
  margin: 0;
}

/* line 4, ../scss/base/_normalize.scss */
.no-margin-topbottom {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 8, ../scss/base/_normalize.scss */
.no-margin-leftright {
  margin-left: 0;
  margin-right: 0;
}

/* line 12, ../scss/base/_normalize.scss */
.no-padding {
  padding: 0;
}

/* line 15, ../scss/base/_normalize.scss */
.no-padding-topbottom {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 19, ../scss/base/_normalize.scss */
.no-padding-leftright {
  padding-left: 0;
  padding-right: 0;
}

/* Font Colors */
/* Background Colors */
/* Showcase Area */
/* Navbar Font Colors */
/* TEMPLATE CUSTOMIZATION */
/* _sections.scss - EVENT LIST */
/* line 41, ../scss/base/_mixins.scss */
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 300px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 53, ../scss/base/_mixins.scss */
.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1;
}

/* line 1, ../scss/base/_base.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 6, ../scss/base/_base.scss */
ul, li {
  list-style: none;
}

/* line 9, ../scss/base/_base.scss */
a:hover, a:active, a:focus {
  text-decoration: none;
}

/* line 13, ../scss/base/_base.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

@-moz-document url-prefix() {
  /* line 19, ../scss/base/_base.scss */
  fieldset {
    display: table-cell;
  }
}

/* line 22, ../scss/base/_base.scss */
hr {
  border-color: whitesmoke;
  border-width: 6px 0 0;
}

/* line 26, ../scss/base/_base.scss */
.bg-primary {
  background-color: #003590;
}

/* COMMONS */
/* line 33, ../scss/base/_base.scss */
.margin-left-30 {
  margin-left: 30px !important;
}

/* line 36, ../scss/base/_base.scss */
.margin-top-15 {
  margin-top: 15px !important;
}

/* line 39, ../scss/base/_base.scss */
.margin-left-right-0 {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 44, ../scss/base/_base.scss */
.no-margin {
  margin: 0;
}

/* line 47, ../scss/base/_base.scss */
.no-margin-topbottom {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 51, ../scss/base/_base.scss */
.no-margin-leftright {
  margin-left: 0;
  margin-right: 0;
}

/* line 55, ../scss/base/_base.scss */
.no-padding {
  padding: 0!important;
}

/* line 58, ../scss/base/_base.scss */
.no-padding-left {
  padding-left: 0!important;
}

/* line 61, ../scss/base/_base.scss */
.no-padding-right {
  padding-right: 0!important;
}

/* line 64, ../scss/base/_base.scss */
.no-padding-topbottom {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 68, ../scss/base/_base.scss */
.no-padding-leftright {
  padding-left: 0;
  padding-right: 0;
}

/* line 74, ../scss/base/_base.scss */
.float-left {
  float: left;
}

/* line 77, ../scss/base/_base.scss */
.float-right {
  float: right;
}

/* Font Colors */
/* Background Colors */
/* Showcase Area */
/* Navbar Font Colors */
/* TEMPLATE CUSTOMIZATION */
/* _sections.scss - EVENT LIST */
/* MODULES */
/* line 1, ../scss/modules/_buttons.scss */
.myBtn1 {
  background-color: #003590;
  border-radius: 0;
  border: 0;
  margin: 5px 0;
}

/*MODALS*/
/* line 3, ../scss/modules/_components.scss */
#myModal {
  top: 50%;
  right: 50%;
  outline: none;
}

/* line 13, ../scss/modules/_components.scss */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 19, ../scss/modules/_components.scss */
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

/* line 25, ../scss/modules/_components.scss */
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

/* line 35, ../scss/modules/_components.scss */
.event-label {
  border: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
}

/* line 41, ../scss/modules/_components.scss */
.event-label1-color {
  background-color: #003590;
  color: #fff;
}

/* line 45, ../scss/modules/_components.scss */
.event-label2-color {
  background-color: #6B5797;
  color: #fff;
}

/* line 49, ../scss/modules/_components.scss */
.event-label3-color {
  background-color: #eeaf09;
  color: #fff;
}

/* line 53, ../scss/modules/_components.scss */
.modal-footer {
  background-color: #fff;
}

/*SEARCH */
/* line 59, ../scss/modules/_components.scss */
#custom-search-input {
  padding: 3px;
  border: solid 1px #1a4a9b;
  border-radius: 6px;
  background-color: #1a4a9b;
  color: #fff;
}

/* line 66, ../scss/modules/_components.scss */
.form-control.input-lg {
  background-color: #1a4a9b;
  border: 0;
  color: #fff;
}

/* line 71, ../scss/modules/_components.scss */
#custom-search-input input {
  border: 0;
  box-shadow: none;
}

/* line 76, ../scss/modules/_components.scss */
#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc;
}

/* line 86, ../scss/modules/_components.scss */
#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc;
}

/* line 92, ../scss/modules/_components.scss */
#custom-search-input .glyphicon-search {
  font-size: 23px;
}

/* line 95, ../scss/modules/_components.scss */
.btn.btn-info.btn-lg {
  background-color: #1a4a9b;
  color: #fff;
  border-radius: 0;
  border-color: #1a4a9b;
}

/* ACCORDION */
/* line 105, ../scss/modules/_components.scss */
.panel-btf {
  background-color: #f9f9f9;
  box-shadow: none;
}
/* line 108, ../scss/modules/_components.scss */
.panel-btf .panel-heading {
  background-color: whitesmoke;
  border-radius: 0;
  border: 0;
}

/* WELL */
/* line 117, ../scss/modules/_components.scss */
.well {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: 0;
  background-color: whitesmoke;
  border-radius: 0;
}

/* BREADCRUMB*/
/* line 2, ../scss/modules/_sections.scss */
.section-breadcrumb {
  font-size: 11px;
  padding: 5px;
}

/* SECCION HOME SLIDER */
/* line 10, ../scss/modules/_sections.scss */
.section-slider {
  margin-top: 20px;
  background-color: #fff;
}

/* line 14, ../scss/modules/_sections.scss */
.home-featured {
  text-transform: uppercase;
}
/* line 16, ../scss/modules/_sections.scss */
.home-featured ul {
  padding: 0;
}
/* line 20, ../scss/modules/_sections.scss */
.home-featured ul li a {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 9.7px;
  display: block;
}
/* line 27, ../scss/modules/_sections.scss */
.home-featured ul li a:hover, .home-featured ul li a:active, .home-featured ul li a:focus {
  text-decoration: none;
}
/* line 31, ../scss/modules/_sections.scss */
.home-featured .list_header a {
  background-color: #6B5797;
  color: #ffffff;
}

/* line 37, ../scss/modules/_sections.scss */
.icon-angle-right {
  font-size: 21px;
  padding: 0;
  margin: 0;
  line-height: 0.1px!important;
}

/* SECCION SHOWCASE */
/* line 45, ../scss/modules/_sections.scss */
.section-showcase {
  background: #003590;
  margin-top: 15px;
  color: #fff;
}
/* line 49, ../scss/modules/_sections.scss */
.section-showcase h1 {
  text-align: center;
  font-size: 24px;
}

/* line 55, ../scss/modules/_sections.scss */
.block-showcase {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #eeaf09;
}

/* line 60, ../scss/modules/_sections.scss */
.block-showcase {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #eeaf09;
  overflow: hidden;
}

/* line 66, ../scss/modules/_sections.scss */
.box_container {
  background-color: #fff;
  margin: 0;
  margin-bottom: 30px;
}

/* line 72, ../scss/modules/_sections.scss */
.img_container {
  position: relative;
  overflow: hidden;
}

/* line 76, ../scss/modules/_sections.scss */
.box-over-title h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/bg_black58p.png");
  width: 100%;
  min-height: 80px;
  padding: 8px 10px 10px 15px;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
}
/* line 89, ../scss/modules/_sections.scss */
.box-over-title h2 span {
  color: #eeaf09;
}

/* line 94, ../scss/modules/_sections.scss */
.box-title {
  padding: 15px;
  position: relative;
  color: #000;
  border-bottom: 1px solid #aaaaaa;
}
/* line 95, ../scss/modules/_sections.scss */
.box-title h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: whitesmoke;
  width: 100%;
  min-height: 80px;
  padding: 8px 10px 10px 15px;
  color: #aaaaaa;
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
}

/* line 113, ../scss/modules/_sections.scss */
.ribbon {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 72px;
  height: 36px;
  z-index: 1;
}

/* line 121, ../scss/modules/_sections.scss */
.ribbon-comprar {
  background: #eeaf09;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  color: #000;
  font-size: 12px;
  padding-top: 11px;
  padding-left: 2px;
  text-align: center;
}

/* SECCION HOME PRODUCTS */
/* line 132, ../scss/modules/_sections.scss */
.section-products {
  margin-top: 30px;
  color: #fff;
}
/* line 135, ../scss/modules/_sections.scss */
.section-products h1 {
  text-align: center;
  font-size: 24px;
}

/* line 143, ../scss/modules/_sections.scss */
.parallax-window {
  min-height: 204px;
  padding: 20px 0 0 0;
  background: transparent;
}

/* SECCION  FEATURED / TRUST */
/* line 153, ../scss/modules/_sections.scss */
.section-trust {
  padding: 30px 0;
  background-color: #f9f9f9;
  margin: 30px 0 0 0;
}
/* line 157, ../scss/modules/_sections.scss */
.section-trust h3 {
  font-weight: bold;
  padding: 0;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
/* line 162, ../scss/modules/_sections.scss */
.section-trust h3 span {
  color: #eeaf09;
}

/* line 168, ../scss/modules/_sections.scss */
.table-featured-events .glyphicon {
  font-size: 20px;
}
/* line 171, ../scss/modules/_sections.scss */
.table-featured-events .info {
  background-color: #003590;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 180, ../scss/modules/_sections.scss */
.block-white {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  text-align: center;
  padding: 15px;
  min-height: 165px;
}
/* line 187, ../scss/modules/_sections.scss */
.block-white p {
  font-size: 12px;
  line-height: 1;
  color: #909090;
}
/* line 192, ../scss/modules/_sections.scss */
.block-white button {
  background-color: #eeaf09;
  border-color: #eeaf09;
  font-weight: bold;
}
/* line 197, ../scss/modules/_sections.scss */
.block-white .form-control {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  height: 50px;
}
/* line 202, ../scss/modules/_sections.scss */
.block-white .input-group-addon {
  background-color: #eeaf09;
  border-color: #eeaf09;
}
/* line 206, ../scss/modules/_sections.scss */
.block-white .glyphicon {
  font-size: 25px;
}

/* line 210, ../scss/modules/_sections.scss */
.block-square-img {
  margin: 15px 0;
}

/* line 213, ../scss/modules/_sections.scss */
.block-circle-img {
  margin: 15px;
}

/* SECCION  EVENTO */
/* line 222, ../scss/modules/_sections.scss */
.section-evento .container {
  margin-bottom: 10px;
}

/* line 226, ../scss/modules/_sections.scss */
.event-title {
  text-align: center;
}
/* line 227, ../scss/modules/_sections.scss */
.event-title .area-gray {
  padding: 10px;
}
/* line 232, ../scss/modules/_sections.scss */
.event-title .title-vs-left, .event-title .title-vs-right, .event-title .title-vs-center {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 30px;
}
/* line 238, ../scss/modules/_sections.scss */
.event-title .title-vs-center {
  padding: 0 10px;
}
/* line 240, ../scss/modules/_sections.scss */
.event-title .title-vs-center .area-gray {
  background-color: #6B5797;
  color: #fff;
}

/* line 246, ../scss/modules/_sections.scss */
.img_event img {
  height: 160px;
  left: 0;
  position: absolute;
  width: auto;
}

/* line 252, ../scss/modules/_sections.scss */
.title-vs-left {
  border-left: 10px solid #003590;
}

/* line 255, ../scss/modules/_sections.scss */
.title-vs-center {
  background-color: #6B5797;
}

/* line 258, ../scss/modules/_sections.scss */
.title-vs-right {
  border-right: 10px solid #eeaf09;
}

/* line 261, ../scss/modules/_sections.scss */
.area-gray {
  background: whitesmoke;
}
/* line 263, ../scss/modules/_sections.scss */
.area-gray h3 {
  padding: 0;
}

/* line 268, ../scss/modules/_sections.scss */
.event-description {
  padding: 10px;
}
/* line 270, ../scss/modules/_sections.scss */
.event-description h1, .event-description h2, .event-description h3 {
  padding: 0;
  margin: 0;
}
/* line 274, ../scss/modules/_sections.scss */
.event-description h1 {
  font-size: 30px;
  margin: 0 0 10px 0;
}
/* line 278, ../scss/modules/_sections.scss */
.event-description h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
/* line 282, ../scss/modules/_sections.scss */
.event-description h3 {
  font-size: 15px;
}
/* line 285, ../scss/modules/_sections.scss */
.event-description p {
  font-size: 12px;
}
/* line 288, ../scss/modules/_sections.scss */
.event-description .desc-event {
  padding-left: 10px;
}

/* line 293, ../scss/modules/_sections.scss */
.label-list li {
  margin: 10px;
}

/* line 296, ../scss/modules/_sections.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #aaaaaa;
}

/* line 299, ../scss/modules/_sections.scss */
.event-categories {
  padding: 10px 0 10px 0;
}

/* line 302, ../scss/modules/_sections.scss */
.evento-gmap {
  padding: 0 5px 0 0;
}
/* line 304, ../scss/modules/_sections.scss */
.evento-gmap .area-gray {
  min-height: 249px;
  padding: 10px;
}
/* line 308, ../scss/modules/_sections.scss */
.evento-gmap .google-map {
  width: 100%;
  height: 174px;
  background-color: #cce1ae;
}

/* line 314, ../scss/modules/_sections.scss */
.evento-icon {
  text-align: center;
  color: #003590;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 319, ../scss/modules/_sections.scss */
.evento-icon img {
  margin: auto;
}
/* line 322, ../scss/modules/_sections.scss */
.evento-icon .area-gray {
  min-height: 120px;
  padding: 10px;
}

/* line 327, ../scss/modules/_sections.scss */
.evento-myicon {
  text-align: center;
  color: #003590;
  margin-bottom: 10px;
}
/* line 330, ../scss/modules/_sections.scss */
.evento-myicon img {
  margin: auto;
  padding: 15px 0 0 0;
}
/* line 334, ../scss/modules/_sections.scss */
.evento-myicon .area-gray {
  min-height: 120px;
}

/* line 342, ../scss/modules/_sections.scss */
.evento-icon-last {
  padding-right: 0px!important;
}

/* line 345, ../scss/modules/_sections.scss */
.evento-icon-first-row {
  padding: 0 10px 0 15px;
}

/* line 349, ../scss/modules/_sections.scss */
.evento-icon-second-row {
  margin-top: 10px;
  padding: 0 10px 0 15px;
}

/* EVENT ACCORDION */
/* line 356, ../scss/modules/_sections.scss */
.sit-categories-accordion .cursor-pointer {
  cursor: pointer;
}
/* line 359, ../scss/modules/_sections.scss */
.sit-categories-accordion .accordion-header {
  padding: 10px 0;
}
/* line 362, ../scss/modules/_sections.scss */
.sit-categories-accordion .sit-categories-accordion-item {
  margin: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 367, ../scss/modules/_sections.scss */
.sit-categories-accordion .sit-categories-accordion-item a {
  color: #000;
}
/* line 371, ../scss/modules/_sections.scss */
.sit-categories-accordion .panel {
  margin-bottom: -6px;
}
/* line 374, ../scss/modules/_sections.scss */
.sit-categories-accordion .cat-desc, .sit-categories-accordion .cat-price, .sit-categories-accordion .cat-buy {
  margin-top: 5px;
  font-weight: bold;
}
/* line 378, ../scss/modules/_sections.scss */
.sit-categories-accordion .cat-buy {
  text-align: center;
}
/* line 380, ../scss/modules/_sections.scss */
.sit-categories-accordion .cat-buy a {
  background-color: #eeaf09;
  padding: 7px 9px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
}

/* line 389, ../scss/modules/_sections.scss */
.panel-heading {
  padding: 7px;
}

/* line 393, ../scss/modules/_sections.scss */
.full-circle {
  background-color: #f00;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

/* line 399, ../scss/modules/_sections.scss */
.category-color-1 {
  background-color: #f89400;
}

/* line 402, ../scss/modules/_sections.scss */
.category-color-2 {
  background-color: #b01867;
}

/* line 405, ../scss/modules/_sections.scss */
.category-color-3 {
  background-color: #000;
}

/* line 408, ../scss/modules/_sections.scss */
.category-color-4 {
  background-color: #fad400;
}

/* line 411, ../scss/modules/_sections.scss */
.category-color-5 {
  background-color: #e4475d;
}

/* line 414, ../scss/modules/_sections.scss */
.category-color-6 {
  background-color: #2671f3;
}

/* line 417, ../scss/modules/_sections.scss */
.category-color-7 {
  background-color: #aa66ff;
}

/* line 420, ../scss/modules/_sections.scss */
.category-color-8 {
  background-color: #b01867;
}

/* line 423, ../scss/modules/_sections.scss */
.category-color-9 {
  background-color: #00f;
}

/* line 426, ../scss/modules/_sections.scss */
.stadio-map img {
  cursor: pointer;
}

/*COMENTAROPS*/
/* line 430, ../scss/modules/_sections.scss */
.comentario {
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0;
}

/*EVENT LIST */
/* line 439, ../scss/modules/_sections.scss */
.event_list_item {
  background-color: whitesmoke;
  color: #333;
  display: block;
  margin-bottom: 10px;
}
/* line 444, ../scss/modules/_sections.scss */
.event_list_item .btn-buy {
  background-color: #eeaf09;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  border-bottom: 3px solid #ab7f0d;
}

.event_list_item .btn-buy2 {
  background-color: #3B3B3B;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  border-bottom: 3px solid #C0C0C0;
}


/* line 453, ../scss/modules/_sections.scss */
.event_list_desc {
  border-right: 1px solid #d4d4d4;
  height: 150px;
  line-height: 17px;
  padding: 0 0 0 170px;
  margin: 0;
}
/* line 459, ../scss/modules/_sections.scss */
.event_list_desc h3 {
  margin: 0;
  padding: 0;
  padding-top: 15px;
}

/* line 467, ../scss/modules/_sections.scss */
.img_list img {
  height: 150px;
  position: absolute;
  width: auto;
}

/* line 473, ../scss/modules/_sections.scss */
.event-list-tools {
  padding: 10px;
  margin-bottom: 10px;
}

/* line 477, ../scss/modules/_sections.scss */
.price_list {
  color: #e74c3c;
  display: table;
  font-size: 18px;
  height: 150px;
  margin-left: -15px;
  width: 100%;
}
/* line 484, ../scss/modules/_sections.scss */
.price_list div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* CONTENIDO */
/* line 494, ../scss/modules/_sections.scss */
.img-responsive.styled {
  margin-top: 20px;
}

/*List*/
/* line 498, ../scss/modules/_sections.scss */
ul.list_ok {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 22px;
}

/* line 504, ../scss/modules/_sections.scss */
ul.list_ok li {
  position: relative;
  padding-left: 25px;
}

/* line 508, ../scss/modules/_sections.scss */
ul.list_ok li:before {
  font-style: normal;
  font-weight: bold;
  font-family: "icon_set_1";
  font-size: 14px;
  content: "\6c";
  color: #003590;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 519, ../scss/modules/_sections.scss */
ul.list_order {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
}

/* line 526, ../scss/modules/_sections.scss */
ul.list_order li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

/* line 532, ../scss/modules/_sections.scss */
ul.list_order li span {
  background-color: #003590;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* PORQUE COMPRAR */
/* line 550, ../scss/modules/_sections.scss */
.feature {
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}
/* line 554, ../scss/modules/_sections.scss */
.feature img {
  margin: auto;
}
/* line 557, ../scss/modules/_sections.scss */
.feature h3 span {
  color: #eeaf09;
}

/* CONATCTOS */
/* line 565, ../scss/modules/_sections.scss */
.contact_side {
  padding: 30px 15px;
}
/* line 567, ../scss/modules/_sections.scss */
.contact_side h3 {
  color: #003590;
}
/* line 570, ../scss/modules/_sections.scss */
.contact_side .contact_tel {
  font-size: 26px;
  color: #fff;
  padding: 15px 0;
  background-color: #003590;
}
/* line 574, ../scss/modules/_sections.scss */
.contact_side .contact_tel a {
  color: #fff;
}
/* line 579, ../scss/modules/_sections.scss */
.contact_side .fa-phone {
  font-size: 24px;
  padding: 0 20px;
  color: #fff;
}

/* line 585, ../scss/modules/_sections.scss */
.contact_form {
  padding: 30px;
}

/* line 1, ../scss/modules/_typografy.scss */
body {
  font-family: 'Roboto', sans-serif;
}

/* line 6, ../scss/modules/_typografy.scss */
.main_title h1, .main_title .h1, .main_title h2, .main_title .h2, .main_title h3, .main_title .h3 {
  color: #003590;
}

/* line 10, ../scss/modules/_typografy.scss */
.main_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* Example 1 */
/* line 3, ../scss/modules/_slide-pro.scss */
#slide1 .sp-thumbnail {
  width: 100%;
  padding: 8px;
  background-color: #F0F0F0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../scss/modules/_slide-pro.scss */
#slide1 .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333;
}

/* line 17, ../scss/modules/_slide-pro.scss */
#slide1 .sp-thumbnail-description {
  font-size: 14px;
  color: #333;
}

/* line 23, ../scss/modules/_slide-pro.scss */
.sp-secondary {
  background-color: #6B5797;
  color: #fff;
}
/* line 26, ../scss/modules/_slide-pro.scss */
.sp-secondary h2, .sp-secondary h3 {
  padding: 0;
  margin: 0;
}
/* line 30, ../scss/modules/_slide-pro.scss */
.sp-secondary h2 {
  font-size: 22px;
}
/* line 33, ../scss/modules/_slide-pro.scss */
.sp-secondary h3 {
  font-size: 16px;
}
/* line 36, ../scss/modules/_slide-pro.scss */
.sp-secondary h4 {
  font-size: 12px;
}

/* line 40, ../scss/modules/_slide-pro.scss */
.sp-tertiary {
  background-color: #eeaf09;
  color: #fff;
}

@media (max-width: 860px) {
  /* line 46, ../scss/modules/_slide-pro.scss */
  #slide1 .hide-medium-screen {
    display: none;
  }
}
@media (max-width: 640px) {
  /* line 52, ../scss/modules/_slide-pro.scss */
  #slide1 .sp-layer {
    font-size: 12px;
  }

  /* line 56, ../scss/modules/_slide-pro.scss */
  #slide1 .hide-small-screen {
    display: none;
  }
}
@media (max-width: 500px) {
  /* line 62, ../scss/modules/_slide-pro.scss */
  #slide1 .sp-thumbnail {
    text-align: center;
  }

  /* line 66, ../scss/modules/_slide-pro.scss */
  #slide1 .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase;
  }

  /* line 71, ../scss/modules/_slide-pro.scss */
  #slide1 .sp-thumbnail-description {
    display: none;
  }
}
/* line 77, ../scss/modules/_slide-pro.scss */
.sp-button {
  border-color: #fff;
}

/* line 81, ../scss/modules/_slide-pro.scss */
.sp-buttons {
  margin-top: -36px;
  text-align: right;
}

/* line 85, ../scss/modules/_slide-pro.scss */
.sp-selected-button {
  background-color: #fff;
}

/* LAYOUTS */
/* line 1, ../scss/layouts/_footer.scss */
footer {
  background-color: #6B5797;
  color: #fff;
}
/* line 4, ../scss/layouts/_footer.scss */
footer h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
/* line 9, ../scss/layouts/_footer.scss */
footer a {
  color: #fff;
}
/* line 12, ../scss/layouts/_footer.scss */
footer ul {
  margin: 0;
  padding: 0;
}
/* line 16, ../scss/layouts/_footer.scss */
footer ul li {
  font-size: 12px;
  line-height: 1.9;
}
/* line 22, ../scss/layouts/_footer.scss */
footer .footer-contact {
  margin-top: 30px;
}
/* line 26, ../scss/layouts/_footer.scss */
footer a:hover, footer a:active, footer a:focus {
  color: #aaaaaa;
}
/* line 31, ../scss/layouts/_footer.scss */
footer .footer-payment-right img {
  margin-top: -11px;
  float: right;
}

/* line 41, ../scss/layouts/_footer.scss */
img.img3 {
  margin-top: 5px;
}

/* line 51, ../scss/layouts/_footer.scss */
.footer-agencias .img1 {
  margin-top: 5px;
}
/* line 54, ../scss/layouts/_footer.scss */
.footer-agencias .img2 {
  margin-left: 20px;
  margin-top: 5px;
}
/* line 58, ../scss/layouts/_footer.scss */
.footer-agencias .img3 {
  margin-left: 30px;
  margin-top: 20px;
}

/* line 63, ../scss/layouts/_footer.scss */
.footer-hr {
  border-top: 1px solid #56447D;
  padding-top: 30px;
  margin-top: 30px;
}

/* line 69, ../scss/layouts/_footer.scss */
.footer-newsletter {
  width: 75%;
  background-color: #4B3D6A;
  color: #fff;
  border: 0;
}

/* line 75, ../scss/layouts/_footer.scss */
footer .form-control::-moz-placeholder {
  color: #fff;
}

/* line 80, ../scss/layouts/_footer.scss */
#social_footer {
  text-align: center;
}

/* line 83, ../scss/layouts/_footer.scss */
#social_footer p {
  font-size: 12px;
  color: #8c8c8c;
}

/* line 87, ../scss/layouts/_footer.scss */
#social_footer ul {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
}

/* line 92, ../scss/layouts/_footer.scss */
#social_footer ul li {
  display: inline-block;
  margin: 0 5px 10px 5px;
}

/* line 96, ../scss/layouts/_footer.scss */
#social_footer ul li a {
  color: #fff;
  text-align: center;
  line-height: 34px;
  display: block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border: 1px solid #56447D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 109, ../scss/layouts/_footer.scss */
#social_footer ul li a:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #111;
}

/* line 114, ../scss/layouts/_footer.scss */
a#phone, a#email_footer {
  display: block;
  position: relative;
  color: #fdf7ac;
  font-size: 16px;
  padding-left: 40px;
  margin: 20px 0;
}

/* line 1, ../scss/layouts/_header.scss */
.top-tools {
  padding: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 999;
}

/* line 7, ../scss/layouts/_header.scss */
.top-bar {
  background: #f9f9f9;
}

/* line 10, ../scss/layouts/_header.scss */
ul#top_tools {
  margin: 5px 0 0 0;
}

/* line 13, ../scss/layouts/_header.scss */
.tool_text {
  margin: 0 0 0 5px;
}

/* line 17, ../scss/layouts/_header.scss */
.top-search {
  margin-top: 4px;
}

/* line 20, ../scss/layouts/_header.scss */
.container-header {
  margin-top: 15px;
  margin-bottom: 25px;
}

/* line 24, ../scss/layouts/_header.scss */
.test_border {
  border: 1px solid  #0ff;
}

/* line 27, ../scss/layouts/_header.scss */
.test-bg1 {
  background-color: #f00;
}

/* line 30, ../scss/layouts/_header.scss */
.tag img {
  margin-top: 35px;
  max-width: 527px;
}

/* line 35, ../scss/layouts/_header.scss */
.input-group .form-control, .input-group-addon {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* line 40, ../scss/layouts/_header.scss */
.logos_agencias img {
  float: right;
  margin-left: 4px;
}

/* line 46, ../scss/layouts/_header.scss */
.lan-cont {
  background-color: #f00;
  width: 200px;
}

/* line 52, ../scss/layouts/_header.scss */
.top-bar-list-left li {
  float: left;
}

/* line 57, ../scss/layouts/_header.scss */
.top-bar-list-right li {
  float: right;
}

/* line 63, ../scss/layouts/_header.scss */
.social-icons ul {
  margin: 0;
  padding: 0;
}

/* line 68, ../scss/layouts/_header.scss */
.top_icon_left {
  padding-left: 27px;
  height: 28px;
  float: left;
  margin: 6px 0;
  font-size: 17px;
  padding-top: 8px;
}

/* line 77, ../scss/layouts/_header.scss */
.top_icon_right {
  height: 29px;
  padding: 6px 0 6px 30px;
  padding-top: 6px;
  width: 140px;
  border: 0px solid #f00;
  margin-right: 0;
}

/* line 87, ../scss/layouts/_header.scss */
.myicon-facebook {
  background: url("../img/social/facebook.png") no-repeat 0px 0px transparent;
}

/* line 90, ../scss/layouts/_header.scss */
.myicon-twitter {
  background: url("../img/social/twitter.png") no-repeat 0px 0px transparent;
}

/* line 93, ../scss/layouts/_header.scss */
.myicon-google {
  background: url("../img/social/google.png") no-repeat 0px 0px transparent;
}

/* line 97, ../scss/layouts/_header.scss */
.myicon-es {
  background: url("../img/language/es.png") no-repeat 0px 0px transparent;
}

/* line 100, ../scss/layouts/_header.scss */
.myicon-euro {
  background: url("../img/currency/euro.png") no-repeat 0px 0px transparent;
}

/* line 103, ../scss/layouts/_header.scss */
.myicon-phone {
  background-image: url("../img/social/phone.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

/* Drop down LANGUAGE / CURRENCY / cart / login / search  */
/* line 111, ../scss/layouts/_header.scss */
.dropdown.dropdown-search, .dropdown.dropdown-cart, .dropdown.dropdown-language {
  float: right;
  font-size: 13px !important;
}

/* line 115, ../scss/layouts/_header.scss */
.dropdown.dropdown-cart {
  margin-right: 20px;
}

/* line 118, ../scss/layouts/_header.scss */
.dropdown.dropdown-language {
  margin-right: 20px;
}

/* line 121, ../scss/layouts/_header.scss */
.dropdown-cart .dropdown-menu, .dropdown-language .dropdown-menu, .dropdown-access .dropdown-menu, .dropdown-search .dropdown-menu {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  left: auto;
  min-width: 0;
  padding: 0px;
  right: 0;
  width: 150px;
  top: 29px;
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
  text-transform: none !important;
  border-top: 2px solid #6B5797;
}

/* line 140, ../scss/layouts/_header.scss */
.dropdown-cart .dropdown-menu:before, .dropdown-language .dropdown-menu:before, .dropdown-currency .dropdown-menu:before, .dropdown-access .dropdown-menu:before, .dropdown-search .dropdown-menu:before {
  bottom: 100%;
  right: 21%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #6B5797;
  border-width: 7px;
  margin-left: -7px;
}

/* line 155, ../scss/layouts/_header.scss */
.dropdown-menu {
  margin-top: 0px;
}

/* line 158, ../scss/layouts/_header.scss */
ul.drop_list_items {
  padding: 5px 0 0 0;
  list-style: none;
}

/* line 162, ../scss/layouts/_header.scss */
ul.drop_list_items li {
  border-bottom: 1px solid #ededed;
  position: relative;
  margin: 0;
  padding: 5px 10px;
  padding-bottom: 10px;
  width: 100%;
  clear: both;
}

/* line 171, ../scss/layouts/_header.scss */
ul.drop_list_items li .image {
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

/* line 176, ../scss/layouts/_header.scss */
ul.drop_list_items li .image img {
  padding: 1px;
}

/* line 181, ../scss/layouts/_header.scss */
ul.drop_list_items li {
  font-weight: normal;
  float: left;
  color: #999;
  margin-top: 10px;
  float: left;
  width: 150px;
  line-height: 14px;
  width: 100%;
}

/* line 191, ../scss/layouts/_header.scss */
ul.drop_list_items li strong > a {
  color: #333;
  display: block;
}

/* line 195, ../scss/layouts/_header.scss */
ul.drop_list_items li strong > a:hover {
  color: #e04f67;
}

/* line 198, ../scss/layouts/_header.scss */
ul.drop_list_items li a.action {
  color: #999;
  position: absolute;
  font-size: 14px;
  right: 10px;
  top: 0;
  width: 15px;
  height: 15px;
}

/* line 207, ../scss/layouts/_header.scss */
ul.drop_list_items li a.action:hover {
  color: #333;
  background: none;
}

/* line 212, ../scss/layouts/_header.scss */
ul.drop_list_items li:last-child span {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

/* line 217, ../scss/layouts/_header.scss */
.dropdown-cart .dropdown-menu a.button_drop {
  display: inline-block;
}

/* line 220, ../scss/layouts/_header.scss */
.dropdown- .dropdown-menu {
  margin-top: 7px;
}

/* line 225, ../scss/layouts/_header.scss */
.dropdown-toggle.top_icon_right.icon-es {
  margin-right: 20px;
}

/* line 230, ../scss/layouts/_header.scss */
.login-or {
  position: relative;
  font-size: 16px;
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 239, ../scss/layouts/_header.scss */
.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: 2px;
  margin-left: -30px;
  background-color: #fff;
  width: 60px;
  text-align: center;
}

/* line 249, ../scss/layouts/_header.scss */
.hr-or {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 255, ../scss/layouts/_header.scss */
a#forgot_pw {
  color: #999 !important;
  font-size: 11px;
  padding: 0;
  margin: -5px 0 10px 0;
  display: block;
}

/* line 262, ../scss/layouts/_header.scss */
a#forgot_pw:hover {
  color: #333 !important;
}

/* line 266, ../scss/layouts/_header.scss */
.dropdown-search .dropdown-menu {
  margin-top: 15px;
  right: -25px;
}

/* line 270, ../scss/layouts/_header.scss */
.input-group button {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/* line 271, ../scss/layouts/_header.scss */
.input-group button:hover, .input-group button:focus {
  background-color: #e04f67;
  color: #fff;
  border-color: #e04f67;
}

/* line 5, ../scss/layouts/_nav.scss */
.nav li a:hover {
  background-color: #4B3D6A;
  color: #fbe700;
}
/* line 9, ../scss/layouts/_nav.scss */
.nav li a:focus {
  background-color: #4B3D6A;
  color: #fbe700;
}
/* line 15, ../scss/layouts/_nav.scss */
.nav .show_mobile {
  display: none;
}

/* line 26, ../scss/layouts/_nav.scss */
.navbar {
  background-color: #6B5797;
  border-radius: 0px !important;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 32, ../scss/layouts/_nav.scss */
.navbar li a {
  color: white;
}

/* line 39, ../scss/layouts/_nav.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #4B3D6A;
  color: #fbe700;
}

/* line 45, ../scss/layouts/_nav.scss */
.nav .dropdown-menu {
  background-color: #4B3D6A;
  color: #fff;
}

/* line 49, ../scss/layouts/_nav.scss */
.navbar-toggle {
  margin-top: 10px;
}

/* line 53, ../scss/layouts/_nav.scss */
.toggle-cart {
  color: #fff;
  font-size: 19px;
  padding: 2px 0 0 0;
}

/* Large desktops and laptops */
/* Landscape tablets and medium desktops RED*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* HOME ===================================================*/
  /* HEADER */
  /* line 10, ../scss/layouts/_responsive.scss */
  .tag_line {
    width: 390px;
    height: auto;
    margin-left: -5px;
  }

  /* SECTION SLIDE */
  /* line 16, ../scss/layouts/_responsive.scss */
  .home-featured ul li a {
    padding: 8px 7px 6px 7px;
  }

  /* NAVBAR */
  /* line 20, ../scss/layouts/_responsive.scss */
  .navbar {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /* line 24, ../scss/layouts/_responsive.scss */
  .navbar .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /* line 29, ../scss/layouts/_responsive.scss */
  .navbar .box-title h2, .navbar .box-over-title h2 {
    font-size: 20px;
  }

  /* TRUST */
  /* line 35, ../scss/layouts/_responsive.scss */
  .section-trust h3 {
    font-size: 18px;
  }
  /* line 38, ../scss/layouts/_responsive.scss */
  .section-trust .block-white {
    min-height: 206px;
  }

  /* PRODUCT GRID */
  /* line 43, ../scss/layouts/_responsive.scss */
  .box-over-title h2 {
    font-size: 20px;
    min-height: 62px;
    padding: 0 0 0 4px;
  }

  /* line 48, ../scss/layouts/_responsive.scss */
  .box-title h2 {
    font-size: 18px;
    min-height: 57px;
  }

  /* EVENT ===================================================*/
  /* line 53, ../scss/layouts/_responsive.scss */
  .event-label {
    font-size: 12px;
  }
}
/* END MEDIA QUERY */
/* SM  Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  /* GRID */
  /* line 65, ../scss/layouts/_responsive.scss */
  .hide_sm {
    display: none;
  }

  /* line 69, ../scss/layouts/_responsive.scss */
  .hide_text_sm .text {
    display: none;
  }

  /* line 73, ../scss/layouts/_responsive.scss */
  .sm_width_100 {
    width: 100% !important;
    padding: 0 15px 0 15px;
  }

  /* line 78, ../scss/layouts/_responsive.scss */
  .sm-fluid {
    width: 100% !important;
  }

  /* line 81, ../scss/layouts/_responsive.scss */
  .sm-no-padding {
    padding: 0 !important;
  }

  /* HEADER */
  /* line 87, ../scss/layouts/_responsive.scss */
  .tag_line {
    width: 90%;
    height: auto;
    margin-left: 0px;
  }
  /* line 91, ../scss/layouts/_responsive.scss */
  .tag_line img {
    margin-top: 20px;
  }

  /* line 96, ../scss/layouts/_responsive.scss */
  .tag img {
    margin-top: 20px;
  }

  /* line 100, ../scss/layouts/_responsive.scss */
  .logo-img {
    width: 94px;
  }

  /* line 104, ../scss/layouts/_responsive.scss */
  .logos_agencias img {
    width: 94px;
  }

  /* line 111, ../scss/layouts/_responsive.scss */
  .box_container {
    width: 173px !important;
    margin: 0;
  }

  /* line 115, ../scss/layouts/_responsive.scss */
  .top_icon_right {
    width: 30px;
  }

  /* NAVBAR */
  /* line 119, ../scss/layouts/_responsive.scss */
  .navbar {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /* line 123, ../scss/layouts/_responsive.scss */
  .navbar .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  /* SECCION SLIDER */
  /* line 130, ../scss/layouts/_responsive.scss */
  .section-slider .container {
    width: 100%;
  }

  /* line 133, ../scss/layouts/_responsive.scss */
  .home-featured ul li a {
    padding: 6px;
  }

  /* HOME PRODUCTOS */
  /* line 138, ../scss/layouts/_responsive.scss */
  .section-products h2 {
    font-size: 24px;
  }

  /* line 142, ../scss/layouts/_responsive.scss */
  .title-vs-right, .title-vs-left {
    border: 0;
  }

  /* line 143, ../scss/layouts/_responsive.scss */
  .box_container {
    width: 263px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 148, ../scss/layouts/_responsive.scss */
  .box-over-title h2 {
    font-size: 18px;
    min-height: 62px;
    padding: 0 0 0 4px;
  }

  /* line 153, ../scss/layouts/_responsive.scss */
  .box-title h2 {
    font-size: 18px;
    min-height: 57px;
  }

  /* line 157, ../scss/layouts/_responsive.scss */
  .ribbon {
    height: 20px;
    padding: 0;
  }

  /* TRUST */
  /* line 163, ../scss/layouts/_responsive.scss */
  .section-trust h3 {
    font-size: 18px;
  }
  /* line 166, ../scss/layouts/_responsive.scss */
  .section-trust .block-white {
    min-height: 276px;
  }

  /* line 170, ../scss/layouts/_responsive.scss */
  .evento-gmap {
    padding: 0;
  }

  /* line 173, ../scss/layouts/_responsive.scss */
  .evento-icon {
    padding: 10px 10px 0 0px;
  }

  /* line 176, ../scss/layouts/_responsive.scss */
  ul.nav li {
    font-size: 12px;
    text-align: center;
  }

  /* line 181, ../scss/layouts/_responsive.scss */
  .nav_top_level {
    width: 16.6%;
  }

  /* line 184, ../scss/layouts/_responsive.scss */
  .evento-icon-second-row {
    margin-top: 0px;
  }

  /* line 187, ../scss/layouts/_responsive.scss */
  .sm-no-padding-left {
    padding-left: 0!important;
  }

  /* line 188, ../scss/layouts/_responsive.scss */
  .sm-no-padding-right {
    padding-right: 0!important;
  }

  /* line 189, ../scss/layouts/_responsive.scss */
  .sm-margin-bottom10 {
    margin-bottom: 10px!important;
  }

  /* line 190, ../scss/layouts/_responsive.scss */
  #navbar li a {
    height: 70px;
  }

  /* line 193, ../scss/layouts/_responsive.scss */
  footer .footer-payment-right img {
    margin-top: -6px;
  }

  /* line 197, ../scss/layouts/_responsive.scss */
  .price_list {
    height: 50px;
  }
}
/* XS Landscape phones and portrait tablets */
@media (max-width: 767px) {
  /* line 204, ../scss/layouts/_responsive.scss */
  .xs-hide {
    display: none;
  }

  /* line 205, ../scss/layouts/_responsive.scss */
  .box_container {
    width: 263px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 211, ../scss/layouts/_responsive.scss */
  .event_list_item .btn-buy {
    padding: 3px;
    font-size: 12px;
  }

  /* line 216, ../scss/layouts/_responsive.scss */
  .img_list img {
    height: 100px;
  }

  /* line 219, ../scss/layouts/_responsive.scss */
  .event_list_desc {
    line-height: 1;
    padding: 0 0 0 140px;
    margin: 0;
    height: 78px;
  }
  /* line 224, ../scss/layouts/_responsive.scss */
  .event_list_desc h3 {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    font-size: 12px;
  }
  /* line 230, ../scss/layouts/_responsive.scss */
  .event_list_desc h4 {
    font-size: 12px;
    padding: 0;
  }
  /* line 234, ../scss/layouts/_responsive.scss */
  .event_list_desc h5 {
    font-size: 12px;
    padding: 0;
  }

  /* line 239, ../scss/layouts/_responsive.scss */
  .price_list {
    height: 98px;
  }

  /* line 243, ../scss/layouts/_responsive.scss */
  .section-products h2 {
    font-size: 18px;
  }

  /* line 247, ../scss/layouts/_responsive.scss */
  .box-title h2 {
    min-height: 60px;
  }

  /* line 250, ../scss/layouts/_responsive.scss */
  .title-vs-right, .title-vs-left {
    border: 0;
  }

  /* line 251, ../scss/layouts/_responsive.scss */
  .ribbon {
    height: 20px;
    padding: 0;
  }

  /* line 255, ../scss/layouts/_responsive.scss */
  .tool_text {
    display: none;
  }

  /* line 258, ../scss/layouts/_responsive.scss */
  .event_list_desc {
    border: 0;
    height: 100px!important;
  }

  /* line 262, ../scss/layouts/_responsive.scss */
  .evento-gmap {
    padding: 0;
  }

  /* line 265, ../scss/layouts/_responsive.scss */
  .evento-icon {
    padding: 10px 10px 0 0px;
  }

  /* line 268, ../scss/layouts/_responsive.scss */
  .xs-no-padding-right {
    padding-right: 0!important;
  }

  /* line 271, ../scss/layouts/_responsive.scss */
  .navbar-header > span {
    display: block!important;
  }

  /* line 274, ../scss/layouts/_responsive.scss */
  .evento-icon-second-row {
    margin-top: 0px;
  }

  /* line 277, ../scss/layouts/_responsive.scss */
  .nav .show_mobile {
    display: block;
  }

  /* line 280, ../scss/layouts/_responsive.scss */
  .sm-no-padding-left {
    padding-left: 0!important;
  }

  /* line 281, ../scss/layouts/_responsive.scss */
  .sm-no-padding-right {
    padding-right: 0!important;
  }

  /* line 282, ../scss/layouts/_responsive.scss */
  .sm-margin-bottom10 {
    margin-bottom: 10px!important;
  }

  /* line 283, ../scss/layouts/_responsive.scss */
  footer .footer-payment-right img {
    margin-top: 0px;
  }

  /* line 286, ../scss/layouts/_responsive.scss */
  .xs-hide {
    display: none;
  }

  /* line 289, ../scss/layouts/_responsive.scss */
  .price_list {
    height: 50px;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  /* line 299, ../scss/layouts/_responsive.scss */
  .event-label {
    font-size: 10px;
  }

  /* line 302, ../scss/layouts/_responsive.scss */
  .title-vs-right, .title-vs-left {
    border: 0;
  }

  /* EVENT LIST */
  /* line 306, ../scss/layouts/_responsive.scss */
  .img_list img {
    height: 100px;
  }

  /* line 309, ../scss/layouts/_responsive.scss */
  .event_list_desc {
    height: 150px;
    line-height: 1px;
    padding: 0 0 0 120px;
    margin: 0;
  }
  /* line 314, ../scss/layouts/_responsive.scss */
  .event_list_desc h3 {
    margin: 0;
    padding: 0;
    padding-top: 5px;
  }

  /* line 321, ../scss/layouts/_responsive.scss */
  .box_container.area-gray {
    width: 100%;
  }

  /* line 324, ../scss/layouts/_responsive.scss */
  .box_container.block-showcase {
    width: 100%;
  }

  /* line 328, ../scss/layouts/_responsive.scss */
  .box-over-title h2 {
    min-height: 97px;
    font-size: 14px;
  }

  /* line 332, ../scss/layouts/_responsive.scss */
  .navbar-header > span {
    display: block;
  }

  /* line 335, ../scss/layouts/_responsive.scss */
  .evento-icon-second-row {
    margin-top: 0px;
  }

  /* line 339, ../scss/layouts/_responsive.scss */
  .section-products {
    margin-top: 10px;
  }

  /* line 342, ../scss/layouts/_responsive.scss */
  .section-products h2 {
    font-size: 12px;
  }

  /* line 346, ../scss/layouts/_responsive.scss */
  .section-trust img {
    width: 90px;
  }

  /* line 351, ../scss/layouts/_responsive.scss */
  .nav .show_mobile {
    display: block;
  }
}
/* line 1, ../scss/layouts/_responsiveTOOLS.scss */
#size {
  position: fixed;
  left: 10px;
  bottom: 10px;
  color: #fff;
  display: block;
  z-index: 23;
  background-color: #000;
}
/* line 9, ../scss/layouts/_responsiveTOOLS.scss */
#size .sm, #size .md, #size .xs {
  display: none;
}

/* MD Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /* line 15, ../scss/layouts/_responsiveTOOLS.scss */
  #size .md {
    display: block;
  }
}
/* SM Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* line 23, ../scss/layouts/_responsiveTOOLS.scss */
  #size .sm {
    display: block;
  }
}
/* XS Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* line 33, ../scss/layouts/_responsiveTOOLS.scss */
  #size .xs {
    display: block;
  }
}
/* SX Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
/* line 10, ../scss/layouts/_yamm.scss */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

/* line 13, ../scss/layouts/_yamm.scss */
.yamm .container {
  position: relative;
}

/* line 16, ../scss/layouts/_yamm.scss */
.yamm .dropdown-menu {
  left: auto;
}

/* line 19, ../scss/layouts/_yamm.scss */
.yamm .yamm-content {
  padding: 20px 30px;
}

/* line 22, ../scss/layouts/_yamm.scss */
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* line 26, ../scss/layouts/_yamm.scss */
.navbar-toggle .myicon-bar {
  border-radius: 1px solid #f00;
  display: block;
  height: 2px;
  width: 22px;
  background-color: #fff;
}

/* line 34, ../scss/layouts/_yamm.scss */
.myicon-bar-margintop {
  margin-top: 4px;
}

/* line 38, ../scss/layouts/_yamm.scss */
.navbar-header > span {
  color: #fff;
  font-size: 12px;
  padding: 0;
  left: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  display: none;
}

/*SIDEBARS */
/* LIST */
/* line 6, ../scss/layouts/_sidebars.scss */
.side-category-list, .side-featured-list, .side-filters {
  padding: 0;
  margin: 0;
}
/* line 9, ../scss/layouts/_sidebars.scss */
.side-category-list ul, .side-category-list ul li, .side-featured-list ul, .side-featured-list ul li, .side-filters ul, .side-filters ul li {
  margin: 0;
  padding: 0;
}
/* line 13, ../scss/layouts/_sidebars.scss */
.side-category-list ul li, .side-featured-list ul li, .side-filters ul li {
  border-bottom: 1px solid #ededed;
  border-top: 0px solid #eeaf09;
  padding: 10px 20px;
}
/* line 18, ../scss/layouts/_sidebars.scss */
.side-category-list ul li:first-child, .side-featured-list ul li:first-child, .side-filters ul li:first-child {
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

/* line 26, ../scss/layouts/_sidebars.scss */
.side-category-list ul li:first-child {
  background-color: #eeaf09;
}

/* line 30, ../scss/layouts/_sidebars.scss */
.side-featured-list {
  margin-top: 10px;
}
/* line 32, ../scss/layouts/_sidebars.scss */
.side-featured-list ul li:first-child {
  background-color: #6B5797;
}

/* line 36, ../scss/layouts/_sidebars.scss */
ul.side-category-list li a:after {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right: 15px;
  top: 15px;
}

/* line 43, ../scss/layouts/_sidebars.scss */
.price_list div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* line 48, ../scss/layouts/_sidebars.scss */
.side-module-header {
  background-color: #f0f;
  padding: 10px 20px;
  margin-top: 10px;
}

/* BTN */
/* line 56, ../scss/layouts/_sidebars.scss */
.side-btn-a {
  background-color: #000;
  margin-top: 10px;
  padding: 10px 20px;
  font-weight: bold;
}

/* COLLAPSE */
/* line 66, ../scss/layouts/_sidebars.scss */
.side-filters {
  margin-top: 10px;
  padding: 10px 20px;
}
/* line 69, ../scss/layouts/_sidebars.scss */
.side-filters a {
  padding: 10px 20px;
  background-color: #aaaaaa;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

/* line 77, ../scss/layouts/_sidebars.scss */
.side-collapse-a {
  background-color: #f00;
  width: 100%;
}

/* SIDE */
/* line 83, ../scss/layouts/_sidebars.scss */
.side_icon {
  background-color: #003590;
  color: #fff;
  padding: 0px 0;
  font-size: 50px;
}

/* line 90, ../scss/layouts/_sidebars.scss */
.box_style_4, .box_style_2 {
  background: #fff none repeat scroll 0 0;
  border: 0px solid #ddd;
  border-radius: 0px;
  margin-bottom: 25px;
  padding: 20px;
  position: relative;
  text-align: center;
  background-color: whitesmoke;
}

/* line 101, ../scss/layouts/_sidebars.scss */
.side_margin {
  margin-bottom: 10px;
}

/* line 104, ../scss/layouts/_sidebars.scss */
.side_marginTop {
  margin-top: 10px;
}
