@charset "UTF-8";
#principal {
  width: 100%;
  height: 100%;
  margin-top: 5rem;
}

#home {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.containerHome {
  display: flex;
  /*  justify-content: center; */
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  /*  margin-top: 100%; */
  height: 100%;
  background-color: #edccd6;
}

#container {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* background-color: #acacac; */
}

canvas {
  /* border: 1px solid black;  */
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* width: 50% !important;
     height: 50% !important; */
  padding: 10px;
  overflow: hidden;
}

.textoHome {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 2rem 3rem 2rem;
  line-height: normal;
  /* background-color: yellowgreen; */
}

.font-bg {
  color: #ffffff;
  font-size: clamp(3rem, 13vw, 8rem);
  font-weight: 600;
}

.font-bg-dos {
  color: #0008f2;
  font-size: clamp(3rem, 13vw, 8rem);
  font-weight: 300;
}

.font-bg-tres {
  color: #0008f2;
  font-size: clamp(2rem, 10vw, 8rem);
  font-weight: 300;
}

.font-sm {
  color: #444444;
  font-size: 1.5rem;
  font-weight: 200;
  padding-top: 1.8rem;
  max-width: 480px;
}

.logo {
  width: 100%;
  height: 5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0008f2;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 1rem;
  /* background-color: aqua; */
}

/*   .activo {
    color: vars.$pink !important;
  } */
.backmenu {
  display: flex;
  background: #edccd6;
  height: 5rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.activo {
  background-color: #0008f2;
}
.activo a {
  color: #edccd6;
}

#menu {
  visibility: visible;
  cursor: pointer;
  background-color: transparent;
  mix-blend-mode: normal;
  box-sizing: border-box;
  border-style: none !important;
  position: absolute;
  right: 5%;
  top: 15%;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: #0008f2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#menu:hover i {
  color: #fbf5f6;
}

#menu p {
  width: 100%;
  margin-top: 4rem;
  position: absolute;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #0008f2;
  font-weight: 700;
}

#menu i {
  width: 100%;
  margin: 0;
  font-size: 1.25rem;
  color: #edccd6;
  /* margin-bottom: -1.25rem !important; */
}

#boton_cerrar {
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  border-style: none;
  right: 5%;
  top: 15%;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: #0008f2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#boton_cerrar p {
  width: 100%;
  margin-top: 4rem;
  position: absolute;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #0008f2;
  font-weight: 700;
}

#boton_cerrar i {
  width: 100%;
  margin: 0;
  font-size: 1.25rem;
  color: #edccd6;
  /* margin-bottom: -1.25rem !important; */
}

#boton_cerrar button:hover {
  background-color: transparent !important;
}

ul {
  display: none;
  /* visibility: hidden; */
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100vh;
  background-color: #0008f2;
  position: absolute;
  z-index: 2;
  margin-top: 5rem;
}

#enlaces_menu li {
  display: flex;
  justify-content: center;
  align-items: center;
}

#enlaces_menu li:hover {
  align-items: center;
}

#enlaces_menu li a {
  height: auto;
  line-height: calc(2.28rem + 3.0625vw);
  display: block;
  color: #edccd6;
  text-decoration: none;
  font-size: 1.45rem;
  font-weight: 400;
}

#enlaces_menu li:hover a {
  color: #fbf5f6;
  padding-right: 0.5rem;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.altura {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#idioma {
  height: 5rem;
  line-height: 5rem;
  display: flex;
  justify-content: center;
  color: #fff;
}

#idioma button {
  background-color: transparent;
  border-style: none;
  cursor: pointer;
  margin: 0 0.5rem;
  color: #fff;
  font-size: 1.25rem;
}

#idioma button:hover {
  color: #d0f14e;
}

#cv {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fbf5f6;
}

.contenedor-cv {
  display: flex;
  width: 90%;
  height: 100%;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 0 3rem 0;
}

.infoUno {
  width: 100%;
  /* background-color: antiquewhite; */
  display: flex;
  justify-content: left;
  flex-direction: column;
  height: auto;
}

.infoDos {
  width: 100%;
  /* background-color: rgb(202, 200, 200); */
  display: flex;
  justify-content: left;
  flex-direction: column;
  height: auto;
}

.anima {
  width: 100%;
  height: auto;
  /*  background-color: rosybrown; */
  display: flex;
  justify-content: center;
  align-items: center;
}

#cv h4 {
  font-size: 1.1rem;
  color: #0008f2;
  font-weight: 600;
  text-align: left;
  padding: 0.4rem 0 1rem 0px;
  text-transform: uppercase;
}

#cv p {
  font-size: 1rem;
  color: #4F4F4F;
  font-weight: 300;
  text-align: left;
  padding: 0 2rem 0 0rem;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#about {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #e8f1ff;
  position: relative;
}

.contenedor-bio {
  display: flex;
  width: 90%;
  height: 100%;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 0;
}

.imagenBio {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

.blob {
  width: 355px;
  height: 100%;
  position: absolute;
  background-image: url(".././recursos/hexa.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.titulo-uno {
  color: #0008f2;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  padding: 0.5rem 1rem;
}

.titulo-dos {
  color: #0008f2;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  padding: 2rem 0 0 1rem;
}

.img-bio {
  width: 310px;
  height: auto;
  z-index: 2;
}

.img-bio img {
  width: 100%;
  height: auto;
}

.info {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

.info-bio {
  width: 100%;
  color: #444444;
  font-size: 1.3rem;
  padding: 2rem 1rem;
  font-weight: 300;
}

.custom-shape-divider-top-1738291893 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: #e8f1ff;
}

.custom-shape-divider-top-1738291893 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1738291893 .shape-fill {
  fill: #EDCCD6;
}

.custom-shape-divider-top-1738617992 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: #fbf5f6;
}

.custom-shape-divider-top-1738617992 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1738617992 .shape-fill {
  fill: #E8F1FF;
}

.textos {
  display: flex;
  justify-content: left;
  flex-direction: column;
  padding: 2rem 1rem;
  margin: 0 auto;
}

.textos h4 {
  font-size: 1.2rem;
  color: #4F4F4F;
  font-weight: 600;
  text-align: left;
  padding-bottom: 2rem;
  text-transform: uppercase;
}

.textos p {
  font-size: 1rem;
  color: #4F4F4F;
  text-align: left;
  max-width: 720px;
  font-weight: 300;
}

.redes {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 2rem 0 1rem 0;
  /* background-color: #1D3D66; */
}

.redes i {
  color: #0008f2;
  font-size: 2rem;
  cursor: pointer;
  margin-right: 1rem;
}

.redes i:hover {
  color: #edccd6;
}

#contacto {
  width: 100%;
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f8ebee;
}

#contacto h1 {
  font-size: 2.6rem;
  color: #0008f2;
  letter-spacing: 0.3rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 2rem;
}

#contacto p {
  text-align: left;
  color: #0008f2;
  font-weight: 300;
}

.infoContacto {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.centrar-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.shape-contact {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

footer {
  width: 100%;
  background-color: #edccd6;
  bottom: 0;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  /* position: fixed; */
}

footer p {
  text-align: center;
  color: #0008f2;
  font-size: 0.8rem;
  font-weight: 300;
}

footer h4 {
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 0;
}

footer img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in 3s;
  transition: all 0.5s ease-in 3s;
}

.scroll-down {
  position: relative;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 3rem;
  height: 3rem;
  /*  border: 3px solid black; */
  background-size: 14px auto;
  /* border-radius: 50%; */
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.scroll-down:before {
  position: relative;
  top: calc(50% - 12px);
  left: calc(50% - 9px);
  transform: rotate(-45deg);
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  content: "";
  border: 3px solid #0008f2;
  border-width: 0px 0 3px 3px;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
img {
  vertical-align: middle;
}

.g-recaptcha {
  width: 90%;
}

.error {
  color: tomato;
  padding: 0.5rem 0;
}

.contendor-btn {
  display: flex;
  padding: 2rem 0;
  position: relative;
}

.btn-download {
  width: auto;
  display: flex;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.8rem 1.5rem;
  text-decoration: none !important;
  box-sizing: border-box;
  background-color: #0008f2;
  border-radius: 8px;
  text-transform: uppercase;
}
.btn-download i {
  margin: 0 0 0 4px;
}

.btn-download:hover {
  color: #0008f2;
  background-color: #edccd6 !important;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.accordion {
  background-color: #ffffff;
  color: #0008f2;
  font-family: "Lexend", serif !important;
  cursor: pointer;
  padding: 0.5rem;
  width: 100%;
  border-style: solid;
  border-color: #edccd6;
  text-align: left;
  font-size: 1.2rem;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #fbf5f6;
}

.accordion:after {
  font-family: "Font Awesome 6 Free";
  content: "\f067";
  font-size: 1.5rem;
  color: pink;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "➖"; /* Unicode character for "minus" sign (-) */
}

.panel {
  padding: 1rem;
  display: none;
  background-color: #ffffff;
  border-style: solid;
  border-color: #edccd6;
  overflow: hidden;
}

.padding-vertical-uno {
  padding: 1rem 0;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-responsive img {
  width: 100%;
  height: auto;
}

.anima-svg {
  -webkit-animation: anima-svg 14s ease-in-out infinite alternate-reverse both;
  animation: anima-svg 14s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes anima-svg {
  0% {
    -webkit-transform: scale(0.95) translateY(0);
    transform: scale(0.95) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1) translateY(20px);
    transform: scale(1) translateY(20px);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@keyframes anima-svg {
  0% {
    -webkit-transform: scale(0.95) translateY(0);
    transform: scale(0.95) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1) translateY(20px);
    transform: scale(1) translateY(20px);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.cube {
  height: 200px;
  position: relative;
  margin: 0 auto;
  width: 200px;
  transform-style: preserve-3d;
}

.face {
  background-color: rgb(126, 45, 255);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  height: 200px;
  opacity: 0.7;
  position: absolute;
  width: 200px;
}

.cube .one {
  background-color: rgb(3, 4, 252);
  transform: rotateX(90deg) translateZ(100px);
}

.cube .two {
  background-color: rgb(147, 61, 98);
  transform: translateZ(100px);
}

.cube .three {
  background-color: rgb(237, 204, 214);
  transform: rotateY(90deg) translateZ(100px);
}

.cube .four {
  background-color: rgb(171, 136, 224);
  transform: rotateY(180deg) translateZ(100px);
}

.cube .five {
  background-color: rgb(237, 204, 214);
  transform: rotateY(-90deg) translateZ(100px);
}

.cube .six {
  background-color: rgb(132, 172, 255);
  transform: rotateX(-90deg) translateZ(100px) rotate(180deg);
}

#myContainer {
  position: relative;
  width: 100%;
  height: 450px;
  z-index: 3;
  overflow: hidden;
}

.lemon {
  position: relative;
  padding: 0 !important;
}

/* /////// Media Queries //////////////////////////////////////////////////////////// 
 //////////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////////*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .escritorio {
    visibility: hidden;
  }
  .responsive {
    width: 100%;
  }
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .container {
    width: 100%;
  }
  .logo {
    justify-content: left;
    /* background-color: aqua; */
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .escritorio {
    visibility: hidden;
  }
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  .logo {
    font-size: 1.3rem;
    justify-content: left;
    /* background-color: aqua; */
  }
  .img-bio {
    width: 350px;
  }
  .blob {
    width: 420px;
  }
  #container {
    height: 700px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .escritorio {
    visibility: hidden;
  }
  footer p {
    font-size: 1rem;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .escritorio {
    visibility: visible;
    width: 70%;
    max-width: 57rem;
    height: 5rem;
    /* background:#024959; */
    display: flex;
    justify-content: center;
    top: 0;
  }
  .lista {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    overflow: hidden;
    list-style: none;
  }
  .lista a {
    display: flex;
    color: #0008f2;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: #0008f2;
    border-radius: 8px;
    text-transform: uppercase;
    background-color: #ffffff;
    margin: 0 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
  }
  .lista a:hover {
    color: #0008f2;
  }
  .lista a::after {
    content: "";
    background: #edccd6; /* color de fondo hover */
    position: absolute;
    z-index: -1;
    padding: 0.8rem 1.5rem;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .lista a:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  #menu {
    visibility: hidden !important;
  }
  .logo {
    width: 40%;
    height: 5rem;
    padding: 0 0 0 3rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: #0008f2;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    /* background-color: aqua; */
  }
  #home {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: unset;
    /* background-color: vars.$pink; */
    position: relative;
    /* z-index: 1; */
  }
  #cv {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .contenedor-cv {
    width: 100%;
    flex-direction: unset;
    padding: 2rem 3rem 3rem 3rem;
  }
  .infoUno {
    width: 50%;
  }
  .infoDos {
    width: 50%;
  }
  .containerHome {
    width: 50%;
    height: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: unset;
    /* background-color: sandybrown; */
  }
  .textoHome {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 2rem;
    /* background-color: yellowgreen; */
  }
  .font-bg {
    font-size: clamp(1.5rem, 6vw, 4rem);
  }
  .font-bg-dos {
    font-size: clamp(1.5rem, 6vw, 4rem);
  }
  .font-bg-tres {
    font-size: clamp(1.5rem, 6vw, 3rem);
  }
  #contacto {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: unset;
  }
  .infoContacto {
    width: 50%;
    height: 100%;
  }
  #contacto h1 {
    font-size: 3.2rem;
  }
  #contacto p {
    text-align: left;
    font-size: 1.25rem;
  }
  .redes {
    justify-content: left;
  }
  .shape-contact {
    width: 50%;
    height: 100%;
  }
  #idioma {
    color: #ffffff;
  }
  #idioma button {
    color: #ffffff;
  }
  #idioma button:hover {
    color: #fbf5f6;
  }
  .anima {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  #principal {
    margin-top: 4rem;
  }
  .contenedor-bio {
    display: flex;
    width: 90%;
    height: 100%;
    flex-direction: unset;
  }
  .imagenBio {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
  }
  .info {
    width: 50%;
  }
  #about {
    width: 100%;
    height: 100vh;
  }
  canvas {
    padding: 90px;
  }
  #container {
    height: 100%;
  }
  .img-bio {
    width: 370px;
  }
  .blob {
    width: 470px;
  }
  .titulo-uno {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    padding: 1rem 1rem;
  }
  .titulo-dos {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    padding: 2rem 0 0 3rem;
  }
  .scroll-down {
    position: absolute;
  }
  .scroll-down:before {
    position: absolute;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #menu {
    visibility: hidden !important;
  }
  .anima {
    justify-content: center;
  }
  canvas {
    padding: 20px;
  }
  .img-bio {
    width: 410px;
  }
  .blob {
    width: 520px;
  }
  .logo {
    font-size: 1.6rem;
  }
  .titulo-uno {
    font-size: 4rem;
  }
  .titulo-dos {
    font-size: 4rem;
  }
}/*# sourceMappingURL=styles.css.map */