.button_blanco_rojo {
    background-color: transparent;
    border: 1px solid #c72c2c;
    color: #c72c2c;
    border-radius: 0.5em;
    font-size: 12px;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    margin-left: 10px;
    text-decoration: none;
    font-size: 0.9em;
    transition: .3s;
    text-align: center;
    line-height: 14px;
}

.button_blanco_rojo:hover {
    background-color: #c72c2c;
    border: 1px solid #c72c2c;
    text-decoration: none;
    color: #fff;
    transition: .3s;
}

.btnRojoClasesVirtuales {
    border: solid 1px #da0921;
    display: table !important;
    width: 204px !important;
    color: #da0921 !important;
    border-radius: 5px;
}

.search-wrap-inner form {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    border-color: #da0921;
    background-color: #da0921;
}

.cse .gsc-control-cse,
.gsc-control-cse {
    background-color: rgba(0, 0, 0, 0)!important;
    border: 1px solid rgb(255, 255, 255)!important;
}

.gsc-input-box {
    border: 1px solid rgba(0, 0, 0, 0)!important;
    background: rgba(0, 0, 0, 0)!important;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*animacion slide principal*/


/*#sliderPrincipalHome .contenedorImagenSlide img {
  margin: auto;
  opacity: .9;
  width: 100%!important;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
  animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
}*/

#sliderPrincipalHome .contenedorImagenSlide img {
    margin: auto;
    opacity: .9;
    width: 100%!important;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
    animation: animaImagenSliderHome 19994ms -6s infinite alternate;
}

.txtSlideUnoHome a {
    color: #ffffff;
    text-decoration: none;
    background-color: #da0921;
    padding: 4px 21px;
    font-size: 1.4em;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-flex;
    font-weight: 700;
}

.txtSlideUnoHome a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #d40b22;
}

@-webkit-keyframes animaImagenSliderHome {
    0% {
        -webkit-transform: scale(1.1);
        -webkit-transition: -webkit-transform 20000ms linear 0s
    }
    100% {
        -webkit-transform: scale(1.4);
        -webkit-transition: -webkit-transform 20000ms linear 0s
    }
}

@-moz-keyframes animaImagenSliderHome {
    0% {
        -moz-transform: scale(1.1);
        -moz-transition: -moz-transform 20000ms linear 0s
    }
    100% {
        -moz-transform: scale(1.4);
        -moz-transition: -moz-transform 20000ms linear 0s
    }
}

@-ms-keyframes animaImagenSliderHome {
    0% {
        -ms-transform: scale(1.1);
        -ms-transition: -ms-transform 20000ms linear 0s
    }
    100% {
        -ms-transform: scale(1.4);
        -ms-transition: -ms-transform 20000ms linear 0s
    }
}

@-o-keyframes animaImagenSliderHome {
    0% {
        -o-transform: scale(1.1);
        -o-transition: -o-transform 20000ms linear 0s
    }
    100% {
        -o-transform: scale(1.4);
        -o-transition: -o-transform 20000ms linear 0s
    }
}

@keyframes animaImagenSliderHome {
    0% {
        transform: scale(1.1);
        transition: transform 20000ms linear 0s
    }
    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s
    }
}

.dropdown-menu.show {
    display: table!important;
}

.dropdown-menu.show {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: -96px!important;
    transform: translate3d(-5px, 40px, 0px);
}

.fondo-banner-cuidarnos {
    background-image: url(../img/slide/2020/Jul/fondo-cuidarnos-esta-en-nuestras-manos.jpg);
    background-position-y: center;
    background-size: 100%;
    background-position-x: right;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: inherit;
}

.contenedorImagenSlide_c img {
    margin: auto;
    opacity: 1;
    position: relative;
    left: 16%;
    margin-top: 6%;
    width: 24%;
    -webkit-transform-origin: 70% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
    animation: animaImagenSliderHome 19994ms -6s infinite alternate;

}
.btn-cuidarnos{
    border: 1px solid#fff;
    text-align: center;
}
.btn-cuidarnos a:hover{
color: #fff;
}

.btn-cuidarnos a {
    color: #ff008c;
    font-weight: 700;
    line-height: 1.3em;
}
.btn-cuidarnos span {
    color: #fff;
    font-weight: 700;
}
.btn-cuidarnos {
    margin-top: 83px;
    border: 3px solid#e5017f;
    display: table-cell;
    border-radius: 37px;
    padding: 12px 24px;
    clear: both;
    left: 22%;
    position: absolute;
}
.ima-cuidarnos {
     display: block;
}


/*fin animacion slider*/


.wrap-box-links {
    padding: 30px 0 15px;
    background-color: #e6e6e6;
}

.box-row.wrap-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

@media (min-width: 992px) {
    .box-row.wrap-boxes {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.wrap-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

@media (min-width: 992px) {
    .wrap-boxes {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.box-row {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 992px) {
    .box-row {
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 35%;
        max-width: 35%;
        margin-bottom: 20px;
    }
}

.box-row .box-row-link {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    transition: background-image 0.3s linear;
    position: relative;
}

.box-row .box-row-link:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 1;
    transition: all 0.3s;
}

.box-row .box-row-link:after {
    background-image: linear-gradient(to bottom, rgba(27, 20, 45, 0.9) 0%, rgba(46, 49, 128, 0.9) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

.box-row .box-row-link:hover {
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.box-row .box-row-link:hover:before {
    opacity: 0;
}

.box-row .box-row-link:hover:after {
    opacity: 1;
}

@media (min-width: 992px) {
    .box-row.box-sm {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .box-row.box-lg {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.box-row .box-row-link-inner {
    color: #fff;
    display: flex;
    align-items: flex-end;
    height: 150px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .box-row .box-row-link-inner {
        height: 270px;
    }
}

.box-row .box-row-link-inner h3 {
    font-size: 18px;
    border-left: 10px solid #f00;
    margin: 0;
    padding: 15px 20px;
    line-height: 1;
    font-weight: bold;
}

@media (min-width: 992px) {
    .box-row .box-row-link-inner h3 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .box-row .box-row-link-inner h3 {
        font-size: 34px;
    }
    .box-row .box-row-link-inner h3 span {
        font-size: 26px;
    }
}

.box-row .box-row-link-inner h3 span {
    font-size: 16px;
    display: block;
}

.delay-show {
    opacity: 0;
    transition: 0.8s all;
    transform: translateY(50px);
}

.delay-show.show {
    opacity: 1;
    transform: translateY(0);
}

.ubicacionColombiaMapa h3 {
    color: #9b9b9b;
    font-weight: bold;
}

.ubicacionColombiaMapa {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 4%;
    z-index: 10;
}
.brujula {
    position: absolute;
    bottom: 4%;
    right: 2%;
    z-index: 50;
}

.redhospitalaria{
    position: absolute;
    bottom: 4%;
    z-index: 50;
    width: 100%;
}

.brujula img {
    width: 150px;
}

.btn.btn-link.arrow-end.redHospitalaria {
    position: absolute;
    bottom: 4%;
    left: 2%;
    z-index: 50;
    font-family: "Nunito", sans-serif;
    font-weight: 900;
    text-transform: initial;
    border: 1px solid #221f4d;
    font-size: 17px;
    text-decoration: none;
    color:#242153;
}

.btn.btn-link.arrow-end.redHospitalaria:hover {
    background-color: #fff;
}

.persona {
    position: absolute;
    top: -20%;
    left: -9px;
}

.persona img {
    width: 90%;
}

.historiasUrosario {
    padding: 7% 0;
}

.comillas {
    display: table;
    margin: 0 auto;
    padding-top: 20%;
}

.titulo h2 {
    font-family: "Nunito", sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding-top: 29%;
    line-height: 51px;
}

.titulo h3 {
    font-family: "Nunito", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 1.8em;
    line-height: 28px;
}

.ParrafoHistoria p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    padding-top: 27%;
}

.ParrafoHistoria small {
    font-size: 1.5em;
}

.wrap-events {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wrap-events .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
    position: absolute;
    bottom: 84px;
    left: 0;
}

@media (min-width: 992px) {
    .wrap-events .owl-theme .owl-nav.disabled+.owl-dots {
        left: -30px;
    }
}

.wrap-events .owl-theme .owl-dots .owl-dot {
    display: block;
}

.wrap-events .owl-theme .owl-dots .owl-dot span {
    background-color: #242153;
}

.wrap-events .owl-theme .owl-dots .owl-dot.active span,
.wrap-events .owl-theme .owl-dots .owl-dot:hover span {
    background: #c72c2d;
}

@media (max-width: 1199.98px) {
    .evnets-row {
        margin-left: 40px;
    }
}

.evnets-row a.events-row-link {
    display: block;
    color: #fff;
    background-color: #242153;
    position: relative;
    margin-bottom: 50px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media (min-width: 992px) {
    .evnets-row a.events-row-link {
        margin-bottom: 90px;
        height: 450PX;
    }
}

.evnets-row .wrap-event {
    height: 250px;
    position: relative;
    transition: 0.5s all;
}

@media (min-width: 992px) {
    .evnets-row .wrap-event {
        height: 450px;
    }
}

.evnets-row a.events-row-link:hover .wrap-event {
    background-color: rgba(36, 33, 83, 0.85);
}

.evnets-row a.events-row-link:hover .read-more-dummy {
    top: 50%;
    opacity: 1;
}

.evnets-row .event-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
}

@media (max-width: 1199.98px) {
    .evnets-row .event-logo {
        bottom: -30px;
    }
}

.evnets-row .event-logo img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .evnets-row .event-logo img {
        max-width: 200px;
    }
}

.persona img {
    width: 95%;
}

.evnets-row .date {
    border: 1px solid #fff;
    padding: 3px 5px;
    font-weight: bold;
    position: absolute;
    width: 80px;
    text-align: center;
    top: 20px;
    left: 20px;
    line-height: 1;
}

.evnets-row .date .month {
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.evnets-row .date .number {
    display: block;
    font-size: 42px;
    margin: 5px 0;
}

.evnets-row .date .year {
    display: block;
    font-size: 10px;
}

.evnets-row .read-more-dummy {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    opacity: 0;
    margin-top: -25px;
    height: 50px;
    text-align: center;
    transition: 0.3s all;
    text-transform: uppercase;
}

.evnets-row .read-more-dummy .btn {
    font-size: 22px;
}

.wrap-page {
    overflow-x: hidden;
}

body.scroll-offÂ {
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .container {
        max-width: none !important;
    }
}

.bg-third {
    background-color: #dadae5 !important;
}

.ur-bigger-title {
    font-size: 26px;
    font-weight: 600;
    padding-left: 25px;
    line-height: 1;
    margin: 30px 0 30px -30px;
    text-transform: uppercase;
    color: #000;
}

@media (min-width: 768px) {
    .ur-bigger-title {
        font-size: 32px;
    }
}

@media (max-width: 1000px) {
    .btn.btn-link.arrow-end.redHospitalaria {
        display: none;
    }
}

@media (min-width: 992px) {
    .ur-bigger-title {
        padding-left: 30px;
        font-size: 50px;
    }
}

.ur-bigger-title:after {
    height: 3px;
    background-color: #c72c2d;
    width: 100px;
    display: block;
    content: "";
    margin-left: -25px;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .ur-bigger-title:after {
        margin-left: -4900px;
        width: 5000px;
    }
}

.ur-bigger-title.white {
    color: #fff;
}

.ur-bigger-title.white:after {
    background-color: #fff;
}

.wrap-bottom-more {
    text-align: right;
    margin: 30px 0;
    font-weight: bold;
}

.wrap-bottom-more a {
    color: #282828;
    transition: all 0.35s;
}

.wrap-bottom-more a:hover {
    color: #c72c2d;
}




.btn {
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .wrap-map .wrap-bottom-more {
        margin: 0 -30px;
        padding: 30px;
        background-color: #fff;
    }
}

.wrap-map-controls {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.wrap-map-controls .map-control {
    background-color: #f6f6f6;
    color: #c72c2d;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}

.wrap-map-controls .map-control:hover {
    background-color: #c72c2d;
    color: #fff;
    border-color: #c72c2d;
}

.wrap-map-controls .map-control:first-child {
    margin-left: 0;
}

#map {
    position: relative;
    align-items: stretch;
    margin: 0;
}

.point-map-wrap {
    position: absolute;
}

.point-map {
    background-color: #c72c2d;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
}

.menu-desktop-left {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media (min-width: 992px) {
    .menu-desktop-left {
        background-image: url(../img/map-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
    }
}

.menu-desktop-left svg#map-bogota {
    height: calc(100vh - 75px);
}

@media (min-width: 992px) {
    .menu-desktop-left .menu-desktop-left-inner:before {
        display: block;
        width: 0;
        height: 0;
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-right: 24px solid #fff;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        content: "";
        z-index: 9;
    }
}

.menu-desktop-right {
    position: relative;
    padding-top: 25px;
    font-size: 16px;
    background-color: #dadae5;
}

@media (min-width: 992px) {
    .menu-desktop-right {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .menu-desktop-right:before {
        box-shadow: -15px 0px 15px rgba(0, 0, 0, 0.1);
        padding: 40px 25px;
        font-size: 22px;
        background-color: #fff;
    }
}

.menu-desktop-right h3.ur-bigger-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #242153;
    padding: 0;
}

@media (min-width: 992px) {
    .menu-desktop-right h3.ur-bigger-title {
        font-size: 30px;
    }
}

.menu-desktop-right h3.ur-bigger-title:after {
    margin-left: 0;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .menu-desktop-right h3.ur-bigger-title:after {
        display: none;
    }
}

.menu-desktop-right .menu-options-right span {
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 30px;
    color: #c72c2d;
}

.btn-point-map {
    position: relative;
}

.teaser-map-location {
    position: absolute;
    bottom: 100%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}



.teaser-location {
    width: 240px;
    background-color: #fff;
    box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}

.teaser-location.mobile {
    display: block;
    margin: 15px auto;
    position: relative;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    position: static;
}

@media (max-width: 1199.98px) {
    .teaser-location.mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .teaser-location.mobile {
        display: none !important;
    }
}

.teaser-location .location-image img {
    width: 240px;
    height: 120px;
}

.teaser-location .location-info {
    padding: 15px 10px;
    font-size: 14px;
    position: relative;
}

.teaser-location .location-info h3 {
    font-weight: bold;
    font-size: 18px;
    color: #c72c2d;
    margin: 0 0 10px;
    line-height: 1.1;
}

.teaser-location .location-info .location-links .location-links-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 15px;
    justify-content: center;
}

.teaser-location .location-info .location-links .location-links-inner .col-link {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width: 50%;
}

.teaser-location .caret-down {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -16px;
}

.teaser-location .close-teaser-location {
    position: absolute;
    width: 26px;
    background-color: #c72c2d;
    text-align: center;
    color: #fff;
    right: 0;
    height: 26px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.teaser-location .close-teaser-location:hover {
    background-color: #242153;
}

.teaser-location-point {
    width: 75px;
    height: 100px;
    background-image: url(../img/point-locale.svg);
    background-size: 75px 100px;
    position: absolute;
    top: 500px;
    left: 0;
}

.teaser-location-point .frame-point {
    position: absolute;
    padding: 8px;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.teaser-location-point .frame-point img {
    border-radius: 50%;
    display: block;
    height: 59px;
    width: 59px;
}

.locations-mobile {
    background-color: #fff;
}

.point-data {
    display: none;
}

.icon-point-title {
    color: #c72c2d;
    font-weight: 900;
    font-size: 18px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .icon-point-title {
        display: none;
    }
}

.location-accordion-content {
    font-size: 16px;
    padding: 0;
    background-color: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.18);
    margin: 30px auto;
    max-width: 335px;
    display: none;
}

.location-accordion-content .location-image {
    margin-bottom: 15px;
}

.location-accordion-content .location-image img {
    width: 100%;
}

.location-accordion-content .address {
    padding: 5px 15px;
}

.location-accordion-content .phone {
    padding: 5px 15px;
}

.location-accordion-content .phone .fas,
.location-accordion-content .phone h3.block-footer-title.arrow-left-mobile:before,
.location-accordion-content .phone a.arrow-end:after,
.location-accordion-content .phone .header-top-wrap a.nav-link.dropdown-toggle:before,
.header-top-wrap .location-accordion-content .phone a.nav-link.dropdown-toggle:before,
.location-accordion-content .phone .mobile-menu-block h3.arrow-bottom:after,
.mobile-menu-block .location-accordion-content .phone h3.arrow-bottom:after {
    color: #c72c2d;
}

.location-accordion-content .location-links {
    padding: 10px 5px;
}

.location-accordion-content .location-links .location-links-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.location-accordion-content .location-links .location-links-inner .col-link {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width: 50%;
}

.iconoUbicacion {
    float: left;
    font-size: 3em;
    color: red;
    height: 65px;
    margin-right: 10px;
}

.list-group-item.active {
    z-index: 2;
    color: #636363 !important;
    background-color: #dadae5 !important;
    border-color: #dadae5 !important;
}

.btn-outline-secondary {
    color: #c72c2d !important;
    border-color: #c72c2d !important;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #c72c2d !important;
    border-color: #c72c2d !important;
}
