﻿.content h2, .content h3, .divExito strong {
    color: #005758;
}

.destacat {
    margin-bottom: 50px;
}

.imgDestacat {
    float: right;
    margin: 0 0 20px 20px;
}

.btn-primary {
    background-color: #003031;
}

    .btn-primary:hover {
        background-color: #2d9f88;
    }

    .btn-primary[disabled] {
        background-color: #c1c1c1;
        border: none
    }

.divExitos {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 50px;
}

    .divExitos .divExito {
        text-align: center;
        margin-bottom: 40px;
    }

        .divExitos .divExito span {
            font-size: 80px;
            font-weight: bolder;
        }

        .divExitos .divExito small {
            margin-top: -16px;
            display: block;
        }
.cajasTexto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.cajaTexto {
    margin: 20px 0;
    padding: 20px;
    width: 44%;
    background: rgb(224,224,224);
    background: linear-gradient(160deg, rgba(224,224,224,1) 0%, rgba(247,247,247,1) 27%, rgba(236,236,236,1) 63%, rgba(215,215,215,1) 100%);
}
.cajaTexto h3 {
    margin-top: 0;
}

@media(max-width:1024px) {
    .Mainbanner {
        height: auto;
    }

        .Mainbanner img {
            max-width: 100%;
        }

    .divExitos {
        flex-direction: column;
    }
    .cajaTexto {
        width: 100%;
    }
}

@media(max-width:1200px) {
    .imgDestacat {
        max-width: 50%;
    }
}
