@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  /* Colores principales */
  --blanco: white;
  --negro: black;
  --borde-negro: #00000050;
  --amarillo: #ffe050;
  
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

p a {
  display: inline-flex;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-size: inherit;
  font-weight: inherit;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

form,
input,
label,
textarea,
option,
select {
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
  font-family: "Inter", sans-serif;
  background-color: var(--negro);
  color: var(--negro);
}

.h1-hide {
  color: var(--blanco);
  display: none;
}

/* Oculta el cursor real */
html, body {
  cursor: none;
}

/* El círculo */
#custom-cursor{
    cursor: none;
  position: fixed;
  top: 0; left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #FFD600; /* amarillo */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 999999;
  background-color: #FFD600;

  mix-blend-mode: difference;
}



.titular-positivo {
  width: 100%;
  margin-top: 1em;
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: var(--negro);
}

.flecha {
  bottom: 85px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  animation: arrow 1s ease-in-out infinite;
  position: absolute;
}

@keyframes arrow {
  0% {
    transform: translate(0px, 50px);
  }
  50% {
    transform: translate(0px, 60px);
  }
  100% {
    transform: translate(0px, 50px);
  }
}
.flecha .arrow {
  width: 40px;
  color: var(--negro);
}
.flecha .arrow:hover {
  color: var(--amarillo);
}
.flecha .scroll {
  margin-bottom: 0.8em;
  font-size: 0.8em;
  font-weight: 200;
  text-align: center;
  color: var(--blanco);
}

@media (max-width: 690px) {
  body {
    background: var(--negro);
  }

  section {
    height: auto;
  }

  ul {
    min-width: 0;
  }

  .flecha {
    display: none;
  }

  .section-contacto {
    height: auto;
  }
  .contacto-mosaico-img {
    width: 301% !important;
     transform: translateX(-50%);
    display: block;
}
}
@media (max-width: 870px) {
  .section {
    height: auto;
  }
}
.header {
  width: 100%;
  padding: 0.7em 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  position: fixed;
  top: 0;
 background-color: #ffffffbd;
 color: black;
    z-index: 10;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
}
.header nav {
  width: 95%;
  margin: 0.3em 3em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  /* Icon 4 */
  box-sizing: border-box;
}
.header nav .nav-logo {
  width: 200px;
}
.header nav .desktop {
  display: flex;
}
.header nav .navphone {
  display: none;
}
.header nav .fab .fas .fa-phone {
  display: flex;
  color: black;
  background-color: black;
}
.header nav .burguer-menu {
  display: none;
}
.header nav .img-logo {
  width: 130px;
  height: 100%;
  margin: 0.5em;
}
.header nav .desktop {
  min-width: 580px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 0.8em;
}
.header nav .li-text {
  font-size: 0.7em;
}
.header nav .li-text:hover {
  color: var(--amarillo);
}
.header nav .li-text:active {
  color: var(--amarillo)
}
.section-filosofia {
    background-color: var(--amarillo); 
    padding: 6rem 8vw;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

@media (min-width: 800px) {
  .navphone {
    display: none !important;
  }
}
@media (max-width: 800px) {
  nav .desktop {
    display: none;
  }
  nav .header {
    padding: 0.4em;
  }
  nav .navphone {
    width: 100%;
    height: 60%;
    margin-top: 0em;
    margin: 1em auto;
    padding: 1.5em 1em 0.5em;
    position: relative;
    font-size: 1.2em;
    text-align: center;
    border-top: 1px solid #ab988b36;
    background-color: var(--blanco);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  nav .li-text {
    padding: 0.5em 0;
  }
  nav .header nav {
    flex-flow: column wrap;
  }
}
@media (max-width: 870px) {
  

  .header nav {
    width: 100%;
    margin: 0;
    padding: 0.5em 0;
    flex-flow: row wrap;

  }
  .header{
    z-index: 99;
    width: 100%;
    }

  .desktop {
    display: none !important;
  }

  .burguer-menu {
    display: flex !important;
    flex-flow: column;
    align-items: center;
  }

  .img-logo {
    margin: 0 !important;
  }

  .fab {
    display: flex;
    color: black;
    font-size: 1.5em;
    margin: 0 0.5em;
  }

  .navphone {
    width: 100%;
    height: 60%;
    margin-top: 0em;
    margin: 0.5em auto 0;
    padding: 1.5em 1em 0.5em;
    position: relative;
    font-size: 1.2em;
    text-align: center;
    border-top: 1px solid #ab988b36;
    background-color: var(--blanco);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}
#home {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  background-color:BLACK;
  padding-bottom: 6%;
}
.hero{
  align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}
#home .content-home {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  animation: desenf 11s ease-in;
  animation-fill-mode: both;
  border-bottom: 1px solid white;
}
@keyframes desenf {
  0% {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  100% {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
  }
}

.logo {
  width: 500px;
  height: initial;
}

.container-home {
  height: 5%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.text-about {
  font-weight: 100;
  font-size: 28px;
  color: #fafafa;
}

.text {
  max-width: 57%;
  font-size: 1.5em;
  font-weight: 100;
  text-align: center;
  color: var(--blanco);
  padding-top: 1em;
}
.alinea-q{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 7rem; 
}

.text-more {
  width: 100%;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  color: var(--negro);
}
.text-more2 {
  width: 100%;
  font-size: 9em;
  font-weight: 800;
  text-align: center;
  color: var(--negro);
}
.text-more3 {
  width: 100%;
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;  
  color: var(--negro);
  padding-bottom: 6%;
}
.logo2{
  width: 313px;
    height: initial;
        padding-bottom: 4%;

}
.columna-q{
  display: flex;
flex-flow: column;
}

.p-columna-q{
      color: var(--blanco);
    font-size: 1.7em;
    background-color: var(--negro);
    font-weight: 600;
    padding: 5px;
        width: fit-content;
}


@media (max-width: 855px) {
  #home {
    background-position-y: 0px;
  }
}
#about {
  height: 100vh;
background-color: var(--amarillo);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#about .section-about {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .titular-animacion {
  height: 245px;
  padding: 1em;
  margin: 0em 0.5em;
  font-weight: 700;
  text-align: center;
  color: var(--negro);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
#about .titular-about-largo {
  height: 245px;
  padding: 1em;
  margin: 0em 0.5em;
  font-weight: 700;
  text-align: center;
  color: var(--negro);
  border: 4px solid var(--negro);
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
#about .centrado {
  width: 100%;
  height: 85%;
  padding-bottom: 3em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.78);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#about .titular-about-corto {
  width: 335px;
}
#about .titular-about-largo {
  width: 350px;
  height: 350px;
  position: relative;
}
#about .nuevaventana {
  width: 5%;
  right: 34px;
  bottom: 19px;
  position: absolute;
}
#about .fab {
  color: black;
  font-size: 1.8em;
}
#about .fab:hover {
  color: #a3d6d4;
  font-size: 1.8em;
}
#about .texto {
  max-width: 57%;
  margin-top: 2em;
  font-size: 1em;
  font-weight: 200;
  text-align: center;
  color: var(--negro);
  padding-top: 1em;
}
#about .negrita {
  font-size: 1.3em;
  margin-bottom: 0.8em;
  font-weight: 800;
}

#about .p-animation {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: black;
}
#about .text {
  position: absolute;
  width: 500px;
  margin-left: -151px;
  height: 37px;
  top: 19%;
  margin-top: -50px;
  font-size: 1em;
}
#about .word {
  position: absolute;
  font-size: 1em;
  font-weight: 800;
  width: 220px;
  opacity: 0;
  color: var(--negro);
}
#about .little {
  width: 167px;
}
#about .letter {
  display: inline-block;
  position: relative;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
#about .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#about .letter.behind {
  transform: rotateX(-90deg);
}
#about .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 1200px) {
  #about {
    background-size: 115%;
    background-position-y: -125px;
    background-position-x: 38%;
  }
}
@media (max-width: 1200px) and (max-width: 950px) {
  #about {
    background-position-y: -81px;
    background-position-x: -20px;
  }
}
@media (max-width: 1200px) and (max-width: 950px) and (min-width: 650px) and (max-width: 870px) {
  #about {
    height: 900px;
    background-size: 188%;
    background-position-y: -179px;
    background-position-x: -372px;
    padding: 0;
    flex-flow: column wrap;
  }
  #about .centrado {
    height: 600px;
  }
  #about .titular-animacion {
    height: 145px;
  }
  #about .titular-about-corto {
    margin-bottom: 1em;
    min-width: 300px;
  }
  #about .titular-about-largo {
    margin-top: 0.8em;
    min-width: 300px;
  }
  #about .text {
    width: 80px;
    left: 34%;
    top: 9%;
    margin-left: 0;
  }
  #about .texto {
    font-size: 0.5em;
  }
  #about .titular-about {
    width: 515px;
    height: 440px;
    padding: 2em 1em;
    font-size: 2em;
  }
  #about .text {
    left: 33%;
    top: 18%;
  }
}
@media (max-width: 1200px) and (max-width: 690px) {
  #about {
    padding: 0;
    height: 900px;
  }
  #about .texto {
    width: 80%;
    max-width: none;
    font-size: 1em;
  }
  #about .titular-about {
    width: 100%;
    padding: 0;
    border: none;
  }
  #about .text {
    top: 12% !important;
    left: 42% !important;
  }
  #about .titular-about-largo {
    width: 300px;
    height: 300px;
    margin-bottom: 1em;
  }
  #about .centrado {
    height: 75%;
    flex-flow: column wrap;
  }
  #about .titular-animacion {
    height: 130px;
  }
}
@media (max-width: 1200px) and (max-width: 400px) {
  #about {
    background-position-y: 175%;
  }
}
#services {
  background-size: cover;
  color: var(--blanco);
  background-image: url(../src/shutterstock_773345566.jpg);
}
#services .section-services {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#services .centrar-ventana {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.78);
  background-size: cover;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#services .titular-positivo {
  width: 100%;
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: var(--blanco);
}
#services .centrar-section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#services .titular-services-izq,
#services .titular-services-der {
  width: 350px;
  height: 350px;
  padding: 0.8em;
  margin: 0em 0.5em;
  font-size: 2em;
  font-weight: 700;
  border: 4px solid var(--negro);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
#services .titular-services-izq {
  background-color: var(--negro);
  color: var(--blanco);
  border: 3px solid white;
  font-size: 1.5em;
  text-align: left;
  align-items: center;
}
#services .titular-services-der {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--negro);
  text-align: left;
  align-items: flex-start;
  position: relative;
}
#services h1 {
  font-size: 0.5em;
  font-weight: 200;
  text-align: left;
}
#services .nuevaventana {
  width: 5%;
  right: 34px;
  bottom: 19px;
  position: absolute;
}
#services .fab {
  color: black;
  font-size: 1em;
}
#services .fab:hover {
  color: #a3d6d4;
  font-size: 1em;
}
@media (max-width: 855px) {
  #services .centrar-section {
    flex-flow: row nowrap;
  }
}
@media (max-width: 690px) {
  #services .section-services {
    height: 900px;
  }
  #services .centrar-ventana {
    height: 100%;
  }
  #services .centrar-section {
    padding: 2em 0;
    flex-flow: column wrap;
  }
  #services .titular-positivo {
    margin-bottom: 0.5em;
  }
  #services .titular-services-izq {
    width: 280px;
    min-width: 280px;
    max-width: 300px;
  }
  #services .titular-services-der {
    width: 370px;
    min-width: 280px;
    max-width: 300px;
    height: 267px;
    font-size: 1.5em;
  }
  #services .titular-services-izq {
    margin: 0.5em 0.5em;
    width: 370px;
    height: 125px;
    padding: 0.5em;
    font-size: 1.1em;
  }
}
@media (min-width: 650px) and (max-width: 870px) {
  #services {
    height: 700px;
  }
  #services .centrar-ventana {
    height: 100%;
  }
  #services .titular-positivo {
    margin-bottom: 1em;
  }
}

#equipo {
  background-color: black;
  background-size: cover;
  color: var(--blanco);
  overflow: hidden;
}
#equipo .titular-positivo {
  margin-bottom: 1.1em;
  font-size: 3em;
  color: var(--blanco);
}


/* Contenedores */
.equipo-deco {
    position: absolute;
    top: 0;
    width: 300px;
    pointer-events: none;
    z-index: 1;
}

.parallax-left-eq {
    left: 0;
    width: 12vw;
    max-width: 12vw;
    top: -28%;;
    position: absolute;
}

.parallax-right-eq {
    right: 0;
    width: 12vw;
    max-width: 12vw;
    top: -35%;
    position: absolute;
}

/* Imágenes */
.parallax-img-left,
.parallax-img-right {
    width: 100%;
    height: auto;
    will-change: transform;
}
section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centrar-ventana {
  width: 100%;
  height: 100vh;
  background: var(--blanco);
  background-size: cover;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.oscurecer {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.equipo-profile-a {
  display: flex;
  margin-bottom: 0.9em;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: baseline;
}

.profile {
  width: 13%;
  margin: 0.5em;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}



.equipocentrado {
  width: 55%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 90%;
  min-width: 80%;
}

.p-name {
  font-size: 0.8em;
  text-align: left;
  font-weight: 700;
  color: var(--negro);
}

.img-profile {
  width: 100%;
  height: initial;
}

.img-profile:hover {
  background-color: white;
}

.fondotext {
  height: 30px;
  width: 100%;
  background-color: #ffe050;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 890px) {
  #equipo .fondotext {
    height: 60px;
    width: 155px !important;
  }

  .img-profile {
    width: 155px !important;
    height: initial;
  }
}
@media (max-width: 870px) {
  .section {
    height:auto;
  }

  #equipo .oscurecer {
    height: auto;
  }

  .equipocentrado {
    width: 95%;
    max-width: 340px;
    min-width: 249px;
    flex-flow: row wrap;
  }
}
@media (max-width: 690px) {
  .section {
    height: 1000px;
  }

  .oscurecer {
    height: auto;
    position: relative;
    padding-bottom: 10px;
  }

  .filosofia-title {
    font-size:2em!important;
}


  #equipo .equipo-profile-a {
    width: 100%;
    margin: 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }

  .profile {
    width: 45%;
    margin: 0.5em;
  }

  .parallax-right-eq{
    display: none;
  }
  .parallax-left-eq{
    display: none;
  }

  .equipocentrado {
    width: 100%;
    max-width: 343px;
  }

  #equipo .fondotext {
    height: 60px;
    width: 240px;
  }

  .img-profile {
    width: 100%;
    height: initial;
  }

  .titular-positivo {
    margin-bottom: 1em;
  }
}

#marcas {
  color: var(--blanco);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#marcas .section-marca {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#marcas .fondo-marca {
  width: 100%;
  height: 30vh;
 background-color: var(--amarillo);
  background-size: cover;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  border-top: solid 1px white;
}
#marcas .titular-positivo-rec {
  width: 55%;
  padding: 1.5em;
  margin-top: 3em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  background-color: var(--blanco);
  color: var(--negro);
  border: 4px solid black;
}
#marcas .ul-marca {
  width: 100%;
  background-color: white;
  margin: 0 auto;
  margin-bottom: 5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#marcas .bottom {
  width: 100%;
  height: 70%;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#marcas .li-marca {
   display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}


#marcas .marca {
   max-width: 48%;
  height: 80px;            
  object-fit: contain;
}
#marcas .p-marca {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: var(--negro);
}
.adorno-marca{
 position: absolute;
  left: 50%;
 top: 226px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.adorno-marca img{
 width: 100px;
  height: auto;
  display: block;
}

@media (max-width: 690px) {
  #marcas .email {
    padding: 2em 1em;
  }
  #marcas .section-marca {
    height: 1400px;
  }
  #marcas .titular-positivo-rec {
    max-width: 85%;
    min-width: 50%;
    width: 85%;
    margin-top: 0;
  }
  #marcas .bottom {
    flex-flow: row nowrap;
    height: 70%;
  }
  #marcas .ul-marca {
    margin-bottom: 0;
    width: 90%;
  }
  #marcas .li-marca {
    width: 33%;
  }
  #marcas .marca {
    max-width: 67%;

}
 
}
@media (min-width: 650px) and (max-width: 870px) {
  #marcas {
    height: 800px;
  }
  #marcas .fondo-marca {
    height: 57vh;
  }
  #marcas .titular-positivo-rec {
    width: 80%;
  }
  #marcas .marco-texto {
    width: 80%;
  }
}
@media (min-width: 870px) and (max-width: 1050px) {
  #marcas .titular-positivo-rec {
    width: 70%;
  }
}

#contact {
  background-color: black;
  background-size: cover;
  color: var(--negro);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fondo {
  width: 100%;
  height: 91vh;
  background-image: url(../src/01shutterstock_1380529295.jpg);
  background-size: cover;
  background-position-y: bottom;
}

.top {
  width: 100%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.78);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.marco-texto {
  width: 55%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 2em;
  border: 4px solid white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}

.contacto {
  font-size: 1em;
  text-align: center;
  color: var(--blanco);
}

.a-email {
  width: 100%;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  margin-top: 0.8em;
  color: var(--blanco);
}

.a-email:hover {
  color: #a3d6d4;
}

.footer-fondo {
  width: 100%;
  height: 10%;
  padding: 1.5em 2em;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.rrss {
  margin: 30px 0 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.li-rss {
  display: inline-block;
  margin: 0 10px;
}

.fab:hover {
  color: #a3d6d4;
  font-size: 1.2em;
}

.footer {
  width: 100%;
  bottom: 25;
  background: #ab988b;
}

.copy {
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 41%;
  color: var(--blanco);
}

.lugar {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  color: white;
}

.numbera:hover {
  color: #a3d6d4;
}

.flecha-left {
  top: 90px;
  left: 130px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  animation: arrow-left 1s ease-in-out infinite;
  position: absolute;
}
.flecha-left .arrow-left {
  width: 25px;
  color: var(--blanco);
}
.flecha-left .arrow-left:hover {
  color: var(--amarillo);
}
/* Contenedor del parallax */
.parallax-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 35vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none; /* para no bloquear clics */
}

/* Imagen */
.parallax-img {
    width: 40%;
    height: auto;
    transform: translateY(0);
    will-change: transform;
}


.section-intuir {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;

    background-image: url("../src/fondocielo.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 0;
    padding-bottom: 0;
}

/* contenedor general */
.intuir-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 4vw;
    padding: 0 6vw;
    
}

/* columna gráfica izquierda */
.intuir-column {
    flex: 0 0 14vw;
    max-width: 14vw;
}

.intuir-column-img {
  width: 100%;
  height: 100vh;   
  object-fit: cover;
  margin: 0;
}



/* contenido central */
.intuir-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* THEINTUIR */
.intuir-title {
  color: black;
    font-family: inherit;
    font-size: 2.6rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.intuir-title span {
    font-weight: 700;
}

/* tarjetas */
.intuir-cards {
    width: min(900px, 100%);
    display: flex;
    justify-content: center;
}

.intuir-card {
    padding: clamp(1.8rem, 3vw, 3rem) clamp(2rem, 4vw, 3.5rem);
}

.intuir-card--dark {
    background: #111111;
    color: #ffffff;
    width: 50%;
    font-size: clamp(1.4rem, 2.6vw, 2.6rem);
    line-height: 1.3;
    font-weight: 500;
}

.intuir-card--yellow {
    background: var(--amarillo);
    color: black;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.intuir-card--yellow h3 {
    font-size: clamp(1.4rem, 2.6vw, 2.6rem);
    line-height: 1.1;
    margin-bottom: 2rem;
    font-weight: 800;
}

.intuir-subtitle {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.intuir-list {
    list-style: disc;
    margin: 0 0 1.5rem 1.1rem;
    padding: 0;
    font-size: 0.9rem;
}

.intuir-text {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 20rem;
}

/* símbolo + */
.intuir-plus {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    font-size: 2rem;
    font-weight: 700;
}

/* flecha inferior */
.flecha-intuir {
    position: absolute;
        color: var(--negro);

    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1000px) {
  .intuir-wrapper {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1.5rem;
  }

  .intuir-column {
    max-width: 60vw;
    width: 60vw;
  }

  .intuir-column-img {
    height: 35vh;
  }

  .intuir-cards {
    flex-direction: column;
  }

  .intuir-card--dark,
  .intuir-card--yellow {
    width: 100%;
  }
}

@media (max-width: 690px) {
      .intuir-column {
        max-width:25%;
         width: 100%;}
      .intuir-column-img {
        width: 100%;
        transform: rotate(90deg);
    }
}
  

  .intuir-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .intuir-card--yellow h3 {
    margin-bottom: 1.2rem;
  }

  .intuir-plus {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}



.section-filosofia {
    background-color: var(--amarillo); 
    padding: 6rem 8vw;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.filosofia-wrapper {
    display: flex;
       
    align-items: flex-start;
  
    gap: 5vw;
    width: 100%;
}

/* bloque gráfico izquierda */
.filosofia-image {
    flex: 0 0 260px;
    max-width: 260px;
}

.filosofia-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* contenido de texto */
.filosofia-content {
    flex: 1;
    max-width: 900px;
    color: black;
}

.filosofia-heading {
    margin-bottom: 2rem;
}

.filosofia-title {
    font-size: 7em;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 1rem;
}

.filosofia-subtitle {
    font-size: 2em;
    font-weight: 700;
    margin: 0;
}

.filosofia-text p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    max-width: 60rem;
    font-weight: 500;
}

/* bloque negro CERCANÍA / INTEGRACIÓN / ESPECIALIZACIÓN */
.filosofia-tag {
   
    margin-top: 2.5rem;
   
   
    
}

.filosofia-tag p {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.3;
    letter-spacing: 0.03em;
    background-color: black;
    width: fit-content;
     padding: 5px;
}

/* accesibilidad: ocultar título duplicado visualmente */
.h1-hide {
    position: absolute;
    left: -9999px;
}




@media (max-width: 690px) {
  
  .servicio-card {
   width: 45% !important;
  }
  .filosofia-tag {
    margin-top: 2.5rem;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
 .filosofia-text p{
    text-align: center;
  }
.filosofia-subtitle{
    text-align: center;
    font-size: 1.5em;
  }
  .filosofia-image img {
    width: 55%;
   
}
.filosofia-image {
    flex: none;
    
}

.section-intuir {
  height: auto;
  padding-bottom: 10%;
}
.intuir-card-p{
  text-align: center;
}



  .filosofia-wrapper {
   flex-direction: column;
   align-items: center;
}

  .email {
    padding: 2em 1em;
  }

  .contacto {
    text-align: center;
  }

  .top {
    height: 90%;
  }

  .footer-fondo {
    height: 10%;
  }

  .marco-texto {
    width: 85%;
    max-width: 85%;
    min-width: 50%;
    height: 150px;
  }

  .fondo {
    height: 90vh;
  }

  .copy {
    right: 30%;
  }

  .lugar {
    font-size: 0.7em;
  }
}
@media (min-width: 650px) and (max-width: 870px) {
  #contact {
    height: 750px;
  }
}
@media (min-width: 855px) and (max-width: 1050px) {
  .marco-texto {
    width: 70%;
  }
}
#tumarca {
  background-image: url(../src/shutterstock_773345566.jpg);
  background-size: cover;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.opacidad {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.section-tumarca {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titular-marco {
  width: 731px;
  margin-bottom: 1em;
  padding: 1em;
  background-color: var(--negro);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.titular-tumarca {
  width: 106%;
  max-width: 950px;
  font-size: 1.7em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--blanco);
}

.fab:hover {
  color: #ab988b;
  font-size: 2.6em;
}

.titular-parrafo {
  width: 77%;
  margin-top: 0.5em;
  font-size: 0.8em;
  color: white;
}

.titular-resp {
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.textocentrar-tumarca {
  width: 1145px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.textocentrar-tumarca-a {
  width: 1145px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.flip-container {
  background-color: transparent;
  width: 20%;
  height: 190px;
  margin: 0.7em;
  perspective: 1000px;
}

.card {
  position: relative;
  width: 100%;
  height: 190px;
  text-align: center;
  transition: transform 0.3s;
  transform-style: preserve-3d;
}

.flip-container:hover .card {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

.front {
  background-color: black;
  color: #fff;
  border: 4px solid white;
}

.back {
  background-color: white;
  color: black;
  transform: rotateY(180deg);
}

.elementolinear {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
}

.img-esqu {
  width: 85px;
  height: initial;
  background-color: black;
  padding: 0.1em;
}

h2 {
  color: white;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.5em;
  padding-right: 0.9em;
  text-align: center;
}

.interior-text {
  padding: 1em;
  margin: 1em 0 0;
}

.negrita {
  font-size: 1em;
  margin-bottom: 0.8em;
  font-weight: 800;
}

p {
  font-size: 0.8em;
  font-weight: 400;
  text-align: left;
}

.flecha-tumarca {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: right;
  align-items: end;
}

.arrow-left {
  width: 15px;
  color: var(--blanco);
}

.arrow-left:hover {
  color: var(--amarillo);
}

@media (max-width: 690px) {
  #tumarca {
    height: 1750px;
    padding: 0;
    margin-top: 0;
  }

  .section-tumarca {
    height: 1750px;
  }

  .opacidad {
    height: 1750px;
    justify-content: space-between;
  }

  .texto {
    width: 80%;
    max-width: none;
    font-size: 1em;
  }

  .img-esqu {
    width: 80px;
  }

  .dividir {
    width: 100%;
    margin-bottom: 4em;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
 

  .titular-about {
    width: 100%;
    padding: 0;
    border: none;
  }

  .textocentrar-tumarca-a,
  .textocentrar-tumarca {
    width: 100%;
    flex-flow: column wrap;
  }

  .titular-marco {
    width: 100%;
    margin-bottom: 0;
    padding: 3em 0;
  }

  .flecha-tumarca {
    top: 18px;
    left: 19px;
    position: fixed;
    z-index: 10px;
  }

  .titular-tumarca {
    width: 80%;
    text-align: left;
    font-size: 1.4em;
    margin-bottom: 0.5em;
  }

  .casilla {
    width: 70%;
  }

  .titular-parrafo {
    width: 78%;
  }

  .card {
    position: relative;
    width: 100%;
    height: 190px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .back {
    width: 60%;
    height: 210px;
  }

  .front {
    width: 60%;
    height: 190px;
  }

  .flip-container {
    width: 100%;
    height: 190px;
    margin: 1.7em auto;
  }
}
@media (max-width: 690px) and (max-width: 400px) {
  .arrow-left {
    margin-left: 0 !important;
  }

  .titular-tumarca {
    width: 80%;
    text-align: left;
    font-size: 1.4em;
  }
}
@media (min-width: 690px) and (max-width: 1050px) {
  .textocentrar-tumarca {
    width: 790px;
  }

  .textocentrar-tumarca-a {
    width: 790px;
  }

  .titular-marco {
    width: 645px;
  }

  .titular-parrafo {
    width: 92%;
  }

  .flip-container {
    width: 25%;
  }
}
@media (min-width: 690px) and (max-width: 950px) {
  #tumarca {
    padding: 0;
    margin-top: 0;
  }

  .dividir {
    width: 100%;
  }

  .flip-container {
    width: 22%;
  }

  .titular-marco {
    width: 90%;
  }

  .texto {
    font-size: 0.5em;
  }

  .titular-about {
    width: 515px;
    height: 440px;
    padding: 2em 1em;
    font-size: 2em;
  }

  .titular-parrafo {
    width: 82%;
  }

  .textocentrar-tumarca-a,
  .textocentrar-tumarca {
    width: 100%;
    flex-flow: row nowrap;
  }

  .casilla {
    width: 70%;
    height: 300px;
  }
}


section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-oscurecer {
  width: 100%;
  height: 100vh;
  padding: 2em 7em;
  background-color: rgba(0, 0, 0, 0.78);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.alinearmain-filosofia {
  width: 100%;
  margin-bottom: 6em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.titular-about-corto-filosofia {
  height: 110%;
  width: 95%;
  padding: 2em 10em;
  margin: 0em 0.5em;
  font-weight: 700;
  text-align: left;
  color: var(--blanco);
  border: 4px solid var(--blanco);
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}

.titular-about-largo-filosofia {
  width: 95%;
  margin: 2em 0.5em;
  padding: 1em 0;
  margin: 0em 0.5em;
  font-weight: 700;
  text-align: center;
  color: var(--blanco);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}

.fab:hover {
  color: #ab988b;
  font-size: 2.6em;
}

.textocentrar {
  width: 100%;
}

.textocent {
  margin: 0 auto;
}

.titular-filosofia {
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--blanco);
}

.textocentrar {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.negrita {
  font-size: 1em;
  margin-bottom: 0.8em;
  font-weight: 400;
}

.p-grande-light-filosofia {
  font-size: 1.5em;
  font-weight: 300;
}

.p-grande-filosofia {
  font-size: 1.5em;
  font-weight: 700;
}

p {
  font-size: 0.8em;
  font-weight: 200;
  text-align: left;
}

.flecha-left-filo {
  width: 5%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.arrow-left-filosofia {
  width: 35%;
}


@media (max-width: 690px) {
  #fisolofia {
    padding: 0;
    background: black;
    height: 100%;
  }

  #filosofia .bg-oscurecer {
    height: 100%;
    padding: 0;
  }

  #filosofia .texto {
    width: 80%;
    max-width: none;
    font-size: 1em;
  }

  #filosofia .titular-about {
    width: 100%;
    padding: 0;
    border: none;
  }

  #filosofia .flecha-left {
    top: 10px;
    left: initial;
  }

  #filosofia .arrow-left-filosofia {
    width: 65%;
    margin-left: 1em;
  }

  #filosofia .titular-about-corto-filosofia {
    padding: 1em 1em;
  }

  #filosofia .titular-about-largo-filosofia {
    padding: 0em 1em;
    margin-top: 1em;
  }

  #filosofia .textocentrar {
    width: 95%;
  }

  #filosofia .alinearmain-filosofia {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  #filosofia .p-grande-filosofia {
    font-size: 1.2em;
  }

  #filosofia .p-grande-light-filosofia {
    font-size: 1.2em;
  }
}
@media (max-width: 690px) and (min-width: 690px) and (max-width: 870px) {
  #filosofia {
    height: 100%;
  }

  #filosofia .bg-oscurecer {
    height: 100%;
  }

  #filosofia .texto {
    font-size: 0.5em;
  }

  #filosofia .titular-about {
    width: 515px;
    height: 440px;
    padding: 2em 1em;
    font-size: 2em;
  }

  #filosofia .titular-about-corto-filosofia {
    padding: 2em 3em;
  }

  #filosofia .titular-about-largo-filosofia {
    margin-top: 0;
    padding: 2em;
  }

  #filosofia .alinearmain {
    margin-bottom: 2em;
  }
}
@media (max-width: 690px) and (max-width: 400px) {
  #filosofia {
    height: 850px;
    margin: 1em auto;
    background-size: 300%;
    background-position: center;
  }
  #filosofia .titular-about-corto-filosofia {
    padding: 1em !important;
  }

  #filosofia .bg-oscurecer {
    height: 850px;
  }

  #filosofia .arrow-left-filosofia {
    margin-left: 2em;
  }
  #filosofia .alinearmain-filosofia {
    margin: auto 1em;
  }
}
*
#digital {
 
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: auto;
 
}

section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-oscurecer {
  width: 100%;
 height: auto;
  padding: 5em 7em;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.alinearmain-digital {
  width: 100%;
  margin-bottom: 1em;
  padding: 5em;
  display: flex;
  background: black;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.digi-content{
  width: 100%;
  padding: 3em 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
.digi-content-b{
  width: 100%;
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
}
.titular-about-corto-digital {
  height: 110%;
  width: 95%;
  padding: 2em 10em;
  margin: 0em 0.5em;
  font-weight: 700;
  text-align: left;
  color: var(--blanco);
  border: 4px solid var(--blanco);
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}

.titular-about-largo-digital {
  width: 95%;
  margin: 2em 0.5em;
  padding: 1em 2em;
  margin: 0em 0.5em;
  font-weight: 700;
  text-align: center;
  color: black;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}

.fab:hover {
  color: #ab988b;
  font-size: 2.6em;
}

.textocentrar {
  width: 100%;
}

.textocent {
  margin: 0 auto;
}

.titular-digital {
  width: 100%;
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.textocentrar {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.negrita-digi {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 400;
}

.p-grande-light-digital {
  font-size: 1.5em;
  font-weight: 300;
}

.p-grande-digital {
  font-size: 1.5em;
  font-weight: 700;
}

p {
  font-size: 0.8em;
  font-weight: 200;
  text-align: left;
}

.flecha-left-digi {
  width: 5%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.arrow-left-digital {
  width: 35%;
}
.section-servicios {
    position: relative;
    background-color:var(--amarillo);
    padding: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.section-servicios .opacidad {
    width: 100%;
    text-align: center;
}

/* titular */
.titular-servicios {
  color: black;
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 3rem;
    text-align: center;
}

/* GRID TARJETAS */
.servicios-grid {
    display: flex;
  
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.servicio-card {
    background: #000;
    color: #fff;
    width: 180px;
    min-height: 160px;
    padding: 1.8rem 1.4rem 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  
}
/* CARD 1 → arriba derecha */
.servicio-card:nth-child(1){
  border-top-right-radius: 40px;
}

/* CARD 3 → arriba izquierda */
.servicio-card:nth-child(3){
  border-top-left-radius: 40px;
}

/* CARD 4 → arriba derecha */
.servicio-card:nth-child(4){
  border-top-right-radius: 40px;
}

.servicio-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.2rem;
    object-fit: contain;
}

.servicio-title {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

/* TEXTO INFERIOR */
.servicios-texto {
  color: black;
    max-width: 640px;
    margin: 0 auto;
    font-size: 0.85rem;
    line-height: 1.5;
}

.servicios-texto p {
    margin-bottom: 0.6rem;
   font-size: 1.2em;
    font-weight: 600;
    text-align: center;
}

/* FORMAS DECORATIVAS (esquinas) */

.servicio-shape{
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

/* Izquierda */
.servicio-shape-left{
  left: 0;
  bottom: auto;
  width: 10vw;
   position: absolute;
}
.servicio-shape-port{
  width: 10%;
  left: 0;
  bottom: 0;
  width: 10vw;
   position: absolute;
}

/* Derecha */
.servicio-shape-right{
  right: 0;
  top: -50%;
  width: 10vw;
   position: absolute;
}

/* Imagen */
.servicio-shape img{
  width: 100%;
  height: auto;
  display: block;
}

/* flecha */
.section-servicios .flecha {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Sección contacto */
.section-contacto {
    background-color: #000000;
    color: #ffffff;
    padding-top: 3rem;
    font-size: 16px;
        display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
}
.contacto-top{
  height: 10vh;
}

/* frase de arriba */
.contacto-top p {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 2.5rem;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 500;
}

/* mosaico */
.contacto-mosaico {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contacto-mosaico-img {
    width: 100%;
    display: block;
}

/* email sobre el mosaico */
.contacto-email {
    position: absolute;
   top: 27%;
    left: 75%;
    transform: translate(-50%, -50%);
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
}

/* franja amarilla inferior */
.contacto-bottom {
  width: 100%;
    background-color: var(--amarillo); /* amarillo The Pérez */
    color: #000000;
    padding: 3.4rem 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.contacto-datos {
  display: flex;
    font-weight: 700;
    
}

.contacto-datos .bullet {
    margin: 0 0.4rem;
}
.contacto-datos .bullet,
.contacto-address .bullet {
    color: #e53935;
}

.contacto-direccion {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    text-align: right;
}

.contacto-logo {
     height: 32px;          /* ajusta al diseño */
  width: auto;
  display: inline-block;
}

.contacto-address {
    font-weight: 700;
    font-size: 0.95rem;
}

/* responsive básico */
@media (max-width: 768px) {
    .contacto-email {
        font-size: 0.95rem;
       
    }

    .contacto-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .contacto-direccion {
        align-items: flex-start;
        text-align: left;
    }
}



@media (max-width: 690px) {
  .adorno-marca img {
    width: 73px;
  }
  #digital {
    padding: 0;
    background: black;
    height: 100%;
  }
  .section-servicios{
    height: auto;
  }
  .servicio-shape-left {
    display: none;
  }
   .servicio-shape-right {
    display: none;
  }


  #digital .bg-oscurecer {
    height: 100%;
    padding: 0;
  }
  #digital .digi-content {
    flex-flow: column;
  }
  #digital .digi-content-b {
    flex-flow: column;
  }
  #digital img {
    width: 50%;
    margin: 0 auto;
  }
  #digital .negrita-digi {
    margin: 0 auto;
    margin-bottom: 0.8em;
  }




  #digital .texto {
    width: 80%;
    max-width: none;
    font-size: 1em;
  }

  #digital .titular-about {
    width: 100%;
    padding: 0;
    border: none;
  }

  #digital .flecha-left {
    top: 10px;
    left: initial;
  }

  #digital .arrow-left-digital {
    width: 65%;
    margin-left: 1em;
  }

  #digital .titular-about-corto-digital {
    padding: 1em 1em;
  }

  #digital .titular-about-largo-digital {
    padding: 0em 1em;
    margin-top: 1em;
  }

  #digital .textocentrar {
    width: 95%;
  }

  #digital .alinearmain-digital {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  #digital .p-grande-digital {
    font-size: 1.2em;
  }

  #digital .p-grande-light-digital {
    font-size: 1.2em;
  }
}

@media (max-width: 690px) {
  .text,
  .text-more,
  .text-more2,
  .text-more3,
  .p-columna-q,
  .titular-positivo,
  .titular-servicios,
  .servicios-texto,
  .servicios-texto p,
  .filosofia-content,
  .filosofia-heading,
  .filosofia-text,
  .filosofia-tag,
  .filosofia-tag p,
  .intuir-content,
  .intuir-card,
  .intuir-card--dark,
  .intuir-card--yellow,
  .intuir-text,
  .intuir-list,
  .p-marca,
  .contacto-top p,
  .contacto-datos,
  .contacto-direccion,
  .contacto-address {
    text-align: center;
  }

  .intuir-list {
    list-style-position: inside;
    margin-left: 0;
  }

  .alinea-q,
  .columna-q,
  .contacto-bottom,
  .contacto-datos,
  .contacto-direccion {
    align-items: center;
  }

  .filosofia-image img,
  .intuir-column-img,
  .contacto-logo,
  .logo,
  .logo2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 690px) and (min-width: 690px) and (max-width: 870px) {
  #digital {
    height: 100%;
  }

  #digital .bg-oscurecer {
    height: 100%;
  }

  #digital .texto {
    font-size: 0.5em;
  }

  #digital .titular-about {
    width: 515px;
    height: 440px;
    padding: 2em 1em;
    font-size: 2em;
  }

  #digital .titular-about-corto-digital {
    padding: 2em 3em;
  }

  #digital .titular-about-largo-digital {
    margin-top: 0;
    padding: 2em;
  }

  #digital .alinearmain {
    margin-bottom: 2em;
  }
}
@media (max-width: 690px) and (max-width: 400px) {
  #digital {
    height: 850px;
    margin: 1em auto;
    background-size: 300%;
    background-position: center;
  }
  #digital .titular-about-corto-digital {
    padding: 1em !important;
  }

  #digital .bg-oscurecer {
    height: 850px;
  }

  #digital .arrow-left-digital {
    margin-left: 2em;
  }
  #digital .alinearmain-digital {
    margin: auto 1em;
  }
}
.burguer-menu {
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.burguer-menu--dash:nth-child(1) {
  top: 7px;
  position: relative;
}
.burguer-menu--dash:nth-child(2) {
  top: 14px;
  position: relative;
}
.burguer-menu--dash:nth-child(3) {
  top: 21px;
  position: relative;
}
.burguer-menu--dash {
  height: 2px;
  width: 80%;
  display: block;
  background: black;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.open .burguer-menu--dash:nth-child(1) {
  top: 20px;
  transform: rotate(135deg);
}
.open .burguer-menu--dash:nth-child(2) {
  left: -30px;
  opacity: 0;
}
.open .burguer-menu--dash:nth-child(3) {
  top: 16px;
  transform: rotate(-135deg);
}

#portfolio {
  width: 100%;
  padding-bottom: 3em;
  background-color: var(--negro);
  background-size: cover;
  color: var(--negro);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px white solid;
}
#portfolio .portfolio-module {
  width: 100%;
  margin-top: 1em;
  max-width: 1200px;
  color: var(--blanco);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#portfolio .titular-portfolio {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--blanco);
}
#portfolio .cabecera01 {
  width: 100%;
}
#portfolio .titular-positivo {
  margin-bottom: 1.1em;
  color: var(--blanco);
}
#portfolio .infomobile {
  display: none;
}
#portfolio .cabecerati {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  border: 3px solid white;
  margin-top: 3em;
  margin-bottom: 1em;
}
#portfolio .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.5s;
}
#portfolio h1 {
  margin: 0px;
}
#portfolio .img-module {
  width: 100%;
  height: 100%;
}
#portfolio figure.snip1321 {
  position: relative;
  overflow: hidden;
  margin: 5px;
  min-width: 200px;
  max-width: 240px;
  height: 200px;
  width: 100%;
  color: #000000;
  text-align: center;
  perspective: 50em;
  background-color: white;
}
@media not all and (min-resolution: 0.001dpcm) {
  #portfolio figure.snip1321 {
    position: relative;
    overflow: hidden;
    margin: 5px;
    min-width: 200px;
    max-width: 240px;
    height: 200px;
    width: 100%;
    color: #e70202;
    text-align: center;
    perspective: none !important;
  }
  #portfolio figure.snip1321-center {
    position: relative;
    overflow: hidden;
    margin: 5px;
    min-width: 200px;
    max-width: 240px;
    height: 200px;
    width: 100%;
    color: #000000;
    background-color: white;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    perspective: none !important;
  }
}

#portfolio figure.snip1321-center {
  position: relative;
  overflow: hidden;
  margin: 5px;
  min-width: 200px;
  max-width: 240px;
  height: 200px;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

#portfolio figure.snip1321-center:after {
  background-color: var(--amarillo);
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  z-index: 2;

}



#portfolio figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#portfolio figure.snip1321-center * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#portfolio figure.snip1321 img {
  max-width: 100%;
  vertical-align: top;
  height: 200px;
}
#portfolio figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 3;
}
#portfolio figure.snip1321-center figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 3;
}
#portfolio figure.snip1321 h2,
#portfolio figure.snip1321 h4 {
  margin: 0;
}
#portfolio figure.snip1321-center h2,
#portfolio figure.snip1321-center h4 {
  margin: 0;
}
#portfolio figure.snip1321 h4 {
  font-weight: 600;
  color: black;
}
#portfolio figure.snip1321 h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: black;
}
#portfolio figure.snip1321 i {
  font-size: 32px;
}
#portfolio figure.snip1321-center h4 {
  font-weight: 600;
  color: black;
}
#portfolio figure.snip1321-center h2 {
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
}
#portfolio figure.snip1321-center h2:hover {
  opacity: 0;
}
#portfolio figure.snip1321-center i {
  font-size: 32px;
}
#portfolio .arrow-02 {
  color: white;
  width: 20%;
}
#portfolio figure.snip1321:after {
  background-color: #ffe050;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
#portfolio figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#portfolio figure.snip1321-center a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#portfolio figure.snip1321:hover figcaption,
#portfolio figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#portfolio figure.snip1321-center:hover figcaption,
#portfolio figure.snip1321-cemter.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#portfolio figure.snip1321:hover:after,
#portfolio figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}
#portfolio figure.snip1321-center:hover:after,
#portfolio figure.snip1321-center.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
@media (max-width: 620px) {
  #portfolio {
    height: 100%;
    padding: 2;
    padding-bottom: 5em;
  }
  #portfolio .titular-positivo {
    margin-top: 40px;
    font-size: 2em;
  }
  #portfolio .cabecerati {
    width: 90%;
    margin: 2em auto;
  }
  #portfolio .titular-portfolio {
    font-size: 1.6em;
  }
  #portfolio figure.snip1321:after {
    display: none;
  }
  #portfolio figure.snip1321-center:after {
    display: none;
  }
  #portfolio figure.snip1321 {
    max-width: 315px;
  }
  #portfolio figure.snip1321-center {
    max-width: 315px;
    color: black;
  }
  #portfolio figcaption {
    display: none;
  }
  #portfolio .snip1321 a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
  }
  #portfolio .infomobile {
    display: flex;
    padding: 1em;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ffffffba;
  }
}
@media (min-width: 620px) and (max-width: 855px) {
  #portfolio {
    width: 100%;
    height: 100%;
    padding-bottom: 5em;
    margin-top: 1em;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
  }
  #portfolio .cabecerati {
    max-width: 740px;
  }
  #portfolio .section {
    height: auto;
  }
  #portfolio #portfolio .cabecerati {
    width: 100%;
    max-width: 550px;
  }
  #portfolio .marco-texto {
    width: 75%;
  }
}
@media (min-width: 855px) and (max-width: 1050px) {
  #portfolio figure.snip1321,
  #portfolio figure.snip1321-center {
    min-width: 160px;
    max-width: 200px;
    height: 160px;
  }
  #portfolio .cabecerati {
    max-width: 830px;
  }
}


#trabajos {
  width: 100%;
  padding: 3em 0 0;
  background: var(--negro);
  background-size: cover;
  color: var(--negro);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#trabajos .trabajos-module {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 3em;
  color: var(--blanco);
  background-color: var(--blanco);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#trabajos .ancho {
  width: 100%;
  max-width: 1200px;
  padding-top: 1em;
  padding-bottom: 3em;
  color: var(--blanco);
  background-color: var(--blanco);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#trabajos .titular-portfolio {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--blanco);
}
#trabajos .cabecera01 {
  width: 100%;
  background-color: #1f1f1f;
}
#trabajos .cabecerati {
  width: 69%;
  margin: 0 auto;
  max-width: 935px;
  margin-top: 4em;
  margin-bottom: 2em;
}
#trabajos .haciarriba {
  width: 50%;
  margin: 0 auto;
  transform: rotate(180deg);
}
#trabajos #myBtn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  outline: none;
  background-color: black;
  cursor: pointer;
  border-radius: 100%;
}
#trabajos #myBtn:hover {
  background-color: #a3d6d4;
}
#trabajos .link-a {
  /* width: 100%;
  height: 100%; */
  min-width: 230px;
  max-width: 270px;
  height: 230px;
  width: 100%;
}
#trabajos .enmarcar {
  height: 100px;
}
#trabajos .module {
  width: calc(100% / 4);
  height: 265px;
  margin: 0.7em;
  margin-top: 35px;
  padding-bottom: 90px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#trabajos .module:hover {
  background-color: var(--amarillo);
}
#trabajos .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
#trabajos h1 {
  margin: 0px;
}
#trabajos .img-module {

  max-width: 100%;
  vertical-align: top;
  height: 230px;
  margin-bottom: 0.8em;
}
#trabajos .p-module {
  font-size: 1em;
  text-align: center;
  font-weight: 700;
  color: var(--negro);
}
#trabajos .p-submodule {
  font-size: 0.8em;
  text-align: center;
  font-weight: 500;
  color: var(--negro);
}
#trabajos .footer-trabajos {
  width: 100%;
  height: 60px;
  background-color: black;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#trabajos .copy-trabajos {
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
  color: var(--blanco);
}
@media (max-width: 620px) {
  #trabajos {
    padding: 0;
    padding-bottom: 5em;
  }
  #trabajos .titular-positivo {
    margin-top: 0;
  }
  #trabajos .ancho {
    flex-flow: column nowrap;
  }
  #trabajos .cabecerati {
    margin-top: 5em;
    width: 80%;
  }
  #trabajos #myBtn {
    width: 0;
  }
  #trabajos .module:hover {
    background-color: #a3d6d400;
  }
  #trabajos .portfolio-module {
    width: 100%;
    padding: 0;
    flex-flow: column wrap;
    align-items: center;
  }
}
#trabajos .titular-portfolio {
  font-size: 1.6em;
}
#trabajos .header {
  width: 100%;
  padding: 0.7em 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--blanco);
  border-bottom: 1px solid gray;
  z-index: 10;
}
#trabajos .header nav {
  width: 95%;
  margin: 0.3em 3em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  /* Icon 4 */
}
#trabajos .header nav .nav-logo {
  width: 200px;
}
#trabajos .header nav .desktop {
  display: flex;
}
#trabajos .header nav .navphone {
  display: none;
}
#trabajos .header nav .fab .fas .fa-phone {
  display: flex;
  color: black;
  background-color: black;
}
#trabajos .header nav .burguer-menu {
  display: none;
}
#trabajos .header nav .img-logo {
  width: 130px;
  height: 100%;
  margin: 0.5em;
}
#trabajos .header nav .desktop {
  min-width: 580px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 0.8em;
}
#trabajos .header nav .li-text {
  font-size: 0.7em;
}
#trabajos .header nav .li-text:hover {
  color: var(--amarillo);
}
#trabajos .header nav .li-text:active {
  color: var(--amarillo);
}
@media (min-width: 800px) {
  #trabajos .navphone {
    display: none !important;
  }
}
@media (max-width: 800px) {
  #trabajos nav .desktop {
    display: none;
  }
  #trabajos nav .header {
    padding: 0.4em;
  }
  #trabajos nav .navphone {
    width: 100%;
    height: 60%;
    margin-top: 0em;
    margin: 1em auto;
    padding: 1.5em 1em 0.5em;
    position: relative;
    font-size: 1.2em;
    text-align: center;
    border-top: 1px solid #ab988b36;
    background-color: var(--blanco);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  #trabajos nav .li-text {
    padding: 0.5em 0;
  }
  #trabajos nav .header nav {
    flex-flow: column wrap;
  }
}
@media (max-width: 870px) {
  #trabajos .header {
    padding: 0.3em 0.8em;
  }
  #trabajos .header nav {
    margin: 0.5em 1em;
    flex-flow: row wrap;
  }
  #trabajos .desktop {
    display: none !important;
  }
  #trabajos .burguer-menu {
    display: flex !important;
    flex-flow: column;
    align-items: center;
  }
  #trabajos .img-logo {
    margin: 0 !important;
  }
  #trabajos .fab {
    display: flex;
    color: black;
    font-size: 1.5em;
    margin: 0 0.5em;
  }
  #trabajos .navphone {
    width: 100%;
    height: 60%;
    margin-top: 0em;
    margin: 1em auto;
    padding: 1.5em 1em 0.5em;
    position: relative;
    font-size: 1.2em;
    text-align: center;
    border-top: 1px solid #ab988b36;
    background-color: var(--blanco);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 620px) and (max-width: 855px) {
  #trabajos .portfolio-module {
    width: 100%;
    padding: 0em;
    margin-top: 1em;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
  }
  #trabajos .module,
  #trabajos .module-sillas,
  #trabajos .module-bestiary,
  #trabajos .module-planet {
    width: calc(132% / 4);
  }
  #trabajos .section {
    height: auto;
  }
}

#stencil {
  width: 100%;
  display: flex;
  height: 100%;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: black;
  position: absolute;
}

.alinear {
  width: 100%;
  /* padding-right: 27%; */
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.atras {
  width: 65%;
  max-width: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 8%;
  left: 10%;
}

.video-stencil-mobile {
  display: none;
}

.img-logo-stencil {
  width: 50%;
  margin-left: 4%;
}

.arrow-left-left {
  width: 50%;
}

.alinearmain {
  width: 85%;
  border: 3px solid black;
  margin-bottom: 2em;
}

.titular {
  font-family: "Inter", sans-serif;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--negro);
}

.subtitular {
  font-family: "Inter", sans-serif;
  width: 100%;
  margin-top: 0;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--negro);
}

.cabecera {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.img-cabecera {
  height: 80%;
}

.img-a {
  width: 52%;
  margin: 1em;
}

.p-grande-light {
  font-family: "Inter", sans-serif;
  width: 85%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}

.cuerpo01 {
  width: 60%;
  margin-right: 1em;
}

.vacio {
  width: 40%;
}

.cuerpo {
  width: 50%;
  height: 35%;
  /* margin: 2em 30em 2em 0; */
  padding: 1em;
  border: 4px solid black;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.cuerpo-fijo {
  width: 35%;
  height: 100%;
  padding: 1em;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0%;
}

.container {
  margin: auto;
  background-color: white;
  width: 100%;
}

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

ul.slider {
  position: relative;
  width: 100%;
  height: 385px;
}

ul.slider li {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: inherit;
  height: inherit;
  transition: opacity 0.5s;
  background: #fff;
}

ul.slider li img {
  width: 100%;
  height: 385px;
  object-fit: cover;
}

ul.slider li:first-child {
  opacity: 1;
  /*Mostramos el primer <li>*/
}

ul.slider li:target {
  opacity: 1;
  /*Mostramos el <li> del enlace que pulsemos*/
}

.menu {
  text-align: center;
  margin: 20px;
}

.menu li {
  display: inline-block;
  text-align: center;
}

.menu li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  background-color: grey;
  padding: 10px;
  width: 5px;
  height: 5px;
  font-size: 20px;
  border-radius: 100%;
}

.video-stencil {
  width: 100%;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .cuerpo01 {
    width: 63%;
  }

  .video-stencil-02 {
    width: 90%;
  }

  .img-stencil {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  #stencil {
    width: 100%;
    height: 100%;
    padding-bottom: 1em;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
  }

  .cuerpo-fijo {
    width: 100%;
    height: 100%;
    margin-top: 2em;
    padding: 0;
    background-color: white;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: end;
    position: initial;
  }

  .atras {
    width: 65%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 2em;
    margin-right: 0em;
    position: absolute;
    top: -2.96%;
    left: 0.1%;
  }

  .arrow-left-left {
    width: 50%;
  }

  .img-logo-stencil {
    width: 50%;
    margin-left: 2%;
  }

  .alinearmain {
    width: 85%;
    margin: 0 auto;
    margin-top: 2em;
    max-width: 820px;
    min-width: 3px;
    border: 3px solid black;
    padding: 0;
    margin-bottom: 1em;
  }

  .p-grande-light {
    margin: 0 auto;
    font-size: 0.9em;
  }

  .alinear {
    display: none;
  }

  .video-stencil-mobile {
    display: block;
    width: 90%;
    margin: 2em auto;
  }
}
.vacio {
  display: none;
}

.cuerpo01 {
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.video-stencil {
  width: 90%;
  margin: 2em auto;
}

@media (max-width: 670px) {
  .cuerpo-fijo {
    height: 100%;
    margin-top: 2em;
  }

  .alinear {
    height: 60%;
  }
}
#stencil02 {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: black;
  position: absolute;
}

.alinear {
  width: 100%;
  /* padding-right: 40%; */
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: baseline;
}

.atras {
  width: 65%;
  max-width: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 8%;
  left: 10%;
}

.img-logo-stencil {
  width: 50%;
  margin-left: 4%;
}

.img-mobi {
  display: none;
}

.arrow-left-left {
  width: 50%;
}

.alinearmain {
  width: 85%;
  border: 3px solid black;
  margin-bottom: 2em;
}

.titular {
  font-family: "Inter", sans-serif;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--negro);
}

.cabecera {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.img-cabecera {
  height: 80%;
}

.video-stencil-02 {
  width: 83%;
  border-bottom: 25px solid black;
  border-top: 25px solid black;
}

.img-a {
  width: 52%;
  margin: 1em;
}

.img-stencil {
  width: 83%;
  border-bottom: 25px solid black;
  border-top: 25px solid black;
}

.p-grande-light {
  font-family: "Inter", sans-serif;
  width: 85%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}

.subtitular {
  font-family: "Inter", sans-serif;
  width: 100%;
  margin-top: 0;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--negro);
}

.cuerpo01 {
  width: 60%;
  max-width: 900px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.vacio {
  width: 40%;
}

.cuerpo {
  width: 50%;
  height: 35%;
  /* margin: 2em 30em 2em 0; */
  padding: 1em;
  border: 4px solid black;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.cuerpo-fijo {
  width: 34%;
  height: 100%;
  /* margin: 2em 30em 2em 0; */
  padding: 1em;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0%;
}

.container {
  margin: auto;
  background-color: white;
  width: 100%;
}

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

ul.slider {
  position: relative;
  width: 100%;
  height: 385px;
}

ul.slider li {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: inherit;
  height: inherit;
  transition: opacity 0.5s;
  background: #fff;
}

ul.slider li img {
  width: 100%;
  height: 385px;
  object-fit: cover;
}

ul.slider li:first-child {
  opacity: 1;
  /*Mostramos el primer <li>*/
}

ul.slider li:target {
  opacity: 1;
  /*Mostramos el <li> del enlace que pulsemos*/
}

.menu {
  text-align: center;
  margin: 20px;
}

.menu li {
  display: inline-block;
  text-align: center;
}

.menu li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  background-color: grey;
  padding: 10px;
  width: 5px;
  height: 5px;
  font-size: 20px;
  border-radius: 100%;
}

.video-stencil {
  width: 100%;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .cuerpo01 {
    width: 63%;
  }

  .video-stencil-02 {
    width: 90%;
  }

  .img-stencil {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  #stencil {
    width: 100%;
    padding-bottom: 1em;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
  }

  .cuerpo-fijo {
    width: 100%;
    height: 40%;
    padding: 0;
    background-color: white;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: end;
    position: initial;
  }

  .atras {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 2em;
    margin-right: 0em;
    position: initial;
  }

  .arrow-left-left {
    width: 50%;
  }

  .img-logo-stencil {
    width: 50%;
    margin-left: 2%;
  }

  .alinearmain {
    width: 85%;
    margin: 0 auto;
    max-width: 820px;
    min-width: 3px;
    border: 3px solid black;
    padding: 0;
    margin-bottom: 1em;
  }

  .p-grande-light {
    margin: 0 auto;
    font-size: 0.9em;
  }

  .alinear {
    height: 55%;
    display: flex;
    flex-flow: column wrap;
    justify-content: inherit;
    align-items: center;
  }

  .vacio {
    display: none;
  }

  .cuerpo01 {
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .video-stencil-02 {
    width: 100%;
  }

  .img-stencil {
    width: 100%;
    border: white;
  }

  .img-mobi {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 2em;
  }

  .alinear {
    display: none;
  }
}
@media (max-width: 670px) {
  .cuerpo-fijo {
    height: 40%;
  }

  .alinear {
    height: 60%;
  }
}
#stencil03 {
  width: 100%;
  display: flex;
  height: 100%;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: black;
  position: absolute;
}

.alinear {
  width: 100%;
  /* padding-right: 40%; */
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: baseline;
}

.navimg {
  width: 20%;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  top: 0%;
  right: 0%;
}

.circle {
  width: 100px;
  height: 100px;
  background-color: white;
}

.atras {
  width: 65%;
  max-width: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 8%;
  left: 10%;
}

.img-logo-stencil {
  width: 50%;
  margin-left: 4%;
}

.arrow-left-left {
  width: 50%;
}

.alinearmain {
  border: 3px solid black;
  padding: 1em 7.5em;
  margin-bottom: 2em;
}

/* .up {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0%;
  right: 0%;
} */
.titular {
  font-family: "Inter", sans-serif;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--negro);
}

.cabecera {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.img-cabecera {
  height: 80%;
}

.video-stencil-02 {
  width: 83%;
  border-bottom: 25px solid black;
  border-top: 25px solid black;
}

.img-a {
  width: 52%;
  margin: 1em;
}

.img-stencil {
  width: 83%;
  border-bottom: 25px solid black;
  border-top: 25px solid black;
}

.p-grande-light {
  font-family: "Inter", sans-serif;
  width: 85%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}

.subtitular {
  font-family: "Inter", sans-serif;
  width: 100%;
  margin-top: 0;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--negro);
}

.cuerpo01 {
  width: 60%;
  max-width: 900px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.vacio {
  width: 40%;
}

.cuerpo {
  width: 50%;
  height: 35%;
  /* margin: 2em 30em 2em 0; */
  padding: 1em;
  border: 4px solid black;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.cuerpo-fijo {
  width: 34%;
  height: 100%;
  /* margin: 2em 30em 2em 0; */
  padding: 1em;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0%;
}

.container {
  margin: auto;
  background-color: white;
  width: 100%;
}

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

ul.slider {
  position: relative;
  width: 100%;
  height: 385px;
}

ul.slider li {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: inherit;
  height: inherit;
  transition: opacity 0.5s;
  background: #fff;
}

ul.slider li img {
  width: 100%;
  height: 385px;
  object-fit: cover;
}

ul.slider li:first-child {
  opacity: 1;
  /*Mostramos el primer <li>*/
}

ul.slider li:target {
  opacity: 1;
  /*Mostramos el <li> del enlace que pulsemos*/
}

.menu {
  text-align: center;
  margin: 20px;
}

.menu li {
  display: inline-block;
  text-align: center;
}

.menu li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  background-color: grey;
  padding: 10px;
  width: 5px;
  height: 5px;
  font-size: 20px;
  border-radius: 100%;
}

.video-stencil {
  width: 100%;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .cuerpo01 {
    width: 63%;
  }

  .video-stencil-02 {
    width: 90%;
  }

  .img-stencil {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  #stencil {
    width: 100%;
    height: 0%;
    padding-bottom: 1em;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: black;
  }

  .cuerpo-fijo {
    width: 100%;
    height: 40%;
    padding: 0;
    background-color: white;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: end;
    position: initial;
  }

  .atras {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 2em;
    margin-right: 0em;
    position: initial;
  }

  .arrow-left-left {
    width: 50%;
  }

  .img-logo-stencil {
    width: 50%;
    margin-left: 2%;
  }

  .alinearmain {
    width: 85%;
    margin: 0 auto;
    max-width: 820px;
    min-width: 3px;
    border: 3px solid black;
    padding: 0;
    margin-bottom: 1em;
  }

  .p-grande-light {
    margin: 0 auto;
    font-size: 0.9em;
  }

  .alinear {
    height: 55%;
    display: flex;
    flex-flow: column wrap;
    justify-content: inherit;
    align-items: center;
  }

  .vacio {
    display: none;
  }

  .cuerpo01 {
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 670px) {
  .cuerpo-fijo {
    height: 40%;
  }

  .alinear {
    height: 60%;
  }
}
@media (max-height: 570px) {
  #about,
  #tumarca,
  #equipo,
  #marcas,
  #portfolio,
  #contact {
    height: auto;
    width: 100%;
  }
  #tumarca .opacidad {
    height: 800px;
    width: 100%;
  }
  #equipo .oscurecer {
    height: auto;
    width: 100%;
  }
  #marcas .fondo-marca {
    height: 35% !important;
  }
  #contact .top {
    height: 80%;
  }
  #contact {
    height: 555px;
  }
}

@media (max-width: 690px) {
  #home .content-home {
    height: auto;
    padding: 4.5rem 1.5rem 2.5rem;
  }

  .logo {
    width: min(72vw, 320px);
  }

  .text {
    max-width: 90%;
    font-size: 1.1em;
  }

  .text-more {
    font-size: 0.95em;
  }

  .text-more2 {
    font-size: 3.5em;
  }

  .text-more3 {
    font-size: 1em;
  }

  .logo2 {
    width: min(70vw, 240px);
  }

  .alinea-q {
    padding-left: 1.5rem;
  }

  .p-columna-q {
    font-size: 1.2em;
  }

  #about .centrado,
  #services .section-services,
  #services .centrar-ventana,
  #marcas .section-marca {
    height: auto;
  }

  #marcas .titular-positivo-rec {
    font-size: 0.9em;
  }

  .contacto-top {
    height: auto;
    padding: 5%;
  }

  .contacto-top p {
    font-size: 1.1rem;
  }

  .contacto-email {
       
    top: 26%;
        right: -4%;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .header nav {
    margin: 0.5em 0.75em;
  }

  .navphone {
    font-size: 1em;
  }

  .text-more2 {
    font-size: 3em;
  }

  .p-columna-q {
    font-size: 1.05em;
  }

  .contacto-email {
    font-size: 0.9rem;
     top: 26%;
        right: -4%;
  }
}
