.hola{
    color: aqua;

}

body {
    background-color: #e3e3e3 !important;
}

.style-card{
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.096), 0 4px 20px 0 rgba(0, 0, 0, 0.096);
    height: max-content;
    min-height: 75vh;
}

.style-p{
    color: #2A4A94;
    font: 200;
    font-size: 20px;
}

.style-hr{
    width: 60%;
    margin: auto !important;
}

.card{
    min-height: 600px;
}
.card-1{
    background-color:#78C091 !important;

    padding: 2.5rem !important;
}

.card-2{
    background-color: #246EB9 !important;

    padding: 2.5rem !important;
}
.card-3{
    background-color: #b97324 !important;

    padding: 2.5rem !important;
}

.text-card{
    color: white;
    font: 200;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 18px;
}

a {
    text-decoration: none !important;
    color: #78C091;
}


a:link  {
    text-decoration: none !important;
    color: #78C091;
}

a:visited {
    text-decoration: none !important;
    color: #78C091;
}

a:focus {
    text-decoration: none !important;
    color: #78C091;
}

a:hover {
    text-decoration: none !important;
    color: #78C091;
}

a:active {
    text-decoration: none !important;
    color: #78C091;
}

.btn-custom-1{
    background-color: #ffffff !important; 
    width: 50%; 
    margin-top: 60px; 
    border-radius: 15px !important; 
    border-style: solid;
    border-width: 2px !important; 
    border-color: #78C091 !important;
}

.btn-custom-2{
    background-color: #ffffff !important; 
    width: 50%; 
    margin-top: 55px; 
    border-radius: 15px !important; 
    border-style: solid;
    border-width: 2px !important; 
    border-color: #246EB9 !important;
}
.btn-custom-3{
    background-color: #ffffff !important;
    width: 50%;
    margin-top: 55px;
    border-radius: 15px !important;
    border-style: solid;
    border-width: 2px !important;
    border-color: #b97324 !important;
}