html{
	position: relative;
	background-color: #fff;
}

body{
	background: transparent;
	position: relative;
	background-color: #fff;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

/*----- Page Loader -----*/
#loader {
    background: #000000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#loader h3{
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color:#ffffff;
	font-weight: 700;
	letter-spacing: 1px;
	top: calc(50% + 5px);
	left:2px;
	text-align: center;
	position: relative;
	margin: 0px auto;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
  top: calc(50% - 20px);
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #71d942;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*-- Menu --*/

#headerBar {
	z-index: 999;
  	width: 100%;
  	height: auto;
  	min-height: 60px;
  	-webkit-transition: 0.2s cubic-bezier(.58,.83,.57,.84); 
  	-moz-transition: 0.2s cubic-bezier(.58,.83,.57,.84); 
  	transition: 0.2s cubic-bezier(.58,.83,.57,.84); 
  	position: fixed;
  	top: 0px;
}
#headerBar .container {
	padding: 0;
}
.headerTop{
	background: transparent;
  	padding: 10px 30px 0px 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.headerScroll{
	background-color: #000;
  	padding: 0px 30px 0px 30px;
}
.headerLeft {
	text-align: left;
	line-height: 60px;
	padding: 0;
}
.headerLeft img{
	position: relative;
}
.headerRight {
	text-align: right;
	padding: 0;
}
.navbar-collapse {padding-left: 0px;}
.navbar {margin-bottom: 0;-webkit-padding-start: 0px;}
.navbar li{display: inline-block;margin: 0 15px;}
.navbar li a{
  	font-weight: 400;
  	font-size: 12px;
  	letter-spacing: 0.09em;
  	text-decoration: none;
  	z-index: 999;
  	line-height: 55px;
  	padding-bottom: 3px;
  	-webkit-transition: 0.3s;
  	-moz-transition: 0.3s;
  	transition: 0.3s;
  	font-family: "Poppins", sans-serif;
  	text-transform: uppercase;
  	color: #fff;
  	border:1px solid transparent;
}
.navbar li a:hover{
	border-bottom: 1px solid #71d942;
	color: #71d942;
}
.navbar li.active a {
	border-bottom: 1px solid #206401;
	color: #206401;
}
.navbar-toggle {
	font-size: 30px;
	cursor: pointer;
}
.logo {
	width: 10%;
	height: 10%;
}


/*-- section Intro --*/

#sectionIntro {
  	position: relative;
  	width: 100%;
  	min-height: 750px;
  	background: url(../assets/img/posiblefondo2.jpg) no-repeat;
  	background-size: cover;
}
.textIntro {
	text-align: center;
	padding-top:250px;
	padding-bottom: 44px;
}
.hi h1 {
	letter-spacing: 2px;
	font-size: 150px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.865) ;
	font-family: "Poppins", sans-serif;
	margin-bottom: 15px;
}
.hi span{
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
	color: #ffffff56;
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 26px;
	text-transform: uppercase;
}
.hi img{
	width: 30px;
	height: 30px;
	margin-top: 130px;
	animation-name: bounce;
    animation: bounce 3s infinite;
    transition: all 0.3s ease-in-out;
    opacity: .7;
}
.hi img:hover{
	opacity: 1;
}
.sectionTitle{
	text-align: center;
	margin-bottom: 80px;
}
.sectionTitle h1{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color:#000;
	letter-spacing: 1px;
	font-size: 40px;
	margin-bottom: 15px;
}
.sectionTitle span{
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	color:#777;
}

/*-- section About --*/

#sectionAbout{
	background-color: #fff;
	padding: 100px 0px;
	
}
.story h2{
	font-family: "Poppins", sans-serif;
	font-size: 25px;
	color:#111;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.story p{
	font-size: 16px;
	line-height: 32px;
	font-family: "Lora", serif;
	color:#222;
	text-align: justify;
}
.skills{
	padding-top: 20px;
	padding-left: 40px;
	margin-bottom: 55px;
}

.skills h5{
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color:#000;
}
.skills h5 span{
	float: right;
}
.col-md-6, .col-sm-121{
	margin-top: -80px;

}
.col-md-6, .col-sm-122{
	margin-top: -28px;

}
.secionabout{
	margin-bottom:50px;
  }

/*-- section Interests --*/

#sectionInterests{
	background: #f7f7f7;
	padding: 100px 0px;	
}
#sectionInterests .sectionTitle{
	margin-bottom: 90px;
}
.interests .col-md-4{
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	background-color: transparent;
}
.interests-box-top{
	padding: 35px 15px;
}
.interests-box-bot{
	padding: 35px 15px;

}
.last-interest{
	border-right: 0;
}
.interest {
	width: 50%;
	height: 50%;
}
.title-interest{ 
	opacity:0;
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
}
.overlay:hover .title-interest{ 
	opacity:1; 
	color:#ffffff; 
	background-color: rgba(113, 217, 66, 0.9);
	text-align: center;
	padding-top: 20%;
	min-height: 100%; 
}
.overlay:hover .title-interest h4{ 
	color: #222;
}
.secionintereses{
	margin-top: -30px;
  }
.cuadrointeres{
	margin-top: -65px;
}


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

#sectionPortfolio{
	padding: 100px 0px;
	background: #fff;
}
.filters li {
	cursor: pointer;
	display: inline-block;
	margin:0px 15px;
	font-size: 12px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	color: #71d942;
	letter-spacing: 1px;
}
.filters {
	padding-top: 20px;
	padding-left: 0;
	text-align: center;
}
.is-checked{ 
	color: #206401 !important;
	border-bottom: 1px solid #206401;
}
.mGrid img{
	width: 100%;
	height: 100%;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}
.grid-item {
	padding-left: 30px;
	padding-bottom: 30px;
	position: relative;
}
.no-pad-grid{
	padding-left: 0px;
}
.grid-item a {
	display: block;
	position: relative;
	overflow: hidden;
}
.portafolio-enlaces{
	color:rgb(0, 0, 0);
	text-decoration: none;
	cursor: pointer;
	background-color: #ffffff;
	padding: 5px; 
	border-radius: 5.5px;
	border: solid 2px #71d942;
}
.portfolio-enlaces:hover {
	background-color: #206401;
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.item-five { width: 50%; }
.item-three { width: 32%; }
.item-four { width: 29%; }

.itemHover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding-right:20px;
	background: rgba(0,0,0,0.6); 
	opacity: 0; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;

}
.grid-item a:hover .itemHover {
	opacity: 1;
}
.grid-item a:hover h6{
	color: #71d942;
}
.grid-item h4 {
	letter-spacing: 1px;
	font-size: 16px;
  	color: #fff;
  	margin: 0 auto;
  	max-width: 90%;
  	padding: 12px;
  	position: absolute;
  	font-weight: 600;
  	top:10px;
  	left: 8px;
  	font-family: "Poppins", sans-serif;
}
.grid-item h6{
	color:#f5f5f5;
	top:40px;
	left: 20px;
	position: absolute;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.modal-box {
	max-width: 550px;
	background: #fff;
	position: relative!important;
	margin: 0 auto;
	left: 0!important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.modal-box img {
	width: 100%;
	height: 100%;
}
.modal-box-content {
	padding: 40px;
}
.modal-box-content h4 {
	font-size: 24px;
	font-weight: 700;
	color:#111;
  	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
}
.modal-box-content p {
	font-family: 'Lora', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
	max-width: 800px;
	font-weight: 400;
	letter-spacing: 1px;
	color:#555;
}
.contactForm {margin: 0 0 50px 0;}
.contactForm h1 {
  	letter-spacing: 5px;
  	font-size: 15px;
  	font-weight: 700;
  	text-transform: uppercase;
  	text-align: center;
  	padding-bottom: 30px;
}


/*-- section Phrase --*/

#sectionPhrase{
	background: #ffffff;
	padding: 4rem 2rem;
	position: relative;
	overflow: hidden;
}

#sectionPhrase::after {
	content: '"';
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 8rem;
	color: rgba(113, 217, 66, 0.1);
	font-family: serif;
	z-index: 1;
	pointer-events: none;
}

#sectionPhrase .container {
	position: relative;
	z-index: 2;
}

.phrase{
	text-align: center;
	font-size: 2rem;
}

.phrase-box{
	background: transparent;
	border: 3px solid #206401;
	border-radius: 20px;
	padding: 3rem 2rem;
	transition: all 0.3s ease;
	box-shadow: 0 8px 32px rgba(32, 100, 1, 0.2);
	position: relative;
	overflow: hidden;
}

.phrase-box:hover, 
.phrase-box:focus{
	background: transparent;
	border: 3px solid #71d942;
	transform: translateY(-5px);
	box-shadow: 0 15px 45px rgba(113, 217, 66, 0.3);
}

.phrase-box:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, transparent 30%, rgba(113, 217, 66, 0.05) 50%, transparent 70%);
	border-radius: 17px;
	animation: shimmer 2s ease-in-out infinite;
	pointer-events: none;
}

@keyframes shimmer {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.phrase-b{
	background: transparent;
	padding: 0;
}

.phrase-b h2 {
	color: #333333;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	text-shadow: none;
	font-style: italic;
	animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}



/* r /////////////////////////////////////
  //////////Footer y estilos //////////
///////////////////////////////////// r */

footer {
  background: #000000;
  margin-top: 0;
}

.footer-simple {
  background: #000000;
  padding: 25px 0 0;
}

.footer-container {
  background: #000000;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-brand {
  background: #000000;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-info {
  background: #000000;
}

.footer-logo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #71d942;
  padding: 2px;
  background: rgba(113, 217, 66, 0.1);
}

.footer-info h4 {
  color: #ffffff;
  margin: 0 0 3px 0;
  font-size: 16px;
  font-weight: 600;
}

.footer-info p {
  color: #71d942;
  margin: 0;
  font-size: 12px;
  font-style: italic;
}

.footer-contact {
  background: #000000;
}

.footer-contact p {
  color: #ffffff;
  margin: 0 0 6px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-contact i {
  color: #71d942;
  width: 14px;
}

.footer-social {
  background: #000000;
  display: flex;
  gap: 10px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(113, 217, 66, 0.1);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(113, 217, 66, 0.3);
  font-size: 14px;
}

.social-icon:hover {
  background: #71d942;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(113, 217, 66, 0.4);
  color: #000000;
}

.footer-bottom {
  background: #000000;
  padding: 10px 0;
  border-top: 1px solid rgba(113, 217, 66, 0.3);
  text-align: center;
  width: 100%;
}

.footer-bottom p {
  background: #000000;
  color: #ffffff;
  margin: 0;
  font-size: 12px;
}

/* Responsive Design para Footer */
@media (max-width: 768px) {
  .footer-container {
    background: #000000;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 0 20px 15px 20px;
  }
  
  .footer-brand {
    background: #000000;
    justify-content: center;
  }
  
  .footer-contact {
    background: #000000;
    text-align: center;
  }
  
  .footer-social {
    background: #000000;
  }
  
  .footer-simple {
    background: #000000;
    padding: 20px 0 0;
  }
}

.cuadro{
  max-width: 33%;
}
  
  /*Fin de Estilos de pie de pagina*/

/*-- Responsive --*/

@media (max-width: 770px) {
.item-five { width: 50%; }
.item-three { width: 50%; }
.item-four { width: 45%; }

body{
	margin: 0px;
	max-width: 100%;
}

#headerBar {
	width: 100%;
	padding: 0 30px;
}
.navbar li{
	margin: 0px 10px;
	font-size: 10px;
}
.navbar li a{
	font-size: 12px;
}
.logo{
	display: none;
}
.hi{
	margin-top: 30px;
	width: 100%;
}
.hi h1{
	font-size: 100px;
}
.skills{
	padding-left: 0px;
    padding-top: 0px;
}
.title-icon h1 {
	font-family: "Poppins", sans-serif;
	color:#000;
	font-weight: 700;
	font-size: 50px;
	margin-top: 3px;
	text-align: center;
}
.interests-box-top{
	border-right: 0;
	border-bottom: 1px solid #ffd504;
	padding: 25px 0px;
}
.interests-box-bot{
	border-bottom: 1px solid #ffd504;
	border-right: 0;
	padding: 25px 0px;
}
.fCopy{
	text-align: center;
}
.fIcons{
	text-align: center;
	padding: 25px 15px;
}

@media (max-width: 480px){
body{
	margin: 0;
	max-width: 100%;
}
.item-five { width: 100%; }
.item-three { width: 100%; }
.item-four { width: 100%; }
.container{
	width: 300px;
}
.headerTop{
	background: #000;
  	padding: 0px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.headerScroll{
	background-color: #000;
  	padding: 0px;
}
.navbar li {
	display: block;
}
.navbar li a {
	line-height: 40px;
}
.header-right i{
	color:#f7f7f7;
}
.headerLeft img{
	position: relative;
	top:7px !important;
}
.logo{
	display: none;
}
.hi h1{
	font-size: 60px;
	letter-spacing: 1px;
}
.hi span{
	font-size: 14px;
}
.sectionTitle h1{
	font-size: 30px;
}
.skills{
	padding-left: 0px;
}
.first-right h3:before{
	width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    border: 0;
    background-color: #93f;
    left: -23px;
    content: '';
    top:-87px;
}
.filters li {
	cursor: pointer;
	display: inline-block;
	margin:0px 15px;
	font-size: 10px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 1px;
}
.grid-item {
	padding-left: 0px;
	padding-bottom: 30px;
	position: relative;
}
.interests-box-top{
	border-right: 0;
	border-bottom: 1px solid #71d942;
	padding: 25px 0px;
}
.interests-box-bot{
	border-bottom: 1px solid #71d942;
	border-right: 0;
	padding: 25px 0px;
}
.fCopy{
	text-align: center;
}
.fIcons{
	text-align: center;
	padding: 25px 15px;
}


footer {
	max-width: 100%;
  display: flex;
  flex-direction: column;
}

.containerfoter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.cuadro {
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
}

}}

/* Sección de Tecnologías */
.tech-showcase {
  background: linear-gradient(135deg, #71d942 0%, #206401 100%);
  padding: 100px 0;
  color: white;
}

.tech-showcase .sectionTitle h1 {
  color: white;
  margin-bottom: 15px;
}

.tech-showcase .sectionTitle span {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  display: block;
}

.tech-grid {
  margin-top: 60px;
}

.tech-item {
  margin-bottom: 40px;
  padding: 0 15px;
}

.tech-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tech-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.tech-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffffff;
}

.tech-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.tech-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.tech-badge {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.tech-badge:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.frontend-card:hover .tech-icon {
  color: #71d942;
}

.backend-card:hover .tech-icon {
  color: #71d942;
}

.database-card:hover .tech-icon {
  color: #71d942;
}

/* Estilos mejorados para el portafolio de desarrollador */

/* Sección de habilidades mejorada */
.skills-section {
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.skills-section:hover {
  transform: translateY(-5px);
}

.skills-section h4 {
  color: #206401;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #71d942;
  padding-bottom: 10px;
}

.skill-item {
  margin-bottom: 15px;
}

.skill-item h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #34495e;
}

.skill-item h5 span {
  font-weight: 700;
  color: #206401;
}

/* Barras de progreso con colores diferentes por categoría */
.progress-bar-frontend {
  background: linear-gradient(45deg, #71d942, #206401);
}

.progress-bar-backend {
  background: linear-gradient(45deg, #206401, #144501);
}

.progress-bar-database {
  background: linear-gradient(45deg, #71d942, #206401);
}

.progress {
  height: 8px;
  border-radius: 10px;
  background-color: #ecf0f1;
  overflow: hidden;
}

.progress-bar {
  transition: width 1.5s ease-in-out;
  border-radius: 10px;
}

/* Tags de tecnología en el portafolio */
.tech-stack {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-tag {
  background: linear-gradient(135deg, #71d942 0%, #206401 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.tech-tag:hover {
  transform: translateY(-2px);
}

/* Mejoras en los enlaces del portafolio */
.portafolio-enlaces {
  background: linear-gradient(135deg, #71d942 0%, #206401 100%);
  color: white !important;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(113, 217, 66, 0.3);
}

.portafolio-enlaces:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(113, 217, 66, 0.4);
  text-decoration: none;
  color: white !important;
}

/* Animaciones para las cards del portafolio */
.grid-item {
  transition: all 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-10px);
}

.grid-item img {
  transition: all 0.3s ease;
}

.grid-item:hover img {
  transform: scale(1.05);
}

/* Mejoras en el modal */
.modal-box-content {
  padding: 20px;
}

/* Mejoras adicionales con paleta verde */
.modal-box-content h4 {
  color: #206401;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Sección de Intereses Mejorada */
#sectionInterests {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  position: relative;
}

#sectionInterests::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(113, 217, 66, 0.05) 0%, rgba(32, 100, 1, 0.05) 100%);
  z-index: 1;
}

#sectionInterests .container {
  position: relative;
  z-index: 2;
}

#sectionInterests .sectionTitle h1 {
  color: #206401;
  position: relative;
}

#sectionInterests .sectionTitle h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #71d942 0%, #206401 100%);
  border-radius: 2px;
}

.interests-bg {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: white;
}

.interests-bg:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(113, 217, 66, 0.2);
}

.interests-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(113, 217, 66, 0.8) 0%, rgba(32, 100, 1, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.interests-bg:hover::before {
  opacity: 1;
}

.interest {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.interests-bg:hover .interest {
  transform: scale(1.1);
}

.title-interest {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 20px;
  z-index: 3;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.interests-bg:hover .title-interest {
  transform: translateY(0);
}

.title-interest h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Footer Mejorado */
footer {
  background: linear-gradient(135deg, #206401 0%, #144501 100%);
  margin-top: 10px;
  max-width: 100%;
  height: auto;
  display: flex;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(135deg, #71d942 0%, #206401 100%);
  clip-path: polygon(0% 80%, 50% 0%, 100% 80%, 100% 100%, 0% 100%);
  z-index: 1;
}

.containerfoter {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

footer .white {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

footer ul li {
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 0;
  transition: color 0.3s ease;
}

footer ul li:hover {
  color: #71d942;
  cursor: pointer;
}

.social-networks {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-networks li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-networks li a:hover {
  background: #71d942;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(113, 217, 66, 0.4);
}

.imgfooter img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #71d942;
  box-shadow: 0 0 20px rgba(113, 217, 66, 0.3);
  transition: all 0.3s ease;
}

.imgfooter img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(113, 217, 66, 0.5);
}

/* Estilos adicionales para footer mejorado */
.footer-section, .footer-contact {
  padding: 20px;
}

.footer-links li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.footer-links li:hover {
  padding-left: 10px;
  border-bottom-color: #71d942;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo-text {
  margin-top: 15px;
}

.logo-text h4 {
  color: #71d942;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.logo-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  margin: 5px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-info li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.contact-info li i {
  color: #71d942;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.contact-info li:hover i {
  color: white;
}

/* Copyright mejorado */
.copy {
  background: #144501;
  padding: 20px 0;
  border-top: 1px solid rgba(113, 217, 66, 0.3);
}

.copy .small {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.copycole {
  color: #71d942;
  text-decoration: none;
  transition: color 0.3s ease;
}

.copycole:hover {
  color: white;
  text-decoration: none;
}

/* Efecto hover en las cards de intereses */
.interests-bg:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

/* Mejora en el título de secciones */
.sectionTitle h1 {
  position: relative;
}

.sectionTitle h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #71d942 0%, #206401 100%);
  border-radius: 2px;
}

/* Animación para la flecha */
.hi img {
  animation: bounce 3s infinite;
  filter: brightness(0) saturate(100%) invert(67%) sepia(89%) saturate(462%) hue-rotate(66deg) brightness(96%) contrast(87%);
}

/* Efecto de glow en hover para elementos principales */
.tech-card:hover,
.skills-section:hover {
  box-shadow: 0 0 20px rgba(113, 217, 66, 0.2);
}

.profile-photo::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  background: linear-gradient(45deg, #71d942, #206401);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.profile-photo:hover::before {
  opacity: 0.3;
}

@media (max-width: 768px) {
  .skills-section {
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .tech-stack {
    justify-content: center;
  }
  
  .portafolio-enlaces {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  
  .filters {
    padding: 0 20px;
  }
  
  .filter {
    padding: 8px 16px;
    font-size: 11px;
  }
  
  .profile-section {
    flex-direction: column;
    gap: 20px;
  }
  
  .profile-info h1 {
    text-align: center;
    font-size: 80px;
  }
  
  .profile-info span {
    text-align: center;
  }
  
  .profile-photo {
    width: 100px;
    height: 100px;
  }
  
  footer {
    padding: 60px 0 20px;
  }
  
  .footer-content {
    padding: 60px 0 30px;
  }
  
  .footer-column {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .footer-brand {
    flex-direction: column;
    gap: 10px;
  }
  
  .footer-description {
    max-width: 100%;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .social-networks {
    justify-content: center;
  }
  
  #sectionPhrase {
    padding: 2rem 1rem;
  }
  
  .phrase-box {
    padding: 2rem 1.5rem;
    border-radius: 15px;
  }
  
  .phrase-b h2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
