<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clinicas-multiespecialidad .tabContainer .tabBox{
    margin-top:50px;
}
.mainBanner .bannerColumn .bannerImage {
    min-height: 440px;
}

input[type="text"], select {

    font-size: 1.6rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 14.5px !important;
}

select{
    background: #FFF url(../img/icon_select.jpg) right center no-repeat;
}

input[type="submit"] {
    height: 40px;
}

.has-error input,.has-error select {
    border: 1px solid red !important;
}

.help-block{
    color: red;
}
/* header video */
.mainBanner .videoIframe {
    position: absolute;
    top: 0;
    object-fit: cover;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;

    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
}

.mainBanner .videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 0%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -o-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.mainBanner .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid white;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -o-transition: border-color 300ms;
    transition: border-color 300ms;
}

.mainBanner .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -25px 0 0 -15px;
    border-left: 40px solid white;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -o-transition: border-color 300ms;
    transition: border-color 300ms;
}

.mainBanner .videoPoster:hover:before, .videoPoster:focus:before {
    border-color: var(--orange);
}

.mainBanner .videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: var(--orange);
}

.mainBanner .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -o-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.mainBanner .bannerColumn .bannerImage::after {
    display: none;
}

.mainBanner h1 {
    margin-top: -15px;
}

.mainBanner .banner-txt {
    font-size: 2.5rem !important;
    font-weight: 900;
}

.mainBanner .banner-txt span {
    font-size: 3.5rem;
    color: rgb(255, 167, 4);
    display: block;
}

.mainBanner a {
    background-color: #005756 !important;
    color: white !important;
    margin-top: 15px !important;
}

.mainBanner .bannerColumn .bannerText {
    padding: 40px 15px 40px 15px;
}

.mainBanner .bannerColumn .bannerText p {
    line-height: 3.1rem;
}

.line-color {
    background: rgb(0,116,115);
    background: linear-gradient(90deg, rgba(0,116,115,1) 0%, rgba(251,167,48,1) 100%);
    width: 100%;
    height: 15px;
}

.tab-content {
    margin: 0 5px;
}
.planesTabContainer form .form-control {
    height: 40px !important;
}
form label {
    color: #007473;
    font-weight: 900;
    font-size: 2.2rem;
}

#map-oficinas{
    width: 100%;
    height: 53rem;
}

.clinicas-multiespecialidad .tabContainer .nav-tabs {
    border: 0;
}
.clinicas-multiespecialidad .tabContainer .nav-tabs .nav-item {
    width: 26%;
    min-width: 120px;
    color: #003F44;
}

.clinicas-multiespecialidad .tabContainer .nav-tabs .nav-item .nav-link.active {
    color: #003F44;
    z-index: 10;
    background: white;
}

.clinicas-multiespecialidad .tabContainer .nav-tabs .nav-item .nav-link {
    position: relative;
    display: block;
    width: calc(100% - 10px);
    background: #bdcdcd;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    margin: 0 5px;
    border: 0;
    outline: none;
}

.clinicas-multiespecialidad .tabContainer .nav-tabs .nav-item .nav-link h3 {
    text-align: left;
    font-weight: 300;
}

.clinicas-multiespecialidad .tabContainer .tab-content {
    position: relative;
    z-index: 9;
    padding: 20px 0 50px 12px;
    box-shadow: 0 -4px 10px rgb(0 0 0 / 19%);
    border-radius: 7px;
}

.clinicas-multiespecialidad .bg-grey-light {
    background: white;
}

.container-tab {
    padding-right: 15px;
    margin-bottom: 10px;
}

.content-txt {
    margin-bottom: 32px;
}

.content-txt h4 {
    color: #007473;
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 900;
}

.content-txt p {
    color: #003F44;
    font-size: 1.9rem;
}

.content-icons-title h4 {
    color: #007473;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: 900;
}

.content-icons-btn span {
    color: #007473;
    font-weight: 900;
    padding: 0 15px;
}

.content-icons-btn img {
    width: 25px;
    height: 25px;
}

.content-icons-btn button:focus {
    outline: 1px dotted !important;
    outline: 1px solid #003F44 !important;
}

.box-txt {
    line-height: 1.5;
    margin-top: 15px;
}

.content-icons-title {
    display: block;
    width: 100%;
}

.content-icons button {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 15px 10px;
    background: #e7e7e7;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.content-icons button .fas{
    font-size: 25px;
    width: 25px;
    margin-left: auto;
    margin-right: 0;
    color: #bdcdcd;
}
.content-icons button.collapsed .fa-plus-circle{
    display: block;
}
.content-icons button .fa-plus-circle{
    display: none;
}
.content-icons button .fa-minus-circle{
    display: block;
}
.content-icons button.collapsed .fa-minus-circle{
    display: none;
}

.content-icons button.collapsed {
    background: white;
}

.main-planes .tabContainer {
    overflow: hidden !important;
}

.search-clinics .form-row{
    align-items: flex-end;
}

.loc-list{
    overflow-x: auto;
    height: 53rem;
}
.loc-list img{
    margin-top:10px;
}
.loc-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.loc-list ul .list-label {
    background: #00192d;
    border-radius: 15px;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    margin: 10px 0 0 15px;
    padding: 4px 7px;
    text-align: center;
    width: auto;
    min-width: 13px;
}
.loc-list ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid rgb(194, 194, 194);
    width: 100%;
    cursor: pointer;
}

.loc-list ul .list-details {
    margin-left: 6px;
}

.loc-list ul .list-details .list-content {
    text-align: left;
    padding: 10px 0;
}

.loc-list ul .list-details .list-content .loc-name {
    font-weight: bold;
}

.loc-list ul .list-details .loc-links .coordinate-meet {
    margin: 0 1.5em;
}

.list-details {
    color: #003F44;
}

.locations-txt {
    color: #003F44;
    font-size: 3.5rem;
    font-weight: 900;
}
.card-container{
    padding: 10px 0px;
}
.card-box-container{
    margin: 0 5px;
    padding-left: 0;
    margin-bottom: 45px;
}
.card-locations,
.card-providers{
    position: relative;
    z-index: 9;
    padding: 20px 0 0 12px;
    margin: 0 5px;
    border-radius: 7px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 19%);
}

.card-providers {
    min-height: 300px;
    display: flex;
}

.card-providers .provider-directory-mobile,
.card-providers .provider-directory-desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
}

.card-providers .provider-directory-desktop {
    display: none;
}

.card-box{
    z-index: 9;
}

.bannerBox-info{
    background: white;
}

.container-form h3 {
    font-size: 2.2rem;
    color: #007473;
    font-weight: 900;
    margin: 10px 0;
}

.container-form p {
    color: #003F44;
}

.container-img h3 {
    font-size: 2.2rem;
    color: #007473;
    font-weight: 900;
    margin: 10px 0;
    padding-top: 5px;
}

.container-img p {
    color: #003F44;
}

.phone {
    color: #003F44;
    font-weight: 900;
    text-decoration: underline !important;
}

.content-icons ul {
    margin-left: 2rem;font-size: 1.6rem;
    color: #003F44;
    margin-top: 5px;
    list-style:none;
    line-height: 2.2rem;
}
.content-icons ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    color: #007473;
    padding-right: 3px;
}

.card-box .loc-txt {
    width: 50%;
    float: left;
}

.card-box .loc-txt h3 {
    color: #007473;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: 900;
}

.card-box .loc-txt p {
    color: #003F44;
}

.card-box .loc-img {
    width: 50%;
    float: right;
    height: 100%;
}

.card-box .loc-img img {
    min-height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.bannerBox{
    box-shadow: 0 0px 10px rgb(0 0 0 / 19%);
}
.bannerBox-info{
    z-index: 10;
}
.bannerBox-info--text p {
    font-size: 15px;
    line-height: 20px;
}
.background-white{
    position: absolute;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 51%);
    height: 100%;
    z-index: 9;
    border-radius: 10px;
}

.card-facebook {
    background-color: #007473;
    padding: 30px 0 30px 12px;
    margin: 0 5px;
    border-radius: 7px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 19%);
    margin-bottom: 16px;
}

.content-facebook-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content-facebook-title h4 {
    font-size: 2.4rem;
    color: white;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.facebook-txt {
    color: #f4a32e;
    font-size: 3.5rem;
    font-weight: 900;
    z-index: 99;
    text-align: center;
}

.btn-facebook {
    background: white;
    color: #007473;
    margin-top: 8px;
}

.img-facebook {
    width: 90px;
    position: absolute;
    bottom: 25px;
}
@media (min-width: 375px) and (max-width: 767px) {
    .tab-content {
        margin: 0px 5px;
    }

    .clinicas-multiespecialidad .tabContainer .nav-tabs .nav-item:first-child {
        margin: 0;
    }

    h3 {
        font-size: 1.2rem;
    }

    .content-txt h4 {
        font-size: 1.9rem;
    }

    .content-txt p {
        font-size: 1.5rem;
    }
    .content-icons ul{
        font-size: 1.3rem;
    }

    .content-icons-title h4 {
        font-size: 2rem;
    }
    .container-img {
        margin-bottom: 0;
        margin-top: 40px;
        text-align: center;
    }

    .container-form input {
        width: 100%;
    }
}

@media (min-width: 455px) and (max-width: 767px) {
    .clinicas-multiespecialidad .tabContainer .tabBox {
        margin-top:30px
    }

    .tab-content {
        margin: 0px 20px;
    }

    .clinicas-multiespecialidad .tabContainer .nav-tabs .nav-item:first-child {
        margin-left: 15px;
    }
    .card-locations{
        margin: 0px 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 375px) and (max-width: 991px) {
    .loc-list{
        height: 26rem;
    }

    #map-oficinas{
        height: 26rem;
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .container-tab {
        margin-bottom: 5px;
        padding-right: 0;
    }

    .box-txt {
        line-height: 1.2;
    }

    .content-txt {
        margin-bottom: 8px;
    }

    .content-txt h4 {
        margin-bottom: 8px;
        font-size: 1.9rem;
    }

    form label {
        font-size: 1.9rem;
    }

    .content-txt p {
        font-size: 1.5rem;
    }

    .content-icons-title h4 {
        font-size: 1.5rem;
    }
    .content-icons ul{
        font-size: 1.4rem;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .mainBanner .bannerColumn .bannerText h1 img{
        width: 70%;
    }
    .mainBanner .banner-txt {
        font-size: 2.5rem !important;
    }
    .mainBanner .banner-txt span {
        font-size: 3.6rem;
    }
    .mainBanner a {
        font-size: 15px;
        padding: 5px 12px;
    }
    .mainBanner .bannerColumn .bannerText {
        padding: 10px 15px 0 15px;
    }
    .mainBanner .bannerColumn .bannerImage {
        min-height: 288px;
    }
    section.breadcrumbBox {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .mainBanner .bannerColumn .bannerText h1 img{
        width: 50%;
    }
    .mainBanner .banner-txt {
        font-size: 1.5rem !important;
    }
    .mainBanner .banner-txt span {
        font-size: 2.6rem;
    }
    .mainBanner a {
        font-size: 12px;
        padding: 5px 12px;
    }
    .mainBanner .bannerColumn .bannerText {
        padding: 10px 15px 0 15px;
    }
    .mainBanner .bannerColumn .bannerImage {
        min-height: 216px;
    }
    section.breadcrumbBox {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .content-icons-btn {
        text-align: center;
    }
    .map-card-location{
        margin-top: 35px;
    }
    form label {
        font-size: 1.9rem;
    }
    .card-box-container .bannerBox{
         margin-bottom: 20px !important;
    }
    .background-white{
        display: none;
    }
    .loc-list {
        height: 26rem;
    }
    #map-oficinas{
        height: 26rem;
        margin-top: 15px;
    }
    .mainBanner .bannerColumn .bannerImage {
        min-height: 211px;
    }
}

@media(max-width: 991px) {
    .clinicas-multiespecialidad .tabContainer .nav-tabs .nav-item {
        width: 31%;
        max-height: 60px;
    }

    h3 {
        font-size: 1.5rem;
    }
    .locations-txt {
        font-size: 2.5rem;
    }

    .content-facebook-title h4 {
        font-size: 1.8rem;
    }
    
    .facebook-txt {
        font-size: 2.5rem;
    }
    
    .img-facebook {
        width: 60px;
    }

}

@media(min-width: 992px) and (max-width: 1200px) {
    .container-tab {
        margin-bottom: 5px;
    }

    .content-txt {
        margin-bottom: 20px;
    }

    .content-txt h4 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .content-txt p {
        font-size: 2rem;
    }

    .content-icons-title h4 {
        font-size: 2.5rem;
    }

}

@media(min-width: 1200px) {
    .container-tab {
        padding-left: 24px;
    }

}
</pre></body></html>