@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: rgba(20, 20, 20, 0.9);
    font-weight: 100;
    line-height: 1.2rem;
    -webkit-font-smoothing: antialiased;
    
    background-image:url(../DL_assets/SECTION_BGS/WHT_LINIUM_PATHERN.png);
    background-repeat:repeat;
}

.main-wrapper {
    width: 100%;
    height: 100%;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 6%;
    
   
}

.logo-wrapper img {
    width: 330px;
    height: auto;
}

.cta-txt {
    display: flex;
    justify-content: center;
    width: 300px;
    height: 70px;
    color: rgb(63, 62, 62);
    letter-spacing: 1px;
    padding-top: 40px;
    width: 100%;
    height: 100%;
} 

/* .cta-txt{
    
    
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);} */
   

/* .text-container p{
    padding-left: 25px;
    font-size: 0.9rem;
    color:rgb(58, 57, 57);
    border-left: 5px solid #9f3133;
} */

.text-wrapper p{
    display: flex;
    justify-content: left;
    padding-left: 15px;
    font-size: 0.9rem;
    color:rgb(58, 57, 57);
    border-left: 5px solid #9f3133;


}

.button{
    display: flex;
    justify-content: center;
    color: #fff;
}

.boton {
    
    margin-top: 25px;
    margin-left: 0px;
    min-width: 150px;
    height: 35px;
    padding: 0 15px;
    background-color: #9f3133;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease all;
}


/* Responsive Design */
@media screen and (min-width: 240px) and (max-width: 568px) and (orientation: portrait) {
    
    .logo-wrapper img {
        display: block;
        margin-top: 5%;
        width: 300px;
        height: auto;
    }

    .text-container p {
        text-align: center;
        font-size: 0.85rem;
        line-height: 1rem;
    }
}