@charset "UTF-8";
/* Colores */
.navbar-nav a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "poppins";
  color: rgb(0, 145, 48);
  animation: move ease;
  animation-duration: 1.5s;
}

.navbar-light .navbar-brand {
  color: rgb(0, 145, 48);
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  animation: move ease;
  animation-duration: 1.5s;
}

/* Son propiedades que se utilizan lo  mismo  valores que se reutilizan */
.wrap .btn-sobre-mi .wrapp-sectiones {
  display: flex;
  justify-content: end;
  align-items: center;
}

.wrapp-item-2 {
  display: flex;
  align-items: center;
}

.wrapp-item-2 .icons {
  display: flex-start;
  align-items: center;
}

/* tipografia */
.wrap {
  padding-top: 1.5%;
}
.wrap .section-padding {
  padding: 100px 0;
  margin: 0px;
}
.wrap .caja-flex {
  padding-top: 8rem;
}
.wrap .caja-flex2 {
  padding-top: 2rem;
}
.wrap .caja-titulo {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.wrap .img-perfil {
  width: 125%;
  height: 125%;
  padding-left: 1.5rem;
}
.wrap .wrapp-flex-arg {
  display: flex;
  gap: 8px;
}
.wrap .wrapp-item {
  color: rgb(0, 0, 0);
}
.wrap .wrapp-parrafo {
  font-family: "poppins";
  font-size: 18px;
}
.wrap .subtitulo {
  font-size: 45px;
  font-family: "pooppins";
  font-weight: 900;
}
.wrap .span-verde {
  color: rgb(10, 255, 92);
  font-family: "pooppins";
  font-weight: 900;
}
.wrap .h4-text-subti {
  font-family: "poppins";
  font-size: 35px;
  font-weight: 700;
  padding-top: 15px;
}
.wrap .-caja-btn {
  padding-top: 30px;
}
.wrap .-parrafo-btn {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.wrap .btn-sobre-mi {
  border: none;
  border-radius: 8px;
  padding: 15px 25px;
  outline: 1px solid rgb(0, 0, 0);
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 0;
  /* animaciones btn sobre mi */
}
.wrap .btn-sobre-mi::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: rgb(0, 145, 48);
  transition: all 500ms ease;
  z-index: -1;
}
.wrap .btn-sobre-mi.btn-sobre-mi::before {
  width: 0;
  height: 100%;
}
.wrap .btn-sobre-mi.btn-sobre-mi:hover {
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.wrap .btn-sobre-mi.btn-sobre-mi:hover::before {
  width: 100%;
}
.wrap .btn-sobre-mi .wrapp-sectiones {
  gap: 15px;
}

.linea-color {
  color: rgb(0, 145, 48);
  cursor: pointer;
}
.linea-color .parrafo {
  font-family: "poppins";
  font-size: 18px;
  font-weight: 400;
}

/* iconos de home */
.wrapp-item-2 {
  gap: 10px;
  padding-top: 5%;
  position: relative;
  animation: move ease;
  animation-duration: 1.9s;
}
.wrapp-item-2 .icons {
  padding-left: 9px;
  border-radius: 20%;
  right: 10px;
  width: 48px;
  height: 45px;
  cursor: pointer;
  outline: 2px solid rgb(0, 145, 48);
  transition: 0.5s ease;
  -webkit-transition: 0.5s, color 0.1s;
  -moz-transition: 0.5s, color 0.1s;
  animation: slideLeft 1s ease forwards;
  animation-delay: calc(0.2s * var(--i));
}
.wrapp-item-2 .icons:hover {
  transform: translatey(-20px);
  -webkit-transform: translatey(-20px);
  -moz-transform: translatey(-20px);
  background: rgb(0, 145, 48);
  color: rgb(10, 255, 92);
}
.wrapp-item-2 .icon {
  color: rgb(0, 0, 0);
  font-size: 30px;
}

/* tipografia */
.about-text {
  font-family: "poppins";
  font-size: 18.5px;
  font-weight: 300;
  animation: move ease;
  animation-duration: 1.9s;
}
.about-text .subtitulos-h2 {
  font-family: "poppins";
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  animation: move ease;
  animation-duration: 1.9s;
}

.hr {
  color: rgb(0, 145, 48);
  font-size: 1rem;
  animation: move ease;
  animation-duration: 1.9s;
}

footer {
  background-color: rgb(248, 249, 250);
}
footer .wrapp-footer- {
  gap: 50px;
}
footer .social li {
  display: inline-block;
  text-align: center;
  color: rgb(0, 0, 0);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 30px;
  padding: 0cm;
  animation: move ease;
  animation-duration: 1.9s;
}
footer .social a {
  padding-top: 4px;
  color: rgb(0, 0, 0);
}
footer .social a:hover {
  color: rgb(0, 145, 48);
}
footer ul {
  list-style-type: none;
}
footer .wrapp-list {
  gap: 15px;
  animation: move ease;
  animation-duration: 1.9s;
}
footer .wrapp-h4 {
  font-family: "poppins";
  font-weight: 500;
  font-style: normal;
  color: rgb(0, 145, 48);
  animation: move ease;
  animation-duration: 1.9s;
}
footer .text-footer {
  text-decoration: none;
  font-family: "poppins";
  font-weight: 500;
  font-style: normal;
  color: #000;
  animation: move ease;
  animation-duration: 1.9s;
}
footer .pr-5 {
  font-family: "poppins";
  font-weight: 500;
  font-style: normal;
  color: rgb(0, 0, 0);
  animation: move ease;
  animation-duration: 1.9s;
}
footer .copy {
  font-family: "poppins";
  font-weight: 15px;
  font-style: 400;
}
footer .copyright {
  padding-top: 15px;
  font-size: 1rem;
  text-shadow: 1px 1px solid rgb(0, 145, 48);
  border-top: 1px solid rgb(0, 145, 48);
  border-bottom: 1px solid rgb(0, 145, 48);
  animation: move ease;
  animation-duration: 1.9s;
}

.container {
  padding-bottom: 10px;
}
.container .section-iconos- {
  width: 45px;
  height: 45px;
  animation: move ease;
  animation-duration: 1.9s;
}
.container .section-subtitulo- {
  font-family: "poppins";
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 145, 48);
  animation: move ease;
  animation-duration: 1.9s;
}
.container .wrp-subtitulo- {
  font-family: "poppins";
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  padding-top: 8px;
  padding-left: 5px;
  color: rgb(0, 0, 0);
  animation: move ease;
  animation-duration: 1.9s;
}
.container .section-p- {
  font-family: "poppins";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  animation: move ease;
  animation-duration: 1.9s;
}
.container .img-wrapp {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.container .img-wrapp:hover {
  transform: scale(1.2); /* Aumenta el tamaño al pasar el cursor */
}

/* tipografia */
.form-area {
  padding-top: 6%;
}
.form-area .single-form {
  box-shadow: 0 2px 20px -5px rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
.form-area .left {
  background-color: rgb(10, 255, 92);
  padding: 210px 100px;
  border-radius: 8px;
}
.form-area .h2 {
  font-family: "poppins";
  font-size: 40px;
  font-weight: 500;
}
.form-area span {
  font-family: "poppins";
  font-size: 40px;
  font-weight: 300;
}
.form-area .form-label {
  font-family: "poppins";
  font-size: 20px;
  font-weight: 300;
}
.form-area .right {
  padding: 70px 100px;
  position: relative;
  background-color: rgb(255, 255, 255);
}
.form-area .btn {
  font-family: "poppins";
  font-size: 20px;
  font-weight: 300;
  border: 1px solid rgb(192, 192, 192);
  border-radius: 8px;
}

.btn-proyecto {
  padding: 10px 10px;
  margin-top: 8px;
  border-radius: 8px;
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 0;
  /* animaciones btn sobre mi */
}
.btn-proyecto a {
  padding: 15px 15px;
  margin-top: 15px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  border-color: none;
  font-size: 16px;
  font-family: "poppins";
  font-weight: 300;
}
.btn-proyecto .parrfo {
  color: rgb(0, 0, 0);
  font-size: 18px;
}
.btn-proyecto::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: rgb(0, 145, 48);
  transition: all 500ms ease;
  z-index: -1;
}
.btn-proyecto.btn-proyecto::before {
  width: 0;
  height: 100%;
}
.btn-proyecto.btn-proyecto:hover {
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.btn-proyecto.btn-proyecto:hover::before {
  width: 100%;
}

.card {
  border: none;
}

.card-body {
  border-radius: none;
  border: 1px solid rgb(0, 145, 48);
  color: rgb(10, 255, 92);
  animation: move ease;
  animation-duration: 1.9s;
}
.card-body h5 {
  color: rgb(0, 0, 0);
}
.card-body .img- {
  width: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left {
    padding: 90px 15px;
    text-align: center;
  }
  .left h2 {
    font-size: 25px;
  }
  .right {
    padding: 25px;
  }
  .right i {
    top: -52px;
    transform: rotate(90deg);
    left: 45%;
  }
  .right button {
    width: 150px;
    padding: 12px 0;
  }
}
/* @keyframes move {
    from{
        transform: translateX(-100px);
    }

    to{
        transform: translateX(5px);
    }
} */
/* keyframes animation */
/* @keyframes showRight {
    100%{
        width: 0;
    }
} */
.wrapp-cv {
  padding-top: 30px;
}

.img-cv {
  width: 50%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins";
}

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