@font-face {
  font-family: 'ECI-normal';
  src: url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/light.eot');
  src: url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/light.woff') format('woff'), url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/light.ttf') format('truetype'), url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ECI-regular';
  src: url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/regular.eot');
  src: url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/regular.woff') format('woff'), url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/regular.ttf') format('truetype'), url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/regular.svg') format('svg');
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: 'ECI-medium';
  src: url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/medium.eot');
  src: url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/medium.woff') format('woff'), url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/medium.ttf') format('truetype'), url('https://www.elcorteingles.es/sgfm/statics/eci_non_food/assets/stylesheets/fonts/eci/medium.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

body, .modal-title{
    font-family: ECI-normal, Arial !important;
}

.btn{
    border-radius: 0 !important;
}

.inline-split{
    padding-right: 20px;
    padding-left: 20px;
}

.wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.btn-black{background-color:#000;color: #FFF!important;}
.btn-black:hover{background-color: #484848;color: #FFF!important;}
.btn-black:focus{ color: #FFF !important;}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000 !important;
    color: white !important;
}

.eciFormError i{
  color: red !important;
}

.tabela-adopcoes th{ background-color: #eee;  }
.tabela-adopcoes .disciplina{ background-color: #F5F5F5; color: #333 !important; font-size: 14px; padding-left: 20px; font-weight: bold; } /*f9f4f4*/
.tabela-adopcoes .livro{ font-weight: bold; }
.bar_small{ display: inline-block; width: 10px; margin: 0px 5px; height: 10px; }


#confirma label, #marketing label{ padding-left: 10px; margin-top: -20px;}
#confirma .control-label{ margin-bottom: 10px !important; }

.conflink {
  font-size: 14px;
  color: #242424 !important;
  padding: 0px;
  margin: 0px;
  text-decoration: underline !important;
}

.conflink:hover {
  color: #242424 !important;
}

.has-error .conflink {
  color: #dd4b39 !important;
}

.has-error .conflink:hover {
  color: #dd4b39 !important;
}

.invoice {
    padding: 0px 20px !important;
    margin: 0px 10px !important;
}
.invoice .page-header {
  margin: 10px 0 20px 0 !important;
}

.content{ padding: 0px 15px !important; }
.box-body{ padding: 0px !important;  }


/*STYLES ELCORTEINGLE PT*/
.grid-step__item{
  margin-bottom: 10px;
}

.grid-step__item p,
.grid-step__item input{
  color: #000;
  margin: 0;
}

.grid-step__item strong{
  font-weight: 700;
}

.grid-step__item:not(.grid-step-2__subject) p{
  display: grid;
  grid-template-columns: 60px auto;
  gap: 20px;
}

.grid-step-2__subject{
  padding: 8px 0px;
  text-align: center;
  background-color: #F3F3F3;
}

.grid-step-2__value{
  display: flex;
  margin-bottom: 20px;
}

#qtd{
  width: 30px!important;
}

.grid-step-2__wrapper{
  margin-top: 50px;
}

.grid-step-4__wrapper{
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.grid-step-4__wrapper .grid-step-4__value{
  margin-bottom: 0;
}

.conflink{
  display: inline;
  text-align: left;
  white-space: normal;
}

form[action="/passo4"] .btn-group.pull-right button{
  background-color: #00862d;
}

@media only screen and (min-width: 1100px){
  .grid-step-2__wrapper,
  .grid-step-4__wrapper{
    display: grid;
    gap: 20px;
    margin: 0;
  }

  .grid-step-2__wrapper{
    grid-template-columns: repeat(2, minmax(300px, auto)) repeat(2, 1fr) repeat(2, 10%);
    margin-top: 20px;
  }

  .grid-step-4__wrapper{
    grid-template-columns: 300px repeat(2,1fr) repeat(2, 100px);
  }
  
  .grid-step-2__subject{
    grid-column: 1 / -1;
  }

  .grid-step-2__isbn{
    grid-column: 4 / 5;
  }

  .grid-step__item,
  .grid-step-2__value{
    margin-bottom: 0;
  }

  .grid-step-2__value{
    gap: 0 20px;
    justify-content: flex-end;
  }

  .grid-step__item:not(.grid-step-2__subject) p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    gap: 20px;
  }
}

.step-4{
  padding: 20px 0!important;
  border: 0!important;
}

.help-block-eci{
  margin: 40px 0 20px;
}

.help-block-eci i{
  margin-right: 6px;
}