* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

head {
    display: none;
}

body {
    display: block;
    margin: 8px;
    font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: semibold;
  font-size: 25px;
}

header {
    border-bottom: 2px solid #f4f5f6;
    position: sticky;
    top: 0;
    background-color: #fff;
    display: block;
    z-index: 1;
}

.header-container {
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    font-size: 14px;
    justify-content: space-between;
}

.nav-left {
    display: flex;
    justify-content: flex-start;
}

.nav-left, .nav-right a {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 45px;
}

svg[Attributes Style] {
    width: 238;
    height: 50;
    fill: none;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

g[Attributes Style] {
    clip-path: url(#clip0_106_31152);
}

:not(svg) {
    transform-origin: 0px 0px;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

.nav-left, .nav-right a {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 45px;
}

.account {
    margin-right: -35px;
}

.account svg {
    margin-left: -6px;
}

.nav-left, .nav-right a {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 45px;
}

.search {
    padding-left: 20px;
    border-left: 1.5px solid #f4f5f6;
}

.header-bar {
    border-top: 2px solid #f4f5f6;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.barlinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1245px;
    height: 44px;
}

barlinks a {
    font-size: 15.5px;
    font-family: "Open-sans";
}

.clima{
    border-bottom: 2px solid #f4f5f6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    font-size: 100px;
  }

.clima a {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
    max-width: 1245px;
  }

.fa-solid {
    --fa-style: 900;
}

svg[Attributes Style] {
    width: 30;
    height: 30;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

rect[Attributes Style] {
    width: 24;
    height: 24;
    fill: url(#pattern0_2626_51581);
}

.clima a .min {
  color: #757575;
  }

.clima a .local {
  color: #1e10fc;
    text-decoration: underline;
    margin: 3px;
  }
  
.divider-vertical {
    width: 1px;
    background-color: var(--color-border-medium);
    margin: 0 24px;
    border: none;
}

div {
  display: block;
  }

@media (max-width: 768px)
.news-grid {
    flex-direction: column;
}

.news-grid {
    display: flex;
    justify-content: space-around;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

@media (max-width: 768px)
.news-card {
    min-width: 100%;
}

.news-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 192px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header-bar {
  border-top: 1px solid #eee;
}

.bar-links {
  max-width: 1240px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  height: 44px;
  align-items: center;
}

.bar-links a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}


.container {
  max-width: 1240px;
  margin: 40px auto;
  padding: 0 20px;
}


.featured h1 {
  font-size: 48px;
  color: #c4170c;
  margin-bottom: 20px;
}

.featured ul {
  list-style: none;
}

.featured li {
  font-size: 18px;
  margin-bottom: 10px;
}

.news-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.news-card img {
  width: 100%;
  border-radius: 10px;
}

.news-card h3 {
  margin-top: 10px;
  font-size: 20px;
  color: #c4170c;
}

h1 {
   color: #c4170c;
   margin: 5px;
   font-size: 80px;
  }
  
li {
  margin: 0px 40px;
  }

.news-card p {
  font-size: 15px;
}

.clima a { 
  display: flex; 
  align-items: center; 
  font-size: 14px;
  width: 100%; 
  max-width: 1245px; 
  }
  
  
.clima a .min { 
  color: #757575; 
  }
  
.clima a .local { 
  color: #1e10fc; 
  text-decoration: underline; 
  margin: 3px; 
  }

  
main img { 
  object-fit: cover; 
  object-position: center center; 
  position: relative; 
  top:150px; 
  }
  
.featured-section { 
  margin-bottom: 40px; 
  padding-bottom: 24px; 
  border-bottom: 1px solid #e0e0e0; 
  display: flex;
  justify-content: flex-end; 
  justify-content: space-between; 
  }
  
.section-header { 
  display: flex; 
  align-items: center; 
  justify-content: flex-start; 
  gap: 16px;
  flex-direction: column;
  max-width: 660px; 
  }
  
main {
  width: 100%;
  padding: 0;
  }

.bunner {
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
  }
  
.not1{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 350px 35px 20px;
  }
  
.news-card h3 {
  font-size: 30px;
  }
  
.news-card p {
  font-size: 20px;
  }
  
.news-card {
  position: relative;
  display:flex;
  flex-direction: row;
  }
  
.news-card img {
    position: absolute;
    width: 450px;
    height: 200px;
    margin: 0px 50px;
    z-index: 1;
  }
  
.text {
  position: absolute;
  text-align: bottom;
  z-index: 2;
  padding:20px;
  margin: 10px 5px;
  }
  
footer {
  margin: 400px 10px;
  }