.section2{
    width: 100%;
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url("../img/bgdesk/14.png")no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding-top: 20vh;
    padding-bottom: 12vh;
}
.section2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    color: rgb(227, 227, 227);
    /* border-block: 2px solid #452c2fc7; */
    font-size: 1.2em;
    z-index: 3;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/rusticos/32.png);
    background-size: 500px;
    background-position: 0 150px;
    border-block: 1px solid #cdab7c52;

}

.bar{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/rusticos/42.png);
    background-size: 280px;
    background-size: 250px 72px;
    background-position: center;
    border-block: none;} 
.bar{
   background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/rusticos/48.png);
    background-size: 250px 70px;
    background-position: center;
    border-block: none;} 
.bar{
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/rusticos/45.png);
    background-size: 100% 73px;
    background-position: center;
    border-block: none;} 
.bar{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/rusticos/44.png);
    background-size: 100px 70px;
    background-position: center;
    border-block: none;} 
.bar{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/rusticos/45.png);
    background-size: 100% 76px;
    background-position: center;
    border-block: none;} 
.bar{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/rusticos/47.png);
    background-size: 250px 76px;
    background-position: center;
    border-block: none;} 


.section2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section2 .boxImg{
    background: url(../img/relight.jpeg)no-repeat top center;
    background-size: cover;
    width: 35%;
    min-width: 340px;
    height: 80vh;
    max-height: 400px;
    z-index: 2;
}

.section2 .boxText{
    padding: 1%;
    color: var(--beje);
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    width: 40%;
    min-width: 340px;
    height: 80vh;
    max-height: 400px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.section2 .boxText h2{
    margin-bottom: .2em;
    letter-spacing: 3px;
}

.section2 .boxText p{
    letter-spacing: 1.5px;
    line-height: 22px;
    font-size: 13px;
    margin-block: 10px;
}

@media screen and (max-width:715px){
    .section2{
        padding-block: 20vh;
        height: auto;
    }
    .section2 .boxText{
        overflow: scroll;
    }
}


@media screen and (max-width:500px){
    .section2{
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-image: url("../img/bgmob/19.png");
        background-size: cover;
        background-position: center top;
        background-attachment: fixed;
    }
    .section2::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 105%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }
    .bannermob{
        width: 100%;
        height: 50%;
        background: url("../img/2.png")no-repeat center center;
        background-size: contain;
        margin-top: 40vw;
    }

    .section2 .boxText{
        padding: 30px 4%;
        color: var(--beje);
        background-color: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(4px);
        width: 40%;
        min-width: 340px;
        height: auto;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: scroll;
    }
}