@font-face {
  font-family: 'fancy';
  src: url('../pics/Angelia.ttf') format('truetype');
}

@font-face {
  font-family: 'gara';
  src: url('../pics/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
}
*{
  margin-left: 4%;
  margin-right: 4%;
}
h1{
  font-family: 'gara', serif;
  font-weight: normal;
  font-style: normal;
}
h2{
  font-family: 'fancy', serif;
  font-weight: normal;
  font-style: normal;
}
h3{
  font-family: 'gara', serif;
  font-weight: normal;
  font-style: normal;
}
p{
  font-family: 'gara', serif;
  font-weight: normal;
  font-style: normal;
}
.vh-70 {
  height: 70vh
  !important;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.centerOther{
  justify-content: center;
  align-items: center;
}
.tiempo {
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
.contenedor-contador {
  text-align: center;
  border-radius: 5px;
}
.bloque {
  padding: 5px;
  border-radius: 3px;
  min-width: 3px;
}
.numero {
  font-family: 'gara', serif;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.etiqueta {
  font-family: 'gara', serif;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.arc-window {
  width: 300px;
  height: 1000px;
  position: relative;
  clip-path: path('M 0,160 A 160,160 0 0,1 320,160 L 320,930 L 0,930 Z');
  background: #f7f1ee;
  overflow: hidden;
}

.window-content {
  padding: 80px 30px 30px;
  text-align: center;
}

.window-content h2 {
  margin-top: 0;
  color: #2c3e50;
}

.window-wrapper {
  position: relative;
  width: 400px;
  height: 930px;
  z-index: 1;
}


.arch-decor {
  position: absolute;
  width: 180px;
  height: auto;
  pointer-events: none;
  z-index: 10;
}

.arch-decor.tr { 
  top: 0px;    
  right: 0px; 
} 

.arch-decor.bl { 
  bottom: -40px; 
  left: -15px; 
}