@charset "UTF-8";
/*Responsive*/
/*responsive*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.button {
  display: inline-block;
  background-color: #264065;
  padding: 15px 40px;
  border-radius: 55px;
  color: white;
  text-decoration: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 50px;
  padding-bottom: 100px;
}
.header .logo img {
  width: 150px;
}
.header nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}
.header nav ul li a {
  text-decoration: none;
  color: #264065;
}
.header .nav_01 button {
  width: 27px;
  height: 25px;
  border: none;
  margin-left: -35px;
}
.header .nav_02 .sign_in a {
  text-decoration: underline;
}
.header .nav_02 a img {
  width: 25px;
}
.header .nav_02 .button a {
  color: white;
}

main .container {
  max-width: 100%;
  display: flex;
  align-content: space-between;
}
main .hero_left img {
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
body .blue {
  background-color: #A9D6CB;
  width: 750px;
  height: 750px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -5;
}
body .grey {
  background-color: #FAF8F5;
  width: 1250px;
  height: 750px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
body .img_fondo {
  position: absolute;
  top: 95px;
  left: 1150px;
  z-index: -4;
}
body .img_fondo img {
  width: 450px;
}

.container_base {
  margin-top: 35px;
  margin-left: 120px;
  margin-right: 45px;
}

.hero_left h1 {
  font-size: 60px;
  font-weight: 700;
  color: #264065;
  margin-bottom: 35px;
}
.hero_left p {
  font-size: 24px;
  font-weight: 400;
  color: #909090;
  margin-bottom: 50px;
}
.hero_left .buttons {
  display: flex;
  gap: 75px;
  margin-left: 0;
  margin-bottom: 50px;
}
.hero_left .buttons a {
  align-content: center;
  text-decoration: none;
}
.hero_left .buttons .play {
  display: inline-block;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 2px 55px rgba(0, 0, 0, 0.3);
}
.hero_left .buttons .play_group {
  color: #264065;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero_left {
  /*No consigo que se queden los objetos centrados y veo un margen en la derecha más amplio*/
}
.hero_left .datos {
  display: flex;
  align-content: space-between;
  gap: 50px;
  background-color: white;
  padding-top: 35px;
  border-radius: 25px;
  margin-left: 75px;
}
.hero_left .datos img {
  display: inline-block;
  background-color: #A9D6CB;
  padding: 9px;
  border-radius: 50%;
}
.hero_left .datos article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero_left .datos article h2 {
  color: #264065;
  font-size: 30px;
  margin-top: 20px;
  font-weight: 500;
}
.hero_left .datos article p {
  text-align: center;
  color: #909090;
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
  max-width: 75%;
}

/*Los nombres sé que están mal nombrados ("right y left") pero
intenté, iluso de mi, renombrarlos y volver a conectar todo y
se me desmonta por todos lados. He preferido dejarlo así por ahora*/
.hero_right img {
  width: 70%;
}
.hero_right .info_02 {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  width: 310px;
  height: 247;
  top: 75%;
  right: 15%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  border-radius: 20px;
}
.hero_right .info_02 span {
  font-weight: 700;
}
.hero_right .info_02 img {
  max-width: 25px;
}
.hero_right .info_01 {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  width: 310px;
  height: 247;
  top: 50%;
  right: 9%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  border-radius: 20px;
}
.hero_right .info_01 span {
  font-weight: 700;
}
.hero_right .info_01 img {
  max-width: 25px;
}

/*# sourceMappingURL=style.css.map */
