@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
}
h1, h2, h3 {
    font-weight: 700;
}
.btn-info,
.btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 275px;
    height: 55px;
    text-align: center;
    border: none;
    font-weight: 400 !important;
}
.btn-send {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 55px;
    text-align: center;
    border: none;
    font-weight: 400 !important;
}

.btn-info, .btn-send {
    background-color: #6abbde;
    color: white;
}

.btn-secondary {
    background-color: #878787; /* opcional: color gris */
    color: white;
    border-radius: 0;
}


.text-decoration-none{
    text-decoration: none;
}
.btn-info{
    border-radius: 0;
}

.carousel-caption {
    bottom: 30%;
    left: 10%;
    right: auto;
    max-width: 50%;
}
.text-gray{
    color: #878787;
}

.text-alicie{
 color: #6abbde;
}

.mw-610{
width: 650px;
max-width: auto;
}

.bg-grey{
    background-color: #878787;
}

.posicion-relativa {
  position: relative;
  bottom: 15px;
}

.bg-alice{
    background-color: #f2fafe;
}

.fs-7{
    font-size: 0.8rem !important;
}
.btn-plan {
      border: 1px solid #ccc;
      border-radius: 30px;
      padding: 10px 25px;
      font-size: 1.1rem;
margin: 9px;
    min-width: 300px;
      background-color: white;
    }
    .btn-plan b {
      color: #00BFF3;
    }