:root {
  --main-color: #6ca7cf;
}

b {
  font-weight: 600;
}

u {
  font-weight: 200;
}

html {
  font-size: 100%;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Kodchasan", sans-serif;
  font-weight: 900;
  color: black;
}

body {
  background-color: white;
}

main {
  padding-top: 80px;
}

a,
a:visited {
  text-decoration: none;
  color: black;
  transition-duration: 0.2s;
}

a:hover {
  color: var(--main-color);
  transition-duration: 0.5s;
}

.winning {
  height: 100vh;
  max-height: 980px;
  background-image: url(../images/winningmove.png);
  background-position: top;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: -50px;
  max-width: 1920px;
  margin: auto;
}

.winninempty {
  display: none;
}

.winning .winningTitle {
  color: white;
  text-align: left;
  font-size: 8em;
  max-width: 600px;
  margin-left: 8%;
  padding-top: 100px;
}

.winning .winningText{
  font-size: 1.4em;
  max-width: 500px;
  margin-left: 8%;
  margin-top: 30px;
  text-align: justify;
	background-color: #E9F0F6;
    padding: 1.3em;
    border-radius: 1.3em;
}


.winning .winningText .winningLink {
  display: block;
  margin-top: 1em;
  color: var(--main-color);
  text-decoration: underline;
  text-underline-offset: 0.2em;
	text-align: center;
}

.clImgMobile {
  display: none;
}

.clBocadillo {
  background-image: url(../images/crowdlendingBOCADILLO.png);
  background-size: contain;
  width: 70%;
  height: 21.1vw;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1330px;
  margin: auto;
}

.clBocaTitle {
  color: white;
  font-weight: 800;
  text-align: right;
  font-size: 1.25vw;
  padding-right: 1em;
  padding-top: 1em;
}

.clBocaText {
  font-weight: 500;
  text-align: justify;
  font-size: 1.25vw;
  float: right;
  width: 60%;
  padding-right: 2em;
  padding-top: 3em;
}

.noImgMobile {
  display: none;
}

.noBocadillo {
  background-image: url(../images/nosomos.png);
  background-size:contain;
  width: 70%;
  height: 21.1vw;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1330px;
  margin: auto;
}

.noBocaTitle {
  color: white;
  font-weight: 800;
  text-align: left;
  font-size: 1.25vw;
  padding-left: 1em;
  padding-top: 1em;
}

.noBocaText {
  font-weight: 500;
  text-align: justify;
  font-size: 1.25vw;
  width: 70%;
  padding-left: 2em;
  padding-top: 3em;
}

.crowdlendingBocadillo,
.queNOsomos {
  margin-top: 100px;
}

.porqueinvertir, .funcionamiento {
  margin-top: 140px;
  width: 100%;
}

.porqueinvertir .destacado, .funcionamiento .destacado {
  font-size: 1.9em;
  text-align: center;
  padding: 10px;
}

.porqueinvertir .barraazul, .funcionamiento .barraazul {
  background-color: var(--main-color);
  margin: 0px;
  height: 3px;
  border-radius: 2px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.porque_container {
  margin: auto;
  width: 90%;
  max-width: 1610px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly;
}

.porque_container .porques, .porque_container .stores  {
  width: 30%;
  max-width: 576px;
  margin-top: 75px;
}

.porque_container .stores img{
  max-width: 80%;
}

.porque_container .porques:last-child {
  width: 40%;
  max-width: 676px;
}

.porque_container .porques .porque_icon span {
  font-size: 6em;
  color: var(--main-color);
  margin-bottom: 25px;
}

.porque_container .porques .porque_title {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 5px;
}

.porque_container .porques .porque_data {
  font-weight: 300;
}

.como_container {
  margin: auto;
  width: 50%;
  max-width: 1355px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly;
}

.como_container .paso{
  height: 20vh;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.como_container .spacer{
  background-color: #6ca7cf5e;
  min-width: 30%;
  min-height: 3px;
  border-radius: 10px;
}

.como_container .paso .paso_img{
  min-width: 50%;
  width: 50%;
}

.como_container .paso .paso_img img{
  height: 100%;
}

.como_container .paso .paso_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.como_container .paso .paso_text .paso_title{
  font-weight: 900;
  font-size: 1.5em;
  color: var(--main-color);
  margin-bottom: 1em;
}

.como_container .paso .paso_text .paso_desc{
  font-weight: 400;
}
.como_container .paso .paso_text .paso_desc .storesContainer{ 
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 1em;
}
.como_container .paso .paso_text .paso_desc .stores{
  width: 100%;
}
.como_container .paso .paso_text .paso_desc .stores img{
  width: 70%;
}



@media screen and (min-width: 1921px){
  .clBocadillo, .noBocadillo{
    height:400px;
  }
  .clBocaTitle, .clBocaText, .noBocaTitle,.noBocaText {
    font-size: 1.5em;
  }
}



@media screen and (max-width: 900px) {
  main {
    padding-top: 50px;
  }


  .winning {
    width: 100%;
    height: auto;
    background-size: 150vw;
    background-position: top;
    background-position-x: -50vw;
  }

  .winninempty {
    height: 70vw;
    display: block;
  }

  .winning .winningTitle {
    text-align: center;
    color: var(--main-color);
    font-size: 4em;
    margin-left: 0;
    max-width: 100%;
  }

  .winning .winningText{
    font-size: 1em;
    max-width: 80%;
    margin-left: 0;
    text-align: justify;
    text-align-last: center;
    margin: auto;
    margin-top: 2em;
	background:none;
  }


  .winning .winningText .winningLink {
    display: block;
    margin-top: 1em;
    color: var(--main-color);
  }

  .clImgMobile {
    display: block;
    width: 40%;
    margin: auto;
  }

  .clImgMobile img {
    width: 100%;
  }

  .clBocadillo {
    background-image: none;
    width: 100%;
    height: fit-content;
  }

  .clBocaTitle {
    text-align: center;
    padding-right: 0;
    padding-top: 0;
    padding: 1em;
    background-color: var(--main-color);
    border-radius: 1em;
    width: 70%;
    margin: auto;
    margin-top: 1em;
    font-size: 1em;
  }

  .clBocaText {
    font-weight: 500;
    text-align: justify;
    text-align-last: center;
    font-size: 1.2em;
    float: none;
    width: 80%;
    padding-right: 0;
    padding-top: 0;
    margin: auto;
    height: fit-content;
    display: block;
    margin-top: 2em;
  }


  .noImgMobile {
    display: block;
    width: 30%;
    margin: auto;
  }

  .noImgMobile img {
    width: 100%;
  }

  .noBocadillo {
    background-image: none;
    width: 100%;
    height: fit-content;
  }

  .noBocaTitle {
    text-align: center;
    padding-left: 0;
    padding-top: 0;
    padding: 1em;
    background-color: var(--main-color);
    border-radius: 1em;
    width: 70%;
    margin: auto;
    margin-top: 1em;
    font-size: 1em;
  }

  .noBocaText {
    text-align-last: center;
    font-size: 1.2em;
    float: none;
    width: 80%;
    padding-left: 0;
    padding-top: 0;
    margin: auto;
    height: fit-content;
    display: block;
    margin-top: 2em;
  }

  .porque_container .porques {
    width: 90%;
  }

  .porque_container .porques:last-child {
    width: 90%;
  }

  .porque_container .stores  {
    width: 50%;
  }
  
.como_container {
  width: 90%;
}

.como_container .paso{
  height: auto;
  width: 100%;
  flex-direction: column;
}

.como_container .paso .paso_img{
  width: 50%;
  text-align: center;
  margin: auto;
}

.como_container .paso .paso_img img{
  height: auto;
  width: 100%;
}

.como_container .paso .paso_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1em;
  order: 2;
}

}