@import url('https://fonts.googleapis.com/css2?family=SN+Pro:ital,wght@0,200..900;1,200..900&display=swap');
body{
    width: 100%;
    margin: 0;
    padding: 0;
}
.banner_main{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    position: relative;
}
.banner_main::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,20%);
    content: "";
}
.banner_text_head {
    text-transform: uppercase;
    font-size: 50px !important;
    color: #ffffff;
    line-height: 60px !important;
    font-family: "SN Pro", sans-serif;
}
.bannerminimg{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}
.bannerminimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_text{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
}
.banner_email a {
    text-decoration: none;
    font-size: 20px !important;
    display: inline-block;
    line-height: 30px !important;
    color: #2c2c2c;
    font-family: "SN Pro", sans-serif;
}
.Viviendobodytext{
    width: 70%;
    padding: 40px 0;
    margin: auto;
    text-align: center;
}
.body_heading{
    text-transform: capitalize;
    font-size: 55px;
    line-height: 65px;
    margin: 0 0 30px 0;
    padding: 0 0 13px 0;
    color: #725220;
    position: relative;
}
.body_heading span{
    display: block;
}
.body_heading::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #725220;
    content: "";
    width: 100px;
    height: 2px;
}
.paragraphbody{
    font-size: 18px;
    line-height: 28px;
    color: #303030;
    font-family: sans-serif;
    margin-bottom: 25px;
}
.body_heading span {
    display: block;
    font-size: 45px;
    line-height: 52px;
}