* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Dosis', sans-serif;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
  width: 10px;
}

.cohete1{
  position: absolute;
    right: 315px;
    font-size: 2vw;
    bottom: 69%;
}

.estrella1{
  position: absolute;
    right: 215px;
    font-size: 2vw;
    bottom: 75%;
}

.estrella2{
  position: absolute;
  right: 415px;
  font-size: 2vw;
  bottom:77%;
}

.estrella3{
  position: absolute;
  right: 90%;
  font-size: 2vw;
  bottom:20%;
}

.estrella4{
  position: absolute;
  right: 80%;
  font-size: 2vw;
  bottom:27%;
}

.estrella5{
  position: absolute;
  right: 95%;
  font-size: 2vw;
  bottom:30%;
}

.estrellaAnimacion{
  animation: palpitar 3s ease-in-out infinite;
}

@keyframes palpitar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

body::-webkit-scrollbar-button:increment,
body::-webkit-scrollbar-button {
  display: none;
}

body::-webkit-scrollbar:horizontal {
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #ececec;
  border-radius: 20px;
  border: 1px solid rgb(69, 69, 69);
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
}

.serviceBox{
  z-index: 4;
}
#contentSpace *{
  transition: all 0.2s;
}
#contentSpace{
  width: 100%;
  height: 90vh;
  position: relative;
}
.estrella{
  display: block;
  position: absolute;
  z-index: -5;
}
.estudios2{
  display: flex;
  justify-content: center;
}
.cardEstudio2{
  width: calc(100% / 5);
  transition: all 0.3s;
  display: flex;
  height: 60vh;
  justify-content: center;
  align-items: center;
}
.textCardEstudio2{
  height: 60vh;
  transition: all .3s;
  width: 0;
}
.cardEstudio2 img{
  width: 50%;
  margin: 10px;
}
.textCardEstudio2 a{
  color: rgb(170, 5, 170);
  text-decoration: revert; 
}
.textOpacity{
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.borderNone{
  border-radius: 0 5px 5px 0px;
}
.cardEstudio2:hover + .textCardEstudio2, .textCardEstudio2:hover{
  width: calc(100% / 5);
  transition: all .3s;
}
.cardEstudio2:hover + .textCardEstudio2 div, .textOpacity:hover{
  opacity: 1;
}
li {
  list-style: none;
}

body {
  background-color: #131417;
}

.contentCardsCode * {
  font-family: monospace;
}

img {
  z-index: 1;
  position: relative;
}

#presentacion {
  background-color: #131417;
  color: #e4e4e4;
}

a {
  text-decoration: none;
  color: #e4e4e4;
}

#presentacion {
  height: 91vh;
}

.textoPresentacion {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
}

.saludo {
  text-align: left;
  font-size: 4vw;
  font-weight: bold;
  rotate: -10deg;
  padding-right: 20px;
}

#tl-saludo4 {
  font-size: 4vw;
}

.ulMenu li {
  z-index: 1000;
}

.contentProyects2{
  display: flex;
  gap: 50px;
  margin: 30px;
  padding-bottom: 150px;
  justify-content: center;
}

.contentImageProyect{
  filter: brightness(0.8);
}

.contentImageProyect article {
  justify-content: center;
  display: flex;
  margin-top: 20px;
}

.rellenoProyect *{
  margin: 20px 0 20px 0;
}

#proyectosId{
  padding-left: 30px;
}

.capaProyect{
  width: 80%;
  height: 80%;
  background-color: #0f0f0ff0;
  position: absolute;
  top: -15px;
  bottom: 0;
  left: 15px;
  right: 0;
  border-radius: 3px;
  z-index: -1;
  filter: blur(3px);
}

.rellenoProyect{
  padding: 0 15px 15px 15px;
  font-size: 1.2vw;
}

.cardProyectNew div article img{
  width: 60%;
  height: 60%;
  border-radius: 3px 3px 0 0;
}

.cardProyectNew{
  border-radius: 3px;
  width: 25%;
  background-color: #0f0f0f;
  color: white;
  height: min-content;
}

.cradTop2{
  margin-top: 10%;
}
.cardTop3{
  margin-top: 20%;
}

.btn-one {
	color: #FFF;
	transition: all 0.3s;
	position: relative;
  border-radius: 3px;
}
.box-1{
  border-radius: 3px;
}
.btn-one span {
	transition: all 0.3s;
}
.btn-one::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	border-bottom-color: rgba(255,255,255,0.5);
	transform: scale(0.1, 1);
}
.btn-one:hover span {
	letter-spacing: 2px;
}
.btn-one:hover::before {
	opacity: 1;	
	transform: scale(1, 1);	
}

.btn-one span{
  text-align: center;
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 3px;
  border-radius: 3px;
}

.btn-one::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.1);
}
.btn-one:hover::after {
	opacity: 0;	
	transform: scale(0.1, 1);
}

.footerPresentacion {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  font-weight: bold;
  z-index: 1;
  position: relative;
  opacity: 0;
  font-size: 1.2vw;
}

.logoEstudios {
  gap: 10px;
}

.logoEstudios div {
  height: 100%;
  border: 1.5px solid #2A2826;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}

.contentCardsCode {
  width: 450px;
  height: 400px;
  position: relative;
}

.backgroundCard {
  background: linear-gradient(109.61deg, #4c4f5a 4.26%, #202125 84.84%);
  width: 90%;
  height: 90%;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  position: absolute;
  right: 0;
  margin: auto;
  opacity: 0;
}

.card2 {
  transform: translate(150px, 0px);
}

.cardsCode {
  box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
  border-radius: 6px;
  background: #1d1e22;
  width: 300px;
  height: 140px;
  margin-bottom: 10px;
}

.card1 {
  right: 0px;
  top: -20px;
}

.card2 {
  top: 140px;
  left: 50px;
}

.card3 {
  bottom: -40px;
  right: 0;
}

.botonesCards {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
}

.botonesCards div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.headCard {
  display: flex;
  justify-content: space-between;
}

.codeCard {
  justify-content: flex-start;
  display: flex;
  margin-left: 5px;
  flex-direction: column;
  align-items: flex-start;
}

.codeCard2 {
  justify-content: center;
  display: flex;
  margin-left: 5px;
  flex-direction: column;
  align-items: flex-start;
  height: 70%;
}

.codeCard p {
  font-family: monospace;
}

.codeCard2 p {
  font-family: monospace;
  padding: 5px;
}

.etiquetasCard {
  font-family: monospace;
  color: #ffbe2c;
}

.jsonCard {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contentFlags {
  position: absolute;
  top: 0;
  left: 0%;
  top: 0px;
  opacity: 0;
}

#tl-saludo1 {
  opacity: 0;
}

#tl-saludo2 {
  opacity: 0;
}

#tl-saludo3 {
  opacity: 0;
}

#tl-saludo4 {
  opacity: 0;
}

.contentFlags div {
  padding: 10px;
  margin-top: 0px;
  border-radius: 0px 2px 2px 0;
}

/* SOBRE MI */
.wave {
  position: absolute;
  height: 86px;
  width: 100%;
  background: #131417;
  top: 0;
}

.wave::before,
.wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #ececec;
  right: 0%;
  top: 65%;
}

.wave::after {
  width: 55%;
  height: 100%;
  background-color: #131417;
  left: -1.5%;
  top: 40%;
}

#sobreMi {
  position: relative;
  background-color: #ececec;
}

.flexSobreMi {
  display: flex;
  width: 72%;
  gap: 30px;
}

.imgYoFace {
  width: 100%;
  border-radius: 50%;
}

.centerSobremi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.textSobremi {
  width: 70%;
}

.contentImgSobremi {
  width: 30%;
}

.d {
  padding-top: 10%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;

}

.subTitle {
  color: #ffbe2c;
  font-size: 4vw;
  font-weight: bold;
  margin: 20px;
}

.textSobremi h3 {
  font-size: 2vw;
}

.textSobremi p {
  font-size: 1.5vw;
}

.subTitle2 {
  color: #2a2826;
  font-size: 3vw;
  font-weight: bold;
  margin: 20px;
}

.fraseCono {
  font-size: 1.5vw;
}

.logoEstudios {
  display: grid;
  align-items: end;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
}

.sizeText {
  font-size: 1.2vw;
}

.ver {
  color: blue;
  text-decoration: underline;
}

.logoEstudios div img {
  width: 8vw;
}

.copito {
  transition: left 0.01s linear 0.01s;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  opacity: 0.5;
  background-color: #2a2826;
}

#conocimientos {
  position: relative;
}
.centerLenguaje{
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.wave2 {
  position: absolute;
  height: 65px;
  width: 100%;
  background: #ececec;
  bottom: 0;
  display: none;
}

.wave2::before,
.wave2::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.wave2::before {
  width: 55%;
  height: 100%;
  background-color: #ececec;
  right: 0%;
  top: 35%;
}

.wave2::after {
  width: 55%;
  height: 109%;
  background-color: #131417;
  left: -1.5%;
  top: 60%;
}

button{
  cursor: pointer !important;
}

#conocimientos {
  background: #131417;
  z-index: -3;
  overflow: inherit;
}

.contentTecnologias {
  width: 70%;
}
#conocimientosId{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 0px;
}
.lineaTec {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #4c4f5a;
}

.wrapperPlaneta3{
  width: 100%;
  height: 100%;
  position: relative;
}

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

.nameTec {
  padding: 20px;
  padding-left: 0;
  color: #ececec;
  font-size: 1.5vw;

}

.lineaProgreso {
  position: absolute;
  height: 3px;
  width: 0%;
  background-color: #efd81d
}

.fraseCono {
  margin-top: 50px;
  color: #ececec
}

.nameTec:hover .lineaTec {
  height: 6px;
}

.curved::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #131417;
  height: 60%;
  transform: rotate(180deg);
}

.curved {
  position: relative;
  height: 150px;
  background: #ececec;
}


.visitar {
  color: #ffbe2c;
  text-decoration: underline;
}

.contentContacto {
  color: #ececec;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.contentLuna {
  width: 200px;
}

.contentLuna img {
  width: 13vw;
}

.contentForm {
  text-align: center;
  font-size: 1.5vw;
}

.form {
  margin-top: 20px;
}
.hiddenPlaneta{
  opacity: 0;
}
.nav-link-text {
  padding-top: 8px;
}

.form input,
.form textarea,
.form button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 1vw;
}

.sizeR {
  font-size: 2vw;
  margin-bottom: 20px;
}

button {
  font-family: 'Dosis';
  font-size: 1vw;
  background: #176e17;
  color: white;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}

.socialmedia {
  font-size: 20px;
  color: white;
}

.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 1rem;
  gap: 2.5rem;
  margin-bottom: 0.5rem;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.nav-item {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2vw;
  align-items: center;
}

.nav-link-text {
  font-size: 0.8vw;
  line-height: 1.25rem;
  font-weight: 550;
  text-align: center;
  font-family: 'Font Awesome 5 Brands';
  color: #eee !important;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.nav-links {
  color: rgb(255 190 44);
  background-color: #151617;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}

.nav-links:hover {
  background-color: rgb(255 190 44);
  color: #eee !important;
  transform: scaleX(1.1) scaleY(1.1);
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: #ececec;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.cut {
  background-color: #131417;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  width: 50px;
}

.input:focus~.cut,
.input:not(:placeholder-shown)~.cut {
  transform: translateY(8px);
}

.placeholder {
  color: #131417;
  font-size: 15px;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus~.placeholder,
.input:not(:placeholder-shown)~.placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown)~.placeholder {
  color: #ffbe2c;
}

.input:focus~.placeholder {
  color: #ffbe2c;
}

.submit {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #06b;
}

.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.error {
  margin: 10px 0 10px 0;
  background: #9c1b1b;
  border-radius: 5px;
  padding: 10px;
  display: none;
}

textarea::placeholder {
  color: #131417;
  font-size: 15px;
  font-weight: bold;
}

button:hover {
  background-color: #176917;
}

.menu {
  position: fixed;
  top: 25px;
  right: 15px;
  border-radius: 50%;
  background-color: #2a2826;
  width: 70px;
  height: 70px;
  z-index: 15;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  opacity: 0;
}

.menu div {
  width: 65%;
  height: 6px;
  border-radius: 5px;
  margin: 2.5px;
  background-color: #ececec;
  position: absolute;
}

.bar1 {
  top: 20px;
}

.bar3 {
  bottom: 20px;
}

.capaMenu {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;

  width: 0vh;
  height: 0vh;
  background: #2a2826;
  border-radius: 0 0 0 100%;
}

.menuLine{
  display: none;
}

.ulMenu {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80%;
  opacity: 0;
  position: relative;
}

.menuLine {
  width: 200px;
  border-radius: 50%;
  position: absolute;
  right: 70px;
  top: 262px;
  height: 200px;
  background: white;
  filter: blur(120px);
}

.xz{
  top: 30px;
  left: 200px;
  position: absolute;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}

.xz img {
  width: 50px
}

@media (max-width: 740px) {
  .xz{
    top: 30px;
    left: 50px;
  } 
}

@media (max-width: 320px) {
  .xz img{
    width: 20px;
  }
  .xz{
    left: 10px;
  } 
}

.ulMenu li {
  color: #ececec;
  font-size: 2vw;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  transition: border 0.2s ease;
  border-bottom: 1px transparent solid;
}

.ulMenu li:hover {
  border-bottom: 1px #ececec solid;
}

.ventanaWhat {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  z-index: 10;
  position: fixed;
  background-color: #000000e6;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: none;
}

.numero {
  height: 100%;
  text-align: center;
  align-items: center;
  align-self: center;
  display: flex;
  width: 100%;
  justify-content: center;
  color: #ececec;
  font-size: 2vw;
}

#exit,
#exit2 {
  font-size: 3vw;
}

.correo2 {
  height: 100%;
  text-align: center;
  align-items: center;
  align-self: center;
  display: flex;
  width: 100%;
  justify-content: center;
  color: #ececec;
  font-size: 2vw;
}

.contentWhat {
  width: 50%;
  height: 50%;
  background-color: #176e17;
  border-radius: 5px;
  position: relative;
}

.fa-xmark {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #c54444;
  font-size: 30px;
  cursor: pointer;
}
.logoEstudios{
  display: none;
}
.papeles {
  position: fixed;
  bottom: -45px;
  right: 0;
  border-radius: 5px;
  background-color: #176e17;
  padding: 10px;
  z-index: 10000;
  color: #ececec;
  display: none;
  font-size: 3vh;
}

.copyProp{
  position: relative;
}

.copyProp::after{
  content: "Copiar";
  position: absolute;
  width: 100px;
  height: 25px;
  font-size: 20px;
  padding: 10px;
  background-color: gray;
  bottom: -50px;
  border-radius: 0 20px 20px 20px;
}

.ventanaEmail {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  z-index: 10;
  position: fixed;
  background-color: #000000e4;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: none;
}

.card2 {
  transform: translate(120px, 0px);
}

.contentEmail {
  position: relative;
  width: 50%;
  height: 50%;
  background: rgb(165 122 26);
  border-radius: 5px;
}

.capa {
  height: 100vh;
  width: 100%;
  position: fixed;
  background: #000000e4;
  z-index: 10;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
}

.container{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  
}

.container .serviceBox{
  position: relative;
  width: calc(100% / 4);
  height: 35vh;
  background-color: rgb(214, 212, 212);
  border-radius: 20px;
  overflow: hidden;
}
.container .serviceBox:hover .icon img{
  width: 2em;
  transition-delay: 0s;
}
.container .serviceBox .icon img{
  width: 5em;
  transition: 0.5s;
  transition-delay: 0.25s;
}

.container .serviceBox .content {
  position: relative;
  padding: 20px;
  color: black;
  text-align: center;
  margin-top: 30px;
  z-index: 1;
  transform: scale(0);
  transition: 0.5s;
    transition-delay: 0s;
  transition-delay: 0s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.container .serviceBox:hover .content{
  transform: scale(1);
  transition-delay: 0.25s;
  font-size: 1.2vw;
}
.container .serviceBox .content a{
  color: black;
}
.container .serviceBox .icon{
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  height: 100%;
  background-color: #f00;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--i);
  transition-delay: 0.25s;
}

.lunaMovil{
  display: flex;
  justify-content: center;
  position: relative;
}

.titleMovil{
  text-align: center;
  font-size: 40px;
}

.contentLunaMovil{
  background-color: #095584;
  border-radius: 50%;
  width: 200px;
  position: relative;
  height: 200px;
  display: flex;
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: whitesmoke;
  box-shadow: #095584 -1px 1px 7px 3px;
}

@media (max-width: 570px) {
  .subTitle{
  margin-left: 20px !important;
  }
}

.banderaMovil img{
  width: 30px;
}

.paloMovil{
  background-color: whitesmoke;
  width: 3px;
  border-radius: 2px;
  height: 62px;
  position: absolute;
  top: -5px;
  border: 1px solid black;
  left: -6px;
}

.banderaMovil{
  position: absolute;
  top: -35px;
  right: 20px;
  background-color: rgb(45, 43, 43);
  padding: 5px;
  border-radius: 0 3px 3px 0;
  transform: rotate(15deg);
  border: 1px solid black;
}

.frameworsMovil{
  padding: 5px;
  font-size: 18px;
  border: none;
  border-radius: 3px;
  background: #1d6694;
  text-decoration: underline;
  cursor: pointer;
}

.huecoLuna1{
  width: 20px;
  height: 20px;
  background-color: #1d6694 ;
  position: absolute;
  border-radius: 50%;
  bottom: 10px;
}

.huecoLuna2{
  width: 20px;
  height: 20px;
  background-color: #1d6694 ;
  position: absolute;
  border-radius: 50%;
  bottom: 25px;
  right: 70px;
}

.huecoLuna3{
  width: 30px;
  height: 30px;
  background-color: #1d6694 ;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 60px;
}

.container .serviceBox:hover .icon{
  top: 30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition-delay: 0.25s;
}

#sobre,
#estudiossobremi,
#saludoTextoSobremi,
#text9,
#targetEstudio1,
#targetEstudio2,
#targetEstudio3,
#targetEstudio4,
.contentImgSobremi,
.fraseCono,
#proyectosId,
#contacto,
#proyecto2,
#proyecto1,
#proyecto3,
#text6,
.form,
.contentLuna,
#cardEstudio3,
#cardEstudio2,
#cardEstudio1,
.animacionLuna,
.animacionLuna2,
.animacionLuna3,
.animacionLuna4,
.fff,
.socialmedia,
#proyectNew2,
#proyectNew1,
#estrellaE1,
#estrellaE2,
#estrellaE3,
#estrellaE4,
#estrellaE5,
#estrellaE6,
#kkjl,
#proyectNew {
  opacity: 0;
  transform: translateY(100px);
}

.estrellaAnimacion{
  display: inline-block;
}

.card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}
.card__line {
  position: absolute;
  animation: 3s 3s linear infinite;
}
textarea{
  resize: none;
}
.card__line_left {
  animation-name: to-top;
  background: linear-gradient(to bottom, #172425, transparent);
  left: 0;
  bottom: -100%;
  width: 0.1em;
  height: 100%;
}
.card__line_right {
  animation-name: to-bottom;
  background: linear-gradient(to bottom, transparent, #172425);
  right: 0;
  top: -100%;
  width: 0.1em;
  height: 100%;
}
.card__line_top {
  animation-delay: 1.5s;
  animation-name: to-right;
  background: linear-gradient(to right, transparent, #172425);
  width: 100%;
  height: 0.1em;
  top: 0;
  left: -100%;
}
.card__line_bottom {
  animation-delay: 1.5s;
  animation-name: to-left;
  background: linear-gradient(to right, #172425, transparent);
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 0.1em;
}

@keyframes to-top {
  to {
    bottom: 200%;
  }
}
@keyframes to-bottom {
  to {
    top: 200%;
  }
}
@keyframes to-left {
  to {
    right: 200%;
  }
}
@keyframes to-right {
  to {
    left: 200%;
  }
}



footer h4{
  padding: 25px;
  color: whitesmoke;
}
footer{
  background-color: #0f0f0f;
  margin-top: 50px;
}

.flags div img {
  width: 2vw;
  cursor: pointer;
}

.flags {
  display: flex;
}

.cardsCode {
  width: 80%;
  height: auto;
  padding-bottom: 10px;
  font-size: 1vw;
  opacity: 0;
}

.contentCardsCode {
  height: 440px;
}



/* PARALLAX CONOCIMIENTOS */



.wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.content2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    align-content: center;
}

.luna {
  display: inline-block;
  position: absolute;
  bottom: -200px;
  background: #e1dede;
  width: 30em;
  height: 12em;
  border-radius: 50%;
  box-shadow: 4px 8px 33px 4px #e1dede;
  z-index: -1;
  
}

.luna span {
  display: inline-block;
  position: absolute;
  background: #bdbdbd;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

.luna .c1 {
  width: 4.5em; 
  height: 4.5em; 
  left: 16pt; 
  top: 20%;
}

.luna .c2 {
  bottom: 0; 
  margin-bottom: .4em;
}

.luna .c3 {
  width: 3em; 
  height: 3em; 
  right: 0; 
  top: 55%; 
  margin-right: 1em;
}

.luna .c4 {
  right: 0; 
  top: 30%; 
  margin-right: .8em;
}


@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}


/* Nuvens */
.cloud{
  width: 350px;
  height: 100px;
  background: #8f209c;
  border-radius: 6.5em;
  position: relative;
  margin: 130px auto 40px;
  opacity: 0.5;
}
.cloud:after, .cloud:before {
  content: "";
  position: absolute;
  background: #8f209c;
  z-index: -1;
  border-radius: 50%;
}
.cloud:after{
  width: 150px;
  height: 150px;
  top: -50%;
  left: 40px;
}
.cloud:before{
  width: 180px;
  height: 180px;
  top: -100px;
  right: 50px
}
.cloud.s1{
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-animation: movnuvens 30s linear infinite;
  -moz-animation: movnuvens 30s linear infinite;
  -o-animation: movnuvens 30s linear infinite;
  animation: movnuvens 30s linear infinite;
}
.cloud.s2{
  left: -400px;
  top: -350px;
  -moz-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
  -webkit-animation: movnuvens 40s linear infinite;
  -moz-animation: movnuvens 40s linear infinite;
  -o-animation: movnuvens 40s linear infinite;
}
.cloud.s3{
  left: 137px;
  top: -150px;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-animation: movnuvens 50s linear infinite;
  -moz-animation: movnuvens 50s linear infinite;
  -o-animation: movnuvens 50s linear infinte;
}
.cloud.s4{
  left: 400px;
  top: -517px;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-animation: movnuvens 36s linear infinite;
  -moz-animation: movnuvens 36s linear infinite;
  -o-animation: movnuvens 36s linear infinite;
}
.cloud.s5{
  left: -500px;
  top: -600px;
  -moz-transform: scale(0.3, 0.3);
  -ms-transform: scale(0.3, 0.3);
  -webkit-transform: scale(0.3, 0.3);
  transform: scale(0.3, 0.3);
  -webkit-animation: movnuvens 30s linear infinite;
  -o-animation: movnuvens 30s linear infinte;
}
@keyframes movnuvens {
  from {
    margin-left: 100em;
  }
  to {
    margin-left: -100em;
  }
}
.container-nave {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.nave-espacial {
    position: relative;
    width: 200px;
    height: 300px;
}
.vidronave{
    background: #0c8db3;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: relative;
}
.vidronave:before {
    content: "";
    width: 70%;
    height: 90%;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    bottom: 0;
    left: 32px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.vidronave:after {
    content: "";
    width: 28px;
    height: 20px;
    background: #fff;
    top: 15%;
    left: 69%;
    position: relative;
    display: block;
    border-radius: 100%;
    transform: rotate(50deg);
}
.nave-espacial {
    -webkit-animation: movenave 5s linear infinite;
    -o-animation: movenave 5s linear infinte;
    
}
.nave-espacial {
  position: absolute;
  width: 140px;
  height: 200px;
  z-index: 5;
  bottom: 80px;
}
.basenave:after {
    content: "";
    width: 100%;
    height: 30%;
    display: block;
    position: absolute;
    background: #009688;
    left: 0;
    bottom: 0;
}
.basenave {
    width: 120%;
    height: 20%;
    position: absolute;
    bottom: 0;
    right: -10%;
    background: #E91E63;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.basenave .dot {
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    border-radius: 100%;
    -webkit-box-shadow: 35px 0px 0px 0px rgb(255, 255, 255);
    -moz-box-shadow: 35px 0px 0px 0px rgb(255, 255, 255);
    box-shadow: 35px 0px 0px 0px rgb(255, 255, 255);
}
span.dot.d1 {
    position: absolute;
    left: 11%;
    bottom: 50%;
}
span.dot.d2 {
    position: absolute;
    left: 41%;
    bottom: 50%;
}
span.dot.d3 {
    position: absolute;
    right: 25%;
    bottom: 50%;
}
.gato {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.corpo-c {
    position: relative;
    width: 45%;
    height: 45%;
    background: #000;
    margin-top: 60%;
    margin-left: 10%;
    z-index: -1;
}
.corpo-c:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 18px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: -14px;
    left: 0;
}
.corpo-c:after {
    content: "";
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top: -14px;
    right: 0;
}
.mancha {
    width: 50%;
    height: 57%;
    position: absolute;
    bottom: 0;
    left: 25%;
    background: rgba(255, 255, 255, 0.13);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.olho{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 15px;
}
.olho.e {
    left: 15px;
}
.olho.d2 {
    right: 15px;
}
.olho:before {
    width: 10px;
    height: 15px;
    display: block;
    content: "";
    background: #000;
    border-radius: 100%;
    margin-top: 3px;
    margin-left: 3px;
        -webkit-animation: fechaolhos 3s linear infinite;
    -o-animation: fechaolhos 3s linear infinte;
}
.focinho {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ff0097 transparent transparent transparent;
    position: absolute;
    left: 27px;
    top: 39px;
}
.focinho:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    display: block;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
    border-radius: 5px;
}
.rabinho {
    width: 10px;
    height: 65%;
    position: absolute;
    background: #000;
    right: -29px;
    bottom: 0;
    border-radius: 10px;
}

.bandera .imagen{
  background-image: url(../img/icon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -28px;
  right: 50px;
  border: 1px solid black;
  border-radius: 0 5px 5px 0;
  transform: rotateZ(20deg);
}
.paloBandera{
  height: 65px;
  width: 4px;
  position: absolute;
  top: -38px;
  right: 101px;
  background-color: #f3f3f3;
  border-radius: 5px;
  border: 1px solid;
  transform: rotateZ(20deg);
}
@keyframes movenave {
    0%{
        transform: rotate(0deg);
        margin-left: 0;
    }
    25%{
        margin-left:0;
    }
    50%{
        transform: rotate(0deg);
        margin-left: 0em;
    }
    75%{
        margin-left: 0;
    }
    100%{
        transform: rotate(0deg);
        margin-left: 0;
    }
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}



@keyframes scaleUpDown {
  0%, 100% {
    transform: scaleY(1) scaleX(1);
  }
  50%, 90% {
    transform: scaleY(1.1);
  }
  75% {
    transform: scaleY(0.95);
  }
  80% {
    transform: scaleX(0.95);
  }
}
@keyframes shake {
  0%, 100% {
    transform: skewX(0) scale(1);
  }
  50% {
    transform: skewX(5deg) scale(0.9);
  }
}
@keyframes particleUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}
@keyframes glow {
  0%, 100% {
    background-color: #ef5a00;
  }
  50% {
    background-color: #ff7800;
  }
}
.fire {
  position: absolute;
  top: calc(50% - -96px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(180deg);
  display: none;
}

.fire-center {
  position: absolute;
  height: 100%;
  width: 100%;
  animation: scaleUpDown 3s ease-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.fire-center .main-fire {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(farthest-corner at 10px 0, #d43300 0%, #ef5a00 95%);
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
  filter: drop-shadow(0 0 10px #d43322);
}

.fire-center .particle-fire {
  position: absolute;
  top: 60%;
  left: 45%;
  width: 10px;
  height: 10px;
  background-color: #ef5a00;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #d43322);
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.fire-right {
  height: 100%;
  width: 100%;
  position: absolute;
  animation: shake 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.fire-right .main-fire {
  position: absolute;
  top: 15%;
  right: -25%;
  width: 80%;
  height: 80%;
  background-color: #ef5a00;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
  filter: drop-shadow(0 0 10px #d43322);
}
.fire-right .particle-fire {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-color: #ef5a00;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #d43322);
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.fire-left {
  position: absolute;
  height: 100%;
  width: 100%;
  animation: shake 3s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.fire-left .main-fire {
  position: absolute;
  top: 15%;
  left: -20%;
  width: 80%;
  height: 80%;
  background-color: #ef5a00;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
  filter: drop-shadow(0 0 10px #d43322);
}
.fire-left .particle-fire {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 10%;
  height: 10%;
  background-color: #ef5a00;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #d43322);
  animation: particleUp 3s infinite ease-out 0;
  animation-fill-mode: both;
}

.fire-bottom .main-fire {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 75%;
  height: 75%;
  background-color: #ff7800;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 100% 40%;
  filter: blur(10px);
  animation: glow 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.pin-spacer{
  overflow: hidden !important;
}

/* Platena */

.banderaPlaneta .imagenPlaneta{
  background-image: url(../img/js.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -28px;
  right: 16px;
  border: 1px solid black;
  border-radius: 0 5px 5px 0;
  transform: rotateZ(20deg);
}
.paloBanderaPlaneta{
  height: 65px;
  width: 4px;
  position: absolute;
  top: -38px;
  right: 68px;
  background-color: #f3f3f3;
  border-radius: 5px;
  border: 1px solid;
  transform: rotateZ(20deg);
}


.titlePlaneta {
  position: absolute;
  right: 83px;
  top: 50px;
  font-size: 70px;
  font-family: sans-serif;
  color: rgb(237 229 215);
  font-weight: 900;
}

.titlePlaneta p {
text-shadow: black 0em 0em 0.1em;
}



.wrapperPlaneta {
  display: table;
  width: 100%;
  height: 100%;
}
.lunaPlaneta, .lunaPlanetaPython , .lunaPlanetaPhp{
  display: inline-block;
  position: absolute;
  top: -410px;
  background: #f3d264;
  width: 15em;
  height: 15em;
  border-radius: 50%;
  box-shadow: -1px 1px 7px 3px #f3d264;
  z-index: 10;
}

.lunaPlaneta span, .lunaPlanetaPython span, .lunaPlanetaPhp span {
display: inline-block;
position: absolute;
background: #e0ac5d;
width: 2em;
height: 2em;
border-radius: 50%;
}

.lunaPlaneta .c1Planeta, .lunaPlanetaPython .c1Planeta, .lunaPlanetaPhp .c1Planeta {
width: 4.5em; 
height: 4.5em; 
left: 16pt; 
top: 20%;
}

.lunaPlaneta .c2Planeta, .lunaPlanetaPython .c2Planeta, .lunaPlanetaPhp .c2Planeta {
bottom: 0; 
margin-bottom: 3.7em;
right: 180px;
}

.lunaPlaneta .c3Planeta, .lunaPlanetaPython .c3Planeta, .lunaPlanetaPhp .c3Planeta{
width: 3em; 
height: 3em; 
right: 0; 
top: 55%; 
margin-right: 1em;
}

.lunaPlaneta .c4Planeta, .lunaPlanetaPython .c4Planeta, .lunaPlanetaPhp .c4Planeta {
right: 0; 
top: 30%; 
margin-right: .8em;
}
/* MEDIA QUERYS */

@media (min-width:2000px) {

  .contentCardsCode {
    height: 70%;
  }

  .contentCardsCode {
    width: 35%;
  }
}

@media (max-width:1500px) {
  .textSobremi h3 {
    font-size: 34px;
  }

  .textSobremi p {
    font-size: 24px;
  }

  .subTitle {
    font-size: 60px;
  }

  .sizeText {
    font-size: 18px;
  }

  .logoEstudios div img {
    width: 100px;
  }

  .fraseCono {
    font-size: 25px;
  }

  .nameTec {
    font-size: 24px;
  }

  .sizeR {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .nav-link-text {
    font-size: 13px;
  }

  .contentForm {
    text-align: center;
    font-size: 25px;
  }

  .ulMenu li {
    font-size: 30px;
  }

  .footerPresentacion {
    font-size: 20px;
  }

  .form input,
  .form textarea,
  .form button {
    font-size: 20px;
  }

  .contentLuna img {
    width: 250px;
  }

  .cardsCode {
    width: 330px;
    height: 140px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .backgroundCard {
    width: 400px;
    height: 310px;
  }

  .contentCardsCode {
    height: 370px;
  }
}

@media (max-width:1000px) {
  .textoPresentacion {
    height: auto;
    flex-direction: column;
  }
  .container .serviceBox{
  height: 280px;
}
  .cardEstudio2 {
    width: calc(100% / 4);
}
.cardEstudio2:hover + .textCardEstudio2, .textCardEstudio2:hover {
  width: calc(100% / 3);
  transition: all .3s;
}
.container {
  flex-direction: column;
}
.container .serviceBox .icon img{
  width: 2em;
  transition-delay: 0s;
}
.container .serviceBox {
  width: 100%;
}
.container {
  width: 80%;
}
.container .serviceBox .content{
  transform: scale(1);
  transition-delay: 0.25s;
}
.container .serviceBox .icon{
  top: 30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition-delay: 0.25s;
}
  .saludo {
    padding: 0;
    rotate: 0deg;
    margin: 45px;
    font-size: 40px;
  }

  #tl-saludo4 {
    font-size: 40px;
  }

  .card3 {
    display: none;
  }

  #presentacion {
    height: auto;
  }

  .contentCardsCode {
    height: 280px;
  }

  .footerPresentacion {
    margin-top: 40px;
  }

  #sobreMi {
    padding-top: 50px;
  }

  .logoEstudios {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .proyectos {
    padding-bottom: 0px;
  }

  .textSobremi h3 {
    font-size: 30px;
  }

  .textSobremi p {
    font-size: 25px;
  }

  .flexSobreMi {
    display: flex;
    width: 100%;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .ulMenu li {
    font-size: 25px;
  }

  .flags div img {
    width: 30px;
  }

  .subTitle2 {
    font-size: 40px;
  }

  .logoEstudios div img {
    width: 100px;
  }

  .sizeText {
    font-size: 16px;
  }

  .nameTec {
    font-size: 20px;
  }

  .fraseCono {
    font-size: 20px;
  }

  .contentForm {
    font-size: 20px;
  }

  .contentLuna img {
    width: 20vw;
  }

  .proyectoGrid {
    grid-template-columns: repeat(1, 1fr);
  }

  .imgProyecto img {
    width: 350px;
  }

  .contentProyecto {
    height: 240px;
    margin-bottom: 30px;
  }
  .cardProyectNew {
    margin-bottom: 30px;
}

  .contentWhat {
    width: 90%;
  }

  #exit,
  #exit2 {
    font-size: 50px;
  }

  .numero {
    font-size: 25px;
  }

  .contentEmail {
    width: 90%;
  }

  .correo2 {
    font-size: 25px;
  }

  .imgProyecto {
    position: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .serviceBox:hover .content {
  font-size: larger;
}
}

@media (max-width:768px) {
  .logoEstudios {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .estrellaAnimacion{
    display: none;
  }

  .contentProyects2 {
    display: flex;
    gap: 20px;
    margin: 30px;
    padding-bottom: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cradTop2, .cardTop3 {
  margin-top: 0%;
}

.rellenoProyect {
  padding: 0 15px 15px 15px;
  font-size: 15px;
}

  .subTitle {
    font-size: 50px;
  }
  .estudios2{
    display: none;
  }
  .contentContacto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .nav-link-text {
    font-size: 11px;
  }

  .copyProp::after {
    content: "";
    width: 0px;
    height: 0px;
    padding: 0px;
  }

  .contentLuna img {
    width: 150px;
  }
}

@media (max-width:568px) {
  .saludo {
    margin: 45px 0 45px 0;
    font-size: 35px;
  }
  .estudios2 {
    display: none;
}
.container {
  width: 95%;
}

.ssa{
  left: calc(50%) !important;
  position: relative;
}

#proyectosId {
  padding-top: 50px;
  margin-left: 0 !important;
  padding-left: 0;
}
.logoEstudios{
  display: flex;
  flex-direction: column;
}
  #tl-saludo4 {
    font-size: 35px;
  }

  .footerPresentacion {
    font-size: 16px;
  }

  .backgroundCard {
    width: 350px;
    height: 300px;
  }

  .cardsCode {
    width: 291px;
    height: 130px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .contentImgSobremi {
    width: 55%;
  }

  .textSobremi {
    width: 90%;
  }

  .subTitle {
    font-size: 40px;
  }

  .contentTecnologias {
    width: 90%;
  }

  .subTitle {
    margin-left: 0;
  }

  .proyectos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 95%;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 1rem;
    gap: 10px;
    margin-bottom: 0.5rem;
    -ms-flex-pack: center;
    justify-items: center;
  }

  .nav-item {
    font-size: 25px;
  }

  .nav-item {
    font-size: 25px;
    width: 95%;
    background: #2a2826;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width:480px) {
  .d {
    padding-top: 20%;
  }

  .cardProyectNew {
    border-radius: 3px;
    width: 100%;
    background-color: #0f0f0f;
    color: white;
    height: min-content;
    margin-bottom: 30px;
}

  .correo2 {
    font-size: 25px;
    flex-direction: column;
  }

  .card2 {
    transform: translate(0, 0px);
  }

  .backgroundCard {
    width: 100%;
    height: 300px;
  }

  .cardsCode {
    width: 100%;
    height: 130px;
    padding-bottom: 10px;
    font-size: 13px;
    transform: translate(0px, 0px);
  }

  .contentCardsCode {
    width: 95%;
    transform: translate(0px, 0px);
  }

  .imgProyecto img {
    width: 100%;
  }

  #tl-saludo3 {
    opacity: 0;
    display: flex;
    text-align: center;
  }

  .saludo {
    margin: 45px 0 45px 0;
    font-size: 35px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width:2000px){
  .container .serviceBox .icon img {
    width: 10em;
}
.container .serviceBox:hover .icon img {
  width: 5em;
}
.container .serviceBox:hover .icon {
  top: 30px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}
.container .serviceBox .content {
  margin-top: 10%;
}
#sobreMi{
  margin-bottom: 60px;
}
#conocimientosId{
  margin-top: 50px;
}
}

@media (min-width: 1300px) {
  .espacios {
    font-size: 3vh !important;
  }
  .logoFrameworks img {
    width: 50px !important;
  }
}

@media (max-height: 730px) {
  .serviceBox:hover .icon {
    top: 5px !important;
    left: calc(50% - 30px) !important;
    width: 60px !important;
    height: 60px !important;
  }

}
@media (max-width: 990px) {

}

.propFrameworks *{
  color: white;
}

.propFrameworks{
  width: 90%;
  z-index: 9;
  height: 90vh;
  border-radius: 3px;
  background-color: #131417;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 1000;
  transition: transform 0.3s;
  transform: scale(0);
}

.scaleF{
  transform: scale(1) !important;
}

#content{
  z-index: -10;
  position: absolute;
  top: 0;
}

.capaFrameworks{
  width: 100%;
  height: 100vh;
  z-index: 1000 ;
  background-color: #000000e7;
  position: fixed;
  top: 0;
  transition: transform 0.3s;
  transform: scale(0);
}

.fa-xmark{
  font-size: 60px;
  color: rgb(213, 24, 24);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.espacios{
  height: 100%;
  font-size: 20px;
  padding: 10px;
}

.lunaCard{
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.linea1 {
  width: 65px;
  border-radius: 50%;
  position: absolute;
  left: 60px;
  bottom: 70px;
  height: 60px;
  background: white;
  filter: blur(55px);
}

.linea2 {
  width: 65px;
  border-radius: 50%;
  position: absolute;
  left: 150px;
  bottom: 460px;
  height: 60px;
  background: white;
  filter: blur(55px);
}


.linea3 {
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: 70px;
  top: 110px;
  height: 100px;
  background: white;
  filter: blur(60px);
}

.logoFrameworks img{
  width: 30px;
  border-radius: 3px;
  margin-left: 10px;
}
.logoFrameworks{
  display: flex;
}
@media (max-width: 670px) {
  .lunaCard {
    width: 120px;
  }
}

#text9{
  text-align: justify;
}

.hoverHello{
  display: inline-block;
  transform: scale(0.9);
  transition: transform .3s;
}

.hoverHello:hover{
  transform: scale(1);
}

#proyectosId{
  padding-top: 50px;
}

@media (max-width: 340px) {
  .container .serviceBox .icon {
    top: 10px;
}
}

input::placeholder {
  color: black;
}