/* MAIN */
body {
  padding-top: 90px;
  background: #fff;
}
.amount-data {
  background: red;
  color: #fff;
  font-size: 12px;
  float: right;
  height: 15px;
  width: 15px;
  padding: 3px;
  border-radius: 50%;
  box-sizing: content-box !important;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  text-align: center;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.amount-data p {
  color: #fff;
  font-size: 12px;
}
.gray {
  color: #888887;
}
.red {
  color: #e30512 !important;
}
.form-control {
  font-family: 'Exo2Regular';
}
.btn-danger {
  margin: 0px auto;
  font-family: 'Exo2SemiBold';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #e30512;
  border-color: #e30512;
}
.align-center {
  text-align: center;
}
section {
  position: relative;
}
.inline-content div {
  display: inline-block;
  margin-left: 5px;
}
.section-title {
  color: #fff;
  font-family: 'Exo2ExtraBold';
  font-size: 35px;
  text-align: center;
  padding: 10vh 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.25);
  background-blend-mode: darken;
}
.section-title::after {
  content: ' ';
  display: block;
  width: 45px;
  height: 2px;
  background-color: #fff;
  margin: 7px auto;
}
section .phone-container {
  position: absolute;
  top: 25px;
  right: 70px;
  font-family: 'Exo2ExtraBold';
  font-size: 23px;
  color: #fff;
}
section .phone-container a {
  color: #fff;
}
section .phone-container a:hover,
section .phone-container a:focus {
  text-decoration: none;
}
/* ERROR 404 */
section#error-404 {
  background-image: url('../img/bg_404.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(170, 170, 170);
  height: calc(100vh - 90px);
}
/* HEADER */
.navbar {
  border-width: 0px !important;
  margin-bottom: 0px;
}
.navbar-default {
  background-color: #fff;
}
.navbar-brand {
  height: auto;
  padding: 27px 0px 26px;
}
.navbar-brand img {
  width: 220px;
}
.navbar-nav a {
  font-family: 'Exo2SemiBold';
  font-size: 14px;
  color: #888887;
}
.navbar-nav > li > a {
  padding: 35px 15px;
}
#main_menu.navbar-nav > li > a:hover,
#main_menu.navbar-nav > li > a:focus,
#main_menu.navbar-nav > .active > a,
#main_menu.navbar-nav > .active > a:hover,
#main_menu.navbar-nav > .active > a:focus {
  color: #888887;
  background-color: #fff;
}
#main_menu.navbar-nav > li > a:hover::before,
#main_menu.navbar-nav > li > a:focus::before,
#main_menu.navbar-nav > .active > a::before,
#main_menu.navbar-nav > .active > a:hover::before,
#main_menu.navbar-nav > .active > a:focus::before {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #e20512;
  margin-right: 5px;
}
.navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-nav .dropdown-menu {
  top: 60px;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-nav .dropdown-toggle{
  background-color: transparent !important;
}

.navbar-nav .dropdown-toggle.user-data{
  padding: 35px 0px;
}
.navbar-nav .user-icon{
  margin-right: 5px;
}

.navbar-nav .dropdown-menu a {
  color: #B3B3B3;
  display: inline-block;
}

.navbar-nav .dropdown-menu img {
  display: inline-block;
  margin-left: 20px;
  width: 14px;
}
.navbar-nav .dropdown-menu a:hover {
  color: #777777;
  background-color: transparent;
}
/* SOCIAL ICONS */
.share-btn-wrp {
  z-index: 9999;
  list-style: none;
  margin: 0px;
  padding: 0px;
  right: 0px;
  top: 20vh;
  position: fixed;
}
.share-btn-wrp .button-wrap {
  cursor: pointer;
  text-align: center;
  display: block;
}
.share-btn-wrp .button-wrap a {
  background-color: #888887;
}
.share-btn-wrp .button-wrap a:hover,
.share-btn-wrp .button-wrap a:focus {
  text-decoration: none;
  background-color: #e30512;
}
.share-btn-wrp .button-wrap a {
  position: relative;
  display: inline-block;
  padding: 8px 10px 2px;
  color: #fff;
  font-size: 18px;
}
/* INDEX */
.slide {
  height: calc(100vh - 90px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}
.slide-info {
  display: table-cell;
  height: calc(100vh - 90px);
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.slide-title {
  font-family: 'Exo2ExtraBold';
  font-size: 47px;
  margin-bottom: 35px;
}
.slide-subtitle {
  font-family: 'Exo2Medium';
  font-size: 23px;
}
/* ABOUT */
section#somos {
  background-image: url('../img/bg_somos.jpg');
  background-size: cover;
  background-repeat: repeat-y;
  background-position: bottom center;
  padding-bottom: 50px;
}
section#somos .section-title {
  background-color: rgba(0, 0, 0, 0.5);
}
section#somos .container {
  margin-top: 25px;
  font-family: 'Exo2SemiBold';
  font-size: 17px;
  color: #393838;
}
.advantages-container {
  max-width: 65%;
}
/* DOCUMENTS OF INTEREST */
section#documentos_de_interes .phone-container a {
  color: #393838;
}
section#documentos_de_interes .section-title {
  background-color: unset;
  padding: 0;
}
section#documentos_de_interes .section-title::after {
  content: none;
}
section#documentos_de_interes .bold {
  font-family: 'Exo2ExtraBold';
  font-size: 20px;
  color: #e30512;
}
section#documentos_de_interes .container {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
section#documentos_de_interes .row + .row {
  border-top: 2px solid #888887;
  margin-top: 45px;
  padding-top: 45px;
}
.documents-title {
  border-bottom: 3px solid #888887 !important;
  margin-bottom: 40px;
}
.document-list {
  list-style: none;
  padding: 0 0 0 60px;
  height: 150px;
  margin-bottom: 50px;
  overflow-y: scroll;
}
.document-list::-webkit-scrollbar {
  width: 5px;
}
.document-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.document-list::-webkit-scrollbar-thumb {
  background: #888887;
}
.document-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.documents-search {
  margin-bottom: 50px;
}
.documents-search label,
.empty-documents {
  font-family: 'Exo2Regular';
  color: #888887;
}
.document-list li {
  position: relative;
}
.document-list li::before {
  content: '\2022';
  color: #e72632;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pages .arrow {
  height: 16px;
}
.page-input-group {
  margin: 0 0 0 10px;
  text-align: left;
}
.page-input-group label {
  font-size: 12px;
  color: #e30512;
}
.page-input-group input {
  width: 60px;
  height: 25px;
  padding: 2px 16px 2px 6px;
  background-image: url('/static/img/right-arrow.png');
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position-x: 45px;
  background-position-y: center;
}
.download a {
  display: flex;
  color: #888887;
  font-family: 'Exo2Regular';
  font-size: 15px;
  align-items: center;
}
.download a:hover,
.download a:focus {
  text-decoration: none;
  color: #e30512;
}
.download {
  margin-top: 10px;
}
/* QUOTE */
#cotizar .title,
#cubication-success .title {
  text-align: center;
  font-family: 'Exo2SemiBold';
  font-size: 19px;
  color: #e30512;
  margin-bottom: 20px;
}
#request_form .form-group {
  position: relative;
}
#request_form .form-control {
  font-family: 'Exo2Regular';
  font-size: 15px;
  color: #888887;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#request_form label.placeholder {
  font-family: 'Exo2Regular';
  font-size: 15px;
  color: #888887;
  position: absolute;
  font-weight: normal;
  top: 6px;
  left: 12px;
}
#request_form label.placeholder.required:after {
  content: ' (CAMPO OBLIGATORIO)';
  color: #e30512;
  font-size: 14px;
}
#request_form .form-control:not(:placeholder-shown) + label.placeholder {
  display: none;
}
#request_form textarea {
  height: 110px !important;
  resize: none;
}
#volume-form label {
  min-width: 125px;
  color: #929291;
  font-family: 'Exo2Regular';
  font-size: 14px;
  font-weight: normal;
}
#volume-form .form-group.has-error .help-block {
  font-family: 'Exo2Regular';
  color: #e30512;
}
#volume-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../img/dropdown_icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 5px center;

  width: 50%;
  display: block;
  font-family: 'Exo2Regular';
  color: #e30512;
  text-transform: uppercase;
  border-color: #e7e7e7;
  padding: 0px 15px 0px 5px;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#volume-form input {
  font-family: 'Exo2Regular';
  color: #888887;
  text-align: right;
}
#volume-form .unit-calculator {
  color: #888887;
  font-family: 'Exo2Regular';
  margin-left: 10px;
}
#volume-form .btn-container {
  text-align: center;
}
#info_request-form-container {
  border-right: 3px solid #888887;
}
#info_request-form-container .has-error .form-control,
#contact-form-container .has-error .form-control {
  border-color: #e30512;
}
#info-request-success,
#contact-request-success {
  width: 100%;
  height: calc(100vh - 90px);
  background-image: url('../img/info_request_success.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 1000;
  top: 90px;
  left: 0px;
}
#info-request-success .success-message,
#contact-request-success .success-message {
  font-family: 'Exo2ExtraBold';
  font-size: 25px;
  color: #e30512;
  text-align: center;
  width: 50%;
  position: fixed;
  left: 50%;
  top: 50%;
}
.close-modal {
  position: fixed;
  top: 100px;
  right: 10px;
  width: 125px;
  height: 25px;
  text-align: right;
  padding-right: 30px;
  background-image: url('../img/close-modal-red.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  cursor: pointer;
  z-index: 1500;
  color: #e30512;
  font-family: 'Exo2Bold';
  font-size: 21px;
}
#cubication-success {
  width: 100%;
  height: calc(100vh - 90px);
  background-image: url('../img/bg_cubication.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: fixed;
  z-index: 1000;
  top: 90px;
  left: 0px;
  color: #fff;
}
#cubication-success .title {
  font-family: 'Exo2SemiBold';
  font-size: 28px;
  color: #fff;
  padding-top: 45px;
}
#cubication-success .btn:hover,
#cubication-success .btn:focus {
  color: #fff;
}
.cubication-title {
  display: inline-block;
  width: 270px;
  margin-top: 30px;
}
.cubication-result {
  display: inline-block;
  width: 200px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 17px;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cubication-result + .cubication-result {
  margin-left: 85px;
}
/* GALLERY */
.nav-tabs {
  border: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.nav-tabs > li > a {
  border: 0px;
  color: #e30512 !important;
  font-family: 'Exo2SemiBold';
  font-size: 20px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: 0px;
  background-color: #fff;
}
.nav-tabs li + li {
  margin-left: 30px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0px;
}
.nav-tabs > .active > a::before,
.nav-tabs > .active > a:hover::before,
.nav-tabs > .active > a:focus::before {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #e20512;
  margin-right: 5px;
}
.gallery-container {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.gallery-container td {
  width: 33%;
  vertical-align: middle;
  text-align: center;
  height: 220px;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  color: #fff;
  font-family: 'Exo2SemiBold';
  font-size: 13px;
}
.gallery-container td:hover,
.gallery-container td:focus {
  cursor: pointer;
}
.gallery-container td.empty {
  background: #fff;
}
.gallery-container td.empty:hover,
.gallery-container td.empty:focus {
  cursor: default;
}
.gallery-container td span {
  font-family: 'Exo2Medium';
  font-size: 12px;
}
#lg-download,
.lg-fullscreen {
  display: none !important;
}
.lightgallery-main_container {
  display: none;
}
/* PLANTS */
.plant-container::after {
  content: ' ';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #888887;
  margin: 15px auto;
}
.plant-title {
  text-align: center;
  font-family: 'Exo2SemiBold';
  font-size: 25px;
  color: #e30512;
  margin: 20px auto;
}
.plant-info-icon {
  margin-top: 20px;
  padding-top: 65px;
  text-align: center;
  background-size: auto 40px;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: 'Exo2Medium';
  font-size: 18px;
  color: #888887;
}
.plant-info-icon a {
  color: #888887;
}
.plant-info-icon a:hover,
.plant-info-icon a:focus {
  text-decoration: none;
}
.plant-info-icon.map_icon {
  background-image: url('../img/map_icon.svg');
}
.plant-info-icon.phone_icon {
  background-image: url('../img/phone_icon.svg');
}
.plant-info-icon.email_icon {
  background-image: url('../img/email_icon.svg');
}
.map-container iframe {
  pointer-events: none;
}
.map-container iframe.clicked {
  pointer-events: auto;
}
/* CONTACT */
#contact-form label {
  font-family: 'Exo2Regular';
  font-size: 19px;
  color: #888887;
}
#contact-form textarea {
  height: 190px !important;
  resize: none;
}
#contact-form .form-control {
  font-family: 'Exo2Regular';
  font-size: 16px;
  color: #888887;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* FOOTER */
footer {
  padding: 50px 0px;
}
footer > div {
  text-align: center;
}
footer img {
  height: 80px;
  width: 100%;
  max-width: 180px;
  object-fit: contain;
  object-position: center center;
}
/* LOGIN */
#login-container {
  border-top: 1px solid #999999;
}
#login-container .title {
  text-align: center;
  margin: 35px auto;
  font-family: 'Exo2SemiBold';
  font-size: 23px;
  color: #e30512;
}
#login-container .form-control {
  font-family: 'Exo2Regular';
  font-size: 14px;
  color: #888887;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #d7d7d7;
}
/* AUTHENTICATED HEADER */
section#cotizaciones .section-title {
  margin-bottom: 15px;
}
.logout-btn {
  font-family: 'Exo2SemiBold';
  font-size: 18px;
  color: #e30512;
}
.logout-btn:hover,
.logout-btn:focus {
  text-decoration: none;
}
.cotizaciones-subtitle {
  font-family: 'Exo2SemiBold';
  font-size: 20px;
  color: #888887;
  margin-top: 15px;
}
.cotizaciones-username {
  font-family: 'Exo2SemiBold';
  font-size: 20px;
  color: #e30512;
}
.cotizaciones-breadcrumb {
  margin-bottom: 0px;
}
.cotizaciones-breadcrumb li,
.cotizaciones-breadcrumb a {
  font-family: 'Exo2Medium';
  font-size: 17px;
  color: #888887;
}
.cotizaciones-breadcrumb a:hover,
.cotizaciones-breadcrumb a:focus {
  text-decoration: none;
}
.cotizaciones-breadcrumb li + li::before {
  content: '/';
  margin-right: 10px;
}
.cotizaciones-submenu {
  background: #888887;
  padding: 7px 10px;
  margin-top: 10px;
}
.cotizaciones-submenu a {
  font-family: 'Exo2Medium';
  font-size: 15px;
  color: #fff;
}
.cotizaciones-submenu a:hover,
.cotizaciones-submenu a:focus {
  text-decoration: none;
}
.btn.new_quote {
  margin-top: 50px;
}
/* COMMON DATATABLE STYLES */
#quotes_datatable_wrapper,
#info_requests_datatable_wrapper {
  margin-top: 15px;
}
#quotes_datatable_wrapper th,
#info_requests_datatable_wrapper th {
  font-family: 'Exo2SemiBold';
  font-size: 18px;
  text-align: left;
  color: #888887 !important;
  font-weight: normal;
  padding-left: 15px;
  border-bottom: 2px solid #e30512;
}
#quotes_datatable_wrapper th.align_left,
#quotes_datatable_wrapper td.align_left,
#info_requests_datatable_wrapper th.align_left,
#info_requests_datatable_wrapper td.align_left {
  text-align: left;
}
#quotes_datatable_wrapper th.align_center,
#quotes_datatable_wrapper td.align_center,
#info_requests_datatable_wrapper th.align_center,
#info_requests_datatable_wrapper td.align_center {
  text-align: center;
}
#quotes_datatable_wrapper th.align_right,
#quotes_datatable_wrapper td.align_right,
#info_requests_datatable_wrapper th.align_right,
#info_requests_datatable_wrapper td.align_right {
  text-align: right;
}
#quotes_datatable_wrapper .paginate_button.disabled,
#info_requests_datatable_wrapper .paginate_button.disabled {
  display: none;
}
#quotes_datatable_wrapper .dataTables_paginate,
#info_requests_datatable_wrapper .dataTables_paginate {
  margin-top: 25px;
}
#quotes_datatable_wrapper .dataTables_paginate a,
#info_requests_datatable_wrapper .dataTables_paginate a {
  font-family: 'Exo2SemiBold';
  font-size: 15px;
  color: #888887;
  text-decoration: none;
}
#quotes_datatable_wrapper .dataTables_paginate a + a,
#quotes_datatable_wrapper .dataTables_paginate a + span,
#quotes_datatable_wrapper .dataTables_paginate span + a,
#info_requests_datatable_wrapper .dataTables_paginate a + a,
#info_requests_datatable_wrapper .dataTables_paginate a + span,
#info_requests_datatable_wrapper .dataTables_paginate span + a {
  margin-left: 10px;
}
#quotes_datatable_wrapper .dataTables_paginate a.current,
#quotes_datatable_wrapper .dataTables_paginate a:hover,
#info_requests_datatable_wrapper .dataTables_paginate a.current,
#info_requests_datatable_wrapper .dataTables_paginate a:hover {
  color: #e30512;
}
#quotes_datatable_wrapper .navbar-text,
#info_requests_datatable_wrapper .navbar-text {
  margin-left: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#quotes_datatable_filter label,
#quotes_datatable_filter input,
#info_requests_datatable_filter label,
#info_requests_datatable_filter input {
  font-family: 'Exo2SemiBold';
  color: #888887;
  font-weight: normal !important;
}
/* QUOTE LIST */
#quotes_datatable_wrapper td .margin-top {
  margin-top: 50px;
}
#quotes_datatable_wrapper td {
  font-family: 'Exo2SemiBold';
  color: #888887;
  border-bottom: 2px solid #e30512;
  padding-top: 25px;
  padding-bottom: 15px;
}
#quotes_datatable_wrapper .btn {
  margin-top: 60px;
}
#quotes_datatable_wrapper .btn.small-margin {
  margin-top: 40px;
}
/* INFO REQUEST LIST */
#info_requests_datatable_wrapper td .margin-top {
  margin-top: 50px;
}
#info_requests_datatable_wrapper td {
  font-family: 'Exo2SemiBold';
  color: #888887;
  border-bottom: 2px solid #e30512;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* NEW QUOTE */
#new_quote_form .form-group {
  position: relative;
}
#new_quote_form .form-control {
  font-family: 'Exo2Regular';
  font-size: 15px;
  color: #888887;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#new_quote_form label.placeholder {
  font-family: 'Exo2Regular';
  font-size: 15px;
  color: #888887;
  position: absolute;
  font-weight: normal;
  top: 6px;
  left: 12px;
}
#new_quote_form label.placeholder.required:after {
  content: ' (CAMPO OBLIGATORIO)';
  color: #e30512;
  font-size: 14px;
}
#new_quote_form .form-control:not(:placeholder-shown) + label.placeholder {
  display: none;
}
#new_quote_form textarea {
  resize: none;
}
#new_quote_form table input[name*='quantity'] {
  max-width: 70px;
}
#new_quote_form table input[name*='unit_price'] {
  max-width: 110px;
}
#new_quote_form .table > thead > tr > th,
#new_quote_form .table > tbody > tr > th,
#new_quote_form .table > tfoot > tr > th,
#new_quote_form .table > thead > tr > td,
#new_quote_form .table > tbody > tr > td,
#new_quote_form .table > tfoot > tr > td {
  padding: 5px;
}
#new_quote_form table th {
  font-family: 'Exo2Bold';
  font-weight: normal;
  font-size: 13px;
  color: #888887;
  text-align: center;
}
#new_quote_form table td {
  text-align: center;
}
#new_quote_form .chosen-container {
  width: 100% !important;
}
#new_quote_form .signature {
  margin-top: 15px;
  max-height: 80px;
}
.plant-select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0px 35px 0px 10px;

  text-shadow: none;
  box-shadow: none;

  font-family: 'Exo2SemiBold' !important;
  text-transform: uppercase;
  color: #888887;
  font-size: 20px;

  background-image: url('../img/dropdown_icon.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
}
#new_quote_form table input[type='text'],
#new_quote_form table {
  text-align: center;
  font-family: 'Exo2Regular';
  color: #888887;
}
#new_quote_form table tfoot td {
  background-color: rgba(227, 5, 18, 0.2);
  color: #e30512;
  cursor: pointer;
}
#new_quote_form .has-error .form-control,
#new_quote_form .has-error > input,
#new_quote_form .has-error .chosen-container a {
  border: 1px solid #e30512;
}
#new_quote_form .has-error label {
  color: #e30512;
}
/* QUALITY POLLS */
#quality_poll_form .has-error .form-control,
#quality_poll_form .has-error > input,
#quality_poll_form .has-error .chosen-container a {
  border: 1px solid #e30512;
}
#quality_poll_form .has-error > label.control-label {
  color: #e30512;
}
/* REPORTS */
.lab-reports-landing {
  margin-top: 30px;
}
.lab-reports-section {
  height: 220px;
}
.lab-reports-section-first {
  border-right: 1px solid #888887;
}
.lab-reports-section .btn {
  margin-top: 15px;
}
.lab-reports-section .icon {
  height: 60px;
  width: auto;
  margin-bottom: 15px;
}
.generate-report .input-daterange {
  width: 60%;
  margin: 0 auto;
}
.cc-label {
  color: #929291;
  font-family: 'Exo2Regular';
  font-size: 14px;
  font-weight: normal;
}
.table {
  display: table;
  height: 100%;
}
.table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.report-header {
  margin: 30px 0px;
  color: #888888;
}
.report-footer table {
  width: 100%;
  margin: 20px 0px;
}
.report-footer table td {
  padding: 8px;
  background-color: #dcc4fc;
}
/* MODALS */
.ModalContainer {
  overflow-y: scroll;
}
/* SELLERS */
.bg-sellers {
  background-image: url('../img/bg_sellers.jpg');
  background-color: #cacaca;
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-margin {
  margin: 0px !important;
}
.btn-sellers,
.btn-sellers:active .btn-sellers:focus {
  max-width: 150px;
  white-space: normal;
  font-size: 14px;
  font-family: 'Exo2SemiBold';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #144989;
  border-color: #144989;
  color: #fff;
}
.btn-sellers:hover,
.btn-sellers:active,
.btn-sellers:focus {
  background-color: #195eb3;
  border-color: #195eb3;
  color: #fff;
}
#sellers .section-title {
  background-color: #e30512 !important;
}
.sellers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.seller {
  width: 25%;
  padding: 0 15px 30px;
  min-height: 150px;
  text-align: center;
}
.seller img {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  object-fit: contain;
  object-position: bottom center;
}
.seller-name {
  font-size: 18px;
  font-family: 'Exo2SemiBold';
  color: #e30512;
}
.seller-email {
  font-size: 13px;
  font-family: 'Exo2SemiBold';
  color: #727272;
}
/* PRINT */
@media print {
  #main_container {
    display: none;
  }
  .ModalContainer {
    max-width: 100%;
  }
  #cubication-success {
    text-align: left !important;
    top: 0px;
  }
  .close-modal,
  .btn {
    display: none;
  }
  .cubication-result,
  .align-center,
  .title {
    text-align: left !important;
  }
  .value-element {
    display: block;
    margin-top: 5px;
  }
  .cubication-result + .cubication-result {
    margin-left: 0px;
  }
  footer {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 70px;
    background: #fff;
  }
  .slide-info {
    display: block;
    width: 100%;
    height: calc(100vh - 70px);
    padding-top: 55%;
    vertical-align: middle;
    color: #fff;
    text-align: center;
  }
  .navbar-brand {
    padding: 16px 15px 15px;
  }
  .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .nav-tabs li + li {
    margin-left: 0px;
  }
  .slide-title {
    font-size: 30px;
  }
  .section-title {
    font-size: 27px;
  }
  .advantages-container {
    max-width: 100%;
  }
  section#documentos_de_interes .container {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  section#documentos_de_interes .container.fixed {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #info_request-form-container {
    border-right: 0px;
    margin-bottom: 50px;
  }
  #info-request-success,
  #contact-request-success {
    background-position: right;
    height: calc(100vh - 70px);
  }
  #info-request-success .success-message,
  #contact-request-success .success-message {
    font-family: 'Exo2ExtraBold';
    font-size: 25px;
    color: #e30512;
    text-align: center;
    width: 80%;
    position: fixed;
    left: 10%;
    top: 40%;
  }
  #cubication-success {
    background-position: left;
    height: calc(100vh - 70px);
  }
  .gallery-container td {
    padding-top: 28%;
    font-size: 20px;
    display: block;
    width: 100%;
  }
  .gallery-container td.empty {
    display: none;
  }
  #volume-form .btn-container {
    text-align: right;
  }
  /* MEDIDAS */
  section#error-404 {
    height: calc(100vh - 70px);
    background-image: url('../img/bg_404_mobile.jpg');
  }
  .slide {
    height: calc(100vh - 70px);
  }
  .lab-reports-section-first {
    border-right: none;
  }
  /* SELLERS */
  .seller {
    width: 100%;
  }

  .documents-search {
    margin-bottom: 20px;
  }
}
