@charset "UTF-8";
/*CSS IMAWEB Tienda online - JPD*/
/*FONTS*/
  @font-face {
    font-family: 'IW-reg';
    src: url("../fonts/riw_reg.eot");
    src: url("../fonts/riw_reg.eot?#iefix") format("embedded-opentype"), url("../fonts/riw_reg.ttf") format("truetype"), url("../fonts/riw_reg.woff") format("woff"), url("../fonts/riw_reg.svg#riw_reg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'IW-bld';
    src: url("../fonts/riw_bold.eot");
    src: url("../fonts/riw_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/riw_bold.ttf") format("truetype"), url("../fonts/riw_bold.woff") format("woff"), url("../fonts/riw_bold.svg#riw_bold") format("svg");
    /*font-weight: normal;
    font-style: normal;*/
  }
  @font-face {
    font-family: 'IW-lgt';
    src: url("../fonts/riw_light.eot");
    src: url("../fonts/riw_light.eot?#iefix") format("embedded-opentype"), url("../fonts/riw_light.ttf") format("truetype"), url("../fonts/riw_light.woff") format("woff"), url("../fonts/riw_light.svg#riw_light") format("svg");
    font-weight: normal;
    font-style: normal;
  }
/*END FONTS*/

/*SCROLLBAR -CHROME/OPERA/SAFARI- */
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-right: 0px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
  }
/*END SCROLLBAR -CHROME/OPERA/SAFARI- */

/*GLOBAL*/
  html {
    font-size:  !important;
    font-family: 'IW-reg', Helvetica, Arial, sans-serif;
    -webkit-overflow-scrolling: touch;
  }
  body {
    color: #333;
    font-family: 'IW-reg', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    height: 100%;
    background-color: #fafaf8;
    -webkit-overflow-scrolling: touch;
  }
  main {
    max-width: 1200px;
    margin: 0 auto;
  }
  p {
    line-height: 1.5em;
  }
  h2, h3 {
    font-family: 'IW-lgt', Helvetica, Arial, sans-serif;
  }
  a {
    color: #333;
  }
  a:hover,
  a:focus,
  a:active {
    color: #61731a;
    text-decoration: none;
  }
  li {
    list-style: none;
  }
  iframe {
    border: 0px;
  }
  strong, b, .strong, .bold {
    color: #333;
    font-family: 'IW-bld';
  }
  .pointer {
    cursor: pointer;
  }
  .hide, .hidden {
    display: none;
  }
  .clear {
    clear: both;
  }
  .no_overflow {
    overflow: hidden !important;
  }
  .no-padding {
    padding: 0 !important;
  }
  .no-margin {
    margin: 0 !important;
  }
  .float-center, .margin-center {
    margin: auto !important;
  }
  .float-none {
    float: none !important;
  }
  .valign-top {
    vertical-align: top !important;
  }
  .valign-middle {
    vertical-align: middle !important;
  }
  .align-right {
    text-align: right !important;
  }
  .align-left {
    text-align: left !important;
  }
  .align-center {
    text-align: center !important;
  }
  .align-justify {
    text-align: justify !important;
  }
  .no-border {
    border: none !important;
  }
  .uppercase {
    text-transform: uppercase !important;
  }
  .lowercase {
    text-transform: lowercase !important;
  }
  .capitalize {
    text-transform: capitalize !important;
  }
  .txt_trans_initial {
    text-transform: initial !important;
  }
  .font-xs {
    font-size: 0.85em;
  }
  .wrap_content {
    width: 1px !important;
    padding-right: 5px;
    white-space: nowrap;
  }
  .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .required,
  input:required,
  select:required {
    background-color: #fff !important;
    /* border: 1px solid #E2CE03 !important; */
    border: 1px solid #ccc !important;
  }
  .error,
  input:required.error {
    /*color: #9d0b0b !important;
    background-color: #ffecec !important;
    border-color: #9d0b0b;*/
    /* color: #fff; */
    background-color: #fffad0 !important;
    border: 1px solid #ff0000 !important;
  }
  .mensaje_ok,
  .mensaje_no_ok {
    color: #00631c;
    text-align: center;
    text-transform: uppercase;
    border: 1px dashed #dadada;
    border-radius: 3px;
    padding: 15px;
    margin: 10px;
  }
  .aviso_warning {
    color: #666;
    font-family: 'IW-bld', Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100% !important;
    border: 1px dashed #dadada;
    border-radius: 5px;
    padding: 20px 5px;
    margin: 10px 0;
  }
  .red, .mensaje_no_ok {
    color: red;
  }
  .green {
    /*color: #3a4f23;*/
    color: #5A941B;
  }
  .naranja {
    color: #ff853d;
  }
  .white_bck {
    background-color: #fff;
  }
  .grey_bck {
    background-color: #ddd;
  }
  .green_bck {
    background-color: #ccd4c1;
  }
  .solidRight {
    border-right: 1px solid #dadada;
  }
  .solidBott {
    /* border-bottom: 1px solid #dadada; */
    padding: 25px 0 5px 0;
  }
  .dashedBott {
    border-bottom: 1px dashed #dadada;
    padding-bottom: 5px;
  }
  .dashedTop {
    border-top: 1px dashed #dadada;
    padding-top: 5px;
  }
  .width100 {
    width: 100%;
    float: left;
  }
  .padding5 {
    padding: 5px;
  }
  .margin_top20 {
    margin-top: 20px;
  }
  .margin_bottom50 {
    margin-bottom: 50px;
  }
/*END GLOBAL*/

/*FORMS*/
  input, select, textarea {
    height: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 5px;
    position: relative;
    float: left;
  }
  textarea {
    height: auto;
    min-height: 60px;
    padding: 2px 5px;
  }
  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    background-color: #fff !important;
  }
  :-moz-placeholder,
  ::-moz-placeholder,
  input:-moz-placeholder,
  :-ms-input-placeholder,
  ::-webkit-input-placeholder {
    color: #999;
  }
  optgroup {
    font-weight: bold;
  }
  input[type="file"] {
    color: #333;
    height: 25px;
    background-color: transparent !important;
    border: none;
  }
  input[value] {
    color: #999;
  }
  input[value]:focus,
  input[value]:active {
    color: #333;
  }
  input[disable],
  input[readonly] {
    color: #666;
  }
  input[type=checkbox] {
    vertical-align: text-top;
    line-height: 1em;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    margin: 5px 0;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
  }
  input[type=checkbox]:active {
    background-color: #dadada;
  }
  input[type=checkbox]:checked::after {
    width: 74%;
    height: 28%;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    position: absolute;
    left: 20%;
    top: 25%;
    content: '';
  }
  input[type="checkbox"][disabled] {
    border: 1px solid #dadada;
  }
  fieldset[disabled] input[type="checkbox"] {
    border: 1px solid #dadada;
  }
  input[type="checkbox"][disabled]:checked::after,
  fieldset[disabled] input[type="checkbox"]:checked::after {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  input[type=radio] {
    vertical-align: text-top;
    line-height: 1em;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    margin: -4px 0;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
  }
  input[type=radio]:active {
    background-color: #dadada;
  }
  input[type=radio]:checked {
    background-color: #fff;
    border: 5px solid #ccc !important;
  }
  input[type=radio]+label,
  input[type=checkbox]+label {
    margin-left: 10px;
    top:0;
  }
  input[type=file]:focus,
  input[type=radio]:focus,
  input[type=checkbox]:focus {
    outline-color: #333;
    outline: 0px auto -webkit-focus-ring-color;
  }
  select:focus,
  textarea:focus,
  button:focus {
    outline-color: #333;
  }
  input:-moz-read-only,
  input:read-only {
    background-color: #ddd;
  }
  :focus {
    outline: -webkit-focus-ring-color auto 0px;
  }
  ::-moz-selection {
    background-color: #ccc;
  }
  ::selection {
    background-color: #ccc;
  }
  .form-control {
    height: 50px;
    margin: 0 0 15px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0/0;
  }
  .form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  }
  .form-xs {
    width: 50%;
  }
/*END FORMS*/

/*BOTONES*/
  .btn {
    height: 50px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 13px 12px;
  }
  .btn-principal {
    color: #dadada;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    /* max-width: 230px; */
    background-color: #666;
  }
  .btn-principal:hover,
  .btn-principal:active,
  .btn-principal:focus {
    color: #666;
    background-color: #dadada;
  }
  .btn_prueba {
    color: #fff;
    background-color: #ff9900;
    text-align: center !important;
    max-width: 230px;
  }
  .btn-footer {
    padding: 8px 12px;
  }
/*END BOTONES*/

/*TABLAS*/
  table {
    width: 100%;
  }
  thead {
    color: #666;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
  }
  thead th, thead td {
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    height: 35px;
    padding: 5px 2px;
  }
  thead input, thead select {
    width: 95%;
    min-width: 95%;
  }
  tbody td {
    vertical-align: middle;
    padding: 5px 2px;
  }
  tfoot td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    padding: 5px 2px;
  }
  .fila1 {
    background-color: #fff;
  }
  .fila2 {
    background-color: #f1f1f1;
  }
  .fila3 {
    background-color: #ddd;
  }
  .fila1:hover,
  .fila2:hover {
    background-color: #e8e8e8;
  }
  .fila0:nth-child(even) {
    background-color: #fff;
  }
  .fila0:nth-child(odd) {
    background-color: #f1f1f1;
  }
  .fila0:hover,
  .fila0:focus {
    background-color: #e8e8e8;
  }
/*END TABLAS*/

/*STACKS-COLLAPSE*/
  .panel-group .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -6px;
  }
  .panel-default > .panel-heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fafaf8;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 30px 10px;
  }
  .panel-group .panel-heading+.panel-collapse>.list-group,
  .panel-group .panel-heading+.panel-collapse>.panel-body {
    background-color: #fafaf8;
    border-top: 0;
  }
  .panel-body {
    color: #666;
    line-height: 1.4em;
    border-bottom:1px solid #ddd;
  }
/*END STACKS-COLLAPSE*/

/*MENU*/

.container {
  width: 100%;
  padding: 0;
}
.row {
  width: 100%;
  margin: 0;
}
.row .navbar-header {
  position: relative;
  width: 100%;
}
.navbar-brand>img {
  margin: 0 5px;
  float: left;
  width: 175px;
}

.nav>li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  display: block;
}

.nav>li>a {
  font-size: 0.65em;
  text-align: right;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 5px 0 5px 0;
}

.nav>li>a>.navbar_icon_container>img {
  width: 28px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
}

.navbar-default {
  background-color: #fafaf8;
  border-color: #fafaf8;
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-header .navbar-toggle {
  margin: 0;
  padding: 10px 0 0 0;
  border: 0 solid #fafaf8;
  position: relative;
  right: 0;
  display: block;
  z-index: 3;
}

.navbar-default .navbar-header .navbar-toggle img {
  width: 110px;
}

.navbar-default .navbar-header .navbar-toggle:focus, .navbar-default .navbar-header .navbar-toggle:hover {
  background-color: #fafaf8;
  border: 0 solid #fafaf8;
  background-color: transparent;
}

.navbar-default .navbar-header .navbar-toggle .icon_menu_open {
  display: none;
}

.navbar-default .navbar-header .icon_menu_open_desktop {
  display: none;
}

.navbar-default .navbar-header .navbar-brand {
  padding: 15px 5px;
}

.navbar-default .navbar-collapse {
  border: 0 solid #fafaf8;
  position: relative;
  right: 0;
  z-index: 2;
}

.navbar-nav {
  background-color: #fff;
  background-color: transparent;
}

.navbar-nav>li>a {
  color: #333 !important;
  font-size: 0.65em;
  text-align: right;
  background-color: #fff;
  background-color: transparent;
}
.navbar-nav>li>a:focus, .navbar-nav>li>a:focus {
  color: #61731a !important;
  background-color: #fafaf8;
  background-color: transparent;
}

.caret {
  position: absolute;
  top: 18px;
  right: 130px;
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.dropdown-menu {
  color: #333;
  font-size: 1.1em;
  text-align: right;
  border: 0 solid #fafaf8;
  box-shadow: 0 0 0 #fff;
}

.dropdown-menu>li>a:active, .dropdown-menu>li>a:hover {
  color: #61731a !important;
  background-color: #fafaf8 !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #61731a !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #61731a;
  background-color: #fff;
  background-color: transparent;
}

.navbar-nav .open .dropdown-menu {
  padding: 0;
  background-color: #fff;
  background-color: transparent;
  margin: -10px 0 15px 0;
}

.navbar-nav .open .dropdown-menu>li>a {
  color: #666 !important;
  font-size: 0.6em;
  padding-right: 45px;
}

.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #61731a !important;
    background-color: #fafaf8 !important;
    background-color: transparent !important;
}


/* MENÚ VERTICAL */

.navbar-collapse.in {
 overflow: hidden;
 position:relative;
}

  .navbar-phone {
    text-align: left;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .navbar-phone p {
    color: #333;
    font-size: 8px;
    text-transform: uppercase;
    margin: 0;
  }
  .navbar-phone .phone-number {
    font-size: 21px;
    font-weight: bolder;
    margin: 0;
  }
  .navbar-phone .phone-number a {
    color: #61731a;
  }

  .glyphicon-auriculares {
    margin-right: 21px;
    color: #61731a;
  }
  /*.tel_help_msk {
    color: #61731a;
    font-size: 14px;
    text-align: right;
    line-height: 0;
    width: 170px;
    margin: 0;
    position: absolute;
    top: -30px;
    right: 12px;
    z-index: 1;
  }
  .tel_help_msk a,
  .tel_help a{
    color: #61731a;
  }
  .tel_help_msk span:before,
  .tel_help span:before {
    content: "\e182";
    font-size: 20px;
    padding-left: 10px;
  }*/
  /* .tel_help_txt {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    width: 210px;
    background-color: #61731a;
    padding: 0 5px;
    position: absolute;
    top: -26px;
    right: 125px;
    display: none;
  }
  .tel_help_txt:after {
    border-top: 10px solid transparent;
    border-left: 10px solid #61731a;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0px;
    right: -10px;
    content: '';
    display: block;
  }
  #show:hover .tel_help_txt {
    display: block;
  } */
/*END MENU*/

/*CONTENT*/
  /* .main {
    max-width: 1200px;
  } */
  .featurette-divider {
    margin: 60px 0;
  }
  .pills {
    padding: 10px 30px;
  }
  .pills p, .pills h2{
      text-align: left;
    }
  .pills h2{
    color: #666;
    font-size: 1.6em;
    font-family: 'IW-bld', Helvetica, Arial, sans-serif;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
  }
  .iso_pill {
    background-color: #eee;
    padding: 10px;
  }
  .iso_pill img{
    width: 200px;
    margin: 10px 0 0;
  }
  .iso_pill .isos_container p {
    text-align: center;
    padding: 10px 5px;
  }
  /* BOTÓN QUE SUBE A LA CABECERA */
  .back-to-top {
      width: 46px;
      height: 46px;
      cursor: pointer;
      position: fixed;
      bottom: 100px;
      right: 20px;
      display:none;
  }
  .back-to-top .glyphicon {
    font-size: 18px;
  }
  .btn-lg {
    padding: 10px 14px;
    border-radius: 50% !important;
    z-index: 99;
  }
  .btn-primary {
    background-color: #61731a;
    opacity: 0.5;
  }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus {
    background-color: #61731a !important;
    opacity: 1;
  }
  .btn-primary:visited {
    background-color: #61731a;
    opacity: 0.5;
  }
    .video {
    padding-top: 0px;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
  .video iframe,
  .video object,
  .video embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  a.tooltip_btn {
    color: #666;
    font-size: 1.2em;
    background-color: #dadada;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 7px;
    margin-left: 5px;
  }
  a.tooltip_btn:hover,
  a.tooltip_btn:active,
  a.tooltip_btn:focus {
    color: #dadada;
    background-color: #666;
  }
  .legal h2,
  .form-horizontal h2 {
    font-size: 1.3em;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 50px;
  }
  .form-horizontal h2 label {
    color: red;
    font-size: 0.6em;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
  }
  .form-horizontal .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .form-horizontal a.shop_name {
    position: relative;
    top:10px;
  }
  .form-horizontal .form-group {
    margin: 0;
  }
  .form-horizontal .btn-principal {
    margin: 15px 0 15px 0;
    height: 50px;
    color: #fff;
    background-color: #61731a;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 50px 0;
    transition: 1s;
  }
  .form-horizontal .btn-principal:hover {
    background-color: #333;
    transition: 1s;
  }
  .text_required {
    color: #555;
    font-size: 0.9em;
    text-align: center;
    margin: 0 0 20px 0;
  }
  /* Modal - Legal Warning */
  .legal_warning {
    text-align: center;
  }
  .modal-content {
    height: 85vh;
    border-radius: 0;
    overflow-y: auto;
  }
  .modal-header {
    border-bottom: 0px solid #fafaf8;
  }
  .modal-header .close {
    font-size: 40px;
    margin-top: -10px;
  }
  .modal-content .modal-header h4 {
    width: 85%;
  }
  .modal-body {
    padding: 40px;
  }
  .modal-body h3 {
    margin-bottom: 30px;
    text-align: center;
  }
  .modal-body li {
    list-style: none;
    text-align: left;
    font-size: 12.6px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .btn_legal_warning {
    margin-top: 10px;
  }
  .btn_legal_warning .btn-lg {
    color: #61731a;
    background-color: transparent;
    font-family:'IW-bld', Helvetica, Arial, sans-serif;
    margin-top: -2px;
    padding: 0;
    font-size: 1em;
    line-height: 2.5em;
    margin-left: 5px;
    transition: 1s;
  }
  .btn_legal_warning .btn-lg:hover {
    color: #333;
    transition: 1s;
  }
  .btn_legal_warning .btn-primary {
    color: #61731a;
    background-color: #fafaf8;
    background-color: transparent;
    transition: 1s;
  }
  .btn_legal_warning .btn-primary:hover {
    color: #333;
    transition: 1s;
  }
  .btn_legal_warning .btn:focus {
    outline: transparent;
  }
  .btn_legal_warning p {
    font-size: 0.9em;
    font-weight: 100;
    line-height: 0.5em;
    margin: 0 0 10px 25px !important;
  }
  .checkbox_acept input {
    height: 15px;
    width: 15px !important;
    min-width: 15px !important;
    margin: 15px 0 0 0;
    border: 1px solid #ccc !important;
  }
  .checkbox_acept input {
    height: 15px;
  }



  .oferta_img{
    width: 60%;
    min-width: 170px;
  }
  .aviso_oferta {
    display: none;
  }
  .aviso_oferta_side,
  .aviso_oferta_side_en {
    width: 152px;
    height:188px;
    background: url('../img/oferta_02.png') no-repeat top left;
    border-top: 10px solid transparent;
    position: fixed;
    top: 84px;
    right: 0;
    z-index: 9999;
    opacity: 0.8;
  }
  .aviso_oferta_side_en {
    background: url('../img/oferta_02_en.png') no-repeat top left;
  }
  .aviso_oferta_side a div,
  .aviso_oferta_side_en a div{
    width: 139px;
    height:180px;
  }
  /*prod home*/
    .prod_home {
      height: auto;
      /* min-height: 500px; */
      /* background: #fff url('../img/base_bckgrd_home.jpg') repeat-y center; */
      margin-bottom: 10px;
      clear: left;
    }
    /* TÍTULO DE LAS SECCIONES */
    .title_container {
      margin: 50px 0 10px 0;
    }
    .title_crmvo {
      margin-top: 30px;
    }
    .title_confidencialidad {
      overflow-wrap: break-word;
    }
    .icon_circle {
      width: 40px;
      height: 40px;
      margin: 0 10px 0 0;
      /* border: 3px solid #61731a; */
      border-radius: 50%;
      float: left;
    }
    .icon_circle img {
      width: 50px;
      margin: -5px 15px 0px 0;
      display: block;
    }
    .title_text {
      width: 80%;
      margin-bottom: 50px;
      float: left;
    }
    .title_text h1 {
      font-size: 2.5em;
      font-family: 'IW-lgt', Helvetica, Arial, sans-serif;
      margin: 0;
      /* opacity: 0.8; */
    }
    .title_section label {
      color: #61731a;
    }
    .prod_home_1 h2{
      color: #fff;
      font-size: 20px;
      line-height: 25px;
      width: 100%;
      background-color: #61731a;
      padding: 5px 3px;
      margin: 0;
    }
    .prod_home_1 div a.btn{
      height: 70px;
      padding: 25px 12px;
    }
    .prod_home_pill {
      color: #333;
      text-align: left;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 1px 20px;
      opacity: 0.8;
    }
    .prod_home_pill:hover,
    .prod_home_pill:active{
      color: #000;
      opacity: 0.5;
    }
    .prod_home_pill h3{
      margin-top: 10px;
    }
    .prod_home_pill span{
      color: #999;
      font-size: 30px;
      border: 3px solid #999;
      border-radius: 50%;
      padding: 6px;
      /*margin:-10px 0 5px;*/
      margin: auto;
      float: right;
    }
    .test_gratis {
      color: #fff;
      font-size: 0.9em;
      font-weight: bold;
      text-align: center;
      line-height: 40px !important;
      background-color: #ff6600;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
    }
    .test_gratis:hover,
    .test_gratis:active{
      background-color: #666;
    }
    .compra_ahora {
      color: #fff;
      background-color: #637520;
      background-color: #999;
    }
    .prod_home_2 {
      padding-top: 10px;
      margin: 10px 0;
      opacity: 0.5;
    }
    .prod_home_2 .cover_img{
      width: 150px;
      line-height: 140px;
    }
    .prod_home_2 .cover_img img{
      width: 100px;
    }
    .prod_home_2 h3{
      color: #333;
      line-height: 25px;
      padding: 5px 3px;
      margin: 0px auto 10px;
    }
    .prod_home_3 {
      background-color: #fafaf8;
      padding-top: 10px;
      margin: 10px 0;
    }
    .prod_home_3 .logos_clientes_container {
      margin-bottom: 70px;
    }
    .prod_home_3 h2 {
      color: #666;
      text-align: center;
    }
    .prod_home_3 .cover_img img{
      width: 90px;
      padding: 50px 0 50px 0;
    }
    .prod_home_3 .quadis img {
      margin-top: 10px;
    }
    .product {
      background-color: #eee;
      padding: 5px;
      margin: 20px 0;
    }
    .product h2 {
      color: #666;
      border-top: 1px dashed #ddd;
      border-bottom: 1px dashed #ddd;
      padding:10px 0;
    }
    .logo_app {
      width: 100%;
      max-width: 250px;
      vertical-align: initial;
    }
    .logo_crmvo {
      max-width: 200px;
    }
    .appraisal_container {
      background-color: #fafaf8;
      margin: 50px 0 !important;
    }
    .appraisal_container img {
      max-width: 100px;
    }
    .prod_app h2, .prod_home_3 h2 {
      font-size: 2em;
      border-top: 0px solid #fafaf8;
      border-bottom: 0px solid #fafaf8;
    }
    .prod_app .video_app{
      margin-top: 15px;
    }
    .prod_app .glyphicon {
      color: #666;
      font-size: 4em;
      width: 75px;
      height: 75px;
      position: absolute;
      left: -80px;
      top: 40%;
      z-index: 999;
    }
  /*prod present*/
    .prod_title {
      color: #fff;
      text-shadow: 0 1px 10px rgba(0,0,0,.6);
      height: auto;
      min-height: 500px;
      background: #060210 url('../img/bckg_img01.jpg') no-repeat center -200px;
      background-size: 125% auto;
      padding-top: 60px;
      margin-bottom: 10px;
      clear: left;
    }
    .prod_title h1 {
      font-size: 1.5em;
      padding: 20px 40px 10px;
    }
    .prod_title h2 {
      font-size: 3em;
      padding: 20px 40px;
    }
    .prod_title h2 strong{
      color: #ff9900;
    }
    .prod_title h3 {
      color: #fff;
      font-size: 3em;
      background-color: #ff9900;
      margin-bottom:-15px;
    }
    .prod_title p {
      font-size: 1.4em;
      max-width: 800px;
      padding: 20px 40px;
      margin: 0 auto;
    }
    .prod_title p a{
      color: #fff;
      font-size: 0.8em;
      margin: auto 10px;
    }
    .prod_title p a:active,
    .prod_title p a:focus,
    .prod_title p a:hover{
      border-bottom: 3px solid #fff;
      padding-bottom: 5px;
    }
    .prod_title hr {
      max-width: 300px;
      border-top: 1px dashed #fff;
      margin: 0 auto;
    }
    .prod_tittle .row {
      margin-top: 25px;
    }
    .prod_promo {
      color: #666;
      text-align: left;
      min-height: 500px;
      padding: 10px 30px;
    }
    .prod_promo#compare {
      padding-top: 100px;
    }
    .prod_promo.bck_img:before {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center 0;
      background-size: 550px;
      opacity: 0.05;
      position: absolute;
      left: 0;
    }
    .prod_promo.bck_img.bck01:before {
      background-image: url('../img/img_ico_piggy.png');
      margin-top: 100px;
    }
    .prod_promo.bck_img.bck02:before {
      background-image: url('../img/img_ico_time.png');
      margin-top: 100px;
    }
    .prod_promo.bck_img.bck03:before {
      background-image: url('../img/img_ico_help.png');
      margin-top: 100px;
    }
    .prod_promo .cover_img, .prod_home_3 .cover_img{
      width: 240px;
      height: auto;
      margin:20px 0;
      opacity: 0.5;
    }
    .prod_promo h3{
      font-size: 3em;
      text-transform: uppercase;
      margin-bottom: 40px;
    }
    .prod_promo h4{
      font-size: 2em;
      text-transform: uppercase;
    }
    .prod_promo p{
      font-size: 1.2em;
      border-bottom: 1px dashed #dadada;
      padding-bottom: 5px;
      margin-bottom: 40px;
    }
    .prod_promo .destacado{
      color: #fff;
      text-align: right;
      text-transform: uppercase;
      width: 100%;
      background-color: #333;
      padding: 4px 20px 4px 2px;
      margin: -27px 0 0;
      float: left;
    }
    .promo_speech {
      height: 240px;
    }
    .precio {
      font-size: 2em;
      font-family: 'IW-bld', Helvetica, Arial, sans-serif;
      text-align: center;
      padding-bottom: 5px;
      margin: -30px 0 10px;
    }
    .precio label{
      font-size: 0.6em;
      font-family: 'IW-reg', Helvetica, Arial, sans-serif;
    }
    .prod_promo .list_mobile a{
      display: none;
    }
    .prod_promo .list_mobile .collapse {
      display: block;
    }
    .prod_promo ul.prod_compa {
      min-height: 930px;
      padding: 0;
    }
    .prod_promo #collapseBasic .prod_compa {
      min-height: 690px;
    }
    .prod_promo .prod_compa li {
      font-size: 0.9em;
      text-align: center;
      line-height: 1.5em;
      margin: 22px 0;
    }
    .prod_promo .masinfo {
      border-top: 1px solid #dadada;
      padding: 10px 0;
    }
    .prod_prueba {
      text-align: center;
      background-color: #fafaf8;
      padding: 40px 20px;
      margin-bottom: 40px;
    }
    .prod_prueba img{
      width: 200px;
    }
    .prod_prueba p{
      color: #666;
      font-size: 1.2em;
      text-align: center;
      border-top: 1px dashed #ccc;
      padding-top: 5px;
      margin: 20px 10%;
    }
    .prod_prueba .precio {
      color: #fff;
      font-size: 1.6em;
      line-height: 1.5em;
      min-width: 250px;
      height: auto;
      background-color: #637520;
      padding: 10px;
      margin: 30px auto;
    }
    .prod_prueba .precio strong{
      color: #fff;
      font-size: 1.4em;
      text-shadow: 1px 3px 5px #333;
    }
    .disclaimer_func {
      color: #666;
      text-align: justify;
      border-top: 1px solid #ddd;
      padding: 10px 10px;
    }
    .disclaimer_func small {
      margin-bottom: 10px
    }
  /*animated*/
    .prod_promo.ani h4,
    .prod_promo.ani p{
      opacity: 0;
    }
  /*prod ficha*/
    .ficha_tit {
      padding-top: 110px;
    }
    .ficha_tit h1 {
      color: #666;
      font-size: 2em;
      font-family: 'IW-bld', Helvetica, Arial, sans-serif;
      margin-top: 30px;
    }
    .ficha_tit h1.logo_vo {
      background:url('../img/logo_crmvo.png') no-repeat top left;
      background-size: 50px 50px;
      padding-left: 60px;
    }
    .ficha_tit h1 label {
      color: #637520;
      font-family: 'IW-reg', Helvetica, Arial, sans-serif;
      border: 1px dashed #dadada;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 5px 10px;
    }
    .ficha_data {
      margin-top: 30px;
    }
    .ficha_data .video{
      border-bottom: 10px solid #666;
    }
    .summary{
      padding: 10px 10px;
    }
    .summary .summary_logo {
      width: 100px;
    }
    .summary hr,
    .ficha_tech hr,
    form hr {
      border-top: 1px dashed #dadada;
      margin: 10px 0;
    }
    .summary p.font-xs {
      margin-bottom: 3px;
    }
    .summary li {
      display: inline;
      margin-right: 20px;
    }
    .summary li:last-child{
      margin-right: 0px;
    }
    .summary li img{
      width: auto;
      height: 30px;
    }
    .summary a {
      min-width: 100%;
    }
    .summary h3 {
      color: #637520;
      font-size: 1.3em;
      text-transform: uppercase;
      margin: 20px 0;
    }
    .summary .logo_app {
      width: 100%;
      max-width: 230px;
      margin:10px 0;
    }
    .summary blockquote {
      color: #666;
      font-size: 0.9em;
      text-align: justify;
      font-style: italic;
      border:none;
      padding: 5px 11px;
    }
    .summary blockquote p {
      line-height: 1.4;
    }
    .summary blockquote strong {
      color: #666;
    }
    .summary blockquote footer {
      font-size: 0.8em;
      text-align: right;
      background-color: transparent;
      padding: 0;
    }
    .summary blockquote footer cite {
      font-size: 0.8em;
      font-family: 'IW-bld', Helvetica, Arial, sans-serif;
    }
    .tech_info {
      margin-top: 20px;
    }
    .thumbs {
      width: 95%;
      max-width: 165px;
      height: auto;
      border: 1px solid #dadada;
      border-bottom: 5px solid #dadada;
      margin: 5px;
    }
    a .thumbs:hover {
      opacity: 0.5;
    }
    .ficha_tech .capturas p{
      font-size: 0.9em;
      border-top: 1px dashed #dadada;
      border-bottom: 1px dashed #dadada;
      padding: 10px;
      margin-bottom: 10px;
    }
    .ficha_tech .caract_dest h5{
      font-size: 1.1em;
      font-family: 'IW-bld', Helvetica, Arial, sans-serif;
      text-transform: uppercase;
    }
    .ficha_tech .caract_dest .thumbs{
      max-width: 100%;
      margin: 0;
    }
    .ficha_tech ul {
      padding-left: 5px;
      margin-top: 20px;
    }
    .ficha_tech ul li{
      color: #333;
      font-size: 0.85em;
      line-height: 1.5em;
      padding: 15px;
      margin: 0;
    }
    .ficha_tech ul li:nth-child(even) {
      background-color: #fafaf8;
    }
    .ficha_tech ul li:nth-child(odd) {
      background-color: #f1f1f1;
    }
    .ficha_tech .pdf {
      height: 60px;
      background:url('../img/ico_pdf.png') no-repeat right;
      background-size: 40px;
      border-top: 1px dashed #dadada;
      border-bottom: 1px dashed #dadada;
      padding-top: 20px;
    }
    .ficha_tech .faq {
      padding-left: 10px;
    }
    .ficha_tech .faq label {
      font-family: 'IW-bld', Helvetica, Arial, sans-serif;
      font-style: italic;
      margin: 10px 0;
    }
    .ficha_tech .faq p{
      padding-left: 10px;
    }
    ul li small {
      font-style: italic;
      line-height: 1;
      margin: -5px auto 0;
      display: table;
    }
    .glyphicon.glyphicon-menu-down {
      margin-right: 5px;
    }
  /*carrusel ficha*/
    .carousel {
      height: 450px;
      border-top: 1px solid #ddd;
    }
    .carousel .thumbs{
      border:none;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
      width: 645px;
      border-bottom: 1px solid #ddd;
      margin: 0 auto;
    }
    .carousel-indicators li {
      border: 1px solid #666;
    }
    .carousel-indicators {
      width: 80%;
      margin-left: -40%;
    }
    .carousel-indicators .active {
      background-color: #666;
    }
    .carousel-control {
      text-shadow: 0 1px 7px rgba(0,0,0,.9);
    }
    .carousel-control.left,
    .carousel-control.right {
      background-image: none;
    }
    .carousel-control:active,
    .carousel-control:focus,
    .carousel-control:hover{
      background-color: #ddd;
      opacity: 0.5;
    }
  /*shopping*/
    .shop_steps .summary,
    .contact .summary {
      background-color: #fff;
      margin: 20px 0 0;
    }
    .shop_steps .summary h2,
    .contact .summary h2 {
      color: #fff;
      font-size: 1em;
      text-transform: uppercase;
      background-color: #666;
      padding: 5px 5px 0;
      margin: 10px 0;
    }
    .shop_steps .summary h2 label,
    .contact .summary h2 label {
      color: #fff;
      font-size: 1em;
      font-weight: bold;
      font-style: normal;
      text-transform: uppercase;
    }
    .contact input[type=checkbox].error + label {
      color: #8c0404;
    }
  /*legales*/
    .condiciones li,
    .summary .condiciones li, .info_legales li,
    .cookies, .text-condiciones, .text_terms_and_conditions p {
      font-size: 12.6px;
      text-align: justify;
      line-height: 1.5em;
      list-style: decimal;
      margin-bottom: 20px;
    }
    .condiciones li br, .info_legales li br{
      line-height: 2.5em;
    }
    .info_legales li {
      list-style: none !important;
    }
    .list_lower_latin li {
      list-style: lower-latin;
    }
    /*faq*/
    .faq_pag h4{
      font-size: 1em;
      font-weight: bold;
      text-transform: none;
    }
  /*clientes*/
    .client {
      width: 120px;
      height: 250px;
      background: url('../img/clientes/0_llavero.png') no-repeat top left;
      margin: 10px 5px;
      display: inline-block;
    }
    .client_name{
      color: #fff;
      text-align: center;
      height: 25px;
      background-color: #333;
      padding: 6px 5px;
      margin: 5px 5px;
    }
    .client_img {
      text-align: center;
      padding: 125px 0 0;
    }
  /*Mapa Contacto*/
  /* Mapa - Contactar */
    .bgi_map {
      height: 250px;
      margin-bottom: 50px;
    }
  /*Texto - Contactar */
    .imaweb_name {
      font-family: 'IW-bld', Helvetica, Arial, sans-serif;
    }
    .link {
      font-family: 'IW-bld', Helvetica, Arial, sans-serif;
      color: #61731a;
    }
    .address_phone {
      margin-bottom: 50px;
    }
    /*faq*/
    .faq_pag {
      margin-bottom: 50px;
    }
    /*Flecha hacia abajo*/
    .go_down {
      margin-bottom: 100px;
    }
    .glyphicon_go_down {
      color: rgba(97, 99, 26, 0.5);
      font-family: 'Glyphicons Halflings';
      font-size: 2em;
      width: 100%;
      text-align: center;
    }

/*END CONTENT*/

/*FOOTER*/
    footer {
      color: #fff;;
      font-size: 0.8em;
      width: 100%;
      height: 50px;
      background-color: #61731a;
      margin: 10px 0 0 0;
      padding: 0;
      clear: left;
      z-index: 5000;
    }
    footer ul {
      padding: 0 1% 0 1%;
    }
    footer a {
      color: #fff;
      font-size: 0.85em;
    }
    footer a.focus, footer a:focus, footer a:hover {
      color: inherit;
    }
    footer p.copy {
      font-size: 0.9em;
      text-align: center;
      line-height: 2em;
      position: relative;
      top: 6px;
    }
    footer p.arriba{
      text-align: center;
      margin-top: 0px;
      position: relative;
      top: 40px;
      float: none;
    }
    footer p.arriba span{
      font-size: 2em;
      width: 50px;
      height: 50px;
      padding: 12px 13px;
    }
    .shop_steps footer{
      margin-bottom: 110px;
    }
    #footer {
      height: 30px;
    }
    #footer .container_language {
      width: 55px;
      padding: 0;
    }
    #footer .container_language, #footer .copyright {
      float: left;
    }
    #footer .copyright {
      width: calc(100% - 55px);
    }
    #footer .copyright p {
      text-align: right;
      padding-right: 10px;
    }
    #footer .conf_terms_container {
      width: 325px;
      margin: 0 auto;
      clear: left;
    }
    #footer .conf_terms_container_en {
      width: 230px;
    }
    #footer .terms, #footer .conf, #footer .legalwar {
      padding: 0 6px;
      float: right;
    }
    #footer .terms, #footer .conf {
      border-right: 1px solid #fff
    }

    /* BOTÓN SELECTOR DE IDIOMA */
    .btn-default {
      color: #fff;
      height: 30px;
      width: 55px;
      font-size: 11px;
      margin-top: 0;
      background-color: #61731a;
    }
    .btn-default.focus, .btn-default:focus, .btn-default:hover {
      color: white;
      background-color: #61731a;
      border-color: white;
    }
    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover {
      color: white;
      background-color: #61731a;
      border-color: white;
    }
    .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
      color: white;
      background-color: #61731a;
      border-color: white;
    }

    .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
      color: white;
      background-color: #61731a;
      border-color: white;
    }

    .btn {
      text-align: left;
      border: 0 solid transparent;
      border-radius: 0;
    }

    .caret-up {
      width: 0;
      height: 0;
      border-left: 4px solid rgba(0, 0, 0, 0);
      border-right: 4px solid rgba(0, 0, 0, 0);
      border-bottom: 4px solid;
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle;
     }

    /* DESPLEGABLE SELECTOR DE IDIOMA */

    .open > .dropdown-toggle.btn-default {
      color: white;
      background-color: #61731a;
      border-color: white;
    }

    .btn-group .dropdown-menu {
      min-width: 55px;
      background-color: #fff;
      border-radius: 0;
      > li > a {
        color: #333;
        font-size: 11px;
        padding: 3px 10px;
        text-align: left;
      }
    }

    .dropdown-menu {
      margin: 0;
    }

    .btn-group .dropdown-menu > li > a:hover {
      color: #61731a;
      background-color: #fafaf8;
      background-color: transparent;
    }
    .btn-group.open .dropdown-toggle {
      box-shadow: 0 0 0 0 black;
    }
    .drop-up {
      top: auto;
      bottom: 100% !important;
    }

  /* footer {
    color: #fff;
    font-size: 0.9em;
    height: auto;
    min-height: 60px;
    background-color: #61731a;
    padding: 10px;
  }
  footer p{
    margin:10px 0 0;
  }
  footer p.arriba{
    margin-top: 5px;
    float: right;
  }
  footer p.arriba span{
    color: #eee;
    width: 31px;
    height: 30px;
    background-color: #363e13;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 8px 10px;
    opacity: 0.7;
  }
  footer p.arriba span:active,
  footer p.arriba span:focus,
  footer p.arriba span:hover{
    background-color: #272c11;
  }
  footer a{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  } */
/*END FOOTER*/

/*COOKIES*/
  /* #cookie-bar {
    color:#fff;
    text-align:center;
    line-height:48px;
    width:100%;
    height:auto;
    background:#333;
    opacity: 0.8;
    z-index: 99999;
  }
  #cookie-bar.fixed {
    position:fixed;
    top:0;
    left:0;
  }
  #cookie-bar.fixed.bottom {
    bottom:0;
    top:auto;
  }
  #cookie-bar p{
    line-height: 36px;
  }
  #cookie-bar a {
    color:#f60;
    text-decoration:none;
  }
  #cookie-bar a:hover,
  #cookie-bar a:active {
    color: #fff;
  } */
  #cookie-bar {
    color: #fff;
    text-align: center;
    line-height: 48px;
    width: 100%;
    height: auto;
    background-color: #333;
    padding: 30px 10px;
    opacity: 0.8;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 999999;
  }
  #cookie-bar .cb-enable {
      color: #fff;
      font-family: 'IW-reg', Helvetica, Arial, sans-serif;
      font-size: 20px;
      margin-top: 10px;
      display: block;
  }
  #cookie-bar .cb-policy {
    color: #61731a;
  }
/*END COOKIES*/


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  /* --- MENÚ DE NAVEGACIÓN --- */
  .row {
    margin: 0;
  }
  .nav>li {
    border-bottom: 0 solid #ccc;
    margin: 0 10px;
  }
  .nav>li>a {
    text-align: center;
    padding: 10px 0;
  }

  .nav>li>a>.navbar_icon_container {
    margin-bottom: 5px;
  }

  .nav>li>a>.navbar_icon_container>img {
    width: auto;
    height: 28px;
    margin: 5px 0 5px 0;
    float: none;
  }

  .navbar-default {
    height: 95px;
    z-index: 1000;
  }

  .navbar-default .navbar-header .navbar-toggle .icon_menu_close, .navbar-default .navbar-header .navbar-toggle .icon_menu_open{
    display: none !important;
  }

  .navbar-default .navbar-header .icon_menu_open_desktop {
    display: block;
    float: right;
  }

  .navbar-default .navbar-header .icon_menu_open_desktop img {
    width: 110px;
  }

  .navbar-default .navbar-collapse {
    width: initial;
    position: absolute;
    right: 100px;
    /* right: -530px; */
    top: 12px;
  }

  .navbar-default .navbar-collapse .navbar-nav {
    background-color: #fafaf8;
    background-color: transparent;
    width: 100%;
  }

  .navbar-default .navbar-collapse .navbar-nav .second_p_nav {
    display: block;
  }

  .navbar-default .navbar-nav>li>a {
    background-color: #fafaf8;
    background-color: transparent;
    text-align: center;
    line-height: 1.1em;
  }
  .caret {
    margin: 0;
    float: none;
    position: initial;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fafaf8;
    text-align: center;
    margin: 0;
    border-top: 2px solid #ccc;
    top: 80px;
    left: -55px;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 3px 10px;
  }
  .navbar-phone {
    margin: 20px 30px 0 0;
  }
/* ------------------------------------------------- */

  /* TÍTULO DE LAS SECCIONES */
  .icon_circle {
    margin: 0;
    float: none;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 50%;
    margin-left: -20px;
  }
  .title_text {
    margin: 0 auto;
    margin-bottom: 70px;
    display: block;
    float: none;
  }
  .title_text h1 {
      font-size: 4.5em;
      text-align: center;
  }

/* ------------------------------------------------- */

  /*prodhome*/
  .prod_home_1 {
    padding-top: 30px;
  }

  /*prodficha*/
  .ficha_tit {
    padding-top: 100px;
  }
  /*carrusel*/
  .carousel-caption p {
    font-size: inherit;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .carousel-indicators {
    bottom: -10px;
  }
  /* cuadro isos */
  .pills {
    margin-bottom: 40px !important;
  }
  .iso_pill {
    padding: 10px 30px;
  }
  .info_iso {
    text-align: left !important;
  }
  /*formulario*/
  .form-horizontal .btn-principal {
    margin: 10px 0 100px 0;
  }
  /*appraisal*/
  .apraisal_logo_txt_container, .appraisal_video {
    width: 50%;
    float: right;
  }
  /*footer*/
  footer {
    height: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  #footer .copyright {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -235px;
  }
  #footer .conf_terms_container {
    position: absolute;
    bottom: 9px;
    right: 5px;
  }
  .ficha_tech .faq p{
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .navbar-brand>img {
    width: 260px;
  }
  .prod_promo #collapseBasic .prod_compa {
    min-height: 930px;
  }
  /* footer */
  #footer .copyright {
    margin-left: -100px;
  }
  /* cookies */
  #cookie-bar .cb-enable {
      margin-top: 0;
      margin-right: 20px;
      display: block;
      float: right;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1020px;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 100%;
  }
  .navbar-brand {
    width: 175px;
    -webkit-background-size: 175px;
    background-size: 175px;
  }

  .tel_help_txt {
    display: block;
  }
  #show:hover .tel_help_txt,
  #show:active .tel_help_txt,
  #show:focus .tel_help_txt {
    display: none;
  }
  .prod_app h2, .prod_home_3 h2 {
    font-size: 1.5em;
  }
  .promo_speech {
      height: 285px;
  }
  .prod_promo .prod_compa li {
    line-height: 2.8em;
  }
  .aviso_oferta {
    display: block;
  }
  .aviso_oferta_side,
  .aviso_oferta_side_en {
    display: none;
  }
  .carousel {
    height: 370px;
  }
  .carousel-indicators li,
  .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .align-center-xs {
    text-align: center !important;
  }
  input, select, textarea {
    width: 100% !important;
  }
  input[type=checkbox], input[type=radio] {
    width: inherit !important;
  }
  .form-horizontal h2 {
    font-size: 1.5em;
  }
  .form-horizontal a.shop_name {
    top: 0px;
  }
  .form-horizontal .form-group label {
    padding-bottom: 10px;
  }
  .form-horizontal .btn.btn-principal {
    width: 100%;
    max-width: 100%;
  }
  .hidden-label .form-group label {
    display: none;
  }
  .btn-principal {
    max-width: 100%;
    margin-bottom: 15px;
  }
  /*menu*/
    /* .navbar-nav {
      width: 100%;
      float: left;
    }
    .nav>li {
      border-bottom: 1px solid #eee;
    }
    .nav>li:active,
    .nav>li:hover {
      background-color: #eee;
    }
    .nav>li ul li:hover,
    .nav>li ul li:active,
    .nav>li ul li:focus {
      background-color: #dadada;
    }
    .navbar-inverse .navbar-nav>li>a:active,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
      border-bottom: 0;
      padding-bottom: 10px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #000;
    }
    .tel_help_txt {
      display: none;
    }
    .tel_help_msk {
      top:-27px;
      right: 0px;
    }
    .tel_help {
      font-size: 20px;
      top: -23px;
      right: 0; */
    /* } */
  /*carrusel*/
    .carousel {
      height: auto;
      margin-bottom: 40px;
    }
    .carousel-indicators {
      bottom:-45px;
    }
    .carousel-indicators li {
      background-color: #fff;
    }
  /*content*/
    .prod_app {
      margin-top: 85px;
    }
    .prod_app .glyphicon {
      left: 42%;
      top: -75px;
    }
    /* .product.prod_app .logo_app {
      max-width: 150px;
    } */
    .pills p, .pills h2 {
      text-align: center;
    }
    .iso_pill img {
      width: 300px;
    }
    .prod_home_pill span {
      float: none;
    }
  /*prod present*/
    .prod_title {
      background: #060210 url('../img/bckg_img01.jpg') no-repeat center -160px;
      background-size: 980px auto;
    }
    .prod_title h1 {
      font-size: 1.3em;
      padding: 10px 10px;
    }
    .prod_title h2 {
      font-size: 2em;
      padding: 10px 10px;
    }
    .prod_title h3 {
      font-size: 2em;
      margin-bottom:-15px;
    }
    .prod_promo {
      padding: 10px 0;
    }
    .prod_promo h3 {
      font-size: 2em;
      margin: 0;
    }
    .prod_promo h4 {
      font-size: 1.5em;
      margin: 0;
    }
    .prod_promo p {
      font-size: 1em;
      line-height: 1em;
      margin-bottom: 20px;
    }
    .prod_promo .cover_img {
      width: 220px;
    }
    .prod_title p {
      font-size: 1.2em;
    }
    .prod_title p a {
      font-size: 0.8em;
      margin: auto 5px;
    }
    .prod_promo .precio {
      margin: -10px 0 10px;
    }
    .prod_promo .destacado {
      padding: 8px 20px 8px 2px;
      margin: 30px 0 10px;
    }
    .prod_promo .masinfo {
      border: none;
      margin-bottom: 10px;
    }
    .prod_promo .list_mobile {
      text-align: center;
      margin: 20px 0;
    }
    .prod_promo .list_mobile a {
      border-bottom: 1px dashed #dadada;
      padding-bottom: 15px;
      margin-bottom: 20px;
      display: block;
    }
    .prod_promo .list_mobile .collapse {
      display: none;
    }
    .prod_promo .list_mobile .collapse.in{
      display: block;
    }
    .prod_promo ul.prod_compa {
      height: 100%;
      border-bottom: 1px dashed #dadada;
      padding-bottom: 15px;
    }
    .promo_speech {
      height: auto;
    }
    .prod_prueba {
      padding: 20px 0px;
    }
  /*prod ficha*/
    .ficha_tit h1 {
      font-size: 1.7em;
    }
    .ficha_tit h1 label {
      margin-top: 5px;
    }
    .ficha_data {
      margin-top: 10px;
    }

    .panel-group .panel-heading+.panel-collapse>.list-group,
    .panel-group .panel-heading+.panel-collapse>.panel-body {
      background-color: #fafaf8;
    }
    .ficha_tech .capturas .thumbs {
      max-width: 100%;
    }
    .ficha_tech .caract_dest .thumbs {
      margin: 10px 0;
    }
    .ficha_tech .pdf {
      height: 80px;
      background: url('../img/ico_pdf.png') no-repeat 5px;
      background-size: 30px;
      padding-left: 45px;
    }
    .ficha_tech .pdf a{
      line-height: 40px;
    }
    .ficha_data .summary{
      padding: 10px;
      margin: 10px 0;
    }
  /*prod shop*/
    .shop_steps .summary {
      background-color: #eee;
      border:none;
      padding: 5px 10px;
      position: fixed;
      bottom: 0;
      z-index: 9;
    }
    .shop_steps .summary h2,
    .contact .summary h2 {
      background-color: #333;
      margin: 0 0 10px;
    }
    .shop_steps .summary p
    .contact .summary p {
      line-height: 1;
    }
  /*contacto*/
    .contact .summary {
      text-align: center;
      background-color: #fff;
      border:none;
      padding: 5px 10px;
      position: relative;
    }
}

@media (max-width: 480px) {
  .btn-principal {
   font-size: 1em;
   padding: 16px 12px;
  }
  .navbar-brand {
    width: 150px;
    -webkit-background-size: 150px;
    background-size: 150px;
  }
  .oferta_img {
    width: 100%;
  }
  .ficha_tech .pdf {
    text-align: center;
  }
  .icon_circle_terms_and_conditions {
    margin-bottom: 40px;
  }
  footer p.arriba{
    top: 75px;
  }
}
