.alert-dangerClean {
    border-color: #953b39!important;
    color: #fff!important;
    background-color: #c26565!important;
    text-shadow: none!important;
    min-height: 3px!important;
    max-height: 20px!important;
}

.whatsapp {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 65px;
    font-size: 25px;
    color: #ffffff;
    background-color: #1BD741;
    z-index: 4;
    display: block;
    width: 43px;
    text-align: center;
    height: 45px;
    line-height: 43px;
    border-radius: 5px 5px 0 0;
    transition: 0.5s;
}

.logo{
    position: absolute;
    top: 5px; 
    z-index: 0;

}
.logoMenu{    
    width: 100px;
}

.call-to-action-content span {
    color: #ffffff!important;
}
.call-to-action-content h2 {
    color: #f8b53a!important;
}

.call-to-action-content h3 {
    color: #f8b53a!important;
}

.call-to-action-content {
    max-width: 720px!important;
    margin: 0 auto;
}
.text-muted{
    font-size: 9pt;
}

.team-box .box-content .box-inner-content {
    width: 100%;
    padding: 10px!important;
    opacity: 0;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}

/* 
.main-banner-content h1 {
    color: #ffffff;
    margin: 20px 0 25px;
    font-size: 40px!important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.main-banner-content h1 .typewrite {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #f8b53a 80%);
    background-size: 0px 0em !important;
    display: inline-block;
    font-weight: 300!important;
    font-family: "PT Sans", sans-serif;
} */