@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Slab:wght@100..900&family=Roboto:wght@400;700;900&display=swap');

body {
      font-family: "Roboto Mono", monospace;
      margin: 0;
      padding: 0;
}

a {
      text-decoration: none;
      display: inline;
      color: black;
}

.home-body {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
}

.grid-container {
      max-width: 980px;
      margin: auto;
}

/******* HEADER *********/

header {
      width: 100%;
      height: 140px;
      display: grid;
      grid-template-rows: 1fr 1fr;
}

header .header-icons-container {
      width: 100%;
      height: 50px;
      display: grid;
      background-color: #47cfac;
}

header .header-icons-container .icons {
      width: 300px;
      height: auto;
      display: flex;
      justify-items: flex-end;
      align-items: center;
      justify-content: space-between;
      justify-self: end;
      margin-right: 50px;
}

header .icons span {
      color: white;
}

nav {
      display: grid;
      grid-template-columns: 1fr 1fr;
      height: 90px;
}

nav .nav-logo-container {
      margin-left: 50px;
}

nav .nav-logo-container img {
      width: 220px;      
      margin-top: 10px;
}

nav .profile-link {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-right: 50px;
}

nav .profile-link a {
      color: black;
      border-bottom: 2px solid black;
}

.home-main {
      display: grid;
      grid-template-columns: 1fr 4fr 1fr;
      /* tip de comentario dela clase 10 */
      /* height: calc(100vh - 140px);    */
      height: 100%;
      /* height: 100vh; */
      background-image: url('../assets/img/Cover.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}

.home-main section {
      display: grid;
      grid-column: 2;
      justify-items: center;
      height: 350px;
      margin-top: 80px;
}

.home-main-text {
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 10px;      
      text-align: center;
      color: white;
}

.home-main-button {
      width: 110px;
      height: 50px;
      background: #47cfac;
      display: grid;
      align-items: center;
      /* border-radius: 50px; */
      border: none;
      /* text-shadow: 2px 2px 4px #000000;
      box-shadow: -11px 13px 36px -12px rgba(0,0,0,1); */
}

.home-main-button a {
      font-weight: 700;
      font-size: 18px;
      
}

.home-main-button:hover {
      background-color: #c7cd23;
      transform: scale(1.1);
      border: none;
}


/**** BLOGS ****/

.blogs-main {
      display: grid;
}

.blogs-news-container {
      background-color: #e6e9ed;
      padding: 0px 50px 40px;
}

.blogs-main-new {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-template-rows: 2fr;
}

.blogs-news-img-container {
      grid-column: 1;
}

.blogs-news-img-container img {
      width: 85%;
}

.blogs-news-info-container {
      grid-column: 2;
}

.blogs-news-info-container p {
      margin-bottom: 35px;
}

.blogs-button {
      border: 1px solid #47cfac;
      padding: 10px 15px;
      font-size: 12px;
}

.blogs-posts-container {
      padding: 0 50px 40px;
      /* text-align: center; */
}

.blogs-posts-container h3 {
      border-bottom: 1px solid #cdd2da;
      padding-bottom: 20px;
      text-align: center;
}

/**** ARTICLE *****/

.blogs-posts-container .post-container {
      display: inline-block;
      padding-left: 10px;
      max-width: 30%;
      margin-bottom: 50px;
      /* text-align: left; */
}

.blogs-posts-container .post-container p {
      margin-bottom: 35px;      
}

.blogs-posts-container .post-container img {
      width: 100%;
}


/****** FOOTER ********/


footer {
      width: 100%;
      height: 80px;
      background-color: #22272d;
      border-top: 35px solid #47cfac;
      text-align: center;
}

footer p {
      color: white;
      margin-top: 30px;
}


/********* BLOG ********/

.blogpost-img-container {
      padding: 0 50px 40px;
}

.blogpost-img-container img {
      width: 100%;
}

.blogpost-main-container {
      padding: 0 50px 40px;
}

.blogpost-main-container h3 {
      border-bottom: 1px solid #cdd2da;
      padding-bottom: 20px;
}

.blogpost-main-container article h1 {
      font-size: 35px;
}

/******* CONTACTO ********/

.contact-main-container {
      width: 100%;
      min-height: 250px;
      background-color: #e6e9ed;
      text-align: center;
      padding-bottom: 50px;
}

.contact-main-container div {
      display: inline-block;
      width: 49.5%;
      height: 100%;
}

.contact-main-container div a {
      border-bottom: 1px solid black;
      padding-bottom: 5px;
}

.contact-main-container .contact-left, .contact-right {
      text-align: initial;
      margin-top: 85px;
}

.contact-main-container img {
      width: 100px;
}


/********* PERFIL Y PROYECTOS ********/

.profile-main-container {
      padding: 70px 40px;
      background-color: #e6e9ed;
      margin-bottom: 50px;
}

.profile-main-container img {
      width: 320px;
      margin-right: 30px;
}

.profile-main-container .profile-container {
      display: flex;
}

.profile-main-projects {
      padding: 0 50px 40px;
}

.profile-main-projects h3 {
      border-bottom: 1px solid #cdd2da;
      padding-bottom: 35px;
      text-align: center;
}

.projects-main-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
}

.project-container {
      padding: 0 5px;
}