@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700");
@import url(./common.css);
@import url(./variables.css);

/* ======================== SECCION HOME ========================== */



.vertical-bar {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.vertical-bar.visible {
  opacity: 1;
}

.dot {
  width: 6px;
  height: 6px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #cccccc;
}

.dot.active {
  background-color: #00ffff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 900px;
  top: 100px;
  left: 52%;
  transform: translateX(-50%);
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  /* border: solid red; */
}

.logo-portfolio {
  color: var(--color-portfolio);
  font-family: var(--fuente-primario);
  margin-left: 35%;
  font-size: 1rem;
  font-weight: 500;
  cursor: auto;
}

.chevron {
  font-size: 20px;
  color: #00ffff;
  margin-top: 5px;
}

.navbar a {
  position: relative;
  margin-left: 20px;
  color: var(--color-portfolio);
  font-family: var(--fuente-primario);
  font-size: 0.8rem;
  font-weight: 600;
}

.navbar a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var( --color-fluo);
  transform: scaleX(0);
  transform-origin: bottom center;
  transition: transform 0.2s ease-out;
}

.navbar a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom center;
}

.checkbtn,
#check {
  display: none;
}

.bars__menu {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.line2__bars-menu {
  max-width: 80%;
}
.bars__menu span {
  display: block;
  margin-top: 6px;
  height: 2px;
  background-color: var(--color-primario);
  transform-origin: 0px 100%;
  transition: all 300ms;
}

.activeline1__bars-menu {
  transform: rotate(45deg) translate(-2px, 1px);
}

.activeline2__bars-menu {
  opacity: 0;
  margin-left: -30px;
}

.activeline3__bars-menu {
  transform: rotate(-45deg) translate(-4px, 2px);
}

/* <!-- ============================== Seccion Inicio ========================= --> */

.home {
  min-width: 100vw;
  min-height: 90vh;
  background: var(--color-secundario);
}

.fondo-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 107%;
  background-image: url(../assets/imagen/integrado.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
}

.logo-jonux {
  width: 100%;
  position: relative;
  z-index: 1;
}


.image-container {
  perspective: 1000px;
  position: relative;
  display: inline-block;
  width: 27%;
  margin-top: 23%;
  margin-left: 49%;
}

/* .logo-jonux:hover {
  transform: rotateY(360deg);
} */

/* <!-- ============================== Seccion Sobre mi ========================= --> */

.sobre_mi {
  min-width: 100vw;
  min-height: 50vh;
  background: var(--color-primario);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wave-down {
  background: var(--color-primario);
}

.logo-sobreMi {
  position: absolute;
  margin-left: 5%;
  margin-top: 5%;
  color: var(--color-secundario);
  font-family: var(--fuente-primario);
  transform: rotate(-90deg);
  font-size: 1rem;
  font-weight: 600;
}

.chevron-up-servicios {
  position: absolute;
  font-size: 20px;
  left: 98px;
  margin-top: 1.5%;
  color: #00ffff;
}

.contenedor_parrafo {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15%;
  margin-top: 100px;
  /* background-color: red; */
}

.contenedor_parrafo::after,
.contenedor_parrafo::before {
  content: "";
  position: absolute;
  width: 64%;
  height: 3px;
  background-color: #707070;
  margin-top: 9rem;
}

.presentacion {
  position: relative;
  /* bottom: 15px; */
  /* left: 40px; */
  line-height: 1.1;
  margin: 0;
  /* background-color: gray; */
}

.presentacion h1 {
  font-size: 1.2rem;
  font-weight: 400;
}

.presentacion h2 {
  font-size: 1.3rem;
  font-weight: 700;
}

.parrafo-1 {
  color: var(--fuente-color);
  font-size: 0.9rem;
  line-height: 1.3;
}

.formacion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  line-height: 1.1;
  /* background-color: gray; */
  margin: 0;
}

.formacion h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}

.parrafo-2 {
  /* margin-top: 50px; */
  right: 50px;
  color: var(--fuente-color);
  font-size: 0.9rem;
}

.btn {
  position: relative;
  width: 160px;
  height: 55px;
  top: 30px;
  padding: 18px 30px;
  font-size: 0.8rem;
  background-color: var(--color-primario);
  color: var(--color-boton);
  border: 1px solid var(--color-secundario);
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}



.btn:hover
{
  background-color: var(--color-secundario);
  color: var(--color-primario);
}

.btn:active {
  background-color: var(--color-secundario) !important;
  color: var(--color-primario) !important;
}






/* * <!-- ============================== Seccion Servicios ========================= --> */

.servicios {
  min-width: 100vw;
  min-height: 40vh;
  position: relative;
  background: var(--color-secundario);
  border: solid var(--color-secundario);
}

.wave-up {
  background-color:var(--color-primario);
}

.logo-servicios {
  position: absolute;
  left: 5%;
  top: 47%;
  color: var(--color-portfolio);
  font-family: var(--fuente-primario);
  transform: rotate(-90deg);
  font-size: 1rem;
  font-weight: 500;
}

.chevron-up {
  position: absolute;
  font-size: 20px;
  left: 98px;
  top: 37%;
  color: #00ffff;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  /* border-radius: 5px; */
  /* background-color: red; */
}

.card {
  width: 100%;
  max-width: 375px;
  height: 450px;
  margin: 10px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 0;
  transition: 0.3s ease;
}



.card-image {
  height: 50%;
  text-align: center;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-content h2 {
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--fuente-color);
  margin-top: 20px;
  margin-bottom: 30px;
}

.card-content p {
  margin: 0 30px;
  font-size: 0.85rem;
  color: var(--fuente-color);
  text-align: center;
}



.btn2 {
  position: absolute;
  width: 160px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3%;
  padding: 18px 37px;
  font-size: 0.8rem;
  background-color: transparent;
  color: var(--color-primario);
  border: 1px solid var(--color-primario);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn2:hover {
  background-color: var(--color-back-btn2);
  color: var(--color-secundario);
  border: var(--color-secundario);
}

.btn2:active {
  transform: translateX(-50%)  scale(0.97);
  transition: transform 0.2s ease;
}
/* ============================== Seccion Proyectos =========================  */

.portfolio {
  min-width: 100vw;
  max-height: 70vh;
  background: var(--color-primario);
}

.container-proyectos {
  margin-top: -65px;
  /* background-color: red; */
}

.senalador-portfolio {
  position: absolute;
  margin-left: 5%;
  margin-top: 17.5%;
  color: var(--color-secundario);
  font-family: var(--fuente-primario);
  transform: rotate(-90deg);
  font-size: 1rem;
  font-weight: 600;
}

.chevron-up-porfolio {
  position: absolute;
  font-size: 20px;
  left: 102px;
  margin-top: 13.7%;
  color: #00ffff;
}




.slider {
  margin-top: 3.5rem;
  position: relative;
  /* background-color: red; */
}


.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #918f8f; 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slider-card {
  background: #fff;
  height: 100%;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  font-size: 0.8rem;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 35%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



.slider-card h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: -5px;
}

.slider-card p {
  margin: 0;
  line-height:1.2;
}

.slider-card img {
  /* border-radius: 5px 5px 0px 0px; */
  object-fit: cover;
}

/* Estilo para el círculo de fondo */
.circle {
    position: relative;
    display: inline-block;
    width: 32px; /* Ajusta el tamaño del círculo según tus necesidades */
    height: 32px; /* Ajusta el tamaño del círculo según tus necesidades */
    border-radius: 50%; /* Hace que sea un círculo */
    background-color: transparent; /* Color de fondo inicial (transparente) */
    transition: background-color 0.5s ease;  /* Agrega una transición suave */
    top: -8px;
}

/* Estilo para el icono */
.enlace-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    text-decoration: none;
 
    color: #333; /* Color del icono (cambia según tus necesidades) */
}

/* Cambiar el color de fondo al pasar el cursor sobre el círculo */
.circle:hover {
    background-color: #888a8f; /* Color de fondo al pasar el cursor (ajusta según tus preferencias) */
}

.slider-card a i {
  transition: color 0.0s ease-out;
  color: #e1e2e7;
}

.slider-card a i:hover {
  color: var(--color-fluo);
}

.circle:hover {
  /* color: #00ffff; */
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

/* .enlace-card {
  position: relative;
  top: -20px;
} */

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/


.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 3px 10px 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #63eda3;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}



/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
/* .portfolio-details {
  padding-top: 40px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

.portfolio-details .container {
  padding-top: 20px;
  padding-bottom: 40px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

.portfolio-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #18d26e;
} */




.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 55px);
  left: 0;
  opacity: 1;
  font-size: 35px !important;
  z-index: 1;
  transition: transform 0.3s ease;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 55px);
  right: 0;
  opacity: 1;
  font-size: 35px !important;
  z-index: 1;
  transition: transform 0.3s ease;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  color: #888a8f !important;
  transform: scale(1.5);
}

.owl-nav .owl-prev:active,
.owl-nav .owl-next:active {
  transform: scale(1.1);
  transition: transform .2s ease;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next {
  background-color: transparent;
  color: #212529;
  padding: 0;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  opacity: 1;
  margin-top: -20px;
  background-color: #918f8f;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #00ffff;
}


/* =================== Seccion Contacto ================================== */

.contacto {
  min-width: 100vw;
  min-height: 50vh;
  position: relative;
  background: var(--color-secundario);
}


.contenedor-contacto::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 150px;
  background-color: #707070;
  margin-top: 92px;
  top: -18%;
  left: 43%;
  transform: translateX(-50%);
}

.contenedor-social-media {
  float: left;
  margin-top: 17%;
  margin-left: 10%;
}

.social-contacto {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primario);
  margin-top: -80px;
}

.social-media {
  font-size: 37px;
  margin-left: -3px;
  display: flex;
  gap: 7px;
}

.social-media a i{
  color: var(--color-portfolio);
  margin-right: 2px;
  transition: 0.3s ease;
}

.social-media a:hover i{
  color: #888a8f;
}

.social-media a i:active {
  transform: scale(0.7);
  transition: transform 0.5s ease;
}

.contenedor-form {
  float: right;

  margin-right: 5%;
  margin-top: 3%;
}

.form {
  display: flex;
  width: 100%;
  gap: 0.6rem;

}

.social-media {
  margin-top: -10px;

  
}

.input-box {
  display: flex;
  flex-direction: column;

  
}

.contactame {
  color: var(--color-primario);
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.input-box input {
  width: 224px;
  height: 28px;
  margin-bottom: 10px;
  background-color: var(--color-primario);
  border: none;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0 10px;
}

.input-box input:focus {
  border: 1px solid #00ffff;
} 

input:focus::placeholder {
  color: transparent;
}

.text-area textarea {
  float: right;
  width: 300px;
  height: 106px;
  background-color: var(--color-primario);
  margin-top: -1px;
  font-size: 0.8rem;
  padding: 5px 5px;
  resize: none;
}

textarea:focus::placeholder {
  color: transparent;
}

textarea:focus {
  border: 1.5px solid #00ffff;
  outline: none;
}

.btn4 {
  position: absolute;
  width: 160px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20%;
  padding: 18px 35px;
  font-size: 0.8rem;
  background-color: transparent;
  color: var(--color-primario);
  border: 1px solid var(--color-primario);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn4:hover {
  background-color: var(--color-back-btn2);
  color: var(--color-secundario);
  border: var(--color-secundario);
}

.btn4:active {
  transform: translateX(-50%)  scale(0.97);
  transition: transform 0.2s ease;
}

.btn5 {
  position: absolute;
  width: 160px;
  height: 55px;
  margin-left: 27.3%;
  margin-top: 9%;
  padding: 18px 60px;
  font-size: 0.8rem;
  background-color: transparent;
  color: var(--color-primario);
  border: 1px solid var(--color-primario);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn5:hover {
  background-color: var(--color-back-btn2);
  color: var(--color-secundario);
  border: var(--color-secundario);
  box-shadow: none !important; 
}

.btn5:active {
  transform: scale(0.97);
  transition: transform 0.2s ease;
}




/* ======================== Seccion Footer ==================== */


.footer {
  width: 100%;
  padding: 25px 0;
  background: var(--color-footer);
  color: var(--color-primario);
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: var(--color-footer);
  font-size: 0.6rem;
}

.logo-footer {
  width: 33px;
  margin-bottom: 2.3px;
}

.copyright {
  margin-left: 2px !important;

}

/* ================== Scroll Bar ============================ */

::-webkit-scrollbar {
  width: 0.65rem;
  background-color: hsl(228, 12%, 25%);
}

::-webkit-scrollbar-thumb {
  background-color: hsl(228, 8%, 35%);
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: hsl(228, 8%, 45%);
}
