@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  color: #333333;
}

a {
  text-decoration: none !important;
  color: #333333;
}

.widget-container {
  width: 100%; /* vDinámica */
  /*height: 180px;*/
}

.widget {
  position: relative;
  display: block;
  width: 100%;
  height: 164px;
  background-image: linear-gradient(to bottom right, #eeeeee, #ffffff);
  border: 1px solid #e0040b;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.content {
  display: block;
  width: calc(100% - 26px);
  margin: auto;
}

.title {
  width: 100%;
  padding: 10px 0 8px;
  border-bottom: 1px solid #e0040b;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-container {
  float: left;
  width: 50%;
}

.info {
  margin-top: 14px;
  padding-left: 8px;
  border-left: 3px solid #333333;
}

.subtitle {
  font-size: 10px;
  font-weight: 800;
  color: #e0040b;
  text-transform: uppercase;
}

.subtitle svg {
  width: auto;
  height: 11px;
}

.data {
  font-size: 20px;
  font-weight: 400;
}

.credits {
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 9px;
  font-weight: 600;
}

.month {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #e0040b;
}

.logo {
  position: relative;
}

.logo a {
  position: absolute;
  top: -27px;
  left: calc(50% - 50px);
}

.logo img {
  width: 100px;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}

.test-container {
  width: 300px;
}