.n-trabajaConNosotros{
    background-color: #f5f5f5
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

a {
    color: #007bff ;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3 !important;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-end {
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important;
}

.n-trabajaConNosotros .banner {
    height: 150px;
    background-size: cover;
    background-position: center;
    background-color: #00162B
}

.n-trabajaConNosotros .banner .row {
    height: 150px;
}

.n-trabajaConNosotros .banner h2 {
    color: white;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: initial;
    font-size: 24px
}

.n-trabajaConNosotros {
    background: #f5f5f5;
    min-height: 100vh
}
.n-trabajaConNosotros .small-text{
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400
}
.n-trabajaConNosotros .card {
    padding: 24px;
    box-shadow: 0 .5rem 1rem #032e581f !important;
    border-radius: 5px;
    background-color: white
}
.n-trabajaConNosotros .card.card-top{
    height: 336px
}
.n-trabajaConNosotros .card.card-bottom{
    height: 150px;
    transition: 0.2s ease-in-out;
}
.n-trabajaConNosotros .card.card-bottom:hover{
    box-shadow: 0 1rem 1rem #032e581f !important;
}
.n-trabajaConNosotros .title-card {
    color: black;
    margin-bottom: 50px;
    font-weight: 700;
    margin-top: 0;
    font-size: 20px;
    text-transform: initial
}

.n-trabajaConNosotros .col {
    margin-bottom: 50px
}

.n-trabajaConNosotros .col-card {
    margin-bottom: 10px
}
.n-trabajaConNosotros .display-1{
    font-size: 24px;
    text-transform: initial;
}
.n-trabajaConNosotros p {
    margin-bottom: 0;
    font-size: 14px;
}

.n-trabajaConNosotros .btn-primary {
    width: 100%;
    background: #037fff;
    border: none;
    color: white;
    text-transform: initial;
    transition: 0.2s ease-in-out;
    border-radius: 5px;
}

.n-trabajaConNosotros .btn-primary:hover {
    background: #065aaf;
}

.n-trabajaConNosotros .primary-text {
    color: rgba(0, 0, 0, 0.4);
}

.n-trabajaConNosotros p.sub-text {
    color: rgba(0, 0, 0, 0.4);
    text-align: right
}

.n-trabajaConNosotros .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.n-trabajaConNosotros .modal-header {
    background: #037fff;
}

.n-trabajaConNosotros .modal-title {
    color: white;
    text-transform: initial
}
.n-trabajaConNosotros .icon{
    width: 40px;
}
.n-trabajaConNosotros .input-group {
    width: 100%;
}
.n-trabajaConNosotros  .modal-header{
    border: none
}
.n-trabajaConNosotros .text-modal{
    color: rgba(0, 0, 0, 0.5)
}
.n-trabajaConNosotros .close {
    color: white;
    opacity: 1;
}

@media (max-width: 991px){
    .n-trabajaConNosotros .card.card-top{
        height: auto;
    }
    .n-trabajaConNosotros .card.card-bottom{
        height: 140px;
    }
}