@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Bold.otf') format('opentype'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url('fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Extrabld.otf') format('opentype'), url('fonts/ProximaNova-Extrabld.woff') format('woff'), url('fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Light.otf') format('opentype'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Regular.otf') format('opentype'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Semibold.otf') format('opentype'), url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.ttf') format('truetype'), url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  padding-bottom: 3em;
}
.green-codere-txt {
  color: #271797;
  color: #271797;
}
.green-bg-title {
  background: #271797;
  padding: 20px 0;
  margin: 0 0 30px;
  color: #271797;
}
h1,
h2 {
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: .5em 0;
}
h3 {
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: 2em 0 1em 0;
  text-align: center;
  color: #271797;
}
p,
li {
  font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-top: .5em;
}
p,
li {
  text-align: justify;
}
li p {
  text-align: justify;
}
li p:nth-child(1) {
  display: inline;
}
ol {
  list-style: none;
  counter-reset: li;
}
ol li {
  counter-increment: li;
}
ol li::before {
  content: counter(li) ".";
  color: #271797;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
  font-size: 1.5em;
  margin-right: 17px;
}
ol li ol {
  padding-left:20px;
}
ol li ol li::before {
  font-size: 1.1em;
  margin-left: -1em;
  margin-right: 0;
  color: #ffffff;
}
ul {
  list-style: none;
}
ul li::before {
  content: "•";
  color: #271797;
}
ul li::before {
  content: "•";
  color: #271797;
  display: inline-block;
  width: 1em;
  margin-left: 0;
}
li p span {
  font-size: 1em;
}
.row {
  margin: 0;
  box-sizing: border-box;
  
}
#bases,
#personal-data,
#acceptance,
#contact {
  margin-top: 1em;
}

@media screen and (max-width:768px) {
  figure {
    margin-left: 10px;
}
.row {
  padding-right:10px !important;
  width: 100%;
}
  
}

@media screen and (max-width:600px) {
  figure {
    margin-right: 20px !important;
}
@media screen and (max-width:415px) {
  .row {
    flex-direction: column !important;
}

}