﻿@charset "UTF-8";
/************************* APP STYLES ******************************/
/************************* COMMONS ******************************/
/************************* COMMON / FONTS ******************************/
@font-face {
  font-family: Roboto-Regular;
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: Roboto-Italic;
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: Roboto-Light;
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: Roboto-LightItalic;
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: Roboto-Bold;
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: Roboto-BoldItalic;
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: Roboto-Medium;
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}
/************************* COMMON / VARIABLES ******************************/
/* Colors */
/* Sizes */
/* Fonts */
/************************* LAYOUT ******************************/
/************************* LAYOUT / STRUCTURE ******************************/
* {
  /* Scrollbar */
}
*::-webkit-scrollbar-track {
  background-color: #a3a3a3;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  background-color: #a3a3a3;
}
*::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.row {
  margin: 0;
}
.dis {
  color: #e6e6e6;
}
body {
  background-image: url(../images/bg-pattern-top.png), url(../images/bg-pattern-botttom.png);
  background-size: contain;
  font-family: Roboto-Regular;
  text-align: center;
}
.logo {
  max-width: 250px;
  height: 50px;
  margin: 5px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.content {
  max-width: 100%;
  margin: 0 auto;
}
ul {
  margin-left: 0;
  padding-left: 10px;
}
ul li {
  list-style: none;
}
a {
  display: -webkit-inline-box;
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
.big-separator {
  display: inline-block;
  width: 100%;
  height: 60px;
}
.med-separator {
  display: inline-block;
  width: 100%;
  height: 30px;
}
.separator {
  display: inline-block;
  width: 100%;
  height: 30px;
}
.mini-separator {
  display: inline-block;
  width: 100%;
  height: 15px;
}
.error-lay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 5000;
}
.error-page {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-pattern-top.png), url(../images/bg-pattern-botttom.png);
  background-color: #dee4e8;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.error-page .logo {
  max-width: 300px;
  height: 100px;
  margin-top: 20px;
}
.error-page .error-box {
  display: table-cell;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.4);
}
.error-page .error-icon,
.error-page .error-title,
.error-page .error-text {
  width: 350px;
  margin: 0 auto;
}
.error-page .error-icon {
  display: inline-block;
  vertical-align: middle;
  height: 280px;
  margin-top: 10px;
  margin-bottom: 40px;
  background: url('../images/error-bn.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.error-page .error-title {
  margin-bottom: 15px;
  font-family: Roboto-Bold;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
  text-transform: uppercase;
}
.error-page .error-text {
  margin-bottom: 10px;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #666666;
}
.error-page .error-text a {
  font-family: Roboto-Medium;
  text-decoration: underline;
}
.error-page .error-text a:hover {
  text-decoration: none;
  opacity: .8;
}
/************************* LAYOUT / HEADER ******************************/
header {
  padding: 20px 30px;
  font-size: 20px;
  text-transform: uppercase;
}
header .faqs {
  display: -webkit-inline-box;
  padding: 5px;
  text-align: left;
}
header .faqs p {
  margin: 3px 0 0 8px;
  text-align: left;
  line-height: 21px;
}
header .phone {
  padding: 5px;
  text-align: right;
}
header .phone span {
  margin-top: 2px;
  margin-right: 7px;
  line-height: 21px;
}
header img,
header p,
header span {
  display: inline-block;
  vertical-align: middle;
}
header img {
  width: 50px;
}
header a {
  text-decoration: none;
}
header a:hover {
  color: inherit;
  text-decoration: none;
}
.subtitle {
  margin: 25px 0 15px 0;
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333333;
}
.subtitle .subtitle-title {
  font-family: Roboto-Medium;
}
.subtitle .subtitle-text {
  font-family: Roboto-Regular;
}
.intro {
  margin-bottom: 30px;
}
.intro h2 {
  margin: 15px 0 5px 0;
  font-family: Roboto-Bold;
  font-size: 23px;
  text-transform: uppercase;
}
.intro h2.error {
  color: #da2e33;
}
.intro p {
  margin-top: 15px;
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #7b7b7b;
  text-align: center;
}
.intro .subtitle {
  margin: 25px 0 15px 0;
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333333;
}
.intro .subtitle .subtitle-title {
  font-family: Roboto-Medium;
}
.intro .subtitle .subtitle-text {
  font-family: Roboto-Regular;
}
/************************* LAYOUT / SECTION ******************************/
section {
  margin: 10px 60px;
}
/************************* COMPONENTS ******************************/
/************************* COMPONENTS / FORMS ******************************/
form {
  text-align: center;
}
form .row {
  margin-top: 5px;
}
form .checks {
  margin-top: 25px;
}
form .checks input,
form .checks label {
  display: inline-block;
}
form .checks label {
  font-size: 16px;
}
form .checks label:last-of-type {
  margin-top: 0;
  margin-left: 5px;
  font-size: 17px;
}
form h2 {
  margin: 57px 0 55px 0;
  font-family: Roboto-Bold;
  font-size: 23px;
  text-transform: uppercase;
}
form label {
    display: block;
    margin-bottom: 5px;
    font-family: Roboto-Medium;
    font-size: 19px;
    font-weight: 500;
    color: #505050;
    text-align: left;
}
form label[name='term'] {
  text-decoration: underline;
}
form input {
    display: block;
    /* float: left; */
    width: 100% !important;
    margin: 0 auto;
    background: white;
    border-style: none;
    border: 1px solid #bbb8b8;
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #bbb8b8;
    padding: 0.3em;
    max-width: 100%;
}
form input[type='text']:focus,
form input[type='number']:focus {
  border-bottom: 1px solid;
  outline: none;
}
form input[type='checkbox'] {
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 15px;
  -webkit-appearance: button;
  background-color: #eeeeee;
  border: 1px solid;
  color: #000000;
  overflow: hidden;
}
form input[type='checkbox']:checked:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: 1px;
  height: 15px;
  width: 14px;
  background: url(../images/icons/check.svg) no-repeat;
  background-size: contain;
  outline: none;
  font-size: 18px;
}
form input[type='checkbox'][disabled] {
  background-color: #fafafa;
  border: 1px solid #b3b3b3;
  cursor: default;
}
form input[type='radio'] {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: #eeeeee;
  -webkit-appearance: button;
  border: 1px solid #000000;
  border-radius: 25px;
  overflow: hidden;
}
form input[type='radio']:checked:after {
  content: '-';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
}
form input[type='radio'][disabled] {
  background-color: #fafafa;
  border: 1px solid #8c8c8c;
}
form input[type='radio']:focus {
  outline: none;
}
form a {
  font-family: Roboto-Bold;
  font-size: 17px;
  color: #ffffff;
}
form a:hover,
form a:visited {
  color: #ffffff;
}
.form-layout {
  width: 600px;
  margin: 0 auto;
}
.form-group {
    position: relative;
    margin-bottom: 10px;
    padding: 0 !important;
}

.form-group select {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 3px;
  background: transparent;
  border-style: none;
  border-bottom: 1px solid #888888;
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #888888;
  text-align: center;
  outline: none;
}
.form-error label {
  color: #c00811;
}
.form-error input {
  border-bottom-color: #c00811;
}
.form-error input[type='text']:focus,
.form-error input[type='number']:focus {
  border-bottom: 1px solid #c00811;
  outline: none;
}
.form-error select {
  border-bottom-color: #c00811;
}
.form-error .data-error {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 5px;
  font-size: 11px;
  line-height: 11px;
  color: #c00811;
  text-align: center;
  word-break: break-word;
}
.form-select select {
  text-align: center;
  text-align-last: center;
}
.form-select.form-error .data-error {
  bottom: -22px;
}
.form-row-separator {
  padding: 0 15px;
}
.form-separator {
  float: none;
  width: 50%;
  margin: 30px auto 45px auto;
  border-top: 3px double #bbb;
  border-radius: 20px;
}
.form-separator:before,
.form-separator:after {
  content: '';
  position: absolute;
  top: -5px;
  width: 7px;
  height: 7px;
  background: #bbb;
  border-radius: 50%;
}
.form-separator:before {
  left: 0;
}
.form-separator:after {
  right: 0;
}
.form-centered {
  font-size: 0;
  text-align: center;
}
.form-centered .col-lg-1,
.form-centered .col-lg-2,
.form-centered .col-lg-3,
.form-centered .col-lg-4,
.form-centered .col-lg-5,
.form-centered .col-lg-6,
.form-centered .col-lg-7,
.form-centered .col-lg-8,
.form-centered .col-lg-9,
.form-centered .col-lg-10,
.form-centered .col-lg-11,
.form-centered .col-lg-12,
.form-centered .col-md-1,
.form-centered .col-md-2,
.form-centered .col-md-3,
.form-centered .col-md-4,
.form-centered .col-md-5,
.form-centered .col-md-6,
.form-centered .col-md-7,
.form-centered .col-md-8,
.form-centered .col-md-9,
.form-centered .col-md-10,
.form-centered .col-md-11,
.form-centered .col-md-12,
.form-centered .col-sm-1,
.form-centered .col-sm-2,
.form-centered .col-sm-3,
.form-centered .col-sm-4,
.form-centered .col-sm-5,
.form-centered .col-sm-6,
.form-centered .col-sm-7,
.form-centered .col-sm-8,
.form-centered .col-sm-9,
.form-centered .col-sm-10,
.form-centered .col-sm-11,
.form-centered .col-sm-12,
.form-centered .col-xs-1,
.form-centered .col-xs-2,
.form-centered .col-xs-3,
.form-centered .col-xs-4,
.form-centered .col-xs-5,
.form-centered .col-xs-6,
.form-centered .col-xs-7,
.form-centered .col-xs-8,
.form-centered .col-xs-9,
.form-centered .col-xs-10,
.form-centered .col-xs-11,
.form-centered .col-xs-12 {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 auto 20px auto;
}
.form-control {
  height: initial;
  padding: initial;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/************************* COMPONENTS / BUTTONS ******************************/
.options {
  margin-top: 65px;
}
.options .button {
  margin-bottom: 30px;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  padding: 13px 35px;
  background-color: #000000;
  border-style: none;
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.12);
  font-family: Roboto-Bold;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: -webkit-center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.button:hover,
.button:focus {
  background-color: #444444;
  color: #ffffff;
  text-decoration: none;
}
.button.disab {
  opacity: 0.3;
  cursor: no-drop;
}
.button.cancel {
  background-color: #888888;
  color: #ffffff;
  cursor: pointer;
}
.button.cancel:hover,
.button.cancel:focus {
  background-color: #444444;
  color: #ffffff;
  text-decoration: none;
}
/************************* COMPONENTS / DROPDOWN ******************************/
.dropdowns {
  position: relative;
  text-align: left;
}
.dropdowns .nopad {
  padding: 0 5px 0 5px;
}
.dropdowns .fatherdrop {
  position: relative;
  width: 100%;
  margin-top: 3px;
  padding: 2px;
  background-color: #cecece;
}
.dropdowns .fatherdrop .contentchild {
  margin: 15px 30px 30px 30px;
  background-color: transparent;
  text-align: left;
}
.dropdowns .fatherdrop.collapsed::before {
  content: '\f067';
  font-family: FontAwesome;
}
.dropdowns .fatherdrop::before {
  content: '\f068';
  position: absolute;
  top: 11px;
  right: 10px;
  font-family: FontAwesome;
}
.dropdowns .fatherdrop:hover {
  cursor: pointer;
}
.dropdowns .fatherdrop a {
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #4d4d4d;
  text-decoration: none;
}
.dropdowns a.collapsed {
  font-family: Roboto-Bold;
  color: #000000;
  text-decoration: none;
}
.dropdowns form .contentchild {
  margin-left: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.dropdowns form .contentchild > div {
  margin-top: 10px;
}
.dropdowns form .contentchild > div input,
.dropdowns form .contentchild > div label {
  display: inline-block;
  vertical-align: middle;
}
.dropdowns form .contentchild:first-child {
  margin-top: 20px;
}
.dropdowns form .contentchild:last-child {
  margin-bottom: 10px;
}
.dropdowns form .contentchild.faq {
  margin-left: 10px;
}
.dropdowns form .dis {
  color: #e6e6e6;
}
.dropdowns form a {
  color: #ffffff;
}
.dropdowns h5 {
  margin-left: 15px;
  font-size: 18px;
  text-align: left;
}
/************************* TABLE STYLES ******************************/
/***** TABLES *****/
.table {
  margin-bottom: 0;
  /* Table Rows */
  /* Table Header Styles */
}
.table .file {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  /* Table Cells */
}
.table .file .cell {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  align-items: center;
  -webkit-align-items: center;
  padding-right: 20px;
  width: 180px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.table .file .cell.auto {
  width: 60px;
}
.table .file .cell.ultra {
  min-width: 250px;
}
.table .file .cell.super {
  max-width: 150px;
}
.table .file .cell.big {
  max-width: 120px;
}
.table .file .cell.med {
  max-width: 100px;
}
.table .file .cell.min {
  max-width: 70px;
}
.table .file .cell.good span {
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  height: 25px;
  padding: 0 5px;
  background: #005c00;
  border-radius: 5px;
  font-family: Roboto-Bold;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
.table .file .cell.regular span {
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  height: 25px;
  padding: 0 5px;
  background: #da672e;
  border-radius: 5px;
  font-family: Roboto-Bold;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
.table .file .cell.bad span {
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  height: 25px;
  padding: 0 5px;
  background: #da2e33;
  border-radius: 5px;
  font-family: Roboto-Bold;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
.table .file .cell.align-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}
.table .file .cell.align-center {
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.table .file .cell.align-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
.table .file .cell.paragraph {
  text-align: center;
  white-space: normal;
  overflow: visible;
}
.table .file .cell.bold {
  font-family: Roboto-Bold;
}
.table .file .cell i,
.table .file .cell .menu-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.table .file .cell i:last-child,
.table .file .cell .menu-icon:last-child {
  margin-right: 0;
}
.table .file .cell .menu-icon:link,
.table .file .cell .menu-icon:visited,
.table .file .cell .menu-icon:active {
  color: #ffffff;
}
.table .file.good {
  color: #005c00;
}
.table .file.regular {
  color: #da672e;
}
.table .file.bad {
  color: #da2e33;
}
.table .file.foot {
  background: #F9F9F9;
}
.table .thead {
  background: #3f494c;
  color: #fcfcfc;
  line-height: 30px;
  cursor: default;
}
.table .thead .file .cell {
  padding: 5px;
  border-right: 1px solid #fff;
  font-family: Roboto-Bold;
  font-size: 14px;
  line-height: 29px;
  text-transform: uppercase;
  text-align: center;
  white-space: initial;
}
.table .tbody {
  overflow-y: auto;
  overflow-x: hidden;
}
.table .tbody .file {
  border-bottom: 1px solid #e9e9e9;
  /* Without Border */
  /* With Subfile */
}
.table .tbody .file .cell {
  padding: 15px 10px;
  word-break: break-word;
  white-space: normal;
  font-family: Roboto-Medium;
  font-size: 14px;
  text-align: center;
}
.table .tbody .file.without-border {
  border-bottom: none;
}
.table .tbody .file.without-border:hover {
  background: none;
  cursor: auto;
}
.table .tbody .file:hover {
  background: #fcfcfc;
  cursor: pointer;
}
.table .tbody .file.with-subfile {
  position: relative;
}
.table .tbody .file.with-subfile .arrow-icn {
  opacity: .8;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.table .tbody .file.with-subfile.with-subfile-non-collapsed .arrow-icn {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -ms-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.table .tbody a:hover {
  color: inherit;
}
.table .tbody a:hover .file {
  background: #fcfcfc;
  /* Without Border */
}
.table .tbody a:hover .file.without-border {
  background: none;
}
.table .tfoot .file .cell {
  padding: 15px 10px;
  word-break: break-word;
  white-space: normal;
  font-weight: bold;
  font-family: Roboto-Bold;
}
.table .tfoot .file .cell.table-total {
  text-transform: uppercase;
}
.table.h-table .thead {
  background: none;
}
.table.h-table .thead .cell {
  position: relative;
  padding: 0;
}
.table.h-table .thead .cell input {
  width: 100%;
  padding: 7px 40px;
  background: #e9e9e9;
  border: none;
  color: #333333;
}
.table.h-table .thead .cell i {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 20px;
  color: #757575;
}
.table.h-table .thead .cell i.delete-icn {
  top: 14px;
  left: initial;
  right: 10px;
  font-size: 16px;
  color: #a3a3a3;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.table.h-table .thead .cell i.delete-icn.visible {
  opacity: 1;
}
.table.h-table .tbody .file {
  margin-top: 5px;
  border: 1px solid #e9e9e9;
}
.table.h-table .tbody .file .cell {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding: 10px 40px 10px 10px;
  background: #F5F5F5;
  font-family: Roboto-Bold;
  color: #757575;
  text-transform: uppercase;
}
.table.h-table .tbody .file .cell:hover {
  cursor: pointer;
}
.table.h-table .tbody .file .cell:after {
  content: '\f054';
  position: absolute;
  top: 5.5px;
  right: 15px;
  font-family: 'fontAwesome';
  font-size: 20px;
  color: #666666;
}
.table.h-table.own-company .tbody .file .cell {
  background: #ffffff;
}
.table.h-table.own-company.no-arrow .tbody .file .cell:after {
  display: none;
}
.table.table-space {
  margin-top: 30px;
  margin-bottom: 35px;
}
.table.sp-table .tbody .file {
  background: #fcfcfc;
  border: 1px solid #e9e9e9;
}
.table.sp-table .tbody .file .cell {
  font-family: Roboto-Bold;
  font-size: 18px;
  cursor: auto;
}
/******************/
/***** REPSONSIVE TABLES *****/
@media (max-width: 1023px) {
  .table.s-table .thead .file,
  .table.s-table .tbody .file,
  .table.s-table .tfoot .file {
    flex-direction: column;
  }
  .table.s-table .thead .file .cell.paragraph,
  .table.s-table .tbody .file .cell.paragraph,
  .table.s-table .tfoot .file .cell.paragraph {
    text-align: left;
  }
  .table.s-table .thead .file {
    text-align: center;
  }
  .table.s-table .thead .file:before {
    content: attr(data-th);
    width: 100%;
    padding-top: 2px;
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
  }
  .table.s-table .thead .file .cell {
    display: none;
  }
  .table.s-table .tbody {
    max-height: initial;
  }
  .table.s-table .tbody .file {
    position: relative;
    padding: 10px 0;
  }
  .table.s-table .tbody .file:before {
    display: none;
  }
  .table.s-table .tbody .file .cell {
    display: block;
    width: auto;
    max-width: initial;
    padding: 5px 10px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-family: Roboto-Light;
    color: #333333;
    font-weight: 100;
    text-align: left;
  }
  .table.s-table .tbody .file .cell:before {
    content: attr(data-th) ": ";
    margin-right: 5px;
    font-family: Roboto-Bold;
    color: #000000;
    text-transform: uppercase;
  }
  .table.s-table .tfoot {
    max-height: initial;
  }
  .table.s-table .tfoot .file {
    position: relative;
    padding: 10px 0;
  }
  .table.s-table .tfoot .file:before {
    display: none;
  }
  .table.s-table .tfoot .file .cell {
    display: block;
    width: auto;
    max-width: initial;
    padding: 5px 10px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-family: Roboto-Light;
    color: #333333;
    font-weight: 100;
    text-align: left;
  }
  .table.s-table .tfoot .file .cell:before {
    content: attr(data-th) ": ";
    margin-right: 5px;
    font-family: Roboto-Bold;
    color: #333333;
    text-transform: uppercase;
  }
  .table.s-table .tfoot .file .cell:not([data-th]) {
    display: none;
  }
}
@media (max-width: 767px) {
  .table.m-table .thead .file,
  .table.m-table .tbody .file,
  .table.m-table .tfoot .file {
    flex-direction: column;
  }
  .table.m-table .thead .file .cell.paragraph,
  .table.m-table .tbody .file .cell.paragraph,
  .table.m-table .tfoot .file .cell.paragraph {
    text-align: left;
  }
  .table.m-table .thead .file {
    text-align: center;
  }
  .table.m-table .thead .file:before {
    content: attr(data-th);
    width: 100%;
    padding-top: 2px;
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
  }
  .table.m-table .thead .file .cell {
    display: none;
  }
  .table.m-table .tbody {
    max-height: initial;
  }
  .table.m-table .tbody .file {
    position: relative;
    padding: 10px 0;
  }
  .table.m-table .tbody .file:before {
    display: none;
  }
  .table.m-table .tbody .file .cell {
    display: block;
    width: auto;
    max-width: initial;
    padding: 5px 10px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-family: Roboto-Light;
    color: #333333;
    font-weight: 100;
    text-align: left;
  }
  .table.m-table .tbody .file .cell:before {
    content: attr(data-th) ": ";
    margin-right: 5px;
    font-family: Roboto-Bold;
    color: #000000;
    text-transform: uppercase;
  }
  .table.m-table .tfoot {
    max-height: initial;
  }
  .table.m-table .tfoot .file {
    position: relative;
    padding: 10px 0;
  }
  .table.m-table .tfoot .file:before {
    display: none;
  }
  .table.m-table .tfoot .file .cell {
    display: block;
    width: auto;
    max-width: initial;
    padding: 5px 10px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-family: Roboto-Light;
    color: #333333;
    font-weight: 100;
    text-align: left;
  }
  .table.m-table .tfoot .file .cell:before {
    content: attr(data-th) ": ";
    margin-right: 5px;
    font-family: Roboto-Bold;
    color: #333333;
    text-transform: uppercase;
  }
  .table.m-table .tfoot .file .cell:not([data-th]) {
    display: none;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 140;
}
.popup .popup-box {
  position: relative;
  top: 100px;
  height: auto;
  width: 500px;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.popup .popup-box span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 30px;
}
.popup .popup-box span.totals-title,
.popup .popup-box span.totals-texts {
  display: initial;
  vertical-align: initial;
}
.popup .popup-box .button {
  margin: 0;
}
.popup .popup-title {
  font-family: Roboto-Bold;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.popup .popup-title-2 {
  font-family: Roboto-Bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
.popup .popup-subtitle {
  font-family: Roboto-Medium;
  font-size: 16px;
  line-height: 16px;
}
.popup p {
  font-family: Roboto-Light;
  font-size: 14px;
  line-height: 18px;
}
.popup a {
  font-family: Roboto-Medium;
  color: #666666;
  text-decoration: underline;
}
.popup a:hover {
  color: #333333;
  text-decoration: none;
}
.popup a.button {
  color: #ffffff;
  text-decoration: none;
}
.popup a.button:hover {
  color: #ffffff;
  text-decoration: none;
}
.popup .popup-center {
  padding-bottom: 40px;
  text-align: center;
}
.popup.popup-lopd,
.popup.popup-sumorder,
.popup.popup-avisolegal,
.popup.popup-politicacookies {
    display: none;
}
.popup.popup-lopd.popup-lopd-open,
.popup.popup-sumorder.popup-lopd-open,
.popup.popup-lopd.popup-sumorder-open,
.popup.popup-sumorder.popup-sumorder-open,
.popup.popup-avisolegal.popup-avisolegal-open,
.popup.popup-politicacookies.popup-politicacookies-open {
    display: block;
}
.popup.popup-lopd .popup-box,
.popup.popup-sumorder .popup-box,
.popup.popup-avisolegal .popup-box,
.popup.popup-politicacookies .popup-box {
    top: 10%;
    left: 0;
    width: 80%;
    height: 80%;
    padding: 40px 40px 10px 40px;
    text-align: left;
}
.popup.popup-sumorder .popup-box .popup-title {
  margin-bottom: 10px;
}
.popup.popup-sumorder .popup-box p {
  margin-bottom: 0;
}
.popup.popup-sumorder .popup-center {
  padding-bottom: 35px;
}
.popup .popup-close {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 7px;
  background: #666666;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup .popup-close:hover {
  background: #333333;
}
.popup .popup-close img {
  width: 15px;
  height: auto;
}
/************************* COMPONENTS / WIZARD ******************************/
.wizard {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wizard > .wizard-step {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding: 0;
}
.wizard > .wizard-step.wizard-1-step {
  width: 100%;
}
.wizard > .wizard-step.wizard-2-steps {
  width: 50%;
}
.wizard > .wizard-step.wizard-3-steps {
  width: 33.33333%;
}
.wizard > .wizard-step.wizard-4-steps {
  width: 25%;
}
.wizard > .wizard-step.wizard-5-steps {
  width: 20%;
}
.wizard > .wizard-step.wizard-6-steps {
  width: 16.66666%;
}
.wizard > .wizard-step.wizard-7-steps {
  width: 14.28571%;
}
.wizard > .wizard-step.wizard-8-steps {
  width: 12.5%;
}
.wizard > .wizard-step.wizard-9-steps {
  width: 11.11111%;
}
.wizard > .wizard-step.wizard-10-steps {
  width: 10%;
}
.wizard > .wizard-step:nth-child(1) > .wizard-dot:after {
  content: '1';
}
.wizard > .wizard-step:nth-child(2) > .wizard-dot:after {
  content: '2';
}
.wizard > .wizard-step:nth-child(3) > .wizard-dot:after {
  content: '3';
}
.wizard > .wizard-step:nth-child(4) > .wizard-dot:after {
  content: '4';
}
.wizard > .wizard-step:nth-child(5) > .wizard-dot:after {
  content: '5';
}
.wizard > .wizard-step:nth-child(6) > .wizard-dot:after {
  content: '6';
}
.wizard > .wizard-step:nth-child(7) > .wizard-dot:after {
  content: '7';
}
.wizard > .wizard-step:nth-child(8) > .wizard-dot:after {
  content: '8';
}
.wizard > .wizard-step:nth-child(9) > .wizard-dot:after {
  content: '9';
}
.wizard > .wizard-step:nth-child(10) > .wizard-dot:after {
  content: '10';
}
.wizard > .wizard-step .wizard-stepnum {
  margin-bottom: 5px;
  font-family: Roboto-Bold;
  font-size: 13px;
  color: #595959;
  text-transform: uppercase;
}
.wizard > .wizard-step .wizard-info {
  padding: 0 5px;
  font-family: Roboto-Light;
  font-size: 15px;
  color: #999;
  word-break: break-word;
}
.wizard > .wizard-step > .wizard-dot {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background: #889296;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(136, 146, 150, 0);
}
.wizard > .wizard-step > .wizard-dot:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  font-family: Roboto-Bold;
  font-size: 12px;
  color: #fff;
}
.wizard > .wizard-step > .progress {
  position: relative;
  height: 8px;
  margin: 15px 0;
  background-color: #ddd;
  border-radius: 0;
  box-shadow: none;
}
.wizard > .wizard-step > .progress > .progress-bar {
  width: 0;
  box-shadow: none;
  background: #889296;
}
.wizard > .wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.wizard > .wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.wizard > .wizard-step.active .wizard-dot {
  background: #658f9c;
  box-shadow: 0 0 0 5px rgba(125, 173, 192, 0.4);
}
.wizard > .wizard-step.semicomplete > .progress > .progress-bar {
  width: 75%;
}
.wizard > .wizard-step.semicomplete .wizard-dot {
  background: #658f9c;
  box-shadow: 0 0 0 5px rgba(125, 173, 192, 0.4);
}
.wizard > .wizard-step.disabled > .wizard-dot {
  background-color: #ddd;
}
.wizard > .wizard-step.disabled > .wizard-dot:after {
  opacity: 0;
}
.wizard > .wizard-step.disabled a.wizard-dot {
  pointer-events: none;
}
.wizard > .wizard-step.disabled .wizard-dot {
  box-shadow: 0 0 0 5px rgba(136, 146, 150, 0);
}
.wizard > .wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.wizard > .wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.wizard > .wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.wizard > .wizard-step:last-child > .progress {
  width: 50%;
}
/************************* PAGES ******************************/
/************************* PAGE / HOME ******************************/
section.home .state {
  padding: 8px 13px 10px 13px;
  background-color: rgba(163, 213, 251, 0.23);
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.12);
  color: #595959;
}
section.home .state .progress-bar {
  height: 8px;
  background-color: #1c292f;
}
section.home .state .progress {
  height: 6px;
  margin: 18px 0 10px 0;
  background-color: #eeeeee;
}
section.home .state .steps {
  font-family: Roboto-Regular;
  font-size: 15px;
  text-align: left;
}
section.home .state h4 {
  margin-bottom: 15px;
  font-family: Roboto-Medium;
  font-size: 19px;
  text-transform: uppercase;
}
section.home .details {
  margin: 40px 40px 20px 0;
}
section.home .details ul {
  margin-top: 15px;
  padding-left: 15px;
}
section.home .details ul li {
  margin-bottom: 7px;
  font-size: 16px;
  color: #808080;
}
section.home .cuerpo {
  font-family: Roboto-Regular;
  text-align: left;
}
section.home .cuerpo h3 {
  margin: 15px 0 -5px -2px;
  font-family: Roboto-Medium;
  font-size: 23px;
}
section.home .datos h3 {
  margin: 0 0 5px 0;
  padding-right: 40px;
  font-size: 22px;
  word-break: break-word;
}
.datos {
  position: relative;
  margin: 20px 0;
  padding: 0;
  background-color: rgba(225, 225, 225, 0.6);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
}
.datos .data-layout {
  display: table;
  width: 100%;
  padding: 0;
}
.datos .iconleft {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
  min-width: 120px;
  background: rgba(255, 255, 255, 0.2);
  border-right: 1px solid #ccc;
  text-align: center;
}
.datos .iconleft img {
  width: 55px;
  -webkit-filter: none;
  filter: none;
}
.datos .iconright {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.datos .iconright:hover {
  background: #ffffff;
}
.datos .iconright:hover img {
  opacity: 1;
}
.datos .iconright img {
  width: 20px;
  opacity: .7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.datos.entrega .iconleft img {
  width: 70px;
}
.datos .contenido {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
  padding: 10px 20px;
}
.datos .contenido form {
  margin-top: -10px;
  text-align: left;
}
.datos .contenido form input,
.datos .contenido form label {
  display: inline-block;
}
.datos .contenido form label {
  margin-bottom: 15px;
  font-size: 17px;
  color: #666666;
  text-decoration: underline;
}
.datos .contenido form label a {
  display: inline-block;
  font-family: Roboto;
  font-size: 17px;
  text-decoration: underline;
  color: #666666;
  cursor: pointer;
}
.datos .contenido form label a:hover {
  text-decoration: none;
}
.datos ul {
  margin: 10px 0 0 0;
  padding-left: 15px;
  color: #787878;
}
.datos ul li {
  margin-top: -2px;
  font-size: 17px;
}
.datos:first-child {
  margin-top: 40px;
}
.datos:last-child {
  margin-bottom: 30px;
}
.resume-info {
  position: relative;
  color: #666;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.resume-info span {
  font-family: Roboto-Bold;
  text-transform: uppercase;
}
.resume-info:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 1px;
  padding: 8px 7px;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/view-w.svg');
  background-size: 94%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #888;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resume-info:hover {
  color: #000;
  text-decoration: underline;
}
.resume-info:hover:after {
  background-color: #333;
}
.resume-info-box {
  position: relative;
  width: 600px;
  margin: 30px auto 0 auto;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
}
.resume-info-box h3 {
  margin: 0;
  padding: 10px;
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  text-transform: uppercase;
}
.resume-info-box ul {
  margin: 0;
  padding: 13px 10px 10px 10px;
  font-family: Roboto-Bold;
  font-size: 14px;
  text-transform: uppercase;
}
.resume-info-box ul li {
  word-break: break-word;
}
.resume-info-box .iconright {
  position: absolute;
  right: 10px;
  top: 15px;
  padding: 8px 7px;
  background: #888;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.resume-info-box .iconright:hover {
  background: #666;
}
.resume-info-box .iconright img {
  width: 25px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.content-prevent {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  padding: 2px 40px 0 23px;
  font-family: Roboto-Medium;
  font-size: 12px;
  line-height: 15px;
  color: #444;
}
.content-prevent:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url('../images/icons/icon-info.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.content-prevent.content-prevent-blue {
  color: #2590df;
}
.content-prevent.content-prevent-blue:before {
  background: url('../images/icons/icon-info-blue.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.content-prevent.content-prevent-red {
  color: #c00811;
}
.content-prevent.content-prevent-red:before {
  background: url('../images/icons/icon-info-red.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.totals {
  margin-bottom: 10px;
  font-size: 14px;
}
.totals:last-child {
  margin-bottom: 0;
}
.totals .totals-title {
  margin-right: 5px;
  font-family: Roboto-Bold;
  color: #000000;
  text-transform: uppercase;
}
.totals .totals-texts {
  font-family: Roboto-Light;
  color: #333333;
  text-align: left;
}
/************************* PAGE / FAQS ******************************/
.faqs .dropdowns {
  margin: 25px 0;
}
/************************* PAGE / SELECCIONAR FECHA ******************************/
.fechas .intro {
  margin-bottom: 0;
}
.fechas form label {
  margin-bottom: 0;
  margin-left: 10px;
  vertical-align: text-bottom;
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #626262;
}
/************************* UTILITIES ******************************/
/************************* UTILITIES / MEDIA QUERIES ******************************/
@media (max-width: 991px) {
  section.home .details {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 767px) {
  header {
    text-transform: uppercase;
  }
  header.row {
    padding: 0;
    font-size: 20px;
  }
  header.row img {
    width: 45px;
  }
  header.row .logo-lay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15% 0 20%;
  }
  header.row .logo-lay .logo {
    max-width: 200px;
  }
  header.row .faqs {
    display: -webkit-inline-box;
    padding: 10px;
    text-align: left;
  }
  header.row .faqs p {
    display: none;
  }
  header.row .phone {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: right;
  }
  header.row .phone span {
    display: none;
  }
  .form-layout {
    width: 100%;
  }
  section {
    margin: 10px 25px;
  }
  section .logo {
    max-width: 155px;
  }
  .resume-info-box {
    width: 100%;
  }
  .popup {
    text-align: center;
  }
  .popup .popup-box {
    width: 90%;
  }
  .popup.popup-lopd .popup-box,
  .popup.popup-sumorder .popup-box {
    top: 5%;
    left: 0;
    width: 90%;
    height: 90%;
    padding: 20px;
  }
  .popup .popup-title {
    padding-right: 50px;
    font-size: 20px;
    line-height: 20px;
  }
  .popup .popup-title-2 {
    font-size: 16px;
    line-height: 16px;
  }
  .popup .popup-subtitle {
    font-size: 14px;
    line-height: 14px;
  }
  .big-separator {
    height: 45px;
  }
  .separator {
    height: 15px;
  }
  .mini-separator {
    height: 10px;
  }
}
@media (max-width: 650px) {
  .wizard {
    padding: 10px 0;
  }
  .wizard > .wizard-step {
    display: block;
    width: 100%;
    height: 38px;
    margin: 0 0 0 15px;
  }
  .wizard > .wizard-step.wizard-1-step,
  .wizard > .wizard-step.wizard-2-steps,
  .wizard > .wizard-step.wizard-3-steps,
  .wizard > .wizard-step.wizard-4-steps,
  .wizard > .wizard-step.wizard-5-steps,
  .wizard > .wizard-step.wizard-6-steps,
  .wizard > .wizard-step.wizard-7-steps,
  .wizard > .wizard-step.wizard-8-steps,
  .wizard > .wizard-step.wizard-9-steps,
  .wizard > .wizard-step.wizard-10-steps {
    width: 100%;
  }
  .wizard > .wizard-step .wizard-stepnum {
    position: absolute;
    top: 14px;
    left: 40px;
    line-height: 12px;
    text-align: left;
  }
  .wizard > .wizard-step .progress {
    position: absolute;
    width: 32px;
    margin: 30px 0 0 0;
    transform: rotateZ(90deg);
  }
  .wizard > .wizard-step .wizard-dot {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
  }
  .wizard > .wizard-step:first-child .progress {
    left: initial;
    width: 32px;
  }
  .wizard > .wizard-step:last-child .progress {
    display: none;
  }
  .wizard.wizard-blocks > .wizard-step {
    width: 33.33333% !important;
    margin: 10px 0;
  }
  .wizard.wizard-blocks > .wizard-step .progress {
    visibility: hidden;
  }
  section.home .cuerpo .datos h3 {
    padding-right: 35px;
    font-size: 16px;
  }
  section.home .cuerpo .datos .iconright img {
    width: 20px;
  }
  section.home .cuerpo .datos .iconleft {
    min-width: 100px;
  }
  section.home .cuerpo .datos .iconleft img {
    width: 45px;
  }
  section.home .cuerpo .datos.entrega .iconleft img {
    width: 55px;
  }
  section.home .cuerpo .datos ul li {
    max-width: 100%;
    font-size: 13px;
    word-break: break-word;
  }
  section.home .cuerpo .datos ul li input,
  section.home .cuerpo .datos ul li label {
    display: inline-block;
    vertical-align: middle;
    top: 0;
    margin-top: 15px;
    margin-bottom: 0;
  }
  section.home .cuerpo .datos ul li label {
    font-size: 13px;
  }
  section.home .cuerpo .datos ul li label a {
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  form .datosentrega .row .col-sp-12 {
    width: 100%;
  }
  .options {
    margin-top: 30px;
  }
  .options .button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .faqs .options {
    margin-top: 65px;
  }
  section.home .cuerpo .datos .iconleft {
    min-width: 60px;
  }
  section.home .cuerpo .datos .iconright {
    top: -15px;
    right: -25px;
  }
  section.home .cuerpo .datos h3,
  section.home .cuerpo .datos .content-prevent {
    padding-right: 0;
  }
  section.home .cuerpo .datos ul {
    padding-left: 0;
  }
  .error-page {
    background-size: auto;
  }
  .error-page .logo {
    width: 75%;
    margin-bottom: 20px;
  }
  .error-page .error-icon {
    width: 250px;
    height: 190px;
  }
  .error-page .error-title,
  .error-page .error-text {
    width: 65%;
  }
}
@media (max-width: 406px) {
  .fechas form #confirm {
    width: 100%;
  }
  .fechas form .opciones {
    padding-left: 15px;
    text-align: center;
  }
  form .datosentrega .codpob {
    margin: 0;
  }
  form .datosentrega .codpob .cod {
    padding-right: 0;
  }
  form .datosentrega .puerta {
    padding: 0;
  }
  form .datosentrega .piso input {
    width: 100%;
  }
  .wizard.wizard-blocks > .wizard-step {
    width: 50% !important;
    margin: 10px 0;
  }
  .wizard.wizard-blocks > .wizard-step .progress {
    visibility: hidden;
  }
  section.home .cuerpo .datos .contenido {
    padding: 10px 20px 10px 10px;
  }
  .resume-info-box .iconright {
    right: -15px;
    top: -15px;
  }
}
@media (max-width: 310px) {
  header.row .logo-lay .logo {
    max-width: 150px;
  }
}
@media (max-width: 280px) {
  body {
    position: relative;
  }
  body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 25px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 180px;
    z-index: 200;
  }
  body:before {
    content: 'Necesitas una resolución mayor de 280px de ancho para poder usar nuestra APP.';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 25px;
    background: #fff;
    background-image: url(../images/bg-pattern-top.png), url(../images/bg-pattern-botttom.png);
    background-size: auto;
    -webkit-filter: drop-shadow(0px 4px 3px rgba(6, 0, 0, 0.3));
    filter: drop-shadow(0px 4px 3px rgba(6, 0, 0, 0.3));
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    z-index: 150;
  }
}
