body {
    font-family: 'Montserrat', sans-serif;
}

footer {
    color: #ffffff;
    background-color: #09baed;
}

footer h2 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
}

footer p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}

footer p.small {
    font-size: .7rem;
    font-weight: 300;
}

h1 {
    color: #000000;
    font-weight: 700;
    font-size: 45px;
}

h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

h3 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    width: 90%;
}

hr {
    height: 4px;
    background-color: #000000;
}

a:hover {
    color: #09baed;
}

.card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    background-color: #f8f8f8;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card .box:hover {
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(48, 48, 48, 0.41);
    height: 100%;
}

.card-img-top {
    max-width: 150px;
    margin: 0 auto;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
}

.card-text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}

.card.others {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    transition-duration: 0.4s;
    height: 100%;
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
    cursor: pointer;
    background-color: #FFF;
}

.card.others:hover {
    transform: scale(1.1, 1.1);
    opacity: 0.9;
    transition-duration: 0.4s;
}

.card.others .box {
    border-radius: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 5px 5px 0px rgba(48, 48, 48, 0.41);
}

.card.others .card-img-top {
    max-width: 60px;
    margin: 0 auto;
}

.card.others .card-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000000;
}

.card.others .card-text {
    font-weight: 500;
    color: #000000;
    margin-top: 10px;
    font-size: 12px;
}

.contenido {
    max-width: 1120px;
}

.contactos p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    align-self: flex-start;
    padding-right: 0px;
    margin-right: 5px;
    margin-top: 5px;
}

.text-cd {
    color: #fe9405;
}

.text-azul {
    color: #09baed;
}

.bg-naranja {
    background-color: #FE9405;
}

.text-cian {
    color: #1AB6D9 !important;
}

.bg-cian {
    color: #ffffff;
    background-color: #09baed;
}

.bg-feature {
    color: #ffea55;
    background-color: #0089aa;
}

.bg-gris {
    color: #ffffff;
    background-color: #f4f4f4;
}
}

.text-warning {
    color: #fe9405 !important;
}

.btn-warning {
    border-color: #fe9405;
    background-color: #fe9405 !important;
    font-weight: 600 !important;
    font-size: 16px;
    color: #FFF;
}

.btn-warning:hover {
    border-color: #09baed;
    background-color: #09baed !important;
    font-weight: 600 !important;
    font-size: 16px;
    color: #FFF;
}

form#formConsulta {
    align-items: center;
    background-color: #09baed;
    border-radius: 16px;
}

p.subtitle {
    color: #000000;
    font-weight: 500;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.description {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
}

h3.contacto {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: left;
}

@media only screen and (max-width : 900px) {
    header img {
        max-height: 45px;
    }

    h1 {
        font-size: 23px;
        text-align: center;
        margin-top: 15px;
    }

    h2 {
        font-size: 20px;
    }

    h3.contacto {
        font-size: 20px;
    }

    p.subtitle {
        font-size: 17px;
    }

    p.description {
        font-size: 15px;
    }

    .btn-warning {
        font-size: 14px;
    }
}
