

body {
  background-color: #fafafa;
}

h1{
    font-size: 3.5em;
}

h2{
  font-size: 1.6em;
  color: #FE4A49;
  text-align: center;
  margin: 0;
}

h3 {
  font-size: 1.2em;
  color: #2F4858;
}
h4{
  margin: 0;
  font-size: 1.5em;
  text-align: center;
}

p, ul{
    color: #5B757F;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: bold;
    line-height: 25px;
}



/* --------------- PORTADA ----------------- */

.contenedor-hero{
background: linear-gradient(to right, rgba(28,64,223,1) 0%, rgba(18,121,231,1) 100%);
}
.curve{
  height: 500px;
  display: grid;
  grid-template: 1fr / auto auto;
  grid-template-areas: "titulo-portada imagen-diseno";
  align-items: center;
  /* justify-items: center; */
  margin: 0;
  padding: 0;
  width: 100%;
}


.imagen-diseno{
  grid-area: imagen-diseno;
}


.portada{
  height: 100%;
  width: 80%;
  display: flex;
  align-items: center;
  grid-area: titulo-portada;
  justify-self: end;

}

.portada h1 {
  /* text-align: right; */
  margin: 0;
  /* width: 70%; */
  /* margin-left: 10%; */
  color: #F5F8F8;
  z-index: 30;
}

/* --------------- END PORTADA ----------------- */


/*--------------------- CONTENIDO ------------ */

.seccion-cont{
position: relative;
width: 80%;
margin: 0 auto;
height: auto;
display: grid;
padding: 25px;
grid-template: auto 1fr / 1fr;
}


.contenido{
position: relative;
width: 100%;
margin: 0 auto;
}

.parrafo{
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 70%;
  height: auto;
  align-self: center;
  justify-self:center;
  text-align: center;
  margin: 0 auto;
  padding: 30px 10px;
  border-radius: 50px;

}



.block-container{
  width: 90%;
  margin: 20px auto;
  display: grid;
  grid-template: 1fr / auto auto;
}

.block-container ul{
  align-self: center;
  justify-self: start;
  padding-left: 0;
}
.disenoredes{
  width: 60%;
  align-self: center;
  justify-self: center;
}
 li{
  color: #5B757F;
  margin: 5px;
  font-size: 1em;
  list-style: none;
  font-weight: bolder;
}
li img {
  margin-right: 10px;
}
ul h3{
  text-align: left;
  margin-left: 20px;
}
 ul{
  justify-self: center;
}




#circulos{
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: -2;

}
.circle1{
  fill: #045E87;
}
.circle4{
  fill:#06CDF0;
}
.circle3 {
  fill: #08B2DB;
}
.circle2{
  fill:#0682BD;
}



/*--------------------- END  CONTENIDO ------------ */






          /*----------------------- RESPONSIVE -------------------*/



@media screen and (max-width:1000px) {
  h1{
    font-size: 3em;
  }



  /* CONTENIDO */
  .seccion-cont{
  width: 85%;
  margin: 30px auto;
  padding: 30px 0px;

  }
}


@media screen and (max-width: 800px) {
  /* PORTADA */
  h1{
    font-size: 2.5em;
  }

.portada h1{
  width:  100%;
  text-align: center;
  margin-bottom: 10px;
}
.curve{
  grid-template: auto auto / 1fr;
  grid-template-areas: "imagen-diseno"
                       "titulo-portada";
 justify-items: center;
}
.portada{
  width: 100%;
}
.imagen-diseno{
  width: 50%;
  align-self: end;
}

  /* PORTADA */
  /* CONTENIDO */
  .seccion-cont{
  margin: 0 auto;
  width: 100%;
  grid-template: auto auto/ 1fr;
  padding-bottom: 0;
  }

  .parrafo{
    height: auto;
  }

  .block-container{
    grid-template: auto auto/ 1fr;
    grid-gap: 20px;
    justify-items: center;
    margin-bottom: 0;
  }
  .disenoredes{
    width: 60%;
    justify-self: center;
  }
  .block-container ul{
    justify-self: center;
    /* text-align: center; */
    font-size: 0.8em;
  }

  /* CONTENIDO */


.page-header{
  height: auto;
  grid-template: auto auto / 1fr;
  grid-template-areas: "logo"
                       "links";
}


  /* MENU */


}

@media screen and (max-width: 750px) {


}


@media screen and (max-width: 600px) {
  .imagen-diseno{
    width: 80%;
  }

}

@media screen and (max-width: 500px) {

/* PORTADA */
h1{
  font-size: 2em;
}
.img-soft{
  margin-top: 50px;
  height: 60%;
}
.img-soft.b{
  height: 65%;
}
.portada h1{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10%;

}

/* PORTADA */

}

@media screen and (max-width: 400px) {

  /* PORTADA */
  .imagen-diseno{
    width: 90%;
  }

  .disenoredes{
    width: 90%;
  }

  .parrafo{
      width: 95%;
      padding: 0;

  }


}
/* RESPONSIVE */
