/*******************************************************
    Template Name    : Lavina - Personal Portfolio Landing Page Template
    Author           : Cute
    Version          : 1.0
    Created          : 2024
    File Description : Main Reaposive file of the template
*******************************************************/

@media only screen and (min-width: 991px) and (max-width: 1024px) {
	.home-area {
		background-attachment: unset;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
		padding-right: 0;
	}
	.home-area {
		background-attachment: unset;
	}
	.home-area .home-content h1 {
		font-size: 35px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.timeline-item .box {
		padding-left: 30px;
	}
	#project .project-list .nav li {
		margin: 0 5px 20px;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.blog-item:last-child {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	#navbarDefault {
		width: 100%;
		height: 250px;
		overflow-y: scroll;
	}
	.home-area {
		background-attachment: unset;
	}
	.home-area .home-content h1 {
		font-size: 33px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.timeline-item .box {
		padding-left: 30px;
	}
	#project .project-list .nav li {
		float: unset;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.blog-item:last-child {
		margin-bottom: 0px;
	}
}


@media only screen and (max-width: 479px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.home-area {
		background-attachment: unset;
	}
	.home-area .home-content h1 {
		font-size: 33px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.timeline-item .box {
		padding-left: 30px;
	}
	#project .project-list .nav li {
		float: unset;
	}
	#project .project-list .nav li {
		margin: 0 5px 20px;
	}
	.single-testimonial {
		padding: 0;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.blog-item:last-child {
		margin-bottom: 0px;
	}
}


@media screen and (max-width: 320px) and (min-width: 0px){
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.section-title h2 {
		font-size: 33px;
	}
	.home-area {
		padding-top: 70px;
		padding-bottom: 0px;
		background-attachment: unset;
	}
	.home-area .home-content h1 {
		font-size: 30px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.about-content h6 {
		letter-spacing: 2px;
	}
	.single-services-box {
		padding: 45px 15px;
	}
	.timeline-item .box {
		padding-left: 30px;
	}
	#project .project-list .nav li {
		float: unset;
	}
	#project .project-list .nav li {
		margin: 0 2px 20px;
	}
	.single-testimonial {
		padding: 0;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.blog-item:last-child {
		margin-bottom: 0px;
	}
}

/* Estilo base para móviles */
.project-grid-item img {
	object-fit: cover;
}

/* Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
	.project-grid-item img {
		max-height: 300px;
		max-width: 300px;
	}
}
@media (max-width:767px){
.project-grid-item img {
		max-height: 360px;
		max-width: 100%;

	}
}

/* Escritorio (≥1200px) */
@media (min-width: 1200px) {
	.project-grid-item img {
		width: 400px;
		height: 400px;
		max-height: 400px;
		max-width: 400px;
	}
}
/*Videos*/

.video-box {
  background-color: #111;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(255, 255, 180, 0.25),
              0 0 60px rgba(255, 255, 120, 0.15),
              0 0 90px rgba(255, 255, 100, 0.1);
}

.video-wrapper {
  width: 100%;
  height: 400px; /* Altura fija */
  overflow: hidden;
  border-radius: 6px;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
/*pryme desc*/
#about-pryme .about-content p {
	font-size: 20px;
	line-height: 1.8;
	color: silver;
}

