

/*
Theme Name: COLOCAR AQUI EL NOMBRE DEL TEMA
Author: Lattedev
Author URI: https://www.lattedev.com
Description: The official theme for ...
Version: 1.0

EN CASO DE NO SER UN TEMA DE WORDPRESS SIMPLEMENTE ELIMINAR ESTE PRIMER COMENTARIO POR COMPLETO
*/



/* MAPA DE CONTENIDOS:

1) =ROOT:
  1.1) =Variables de personalizacion de pagina
  1.2) =Variables de cambio visual relacionado a al ancho de la pantalla

2) =MEDIA QUERIES:
  2.1) min-width:  360px
  2.2) min-width:  576px
  2.3) min-width:  768px
  2.4) min-width:  992px
  2.5) min-width: 1200px

3) =TIPOGRAFIAS:

4) =ETIQUETAS GLOBALES:

5) =ESTRUCTURA:

6) =COMPONENTES:

FIN DE MAPA DE CONTENIDOS */


/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                               1) =ROOT:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */

:root {

  /* ---------------------------------------------------------------------------
  ------------------------------------------------------------------------------
                 1.1) =Variables de personalizacion de pagina
  ------------------------------------------------------------------------------
  --------------------------------------------------------------------------- */
  /* la idea de esto es que sean como controles con los
  que hacer facilmente diferentes versiones de la pagina */

  /* --topCero: 46px; */
  /* --topCero: 0px; */
  --sE: 20;
  --specialContSpan: 4;

  /* COLORS */
  /* Al editar colores siempre usar HEX y nunca
  dejar espacio entre los dos puntos y el color */
  --color1:#FFD300;
  --color2:#FFFFFF;
  --color3:#D2AA6C;
  /* --color4:#EBE1C8; */
  /* --color5:#F5F0DC; */
  /* --color6:#FFFAE6; */

  /* SIZES */
  /* Al editar los tamaños, hacerlo siempre sin unidades
  sabiendo que el numero corresponde a la cantidad de pixeles */
  --sizeRa: 16; --sizeRb: 20; --sizeRc: 20; --sizeRd:24;
  --sizeR: calc(var(--sizeRa) * 1px);

  /* ---------------------------------------------------------------------------
  ------------------------------------------------------------------------------
      1.2) =Variables de cambio visual relacionado a al ancho de la pantalla
  ------------------------------------------------------------------------------
  --------------------------------------------------------------------------- */

}


/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                            2) =MEDIA QUERIES:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                          2.1) min-width:  =360px
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
@media     screen and (min-width: 360px)  {
  :root {
  /* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - 400px) / (1024 - 400))); */
  --sizeR: calc(calc(var(--sizeRa) * 1px) + (var(--sizeRb) - var(--sizeRa)) * ((100vw - 360px) / (768 - 360)));
}}

/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                          2.1) min-width:  =576px
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
@media screen and (min-width: 576px) {
  :root {
  }
}

/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                          2.1) min-width:  =768px
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  :root {
    --sizeR: calc(calc(var(--sizeRc) * 1px) + (var(--sizeRd) - var(--sizeRc)) * ((100vw - 768px) / (1200 - 768)));
  }
}

/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                          2.1) min-width:  =992px
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  :root {
  }
}


/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                          2.1) min-width:  =1200px
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
@media  screen and (min-width: 1200px) {
  :root {
    --sizeR: calc(var(--sizeRd) * 1px);
  }
}






/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
                                 =LOGIC FOLD
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */










/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                              3) =TIPOGRAFIAS:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */

@font-face {
  font-family: vipnagorgialla;
  src: url(../fonts/vipnagorgialla.ttf);
}

/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                           4) =ETIQUETAS GLOBALES:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
:root{font-size:var(--sizeR)}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.countView{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem;
  background: black;
  color: white;
  font-family: 'Poppins', sans-serif;
}

/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                              5) =ESTRUCTURA:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */

.footer {
  position: absolute;
  left: 3rem;
  bottom: 1rem;
}

.privacyContainer {
  display: flex;
}

.privacyLink {
  color: #AAA;
  text-decoration: none;
  font-size: .6rem;
  opacity: .5;
  margin: .1rem 0;
}

.credits {color: #AAA; font-size: .5rem; opacity: .7}


/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                              6) =COMPONENTES:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.english{
  color: #AAA;
}

.mainLogo {
  position: absolute;
  top: .6rem;
  right: 2rem;
  width: 230px;
  z-index: 4;
}


/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                              6.1) =titles:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.titles {
  text-align: center;
  font-family: vipnagorgialla;
}
.title1 {height: 5rem;}
.title2 {
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-top: 1rem;
  word-spacing: 2px;
  font-weight: 100;
  text-transform: uppercase;
}

.title1{
  font-size: 5rem;
}

.text{
  font-size: .7rem;
}

.title3 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  word-spacing: 5px;
  font-weight: 100;
  font-style: italic;
  text-transform: lowercase;
}
/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                              6.2) =Count Down:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
#demo{
  font-size: 5rem;
  font-weight: 100;
}
.countCountainer {
  display:grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-auto-columns: 1fr min-content;
  grid-template-rows:1fr min-content;
  grid-auto-flow: column;
  text-align: center;
  align-items: center;
  margin-top: 2rem;
}
.countNumber{
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 100;
}
.dosPuntos{
  font-size: 4rem;
  /* transform: scaleY(2); */
  grid-row: span 2;
  width: min-content;
}
/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                              6.3) =Form:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */

.suscribete {font-size: .7rem; text-align: center}
.form{
  width: 37%;
  margin:2rem;
  margin-bottom: 16rem;
  margin-top: 1.5rem;
}

.formInputs{
  width: 100%;
  position: relative;
  height: 1.7rem;
  overflow: hidden;
}

.formInputs input{
  width: 100%;
  height: 100%;
  /* color:#595f6e; */
  color:white;
  border:none;
  padding-top: 5px;
  outline: none;
  background: transparent;
}

.formInputs label{
  position: absolute;
  bottom:0;
  left:0;
  height: 100%;
  width:100%;
  pointer-events: none;
  border-bottom: 1px solid #CCC;
}

.formInputs label::after{
  border-bottom:3px solid var(--color1);
  content:'';
  position: absolute;
  left: 0;
  bottom:-1px;
  height:100%;
  width: 100%;
  transform: translateX(-100%);
  transition: .3s ease-in-out;
}

.contentName{
  position: absolute;
  bottom:5px;
  left: 0;
  transition: all 0.3s ease;
  color:#A0A0A0;
  font-size: .6rem;
  opacity: .7;
}

.formInputs input:focus + .labelName .contentName,
.formInputs input:valid + .labelName .contentName{
  transform:translateY(-80%);
  font-size: .6rem;
  /* color:#5fa8d3; */
  /* color:white; */
}

.formInputs input:focus + .labelName::after,
.formInputs input:valid + .labelName::after{
  transform: translateX(0);
}

.checkNorms{
  font-size:.3rem;
  position: relative;
  padding-left: .7rem;
}
.checkNorms::after{
  content: "";
  width:  .3rem;
  height: .3rem;
  background: transparent;
  position: absolute;
  top:0;
  left:0;
  border: 2px solid white;
}
#checkNorms{position:absolute;left:-200vw}
#checkNorms:checked ~ .checkNorms::after{
  background: white;
}


.butttonSend{
  background: transparent;
  border:2px solid white;
  color: #CCC;
  margin: 1rem 0;
  margin-left: auto;
  float: right;
  padding: .2rem;
  text-transform: uppercase;
}


/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                              6.4) =skews:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.skew{
  position: absolute;
  top:0;
  left: 0;
  height: 4rem;
  width:20%;
  transform-origin: 0 0;
  transform: skewX(-25deg);
  background: #AAA;
  /* box-shadow:  */
  box-shadow: 14px 0 28px rgba(0,0,0,0.25), 10px 0 10px rgba(0,0,0,0.22);
}
.skew2{
  height: 1.7rem;
  width:calc(20% + 3rem);
  background: var(--color1);
}

/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                              6.5) =yellow lines:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.yellowContainer{
  position: relative;
  display: grid;
  grid-auto-flow: column;
  gap:.3rem;
  /* height:1.2rem; */
  margin: 1rem;
  margin-top: 2.2rem;

}
.yellowLine{
  /* position: absolute; */
  top:0;
  left: 0;
  height: .8rem;
  width:  .35rem;
  transform-origin: 0 0;
  transform: skewX(-25deg);
  background: var(--color1);

}

/* ---------------------------------------------------------------------------
------------------------------------------------------------------------------
                              6.6) =background:
------------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.backgroundShadow{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-image: radial-gradient(circle farthest-corner at 50% 0rem, #000 0%, rgba(0, 0, 0, 0) 80%);
  top: 0;
  left:0;
}
.background1{
  position: absolute;
  /* top: 14rem; */
  bottom:19rem;
  right:0;
  z-index: 1;
  width: 87%;
  /* height: 100%; */
}
.background2{
  position: absolute;
  bottom:0;
  left:  0;
  width: 100%;
  z-index: 0;
}
