#covid-header {
    position: relative;
    padding-top: 32px;
    padding-bottom: 120px;
    background-color: #e3e3e3;
    background-image: url(/public/img/particulares/home/textura-papel.png);
    margin-top: 2px;
}

#covid-header #buscador_home {
    background-color: transparent;
    background: none;
}

#covid-header #buscador_home:before {
    display: none;
}

#covid-header .container {
    z-index: 2;
    position: relative;
}

#covid-header .container-custom {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    #covid-header .container-custom {
        margin-bottom: 8%;
    }
}

@media (min-width: 1200px) {
    #covid-header .container-custom {
        margin-bottom: 10%;
    }
}

#covid-header .heart {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#covid-header .heart.heart-2 {
    -webkit-animation: latidos 1.5s infinite;
    animation: latidos 1.5s infinite;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
}

@media screen and (min-width: 400px) {
    #covid-header .heart.heart-2 {
        max-width: 350px;
    }
}

@media (min-width: 768px) {
    #covid-header .heart.heart-2 {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    #covid-header .heart.heart-2 {
        max-width: 550px;
    }
}

@media (min-width: 1200px) {
    #covid-header .heart.heart-2 {
        max-width: 400px;
    }
}

#covid-header .heart img {
    max-width: 100%;
}

@-webkit-keyframes latidos {
    from {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale(1.015);
        transform: scale(1.015);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes latidos {
    from {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale(1.015);
        transform: scale(1.015);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

#covid-header .well {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#covid-header .card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#covid-header .card a {
    padding: 12px;
    display: block;
    color: inherit !important;
}

#covid-header .card a:hover {
    color: inherit !important;
}

#covid-header .well-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px;
    margin: 32px 0;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#covid-header .well-custom > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

@media (min-width: 768px) {
    #covid-header .well-custom > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }
    #covid-header .well-custom > div.text {
        -webkit-box-flex: 3;
        -ms-flex: 3 0;
        flex: 3 0;
    }
    #covid-header .well-custom > div.tag {
        -webkit-box-flex: 1;
        -ms-flex: auto 0;
        flex: auto 0;
    }
}

#covid-header .well-custom .tag {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#covid-header .text {
    line-height: normal;
    font-size: 1.2em;
    margin-bottom: 16px;
    color: #33393e !important;
}

#covid-header .text span {
    display: block;
    text-transform: uppercase;
}

#covid-header .text .rojo {
    color: #c71b12 !important;
}

@media (min-width: 768px) {
    #covid-header .text {
        font-size: 1.6em;
        margin-bottom: 0;
    }
}

#covid-header .number {
    font-size: 5em;
    line-height: normal;
    line-height: normal;
    font-weight: bold;
    color: #c71b12;
    line-height: 80px;
}

@media (min-width: 768px) {
    #covid-header .number {
        font-size: 5em;
    }
}

#covid-header .firma {
    max-width: 165px;
    width: 165px;
    margin: 0 auto;
}

#covid-header .firma-2 {
    max-width: 250px;
    width: 250px;
    margin: 0 auto;
}

#covid-header .btn-covid {
    color: #ffffff;
    background-color: #c71b12;
    border-color: #c71b12;
    padding: 6px 12px;
}

#covid-header .btn-covid-default {
    border-color: #c71b12;
    color: #c71b12;
    background-color: transparent;
}

#covid-header .panel-according .panel-default .panel-heading .panel-title a {
    padding-left: 15px;
    font-weight: bold;
}

#covid-header .panel-according .panel-default .panel-heading .panel-title a.collapsed {
    padding-left: 15px;
}

#covid-header .panel-according > .panel-default > .panel-heading + .panel-collapse > .panel-body,
#covid-header .panel-according > .panel-group .panel-heading + .panel-collapse > .panel-body {
    padding-left: 15px;
    color: #33393e;
}

#covid-header .center-block.mb-100 {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 359px) {
    #covid-header h1 {
        font-size: 18px;
    }
}

@media (max-width: 767px) and (min-width: 360px) {
    #covid-header h1 {
        font-size: 22px;
    }
}

#covid-header .text h1 {
    line-height: normal;
    color: #33393e;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 359px) {
    #covid-header .text h1 {
        font-size: 1.2em;
    }
}

@media (max-width: 767px) and (min-width: 360px) {
    #covid-header .text h1 {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    #covid-header .text h1 {
        font-size: 1em;
    }
}

#covid-header .rojo {
    color: #c71b12;
}

@media (max-width: 767px) {
    #covid-header #servicio svg {
        width: 90px !important;
        height: auto !important;
    }
    .border-right {
        border: none !important;
    }
}

@media (min-width: 768px) {
    #covid-header #servicio h5 {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .number,
    .tag {
        text-align: center;
    }
}

/* ************************** */
hr.dotted {
    border: 3px dashed #eeeeee;
    border-bottom: none;
}

.border-right {
    border-right: 3px dashed #eeeeee !important;
}

/* ///////////////////////////////////////////// */
/* ///////////////////////////////////////////// */
/*# sourceMappingURL=main.css.map */
