body {
    background-image: url("../img/pattern.jpg"); 
    font-family: 'Inter', sans-serif;
    overflow-x:hidden;
}

h1,h2,h3,h5{
     font-family: 'Katibeh', serif;
}

h2{
    color: #FFF;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 65% */
}


.subtitles{
   margin: 30px 0 20px;
}


h4{
    color: #FFF;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 108.333% */
}

h5{
    color: #FFF;
text-align: center;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 100% */
}

.tituloPrincipal{
font-family: 'Katibeh', serif;
 color: #7646FF;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: normal;   
        line-height: 0;
    margin:0;
}

.background1 {
    background-image: url("../img/portada.jpg"); 
    background-size: cover;  
    background-position: center;
}

.customGradient{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;        
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);  
}

.mt-100{
    margin-top:100px;
}

.text-fuchsia{
    color: black;
}

.text-aqua{
    color:springgreen;
}

.btn-success {
    color: #fff;
    background-color: #01E549;
    border-color: #01E549;
}


.btn-warning {
    color: #ffffff;
    background-color: #e83e8c;
    border-color: #e83e8c;
}

.btn-primary {
    border-radius: 10px;
background: #7646FF;
    
    color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 144.444% */
        padding: 6px 45px;
}


.card-title, .card-text{
    color: white;
        margin: 0;
    margin-top: 10px;
}

.bg-dark {
    background-color: black!important;
}

.payments-methods {
    background: white;
}
.text-warning{
    color:mediumspringgreen!important;
}

.sobre-mi {
    border-radius: 20px;
    border: 1px solid #000;
    background: #230676;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);  
}

.sobre-mi p {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 28px 13px;
}

.tarot{
    color: #FFF;
 font-family: 'Katibeh', serif;
font-size: 90px;
font-style: normal;
font-weight: 400;
line-height: normal;   

}

.text-cover{
    color: #FFF;
text-align: center;
font-family: 'Katibeh', serif;
    font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 100% */
}

.img-below-cover{
   width: 110%;
    margin: 0 -15px;   
}

.message-consultame{
    color: #010101;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 26px; 
    margin:0;
}

.price-message{
    border-radius: 20px;
background: #230676;
    color: #FFF;
text-align: center;
font-family: 'Katibeh', serif;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 100% */
}