@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.header {
    background: linear-gradient(-180deg, rgba(162, 205, 250) 0%, rgba(255, 255, 255, 1) 60px);
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 200px;
}
.middle-header-row .col-sm-3{
    width: 288px;
    height: 115px;
    padding: 0;
    background: url(../images/bg-logo.svg) no-repeat center;
    position: absolute;
    left: 5%;
}
.middle-header-row .col-sm-4{
    position: absolute;
    width: 20%;
    right: 20%;
    top: 22%;
}
@media (max-width: 1400px) {
    .middle-header-row .col-sm-4 {
    position: absolute;
        width: 22%;
        right: 17%;
        top: 22%;
}
.middle-header-row .col-sm-3 {
    width: 220px;
    height: auto;
    padding: 0;
    background: url(../images/bg-logo.svg) no-repeat center;
    position: absolute;
    left: 5%;
}
}
@media (max-width: 1430px) {
    .middle-header-row .col-sm-4 {
        position: absolute;
        width: 24%;
        right: 14%;
        top: 22%;
}
.middle-header-row .col-sm-3 {
    width: 220px;
    height: auto;
    padding: 0;
    background: url(../images/bg-logo.svg) no-repeat center;
    position: absolute;
    left: 5%;
}
}
@media (max-width: 1024px) {
    .middle-header-row .col-sm-4 {
        position: absolute;
        width: 30%;
        right: 18%;
        top: 22%;
    }
        .middle-header-row .col-sm-3 {
        width: 220px;
        height: auto;
        padding: 0;
        background: url(../images/bg-logo.svg) no-repeat center;
        position: relative;
        left: 5%;
    }
}
@media (max-width: 820px) {
.card-trabaja {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    width: 14%;
    margin-right: 30px;
    padding: 15px 0px;
}
.card-trabaja span {
    color: #555;
    font-size: 11px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    padding-top: 20px;
}
}
@media (max-width: 768px){
.header {
    position: inherit;
    height: auto;
}
.middle-header-row .col-sm-3{
    width: 40%;
    height: 115px;
    padding: 0;
    background: url(../images/bg-logo.svg) no-repeat center;
    background-position: center;
    position: initial;
}
    .main-nav-row .navbar-header {
        text-align: center;
        background-color: #0033A0;
        padding: 5px;
    }
        .middle-header-row .col-sm-4 {
        position: absolute;
        width: 22%;
        right: 17%;
        top: 2%;
    }
}
@media (max-width: 430px){
        .main-nav-row .navbar-header {
        text-align: center;
        background-color: #0033A0;
        padding: 5px;
    }
}
@media (max-width: 400px){
        .card-trabaja {
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        border-radius: 20px;
        justify-content: space-between;
        align-items: center;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        width: auto;
        margin-right: 30px;
        padding: 15px 0px;
    }
        .card-trabaja span {
        color: #555;
        font-size: 18px;
        line-height: 1.5;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        padding-top: 20px;
    }
}
