html, body {
	height: 100%;
	background-color: #fff;
	font-family: 'Hind Vadodara', sans-serif;
}

body {
	color: #333;
	text-align: center;
}

/* Links */

a, a:focus, a:hover, a:visited {
	color: #416eef;
}

/* Custom buttons */

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:visited {
	color: #666;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 1rem;
	font-weight: 600;
	text-shadow: none; /* Prevent inheritance from `body` */
	background: none;
	border: .05rem solid #ccc;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 1rem;
	font-weight: 600;
	text-shadow: none; /* Prevent inheritance from `body` */
	background: #416eef;
	border: .05rem solid #416eef;
}

.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus {
	opacity: 0.8;
}


/*
 * Top navigation
 */

.navigation {
	width: 100%;
	position: absolute;
	display: block;
	text-align: center;
	top: 0;
	left: 0;
	height: 44px;
	background: #333;
	color: #fff;
	z-index: 2;
}

.navigation ul {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	list-style: none;
}

.navigation ul li {
	display: inline-block;
	margin: 0;
	padding: 10px;
	margin: 0 20px;
}

.navigation ul li a {
	color: #fff;
	font-size: 1.1rem;
}


/*
 * Slides
 */

.slide-wrapper {
	display: table;
	width: 80%;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slide-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}

#slide-1 {
	background: #fff;
}

#slide-2 {
	background: #f9f9f9;
}

#slide-3 {
	background: #fff;
}

#slide-4 {
	background: #f9f9f9;
}

#slide-5 {
	background: #fff;
}

html.fsvs #fsvs-pagination {
	margin-right: -15px;
}

html.fsvs #fsvs-pagination li > span {
	border-radius: 100%;
	border: none;
	display: block;
}

html.fsvs #fsvs-pagination li > span > span {
	border-radius: 100%;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border: none;
	margin: 3px;
	background: #ddd;
	background: rgba(0, 0, 0, .1);
}

html.fsvs #fsvs-pagination li.active > span {
	border: none;
}

html.fsvs #fsvs-pagination li.active > span > span {
	background: #666;
	background: rgba(0, 0, 0, .6);
	width: 16px;
	height: 16px;
	margin: 1;
}

/*
 * General Styles
 */

h1 {
	font-size: 4.2rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
	max-width: 920px;
	margin: 0 auto;
}

h1 strong {
	font-weight: 700;
}

h2 {
	font-size: 3rem;
	display: inline-block;
	font-weight: 600;
	padding-bottom: 1rem;
	margin-bottom: 4rem;
}

p {
	color: #777;
	font-size: 1.1rem;
}

p.subtitle {
	color: #aaa;
	text-transform: uppercase;
	font-size: 1rem;
	margin-top: -0.3rem;
	letter-spacing: 0.05rem;
}

p.lead {
	max-width: 800px;
	margin: 2rem auto;
	line-height: 1.4;
	font-weight: 300;
	font-size: 1.4rem;
}

.inner {
	padding: 2rem;
}

.cover {
	padding: 0 1.5rem;
}

.contact-details {
	max-width: 50rem;
}

label {
	color: #666;
}

.item {
	width: 90%;
	display: block;
	background: #fff;
	margin: 0 auto 2rem auto;
	padding: 1rem 2rem;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}

.item:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02); /* Reducido de 1.05 a 1.02 */
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .15);
}

.item h3 {
	font-size: 1.6rem;
}

.date {
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 0.5rem;
}

.border-right {
	border-right: 1px solid #eee;
}

.gallery .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.gallery .col-gallery {
	padding: 1px;
}

.gallery .col-gallery img {
	width: 100%;
}

.gallery .col-gallery .btn {
	background: none;
	padding: .4rem .8rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 499rem;
	text-transform: uppercase;
	font-weight: 500;
}

.chocolat-overlay {
	background-color: #000;
	opacity: 1;
}

.parent {
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
	float: left;
	display: inline-block;
	cursor: pointer;
}

.child {
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	border: 1px solid green;
	padding-top: 20%;
}

.child h1, .child h2, .child h3 {
	font-size: 1.2rem;
}

.child h1, .child h2, .child h3, .child h4, .child h5, .child p {
	color: #fff;
}

.child p {
	font-size: .9rem;
}

.child .btn {
	font-size: .7rem;
	padding: .3rem .7rem .2rem .7rem;
}

.child:before, .parent img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.parent:hover .child, .parent:focus .child, .parent:hover img, .parent:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

.contact-form .form-control-custom {
	border: .1rem solid #eee;
	color: #999;
	font-size: 1rem;
	background: #fff;
	padding: .8rem .8rem .8rem 1rem;
	opacity: 1;
}

.contact-form .form-control-custom:focus, .contact-form .form-control-custom:hover, .contact-form textarea:focus {
	box-shadow: none;
	color: #222;
	background: #fff;
	border: .1rem solid #aaa;
	outline: none;
	opacity: 1;
}

.social {
	margin: 0 auto;
}

.social li {
	display: inline-block;
}

.social li a {
	display: block;
	width: 36px;
	height: 36px;
	margin: .4rem .1rem;
	text-align: center;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #999;
	border-radius: 4999px;
	line-height: 1.8;
	font-size: 1.4rem;
}

.social li a:hover {
	color: #222;
}


/*
 * Responsive Styles
 */

@media screen and (max-width: 992px) {
	.child {
		padding-top: 15%;
	}
	
	.child h1, .child h2, .child h3 {
		font-size: 1rem;
	}
}
 			
@media (max-width: 768px) {
	.navigation {
		display: none;
	}
	
	html.fsvs #fsvs-pagination {
		margin-right: -1.7rem;
		-ms-transform: scale(.7);
		-moz-transform: sale(.7);
		-webkit-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
	}
	
	.item .date {
		font-size: 1rem;
	}
	
	.item h3 {
		font-size: 1.3rem;
	}
	
	.item p {
		font-size: 0.9rem;
	}
	
	.item p.item-description {
		max-height: 5ch;
		overflow: hidden;
	}
	
	.border-right {
		border-right: 1px solid #eee;
	}
	
	.gallery {
		width: 80%;
		margin: 0 auto;
	}
	
	.contact-details .text-right {
		text-align: center!important;
		margin: 0 auto;
	}
	
	.contact-form {
		display: none;
	}
}

@media (max-width: 544px) {
	h1 {
		font-size: 2.5rem;
		margin-bottom: -10px;
	}
	
	h2 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	
	h3 {
		font-size: 1.2rem;
	}
	
	p.lead {
		font-size: 1rem;
	}
	
	.item p.item-description {
		max-height: 5ch;
		overflow: hidden;
		display: none;
	}
	
	.gallery {
		width: 75%;
		margin: 0 auto;
	}
	
	.col-6 .child h1, .col-6 .child h2, .col-6 .child h3 {
		font-size: .9rem;
	}
	
	.col-6 .child p {
		display: none;
	}
	
	.col-6 .child .btn {
		margin-top: 0px;
		font-size: .6rem;
		padding: .25rem .5rem;
	}
		
	.slide-wrapper {
		width: 90%;
	}
	
	ul.social {
		width: 110%;
		margin-left: -5%;
	}
}

.experience-container {
    max-height: 70vh; /* Ajusta este valor según sea necesario */
    overflow-y: auto;
    padding-right: 15px;
}

.item {
    width: 100%; /* Cambiado de 90% a 100% */
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}

.item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .border-right {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .item p.item-description {
        max-height: none;
        overflow: visible;
        display: block;
    }
}