body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
}
#bienestar h2 {
    font-size: 2.5em;
    font-weight: 600;
    color: #000;
    padding: 5px 0px;
    margin: 0;
}
#bienestar p {
    font-size: 1.1em;
}
#bienestar h3 {
    font-size: 1.7em;
}
#bienestar h6 {
    font-size: 1em;
    font-weight: 800;
    margin-top: 10px;
    font-family: "Nunito", sans-serif;
}
#bienestar button {
    font-size: 1.2em;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
}
#bienestar .conoce-mas .efr_urosario {
    position: absolute;
    top: 35px;
    right: 0;
}
#bienestar .conoce-mas .efr_urosario img {
    width: 100%;
    max-width: 209px;
    z-index: 2;
    right: 0;
}
#bienestar button {
    padding: 5px 18px;
    display: flex;
    align-items: center;
}
#bienestar button.white_blue {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
#bienestar button.white_blue:hover {
    background-color: #fff;
    color: #2b2c74;
}
#bienestar button.white {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
#bienestar button.white:hover {
    background-color: #fff;
    color: #da0921;
}
#bienestar button.white-bold {
    border: 1px solid #da0921;
    background-color: #fff;
    color: #da0921;
}
#bienestar button.white-bold:hover {
    border: 1px solid #fff;
    background-color: #da0921;
    color: #fff;
}
#bienestar button i {
    font-size: 25px;
    font-weight: 800;
    margin: 5px 10px;
}
#bienestar hr {
    width: 70%;
    position: static;
    border: 2px solid #da0921;
    display: inline-block;
    margin: 20px 0px 20px -50%;
}
#bienestar .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
#bienestar .banner_principal {
    flex-wrap: nowrap;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}
#bienestar .banner_principal h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 1.4em;
    margin: 0;
    margin-bottom: 10px;
    background: linear-gradient(to left, #2e3180, #1b142d);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 37px;
}
#bienestar .banner_principal h2 span {
    font-size: 1.5em;
}
#bienestar.container-fluid .banner_principal {
    padding: 40px;
}
#bienestar .banner_principal button.white-bold {
    margin: 0;
}
#bienestar.container-fluid {
    padding: 0;
    display: block;
}
#bienestar .conoce-mas p {
    font-size: 1.2em;
}
#bienestar .center_item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
#bienestar .bienestar {
    border: 2px solid #ddd;
    padding: 15px 15px 0px;
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Bienestar/img/bienestar.png);
    width: 120%;
    min-height: 580px;
    background-size: cover;
    background-position-x: left;
}
#bienestar .bienestar::before {
    border: 2px solid #dadae5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 68px;
    bottom: 0;
    content: "";
    opacity: 1;
    transition: all 0.3s;
    margin: -16px 0;
    z-index: -1;
    width: 110%;
}
#bienestar .conoce-mas {
    padding: 15% 7% 5%;
    border-radius: 0;
    width: 100%;
    box-shadow: 3px 2px 13px #cecece;
    z-index: 1;
    background: #fff;
}
#bienestar .conoce-mas p {
    font-size: 1.2em;
}
#bienestar .item_card {
    margin: 10px 0px;
}
#bienestar .servicios-habitat {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-flex;
    justify-content: center;
}
#bienestar .servicios-habitat a.item_habitat {
    width: 100%;
    height: auto;
    display: flex;
    transition: background-image 0.3s linear;
    position: relative;
    padding: 10px;
    background-color: #da0a21;
    min-height: 80px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
#bienestar .filtro:hover:after {
    opacity: 1;
}
#bienestar .filtro:hover {
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
#bienestar .filtro:after {
    background-image: linear-gradient(to bottom, rgb(27, 20, 45) 0%, rgb(46, 49, 128) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}
#bienestar .servicios-habitat h3 {
    bottom: 0;
    align-items: flex-end;
    align-content: flex-end;
    display: flex;
    color: #fff;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 25px;
}
/*
#bienestar .servicios-habitat img {
    z-index: 1;
    width: 100%;
    max-width: 45px;
    height: 60px;
    margin-right: 5px;
    padding: 5px;
}*/
#bienestar .servicios-habitat img {
    z-index: 1;
    width: 100%;
    max-width: 46px;
    height: 50px;
    margin-right: 5px;
    padding: 7px 0 0 0;
}
#bienestar .conoce-mas button.white-bold {
    margin: inherit;
}
#bienestar a.Link-modal {
    border: 1px solid #da0921;
    cursor: pointer;
    font-family: "Roboto Mono", monospace;
    background-color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #da0921;
    display: table;
    padding: 12px;
}
#bienestar a.Link-modal:hover {
    border: 1px solid #fff;
    background-color: #da0921;
    color: #fff;
}
#bienestar .modal-header {
    background-color: #25245d;
    font-weight: 800;
    color: white;
}

#bienestar .modal-body a {
    font-weight: 800;
    transition: 0.3s;
    color: #da0921;
}

#bienestar .modal-body a:hover {
    color: #25245d;
}
#bienestar .modal-content h5 {
    font-weight: 900;
    line-height: 1.3em;
}

#bienestar .modal-content h5 {
    font-weight: 900;
    line-height: 1.3em;
}

#bienestar .modal-footer button {
    margin: auto;
    background-color: #da0921;
    border: 0;
}

#bienestar .modal-footer button:hover {
    background-color: #25245d;
}

#bienestar button.close {
    color: white;
    opacity: 100;
}
#bienestar button.close:hover {
    color: #da1622;
}
@media (min-width: 1300px) {
    #bienestar .container {
        max-width: 1280px;
    }
}

@media (max-width: 1199.98px) {
    #bienestar .container {
        max-width: none !important;
    }
}
@media (max-width: 992px) {
    #bienestar .bienestar::before {
        width: 90%;
    }
    #bienestar h2 {
        font-size: 2em;
    }

    #bienestar hr {
        width: 80%;
    }

    #bienestar .conoce-mas img {
        width: 100%;
        margin: 20px -10px;
    }
    #bienestar .conoce-mas p {
        font-size: 1em;
    }

    #bienestar .conoce-mas img {
        margin: 10px 0;
        max-width: 500px;
    }
    #bienestar .banner_principal {
        display: block;
    }
}

@media (max-width: 768px) {
#bienestar .conoce-mas .efr_urosario img {
        max-width: 125px;
    }
        }
@media (max-width: 767px) {
    #bienestar h2 {
        font-size: 2em;
    }
    #bienestar .content_servicios {
        padding: 50px 0px;
    }
    #bienestar.container-fluid .banner_principal {
        padding: 20px;
    }
    #bienestar .banner_principal h2 {
        font-size: 1.9em;
    }
    #bienestar .bienestar {
        width: 100%;
        min-height: 359px;
    }
    #bienestar .conoce-mas .efr_urosario {
        position: absolute;
        top: -80px;
        right: 0;
    }
}
@media (max-width: 480px) {
    #bienestar .banner_principal h2 {
        font-size: 1.1em;
        line-height: 34px;
    }
    #bienestar .conoce-mas .efr_urosario img {
        max-width: 150px;
    }
}
