.accordion-button::after{
    background-color: #44B7E8 !important;
}

h3, h2, h1, h4{
    font-family: Prata !important;
}

.cus-box{
    padding: 1rem;
    background-color: rgba(0,0,0, 0.6);
    text-align: center;
}
.uppercase{
    text-transform: uppercase;
}
.cus-prom{
    background-color: #8ea6b280;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.cus-why-choose{
    padding: 2rem;
}

.btn-success{
    background-color: #0F172A !important;
}
.service-item{
    padding: 1rem;
    background-color: #ffffffed;
    border-radius: 3px;
    margin-block: 10px;
}
.service-item h4{
    color: #60a3d9 ;
}
.service-item p{
    margin-block: 0px;
    color: #4c4c4c !important;
}

.overlay-bg1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, 0.6);
}
.overlay-bg2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, 0.4);
}
.overlay-bg3{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.5);
}
.accordion-button::after {
    background-color: #000 !important;
}
.btn{
    border-radius: 0px !important;
}

.relative{
    position: relative;
}

.z10{
    z-index: 10;
}

.z100{
    z-index: 100;
}

.span-title{
    color: #263A90;
    text-transform: italic;
}
.span-title2{
    color: #087F45;
}



.btn-primary {
  background-color: #60a3d9 !important;
  border: none;
  border-radius: 8px;
}


.btn-success {
  background-color: #60a3d9 !important;
  border-radius: 2px !important;
}

.btn-primary:hover {
  background-color: #012f55;
}

.modal-content {
  border-radius: 1rem;
}

.bg-teal {
  background-color: #007c89 !important;
}

.bg-purple {
  background-color: #6a1b9a !important;
}


.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #394964; /* cambiá el color si querés */
  font-weight: bold;
}






@media(max-width:700px){
    .box1 h2,
    .box2 h2,
    .box3 h2{
        font-size: 22px !important;
    }
    
}