@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Open+Sans:wght@300;400;500&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 10px;
  font-family: Montserrat, sans-serif;
}

body {
  overflow-x: hidden;
  background-color: #f3efef;

}

@media screen and (max-width: 600px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* ------------- NAV ---------------*/
.active {
  background-color: transparent;
}

.language {
  text-decoration: underline 1px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  left: 5px;
  top: 5px;
  position: fixed;
  z-index: 999999999;
  border-radius: 5%;
}

@media screen and (max-width: 600px) {
  .language {
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 9;
  }
}

.language:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.language a img {
  margin-left: 0px;
  width: 32px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .language a img {
    width: 40px;
  }
}

/*-----------link redes-------------------*/
.bgc__video {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -2;
  filter: brightness(50%) contrast(70%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

@keyframes girarContacto {
  0% {
    transform: rotate(9000deg);
  }
}

/*------------CONTAINER SALUDO-----------------*/
.hi-container {
  position: fixed;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  left: 0px;
  top: 25%;
  height: 35vh;
  min-height: 300px;
  transition: 0.6s;
  z-index: 99999;
  background: #2b2b2d;
  background: linear-gradient(-90deg, #2b2b2d 36%, #202d5e 90%);
  padding: 15px;
  border-bottom-right-radius: 2rem;
  border-top-right-radius: 2rem;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.199);
  animation: hiAnimation 1 1s ease-in;
}

@keyframes hiAnimation {
  0% {
    transform: translateX(-250px);
  }

  100% {
    transform: translateX(0px);
  }
}

@media screen and (max-width: 600px) {
  .hi-container {
    display: flex;
    position: relative;
    top: 0px;
    left: 0px;
    padding: unset;
    width: 100%;
    min-height: 100px;
    background: unset;
    box-shadow: unset;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
  }
}

.hi-container .container-img {
  width: 100px;
  height: 100px;
  position: relative;
  overflow-y: hidden;
}

@media screen and (max-width: 600px) {
  .hi-container .container-img {
    display: flex;
  }
}

.hi-container .container-img .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: black;
  background: url(../Imagenes/foto.jpg);
  background-position-y: top;
  background-size: cover;
  transition: all 0.5s;
}

@media screen and (max-width: 600px) {
  .hi-container .container-img .img {
    width: 80%;
    height: 80%;
    margin: auto;
    background-position-y: unset;
    position: relative;
  }
}

.hi-container .container-img .img:hover {
  background: url(../Imagenes/foto2.PNG);
  background-position-y: top;
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.hi-container h3 {
  font-size: 2rem;
  transition: 0.6s;
  color: white;
}

@media screen and (max-width: 600px) {
  .hi-container h3 {
    display: inline;
    margin-bottom: 10px;
  }
}

.hi-container span {
  font-size: 1.8rem;
  color: #969696;
  transition: 0.6s;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .hi-container span {
    display: none;
  }
}

.hi-container .data-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  min-width: 150px;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.521);
  border-radius: 0.5rem;
  margin: 5px auto 0 auto;
}

@media screen and (max-width: 600px) {
  .hi-container .data-container {
    flex-direction: row;
    min-width: 50px;
    margin: auto;
  }
}

.hi-container .data-container a {
  color: transparent;
  cursor: pointer;
}

.hi-container .data-container img {
  margin: 0px 10px;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 600px) {
  .hi-container .data-container img {
    width: 25px;
    height: 25px;
    margin-top: 10px;
  }
}

.hi-container .data-container img:hover {
  animation-name: girarContacto;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: 10s;
}

.hi-container .data-container #mail {
  width: 31px;
  height: 38px;
  z-index: 2;
}

.hi-container .data-container #mail:hover {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 600px) {
  .hi-container .data-container #mail {
    width: 25px;
    height: 25px;
  }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #3e5bc1 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 20px;
}

*::-webkit-scrollbar-track {
  /*  background: rgb(36, 35, 35); */
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #2b2b2d;
  background: linear-gradient(0deg, #2b2b2d 36%, #202d5e 90%);
  border-radius: 12px;
}

.container-about,
.container-projects,
.container-tech,
.container-contact {
  width: 100%;
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  scroll-snap-align: center;
  opacity: 0;
}

@media screen and (max-width: 600px) {

  .container-about,
  .container-projects,
  .container-tech,
  .container-contact {
    scroll-snap-align: unset;
  }
}

.container-about h1,
.container-projects h1,
.container-tech h1,
.container-contact h1 {
  font-size: 5rem;
  position: relative;
  z-index: -1;
}

.container-about p,
.container-projects p,
.container-tech p,
.container-contact p {
  font-size: 1.8rem;
}

/*----------------POSICION CONTAINERS---------------------*/
.container-about {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  transform: translateX(100vw);
}

@media screen and (max-width: 600px) {
  .container-about {
    min-height: 20vh;
    margin-top: 10vh;
  }
}

.container-about .about {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  color: black;
  width: 50%;
}

@media screen and (max-width: 600px) {
  .container-about .about {
    justify-content: center;
  }
}

.container-about .about p {
  width: 100%;
  margin-top: 25px;
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.container-about .about span {
  font-size: 1.5rem;
  color: rgb(95, 94, 94);
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 600px) {
  .container-about .about p {
    width: 90%;
    padding-bottom: 50px;
    color: #bebebe;
  }
}

.container-about .about a {
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
  min-width: 180px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px 9px;
  margin: 50px 0;
  background: #2b2b2d;
  background: linear-gradient(90deg, #2b2b2d 36%, #202d5e 90%);
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.195);
}

@media screen and (max-width: 600px) {
  .container-about .about a {
    margin: 20px auto;
  }
}

.container-about .about a ion-icon {
  font-size: 2.5rem;
  margin-right: 5px;
}

.container-tech {
  display: flex;
  width: 100%;
  min-height: 50vh;
  transform: translateX(-100vw);
}

@media screen and (max-width: 600px) {
  .container-tech {
    min-height: 40vh;
    margin-top: 10vh;
  }
}

.container-tech .tech__icons__container {
  width: 100%;
  min-height: 30vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding-bottom: 20px;
  max-width: 850px;
}

.container-tech .tech__icons__container .tech__icon {
  width: 80px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 25px 40px 25px 0;
}

.container-tech .tech__icons__container .tech__icon img {
  width: 70px;
  height: 100%;
  object-fit: contain;
  transition: all 1s;
}

.container-tech .tech__icons__container .tech__icon img:hover {
  transform: scale(1.25);
  cursor: pointer;
  transition: all 0.25s;
}

.container-tech .tech__icons__container .tech__icon span {
  position: relative;
  font-size: 1.5rem;
  font-family: "Montserrat";
  color: #959393;
  margin-top: 8px;
}

.container-projects {
  min-height: 70vh;
  transform: translateX(100vw);
}

.container-projects .projects {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: 80%;
  padding-left: 220px;

}

.container-projects .projects .main-container {
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 1;
  padding-bottom: 50px;
  min-height: 30vh;
}

@media screen and (max-width: 600px) {
  .container-projects .projects .main-container {
    width: 100%;
    top: 0px;
  }
}

.container-projects .projects .main-container .card {
  display: block;
  width: 270px;
  margin-top: 20px;
}

.container-projects .projects .main-container .card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}


.container-projects .projects .main-container .card a video {
  object-fit: cover;
  width: 100%;
  border-radius: 1rem;
}

.container-projects .projects .main-container .card a img {
  object-fit: cover;
  width: 100%;
  border-radius: 1rem;
  height: 100%;
}

.container-projects .projects .main-container .card a .card-description {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  padding: 15px 0;
  color: white;
  text-align: center;
  max-width: 240px;
}

.container-projects .projects .main-container .card a img {
  filter: blur(2px) contrast(30%) brightness(0.6);
}

.container-projects .projects .main-container .card:hover a .card-description {
  display: none;
}

.container-projects .projects .main-container .card:hover a img {
  filter: none;
}

.container-projects .projects .main-container .card a:hover .card-description h3 {
  width: 90%;
  font-size: 2.5rem;
  max-width: 300px;
}

.container-projects .projects .main-container .card a:hover .card-description p {
  font-size: 1.8rem;
  width: 80%;
  font-style: italic;
}

.container-projects .projects .main-container .card a:hover video {
  filter: contrast(40%) brightness(30%);
  transition: all 0.5s;
}

.projects,
.about,
.contact {
  width: 100%;
}

.container-tech h1,
.container-projects h1,
.container-contact h1,
.container-about h1 {
  font-size: 4rem;
  position: relative;
  border-radius: 2rem;
  padding: 5px 0px;
  font-family: Monserrat, sans-serif;
  color: #131633;
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {

  .container-tech h1,
  .container-projects h1,
  .container-contact h1,
  .container-about h1 {
    font-size: 2.5rem;
  }
}

/*----------------FORM---------------------*/
.container-contact {
  padding-bottom: 150px;
  margin-top: 10vh;
}

@keyframes bounce {

  0%,
  100% {
    left: 100px;
  }

  50% {
    left: 90px;
  }
}

@keyframes bounce-hover {

  0%,
  100% {
    left: 100px;
  }

  50% {
    left: 90px;
  }
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 600px) {
  .contact {
    min-height: 50vh;
    padding-bottom: 80px;
  }
}

.contact h1 {
  margin: 20px;
}

.contact .form {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.contact .form input {
  width: 40%;

  height: 40px;
  font-size: 2rem;
  margin: 10px 0px;
  border: none;
  color: white;
  background-color: #313131;
  padding-left: 10px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #131633;
  border-radius: 0.5rem;
}

@media screen and (max-width: 600px) {
  .contact .form input {
    width: 90%;
  }
}

.contact .form input:focus {
  border: 2px solid #616699;
  outline: none;
}

.contact .form input::placeholder {
  font-size: 2rem;
  padding-left: 5px;
  color: #131633;
}

.contact .form textarea {
  margin-top: 20px;
  font-size: 2rem;
  position: relative;
  width: 40%;
  max-width: 450px;
  padding: 4px 10px;
  resize: none;
  border: 2px solid #131633;
  background-color: transparent;
  border-radius: 0.5rem;
  cursor: pointer;
}

.contact .form textarea::placeholder {
  color: white;
}

@media screen and (max-width: 600px) {
  .contact .form textarea {
    width: 90%;
  }
}

.contact .form textarea:focus {
  border: 2px solid #616699;
  outline: none;
}

.contact .form textarea::placeholder {
  color: #131633;
  font-size: 2rem;
  padding: 5px;
}

.contact .form button {
  position: relative;
  top: 10px;
  width: 15%;
  max-width: 400px;
  height: 50px;
  font-size: 2rem;
  cursor: pointer;
  color: white;
  outline: none;
  background: #2b2b2d;
  background: linear-gradient(90deg, #2b2b2d 36%, #202d5e 90%);
  border: none;
  border-radius: 0.5rem;
}

@media screen and (max-width: 600px) {
  .contact .form button {
    width: 50%;
  }
}

.contact .form button:hover {
  border: 2px solid white;
}

/*# sourceMappingURL=styles.css.map */

div.contact-wrapper {
  display: flex;
  transform: translateX(125px);
  justify-content: space-between;
  width: 70%;
}

div.calendly {
  width: 100%;
}

.hi-container {
  transition: 0.5s;
}

.hide_hiContainer {
  left: -100px !important;
  transition: 0.2s;
}


.container-tech {
  align-items: flex-start;
  width: 70%;
  margin-left: 355px;
}
