/* 
* Estilos generales
* ------------------
*/

.hide {
  display: none !important;
  opacity: 0 !important;
}

#contentWeb.infini > * {
  height: 20px;
}

button {
  border: none;
  background: transparent;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.sub {
  color: #474e56;
  display: block;
  margin-bottom: 30px;
  font-family: 'Teko-light';
  font-size: 31.923px;
  font-weight: 300;
  letter-spacing: 6.385px;
}

.carouselH3 {
  width: 500px;
  color: #a4c868;
  font-family: 'Teko-semi';
  font-size: 66px;
  font-weight: 600;
  line-height: 91%;
  display: block;
  /* margin-bottom: 40px; */
}

.carouselBig {
  font-size: 92px;
}
.ctnNoticias {
  margin: 280px 0px;
}

p {
  font-family: 'HK Grotesk', sans-serif;
  font-size: 20px;
  line-height: 118.8%;
}

.link {
  color: #474e56;
  text-align: center;
  cursor: pointer;
  font-family: 'HK Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 118.8%;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  width: 250px;
}

.titulos {
  color: #252525;
  text-align: center;
  font-family: 'Teko', sans-serif;
  font-size: 92.749px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
}

.titulos2 {
  color: #a4c868;
  text-transform: inherit;
  font-family: 'Teko-semi';
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
span::selection,
strong::selection {
  background-color: #cec3ac;
}

.container {
  max-width: 1440px;
}

.padding__2xl {
  padding: 150px 50px;
}

.padding__xl {
  padding: 120px 50px;
}

.padding__lg {
  padding: 80px 0;
}

.padding__md {
  padding: 60px 0;
}

/* 
* Tamaños de fuentes
* -------------------
*/

.font__xxl {
  font-size: 3rem;
}

.font__xl {
  font-size: 2rem;
}

.font__lg {
  font-size: 1.6rem;
}

.font__md {
  font-size: 1rem;
}

.font__xs {
  font-size: 0.8rem;
}

/* 
* Tipografías
* -------------------
*/

.primary__font {
  font-family: 'Teko', sans-serif;
}

.secondary__font {
  font-family: 'Kaushan Script', sans-serif;
}

.tertiary__font {
  font-family: 'HK Grotesk';
}

.primary__font--bold {
  font-family: 'Teko-semi';
}

.secondary__font--bold {
  font-family: 'Montserrat', sans-serif;
}

.tertiary__font--bold {
  font-family: 'Montserrat', sans-serif;
}

.font_Monse {
  font-family: 'Montserrat', sans-serif;
}

.box {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 28px;
}

.box2 {
  max-width: 1180px;
  gap: 35px;
}

.paddLeft {
  padding-left: 15vw;
}

.number {
  color: rgba(164, 200, 104, 0.3);
  font-family: 'Teko', sans-serif;
  font-size: 238.017px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  height: 100%;
  /* margin-right: -86px; */
  align-items: center;
  justify-content: center;
}

/* 
* Colores
* -------------------
*/

.white__color {
  color: #ffffff;
}

.black__color {
  color: #000000;
}

.primary__color {
  color: #000000;
}

.secondary__color {
  color: #000000;
}

.tertiary__color {
  color: #000000;
}

.bg__primary--color {
  background-color: #000000;
}

.bg__secondary--color {
  background-color: #dddddd;
}

.imgNosotrosWidth {
  max-width: 400px;
  margin-right: -50px;
}

.flexComplet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btnGeneral {
  background-color: transparent;
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  cursor: pointer;
  color: #a4c868;
  text-align: center;
  letter-spacing: 8.85px;
  padding: 8px 40px;
  border: 3px solid #a4c868;
  font-weight: 600;
  width: auto;
  background-image: -webkit-linear-gradient(
    90deg,
    #a4c868 50%,
    transparent 50%
  );
  background-image: linear-gradient(90deg, #a4c868 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}

.btnGeneral:hover {
  color: white;
  text-decoration: none;
  background-position: 0;
  transition: 1.5s;
}

#cabecera .fondo1.minHeight {
  height: 20%;
  margin-top: 100%;
}

.nomove {
  overflow: hidden;
}

#contenedorHome {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* 
* Tamaños Responsive
* -------------------
*/

@media screen and (max-width: 1600px) {
  .container {
    max-width: 1250px;
  }
}

@media screen and (max-width: 1400px) {
  .paddLeft {
    padding-left: 12vw;
  }
  .imgNosotrosWidth {
    margin-right: 0;
  }

  .carouselH3 {
    width: 410px;
    font-size: 63px;
  }

  .container {
    max-width: 1100px;
  }

  .titulos {
    font-size: 80px;
  }

  .number {
    font-size: 200px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .imgNosotrosWidth {
    max-width: 100%;
    margin-right: 0;
  }
  .paddLeft {
    padding-left: 7vw;
  }

  .container {
    max-width: 1000px;
  }

  .carouselH3 {
    font-size: 60px;
    width: 360px;
  }

  .sub {
    margin-bottom: 20px;
  }

  .titulos {
    font-size: 60px;
  }

  .box {
    max-width: 800px;
  }

  .padding__2xl {
    padding: 100px 50px;
  }

  p {
    font-size: 19px;
  }

  .btnGeneral {
    font-size: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .carouselH3 {
    font-size: 48px;
  }
  .paddLeft {
    padding-left: 0vw;
  }

  .titulos {
    font-size: 45px;
  }

  .number {
    font-size: 150px;
    justify-content: start;
  }

  .padding__xl,
  .padding__lg,
  .padding__2xl {
    padding: 50px;
  }

  .sub {
    font-size: 25px;
    letter-spacing: 5px;
  }

  .link {
    font-size: 12px;
  }

  p {
    font-size: 18px;
  }

  .btnGeneral {
    font-size: 22px;
    padding: 5px 30px;
  }

  .circleInfinite {
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .padding__xl,
  .padding__lg,
  .padding__2xl {
    padding: 40px 30px;
  }
  .box {
    gap: 10px;
  }
  .btnGeneral {
    letter-spacing: 7px;
    font-size: 19px;
  }

  .titulos {
    font-size: 40px;
  }

  .box {
    max-width: 515px;
  }

  .formulario form .input-style.m {
    width: 100%;
  }

  #contacta br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .box {
    max-width: 100%;
  }

  .container {
    padding: 0;
  }

  .titulos {
    font-size: 31px;
  }

  .carouselH3 {
    width: 90%;
  }

  br {
    display: none;
  }

  p {
    font-size: 16px;
  }

  .btnGeneral {
    letter-spacing: 5px;
    font-size: 16px;
  }

  .number {
    font-size: 100px;
  }

  .sub {
    font-size: 20px;
  }
}
