body {
  background-color: white;
font-family: 'Inter', sans-serif;  
}

h1,h2,h3,h4,h5 {
     font-family: 'Inter', sans-serif;
}

.tituloPrincipal{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
     text-align: center;   
    font-style: italic;
}

.experta{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 42px;
    text-align: center;    
    }

.hechizos{
    font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 30px;
text-align: center;
    
}

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

@media (min-width: 700px) {
     .background1 {
        background-image: url("../img/portada.jpg"); 
        background-size: cover;  
    }
}


.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,.btn-warning:active {
    border-color: #D51BB7!important;
    background-color: #D51BB7!important;
    color: white!important;
    font-weight: 500;
}

.btn-white,.btn-white:active {
    color: #D51BB7!important;
    background-color: white!important;
    border: white!important;
    font-weight: 600;    
}

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

.navbar{
    background: white;
}

.navbar h2{    
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    color: #D51BB7;
}

.banner{
    color: white;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    background: #D51BB7;
    text-align: center;
    padding: 40px;
    margin: 20px 0 60px 0;
}


.banner{
    font-style: italic;
 
}

.eficacia {
    margin: 100px 0 65px 0;
    width: 100%;
}

.eficacia h3{
    font-family: 'Inter';
font-style: normal;
font-weight: 900;
font-size: 35px;
line-height:1;
text-align: center;
color: #D51BB7;
    margin: 0 auto;
    margin-bottom: 40px;
}

.eficacia p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #000000;    
}

.banner-2{
     background-image: url("../img/custom_back.png"); 
    background-size: cover;  
    color: white;
    padding: 91px;
}

.banner-2 h3{
    font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 42px;
}

.banner-2 h4{
    font-family: 'Inter';
font-style: italic;
font-weight: 600;
font-size: 25px;
line-height: 30px;
text-align: center;
    
}

.banner-2 p{
    font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
    
}

.bubble{    
    background: #BB71DE;
    border-radius: 10px;
    padding: 50px 100px;
    color: white;
    text-align: center;
    margin: 75px 0;
}

@media (max-width: 700px) {
     .bubble,.banner-2 {
       padding: 20px;
    }    
    
}

.card-title {
    font-weight: 700;
    font-size: 25px;
}

.card {
    padding: 20px;
}

.card-footer{
    background: none;
    border: none;

}

.card-body{
    font-weight: 400;
font-size: 18px;
}