p{
    font-size: 1.2rem;
}
.badge{
        padding: 0.6rem 1rem;
        font-size: 100%;
}
#blob {
    margin-right: 0rem;
}

#blob > canvas {
    width: 350%;
    height: auto;
}

@media (max-width: 991.98px) {
    #blob {
        margin-right: 0rem !important;
            display: flex;
    justify-content: center;
    }

    #blob > canvas {
        width: 150% !important;
        height: auto !important;
    }
    #heroText > h1{
        font-size: 3rem !important;
        line-height: 4rem !important;
        font-weight: 600 !important;
    }
}
@media (min-width: 1300px) {
    #blob {
        margin-right: -4rem !important;
    }

}
.text-warning{
 color: #1be290 !important; /*ff0_093 pink*/
}
a:hover.text-warning{
 color: #1be290 !important; /*ff0_093 pink*/
}
.fullScreenBackground{
        height: 100vh;
    min-height: 100%;
    background: linear-gradient(126deg, rgb(0 0 0), rgb(0 0 0 / 0%)), url(./assets/img/3.jpg);
    background-size: cover;
}
.colorBackground{
    min-height: 100%;
    background: linear-gradient(126deg, rgb(0 0 0), rgb(0 0 0 / 0%)), url(./assets/img/AbstractBackground0.jpg);
    background-size: cover;
}
.btn-neutral{
    border: 2px solid #133326;
}
.modal-backdrop {
   background-color: black;
}
.btn-neutral:hover {
   border-color: #1be290;
    background-color: transparent;
}
.btn-neutral:active {
   border-color: #1be290 !important;
    color: white !important;
    background-color: transparent;
}
.btn-neutral:focus {
   border-color: #1be290 !important;
        color: white !important;

    background-color: transparent;
}

.btn-warning{
    color: #000;
    background-color: #1be290 !important;
    border-color:  #1be290 !important;
    background: linear-gradient(126deg, rgba(27,226,144,1) 0%, rgba(27,226,144,1) 71%, rgba(191,251,227,1) 100%);

}
.text-dark{
        color: #212019 !important;
}
.badge-warning {
    background-color: #1be290;
    background: linear-gradient(126deg, rgba(27,226,144,1) 0%, rgba(27,226,144,1) 71%, rgba(191,251,227,1) 100%);
    color: #000;
}
.bg-warning {
    background-color: #1be290 !important;
}
body{
   
}
@media (max-width: 768px){
    .navbar-brand{
        font-size: 1.7rem;
    }
}
.whatsappButton{
	position:fixed;
	width:60px;
	height:60px;
	bottom:25px;
	right:25px;
	background-color:#17bf7a;
	color:#FFF;
	border-radius:10px;
	text-align:center;
  font-size:40px;
	box-shadow: 1px 0px 3px rgb(191 251 227);
  z-index:100;
}
.whatsappButton:hover i{
    color:green!important;
}

