* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 58%, rgba(252,197,54,1) 42%);
}
.content-wrapper{
  /* display: none; */
  width: 100%;
}

nav {
  width: 100%;
  height: 100%;
}
nav img{
  width: 100%;
}

nav .row {
  height: 100%;
}

nav .col-6 .img-container {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
  width: 100%;
}

nav .col-6:nth-child(2) .img-container {
  justify-content: end;
}

nav .img-container img {
  width: 200px;
  filter: brightness(100);
}

.contenedor-general {
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #000; */
}

.content-wrapper {
  height: 100%;
}

.content-wrapper .row {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 50px;
}

.content-wrapper .row .title {
  font-size: 3rem;
  color: #FCC536;
  font-weight: 300;
  z-index: 1000;
}

.content-wrapper .row .title strong {
  font-weight: 600;
}

.content-wrapper .row .icon i {
  font-size: 5rem;
  color: #FCC536;
  font-weight: 600;
}

.content-wrapper .row .time-container {
  color: #000;
  font-weight: 600;
}

.content-wrapper .row .time-container span {
  font-size: 7rem;
  color: #000;
  font-weight: 600;
}

.content-wrapper .row .minutes {
  font-size: 2.5rem;
  color: #000;
  font-weight: 300;
}

.content-wrapper .row .minutes strong {
  font-weight: 600;
}

.content-wrapper .circle-container{
  width: 100%;
  display: flex;
  justify-content: center;
  background: #000;
  padding-bottom: 30px;
  z-index: 100;
}
.content-wrapper .circle-container.c2{
  background: #FCC536;
}
.content-wrapper.content-wrapper.horizontal .circle-container{
  background-color: #fff;
}


.content-wrapper .circle {
  background-color: #EFF0EF;
  padding: 30px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: 1;
}
.content-wrapper.vertical .circle {
  width: 52%;
}

.content-wrapper .circle .title {
  font-size: 2.3rem;
  color: #000;
  font-weight: 300;
}

.content-wrapper .circle .title strong {
  font-weight: 600px;
}

.content-wrapper .circle .row {
  justify-content: center;
}

.top-title {
  margin-bottom: -20px;
}

footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer img{
  width: 200px;
}

.content-wrapper.horizontal .row .icon i {
  font-size: 4rem;
  color: #FCC536;
  font-weight: 600;
}

.content-wrapper.horizontal .row .title {
  font-size: 2.5rem;
  color: #FCC536;
  font-weight: 300;
  z-index: 1000;
}

.content-wrapper.horizontal .top-title .row {
  padding-top: 0;
}

.content-wrapper.horizontal>.row {
  padding-top: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}

.content-wrapper.horizontal .row .circle .title {
  font-size: 3rem;
  color: #000;
  font-weight: 300;
  z-index: 1000;
}
.content-wrapper.horizontal .row .circle {
  aspect-ratio: inherit;
  border-radius: 0;
  position: relative;
}

.content-wrapper.horizontal.single .row .time-container span {
  font-size: 11rem;
  color: #000;
  font-weight: 600;
}
.content-wrapper.horizontal.single .row .minutes {
  font-size: 4rem;
  color: #000;
  font-weight: 300;
}
.content-wrapper.horizontal.single .row .minutes strong{
  font-size: 6rem;
  color: #000;
  font-weight: 700;
}
.content-wrapper.horizontal.single .row .title {
  font-size: 4rem;
  color: #FCC536;
  font-weight: 300;
  z-index: 1000;
}
.content-wrapper.horizontal.single .row .title {
  font-size: 2.5rem;
  color: #000;
  font-weight: 300;
  z-index: 1000;
}
.content-wrapper.horizontal.single .row .circle .title br{
  display: none;
}
.content-wrapper.horizontal.single .row .title{
  font-style: italic;
}
.content-wrapper.horizontal.single .row .title strong{
  font-style: normal;
}
.content-wrapper .circle {
  padding: 10px;
}
.content-wrapper .circle .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-wrapper.horizontal.single .row .time-container span {
  font-size: 15rem;
  line-height: 0.8;
}
.content-wrapper.horizontal .row .circle{
  z-index: 1;
}
.content-wrapper.horizontal .row .circle .row .col-12{
  padding-left: 0;
  padding-right: 0;
}
.content-wrapper.horizontal .row .circle::before {
  content: '';
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #EFF0EF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 70%;
  transform: translate(15%);
  z-index: -1;
}
.content-wrapper.horizontal .row .circle::after {
  content: '';
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #EFF0EF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 17%;
  transform: translate(70%);
  z-index: -1;
}
.content-wrapper.horizontal.single .row .title.yellow {
  font-size: 2.5rem;
  color: #FCC536;
  font-weight: 300;
  z-index: 1000;
}

.content-wrapper.horizontal.single .row .title.yellow {
  font-size: 5rem;
  color: #FCC536;
  font-weight: 300;
  z-index: 1000;
  line-height: 1;
}
.content-wrapper.horizontal.single .row .title.yellow i {
  font-size: 3.5rem;
}
.content-wrapper.horizontal.single .row .title {
  font-size: 3.5rem;
}
.content-wrapper.horizontal.single .row .time-container span {
  font-size: 25rem;
  line-height: 0.9;
}
.content-wrapper.horizontal .row .circle {
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-wrapper.horizontal .row .circle::after {
  content: '';
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #EFF0EF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -284px;
  transform: translate(0);
  z-index: -1;
}
.content-wrapper.horizontal .row .circle::before {
  content: '';
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #EFF0EF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 120px;
  transform: translate(0);
  z-index: -1;
}
.content-wrapper .circle .row {
  padding-top: 10px;
  padding-bottom: 10px;
  width: max-content;
}
.content-wrapper .circle .row *{
  width: max-content;
}
.content-wrapper.horizontal .row .circle {
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 400px;
  max-width: 400px;
  display: flex;
  justify-content: center;
}
.content-wrapper.horizontal>.row {
  padding-top: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  height: auto;
  align-items: flex-end;
  padding: 0;
  padding-bottom: 40px;
}
footer img {
  width: 300px;
}
.content-wrapper {
  align-items: center;
}
@media screen and (max-width: 1000px){
  .content-wrapper.horizontal:not(.doubles) .row .circle::after {
    display: none;
  }
  .content-wrapper.horizontal:not(.doubles) .row .circle::before {
    display: none;
  }
  .content-wrapper.horizontal:not(.doubles) .row .circle {
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: relative;
    padding: 150px;
  }
  .horizontal-plane{
    position: absolute;
    top: 0% !important;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  .content-wrapper.horizontal.single .row .title{
    line-height: 1;
  }
  .content-wrapper.horizontal.single:not(.doubles) .row .circle .title br{
    display: inherit;
  }
  .content-wrapper.horizontal.single .row .circle .title b{
    display: none;
  }
  .content-wrapper.horizontal.single .row .time-container span {
    font-size: 15rem;
    line-height: 1;
  }
  .content-wrapper.horizontal.doubles .row .circle::before {
    right: 70%;
    transform: translate(20%);
  }
}

