@import url("https://fonts.googleapis.com/css2?family=Undbounded:wght@100;200;300;400;500;600;700&display=swap");
@import "https://cacestculte.com/wp-content/themes/cestculte/assets/css/reset.css";

body {
  overflow-x: hidden;
}
.media-container {
  background-color: white;
  text-transform: uppercase;
}
.container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  padding: 0px 25px;
}
.bar {
  width: 100%;
  height: 7px;
  background-color: #1f145f;
  position: absolute;
  bottom: 0;
}
.content .announce {
  background-color: #524ff5;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 35px;
}

.media-links {
  display: flex;
}

.p-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  padding: 5px 10px;
  transform: skew(-12deg);
}

.p-button img,
.p-button p {
  transform: skew(12deg);
}
.title {
  padding: 25px 0px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
}

.logo {
  flex: 2;
}

.search {
  flex: 2;
  justify-self: center;
  display: flex;
  justify-content: end;
}

footer {
  background-color: #1f145f;
  padding: 50px 0px;
}

footer li,
footer h3 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 15px;
  color: white;
}
footer .content ul li {
  padding: 5px 0px;
}
footer .content ul li:first-child,
footer h3 {
  padding-bottom: 10px;
  font-weight: 600;
}
hr {
  margin: 25px 0px;
  height: 2px;
  background-color: #74c2bd;
  width: 100%;
}
.footer-media a {
  margin: 7px 3px;
}

.rounded-image {
  position: relative;

  width: fit-content;
  height: fit-content;
}
.rounded-image::after {
  background: linear-gradient(to top, #c5512d, #c5502d00);

  position: absolute;
  border-radius: 0px 0px 15px 15px;
  left: 0;
  right: 0;
  top: 65%;
  bottom: 6px;
  content: " ";

  z-index: 1;
}
.rounded-image img {
  border-radius: 15px;
}
.title-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 10%;
  top: 70%;
  z-index: 2;
  font-weight: 600;
}

.s-button {
  background-color: #524ff5;
  text-align: center;
  color: white;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 10px 0px;
  cursor: pointer;
  width: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-section {
  font-size: 24px;
  font-weight: 900;
  color: #1f145f;
  text-transform: uppercase;
  margin-right: 25px;
}
.title-bar {
  width: 80%;
  height: 5px;
  background-color: #524ff5;
}

.ad {
  background-color: #524ff5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 50px;
  border: #1f145f solid 20px;
  border-radius: 8px;
  color: white;
  text-align: center;
  justify-self: center;
  margin-bottom: 25px;
  width: 80%;
}
.ad p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.ad h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: white;
}

.ad button {
  padding: 10px 25px;
  background-color: #1f145f;
}
.instagram {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  flex-wrap: wrap;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .media-container {
    display: none;
  }
  .content {
    width: auto;
  }
  .container {
    width: auto;
  }
  .title {
    font-size: 16px;
  }
  .ad {
    display: none;
  }
  .weather {
    display: none !important;
  }
  .footer-media {
    display: none;
  }
  .rounded-image-footer {
    display: none;
  }
  .s-button-footer {
    display: none;
  }
  .urgent {
    flex-wrap: wrap;
  }
}
