/* #################################

 EL CORTE INGLES .COM SERVICE LANDING TEMPLATE
 
################################# */

* {
  box-sizing: border-box;
}
html { font-size: 16px;
  height: 100%;
  box-sizing: border-box;}

/*::-webkit-scrollbar {
    display: none;
}*/

body {
  background: #ffffff;
  margin: 0; padding: 0;
  font: 400 16px/20px 'ECI Font', Montserrat, 'Open Sans', sans-serif;
  color: #242424;
  height: 100%;
  overflow: overlay;
  text-align:left;
}

section {
  height: 100%;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius:0px;
}

.wrapper {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.tipography{}
.tipography.primary{font-family:'ECI Font';}
.tipography.secondary{font-family:'ECI Font';}

strong, b,
.font-bold {
  font-weight: 900;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 400;
}

h1 {
  margin: 2rem 0px;
  line-height: 24px;
  font: 900 32px/38px  'ECI Font', Montserrat, 'Open Sans',  sans-serif;
}

.font-s { font-size: 14px; }
.font-xxs { font-size: 12px; }
.font-l { font-size: 20px; }
.font-m { font-size: 18px; }

a, a:link, a:visited {
  color: #242424;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.logo{ width: 200px; height: 48px; }

.hover\:green:hover {
  color: #008C2E;
}

.container-sm {
  /*width: calc(100% - 48px);*/
  max-width: 600px;
  margin: 0 auto;
}
.container-md {
  width: 80%;
  max-width: 680px;
  margin: 0 auto;
}
.max-w-md {
  max-width: 680px;
}
.brand-header {
  width: 100%; 
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 32px;
}

.block {
  display: block;
}

.div50{
  width: 100%;
  float: left;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* The container */
.check-item {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;    
}

.bordermark{
  border: 2px solid #C5C5C5;
}

.bordererror{
  border: 2px solid red;
}

/* On mouse-over, add a grey background color */
.check-item:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-item input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-item .checkmark:after {
    left: 4px;
    top: 1px;
    width: 2px;
    height: 6px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-item {
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #000000;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  border-radius: 11px;
  border: 2px solid #C5C5C5;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #000000;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.main-heading {
  color: #020202;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-sm {
  font-size: 12px;
}
.text-lg {
  font-size: 16px;
}
.text-xl {
  font-size: 20px;
}
.tracking-wide {
  letter-spacing: 0.05em;
}
.tracking-wider {
  letter-spacing: 0.6px;
}
.tracking-wider-xl {
  letter-spacing: 3px;
}
.leading-tight {
  line-height: 1.25;
}
.lh-20{
  line-height: 20px;
}
.uppercase {
  text-transform: uppercase;
}
.m-0 {
  margin: 0;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mx-2 {
  margin-left: .25rem;
  margin-right: .25rem;
}
.mx-8px {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: .25rem;
}
.mt-2 {
  margin-top: .5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 2rem;
}
.mt-8 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.lspacing{
    letter-spacing: 0.6px;
    word-spacing: 3px;
}
.border-top-dashed {
  border-top: 1px dashed currentColor;
  height: 0;
}
.width-110 {
  width: 110px;
}
.gray{
  color: #242424;
}
.darkgrey{
  color: #020202;
}
.black {
  color:#000000;
}
.button {
    white-space: nowrap;
    cursor: pointer;
    padding: 0.8125rem 1rem;
    min-width: 150px;
    max-width: 350px;
    min-height: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.7px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    font-family: 'ECI Font';
    border-radius: 0px!important;
}
/*.button:hover {
  border-color: #000000;
  color: #ffffff;
}*/
.button.primary {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.button.secondary {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

.imagehead {
  width: 100%; 
  max-width: 600px; 
  height: auto;
  margin: 0 auto; 
}
footer {
  color: #000000;
  font: 300 14px/20px 'ECI Font', Montserrat, 'Open Sans', sans-serif;
  margin-top:2rem;
}
footer .url {
  margin: 0 auto;
  padding: 2rem 0;
  font-family: 'ECI Font', Montserrat, 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px dashed #242424;
}
.service-footer {
  
}
.service-footer a {
  color: #ffffff;
  text-decoration: none;
}
.service-footer-heading {
  
}
.list-reset {
  list-style: none;
  padding-left: 0;
}
.horizontal-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits {
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits > li {
  flex-basis: calc(50% - 1rem);
}
.bg-black {
  background: #242424;
}
.text-white {
  color: #ffffff;
}
.text-gray-300 {
  color: #E1E1E1;
}
.table-fixed {
  table-layout: fixed;
}
.border-0 {
  border-width: 0px;
}
.align-top {
  vertical-align: top;
}
.sr-only {
 border: 0 !important;
 clip: rect(1px, 1px, 1px, 1px) !important;
 -webkit-clip-path: inset(50%) !important;
 clip-path: inset(50%) !important;
 height: 1px !important;
 margin: -1px !important;
 overflow: hidden !important;
 padding: 0 !important;
 position: absolute !important;
 width: 1px !important;
 white-space: nowrap !important;
}

/*popup*/
.popup-wrapper {
    /*background: rgba(0, 0, 0, 0.5);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
} 
.popup {
    text-align: center;
    width: 100%;
    max-width: 300px;
    background: #333333;
    margin: 20% auto;
    padding: 10px;
    position: relative;
    border-radius: 5px;
} 
.popup img{
  display: inline-block;
  margin-bottom: 15px;
  max-width: 22px;
}
.popup p {
    color: #ffffff;
    display: inline-block;
    max-width: 200px;
    text-align: left;
    margin-left: 10px;
    font-size: 15px;
}
 
.popup a:hover {
    background: palevioletred;
    transition: all 0.2s;
} 
.popup-close {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    font-size: 1rem;
    color: #ffffff;
}
@media (max-width: 600px){
.full-width{
  width: 100%;
}
.none-m{
  display: none;
}
}
@media (min-width: 600px) {
  .sm\:hidden {
    display: none;
  }
  .div50{
    width: 50%;
  }
}

@media (min-width: 768px) {
  .logo{ width: 200px; height: 48px; }
  .md\:text-justify {
    text-align: justify;
  }
  .md\:horizontal-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .md\:horizontal-list > li {
    margin: 0 .75rem;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .no-m-pc{
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mx-12 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .benefits > li {
    flex-basis: 25%;
  }
}
