.hero-header h2 {
    font-size: 3rem;
    font-weight: 300;
    font-family: 'Miller Display';
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 1.5rem;
    font-size: 50px;
}
#start{
    font-family: 'AlternateGotNo1D';
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 2.25px;
}

.experiences-container{
    display: flex;
    gap: 20px;
}
.experiences-container .box {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    border-radius: 20px;
    position: relative;
}
a.experiencies-button{
    display: inline-flex;
    padding: 10px 20px;
    background: #762525;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.content-experience{
    position: absolute;
    bottom: 20px;
    padding: 0px 15px;
}
.content-experience p{
    color:#fff;
    font-size: 13px;
}
p.experiences-p{
    font-size:20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
}

section h2 {
    text-align: center;
    font-size: 38px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 40px;
    font-weight: 400;
    font-family: 'Miller Display';
    text-transform: capitalize;
}
hr.separator-section{
    width: 140px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 1px solid #762525;
    opacity: 0.75;
    margin-top: 30px;
}
.experiences-section{
    background: #fff;
}
.intro{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
}
.intro p{
    font-family: 'Miller Display';
    font-size: 18px;
        line-height: 25px;
    margin-bottom: 0px;
}
p.p1{
    margin-bottom: 0;
    font-size: 14px;
}


.banner {
    position: relative;
    width: 100%;
    height: 50vh;
    background-image: url('http://www.andeantribes.com/wp-content/uploads/2025/01/turismo-aventura-montanas-peru.jpg'); /* Imagen de fondo */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

.banner-content {
    width: 68%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #0099b778;
    padding: 40px;
}

.banner-content p.banner-title {
    font-family: 'Miller Display';
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 35px;
    color:#fff;
    margin-bottom: 30px;
}
.banner-content p.banner-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
    font-family: "Roboto", serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.banner-content a{
    background: #fefefe;
    border: none;
    color: #000;
    font-size: 20px;
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    border-radius: 0;
    padding: 10px 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border:none;
}


#begin{
    font-family: 'Silver';
    font-size: 65px;
    margin-left: 10px;
}

.blog-section {
    background: #f1f1f1;
}

.blog-container-archive{
    gap: 30px;
    width: 100%;
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.post-item{
    flex: 1 1 calc(33.333% - 30px);
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 3px 6px #00000029;
    position: relative;
}
.image-post-item img{
    width: 100%;
}
.content-post-item{
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.content-post-item a.post-title{
    font-size: 22px;
    text-decoration: none;
    margin: 10px 0;
    display: block;
    color: #fff;
    font-weight: 500;
    font-family: 'Miller Display';
}
.other-class{
    border: 1px solid #fff;
    height: 100%;
}
.content-post-item p{
    margin-bottom: 0;
    font-size: 14px;
}
.content-post-item a.read-more, #more-blog-button{
    background: #762525;
    color: #FFF;
    letter-spacing: 2.5px;
    padding: 10px 20px;
    text-align: center;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin-top: 1rem;
    text-transform: uppercase;
}
.image-post-item{
    background-size: cover;
    height: 400px;
    border-radius: 10px;
    background-position: center;
    padding:15px;
}    

.intro-homepage{
    margin: 0 auto;
    text-align: center;
}
.intro-section{
    background: #f9f8f3;
}
.carousel-caption-content p{
    font-family: 'Silver';
    color: #fff;
    font-size: 50px;
    letter-spacing: 1.5px;
}
.contenido p{
    font-size: 18px;
    text-align: center;
}
span.leer-mas{
    text-align: center;
    display: block;
    color: rgb(118, 37, 37);
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}