/* selectores */

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-style: normal;
    background: hsl(0, 0%, 100%);

}

body a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: hsl(205, 100%, 35%);
    text-decoration: none;
    line-height: 25px;
    letter-spacing: 0.1px;
}

body a:hover {
    text-decoration: underline;
    color: hsl(205, 100%, 35%);
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    font-size: 2.25em;
    line-height: 42px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    margin-top: 0;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: hsl(0, 0%, 20%);
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: -0.25px;
    color: hsl(0, 0%, 20%);
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: hsl(0, 0%, 20%);
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: hsl(0, 0%, 20%);
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px !important;
    color: hsl(0, 0%, 20%);
}

.visibleMobile {
    display: none;
}

ul {
    padding-left: 18px;
    margin-top: 25px;
}

ul li {
    font-family: 'Source Sans Pro', sans-serif;
    color: hsl(0, 0%, 20%);
    font-weight: 400;
    font-size: 1em;
    line-height: 25px;
    letter-spacing: 0.1px;
}

ol li {
    font-family: 'Source Sans Pro', sans-serif;
    color: hsl(0, 0%, 20%);
    font-weight: 300;
    font-size: 1em;
    line-height: 25px;
    letter-spacing: 0.25px;
}

strong {
    font-weight: 600;
}

input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn-primary {
    background-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .0);
}

strong {
    font-weight: 600;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.form-control:focus {
    border-color: hsl(210, 26%, 91%);
    box-shadow: 0 0 0 0rem rgb(0 0 0);
}

.ds-none-e {
    display: none;
}

.visibleMobile {
    display: none;
}

/* fin selectores */


/* Generales */

.linea_1a {
    background-color: rgb(51, 51, 51, .1);
    width: 100%;
    height: 1px;
}

.linea_b2 {
    background-color: rgb(51, 51, 51, .1);
    width: 1px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 12px;
}

.spaceOne {
    margin-bottom: 15px;
}

.white-text {
    color: hsl(0, 0%, 100%) !important;
}

.img_text-vert-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img_vert-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-nav button {
    background-color: rgb(0, 103, 177) !important;
    color: #fff !important;
    width: 48px;
    height: 48px;
    border-radius: 25px !important;
    line-height: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
}

/* .owl-nav button span {
    position: relative;
    top: -4px;
} */

.owl-nav {
    top: 45%;
}

.owl-prev {
    left: -1.4rem;
    background: rgb(255, 255, 255) url(./images/arrowOne.svg) no-repeat center !important;
    background-size: 10px !important;
}

.owl-next {
    right: -1.4rem;
    background: rgb(255, 255, 255) url(./images/arrrowTwo.svg) no-repeat center !important;
    background-size: 10px !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-carousel button.owl-dot {
    position: relative;
    vertical-align: text-top;
}

.arrow-custom-carousel-1 .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
    height: 8px;
    background: rgb(0, 103, 177);
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: hsl(0, 0%, 84%);
}

.owl-nav button.owl-prev {
    display: none !important;
}

.cardTusConveniosHome .owl-nav button.owl-prev {
    display: block !important;
}

.img_text-vert-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Fin Generales */


/* separadores de espacios */

.separador-a {
    padding: 5px;
}

.separador-c {
    padding: 10px;
}

.separador-d {
    padding: 8px;
}

.separador-k {
    padding: 20px;
}

.separador-h {
    padding: 15px;
}

.separador-r {
    padding: 30px;
}

.separador-m {
    padding: 40px;
}

.separador-n {
    padding: 50px;
}

.separador-x {
    padding: 60px;
}

/* Fin separadores de espacios */

/* Tooltip */

.tooltipPro {
    position: absolute;
    top: 20px;
    right: 20px;
}

.tooltipPro [tooltip] {
    position: relative;
    background: rgb(255, 255, 255) url(./images/icoTooltip.svg) no-repeat center;
    background-size: 23px;
    color: transparent;
}

.tooltipPro [tooltip]::before,
.tooltipPro [tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

.tooltipPro [tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

.tooltipPro [tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
}

.tooltipPro [tooltip]:hover::before,
.tooltipPro [tooltip]:hover::after {
    display: block;
}

.tooltipPro [tooltip='']::before,
.tooltipPro [tooltip='']::after {
    display: none !important;
}

.tooltipPro [tooltip]:not([flow])::before,
.tooltipPro [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

.tooltipPro [tooltip]:not([flow])::after,
.tooltipPro [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

.tooltipPro [tooltip]:not([flow])::before,
.tooltipPro [tooltip]:not([flow])::after,
.tooltipPro [tooltip][flow^="up"]::before,
.tooltipPro [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

.tooltipPro [tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

.tooltipPro [tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

.tooltipPro [tooltip][flow^="down"]::before,
.tooltipPro [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

.tooltipPro [tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

.tooltipPro [tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

.tooltipPro [tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

.tooltipPro [tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

.tooltipPro [tooltip]:not([flow]):hover::before,
.tooltipPro [tooltip]:not([flow]):hover::after,
.tooltipPro [tooltip][flow^="up"]:hover::before,
.tooltipPro [tooltip][flow^="up"]:hover::after,
.tooltipPro [tooltip][flow^="down"]:hover::before,
.tooltipPro [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

.tooltipPro [tooltip][flow^="left"]:hover::before,
.tooltipPro [tooltip][flow^="left"]:hover::after,
.tooltipPro [tooltip][flow^="right"]:hover::before,
.tooltipPro [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* Fin Tooltip */

/* Acordeon */

.contenido-acordon-pro {
    margin-top: -11px;
}

.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    position: relative;
    border: 1px solid hsl(0, 0%, 100%);
}

.accordion-item:first-child {
    position: relative;
    border-bottom: 1px solid rgb(51, 51, 51, .1);
}

.accordion-item.active .heading {
    font-weight: 400;
    color: rgb(0, 103, 177);
    border-bottom: 1px solid rgb(0, 103, 177);
}

.accordion-item.active .heading:hover {
    color: rgb(0, 103, 177);
}

.accordion-item.active .headings {
    color: hsl(0, 0%, 20%);
}

.accordion-item.active .icon:after {
    width: 0;
}

.accordion-item .heading {
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 20%);
    font-weight: 300;
    font-size: 16px;
    position: relative;
    padding: 1rem 0 1rem 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid rgb(51, 51, 51, .1);
}

.accordion-item .headings {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: hsl(0, 0%, 20%);
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding: 1.5rem 0 1.5rem 4rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.accordion-item .heading:hover {
    color: hsl(0, 0%, 20%);
}

.accordion-item .headings:hover {
    color: hsl(0, 0%, 20%);
}

.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-item .icon:before,
.accordion-item .icon:after {
    content: '';
    width: 1.02rem;
    height: 0.1rem;
    background: rgb(0, 103, 177);
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accordion-item .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .accordion__content {
    display: none;
    margin-left: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(51, 51, 51, .1);
}

.accordion-item .accordion__content p {
    margin-top: 0;
}

.accordion-item .link_acordeon-1 {
    color: rgb(0, 103, 177);
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline;
}

.contenido-acordon-pro .accordion-item ul {
    margin-left: 20px;
}

.contenido-acordon-pro .accordion-item ul li {
    margin: 10px 0px;
}

.contenido-acordon-pro .accordion-item ul ul li {
    margin: 10px 0px;
}

.accordion-item .abierta_con_sub {
    display: block !important;
}

.accordion-item .ico-menu-flecha-1,
.accordion-item .ico-menu-flecha-2 {
    width: 15px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: 8px;
    cursor: pointer;
}

/* FIN Acordeon */


/* Miga de pan */

.miga-de-pan .breadcrumb {
    background-color: transparent;
    position: absolute;
    top: 10px;
    left: 30px;
}

.miga-de-pan .breadcrumb a {
    color: hsl(0, 0%, 100%);
    font-weight: 300;
    font-size: 1rem;
}

.miga-de-pan .breadcrumb-item.active {
    color: hsl(0, 0%, 100%);
    font-weight: 400;
}

.miga-de-pan .breadcrumb-item+.breadcrumb-item::before {
    color: hsl(0, 0%, 100%);
}

/* FIN Miga de pan */


/* cabezote */

.cabezote {
    width: 100%;
    height: 70px;
    background-color: hsl(0, 0%, 100%);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    /* box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 30%); */
}

.user {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 145px;
}

.user a:hover {
    text-decoration: none;
}

.img-user {
    width: 16px !important;
    top: 5px !important;
}

.search {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 425px;
}

.search .input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    width: 60.95px;
    height: 48px;
    background-color: #0067b1;
    border-radius: 0px 3px 3px 0px;
    background-image: url(./images/ico-search.svg) !important;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    padding: 20px;
    border-color: #0067b1;
}

.search input {
    width: 351.99px !important;
    height: 48px;
    border: 1px solid hsl(210, 26%, 91%);
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 400;
    font-size: 1rem;
    color: hsl(0, 0%, 84%);
}

.search input::placeholder {
    font-weight: 400;
    font-size: 1rem;
    color: hsl(0, 0%, 84%);
}

.text-ingresar {
    font-weight: 400;
    font-size: 0.875em;
    line-height: 18px;
    color: #0067b1;
    position: relative;
    right: 30px;
}

.cabezote img {
    width: 150px;
    position: absolute;
    left: 30px;
    top: 11px;
}

.btn-registrar-login {
    position: absolute;
    top: 12px;
    right: 150px;
}

.btn-registrar-login .cta1 {
    width: 162px;
    border: 1px solid #0067b1 !important;
    border-radius: 11px;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -0.25px;
    color: #0067b1;
    background-color: transparent;
    padding: 8px 10px;
    margin-right: 20px;
}

.btn-registrar-login .cta1:hover {
    background-color: hsl(240, 22%, 51%) !important;
    color: hsl(0, 0%, 100%);
    border: 1px solid hsl(240, 22%, 51%) !important;
}

.btn-registrar-login .cta1:active {
    background-color: hsl(240, 22%, 51%) !important;
    color: hsl(0, 0%, 100%) !important;
    border: 1px solid hsl(240, 22%, 51%) !important;
}

.btn-registrar-login .cta2 {
    width: 162px;
    border: 1px solid #0067b1 !important;
    border-radius: 11px;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -0.25px;
    color: hsl(0, 0%, 100%);
    background-color: #0067b1;
    padding: 8px 10px;
}

.btn-registrar-login .cta2:hover {
    background-color: hsl(240, 22%, 51%) !important;
    color: hsl(0, 0%, 100%);
    border: 1px solid hsl(240, 22%, 51%) !important;
}

.btn-registrar-login .cta2:active {
    background-color: hsl(240, 22%, 51%) !important;
    color: hsl(0, 0%, 100%) !important;
    border: 1px solid hsl(240, 22%, 51%) !important;
}

.tex_estas-en {
    position: absolute;
    right: 340px;
    top: 36%;
}

.tex_estas-en {
    position: absolute;
    right: 340px;
    top: 36%;
}

.btn_estas-en-psc {
    top: 13px;
    position: absolute;
    right: 150px;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    padding: 8px 30px 8px 30px;
    background-color: hsl(0, 0%, 100%);
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid hsl(240, 100%, 18%);
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -0.25px;
    color: hsl(240, 100%, 18%);
}

.dd-button:after {
    background-image: url(https://tusbeneficioscolsubsidio.com/personas/images/flecha-3.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    content: '';
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    background-position: 20px 11px;
    padding: 0px 20px;
}

.espacio_interna {
    padding-top: 70px;
}


/* Fin cabezote */

.section-menu-top {
    background-color: #F6F7FC;
    padding: 10px;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 46px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
}

#ulListaAcordeonesMenuTop,
.section-menu-top #ulListaAcordeones {
    display: flex;
}

.section-menu-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-menu-top li a {
    color: #0067b1 !important;
    padding: 5px 18px;
    font-weight: 400;
    display: block;
    line-height: 1;
    font-size: 0.9rem;
}

#ulListaAcordeones h2,
#ulListaAcordeonesMenuTop h2 {
    color: #0067B1;
    font-size: 1rem;
    margin: 0;
    line-height: 25px;
    font-weight: 400;
}

#ulListaAcordeones>li,
#ulListaAcordeonesMenuTop>li {
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

#ulListaAcordeones>li:hover>.sub-menu-child,
#ulListaAcordeones>li:active>.sub-menu-child,
#ulListaAcordeonesMenuTop>li:hover>.sub-menu-child,
#ulListaAcordeonesMenuTop>li:active>.sub-menu-child {
    display: block;
}

#ulListaAcordeones .sub-menu-child,
#ulListaAcordeonesMenuTop .sub-menu-child {
    display: none;
    position: absolute;
    width: 300px;
    background: #F6F7FC;
    top: 20px;
    left: 0;
    padding-top: 25px;
    padding-bottom: 15px;
}

#ulListaAcordeones .sub-menu-child li,
#ulListaAcordeonesMenuTop .sub-menu-child li {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    color: hsl(240, 100%, 18%);
    font-size: 1em;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li a {
    color: hsl(240, 100%, 18%);
    font-size: 1em;
}

.dd-input {
    display: none;
}

.dd-input+.dd-menu {
    display: none;
}

.dd-menu {
    position: relative;
    top: 100%;
    border: 1px solid hsl(0, 0%, 93%);
    border-radius: 4px;
    padding: 0;
    margin: 5px 0 0 0;
    background-color: hsl(0, 0%, 100%);
    list-style-type: none;
}


/* ------ PAGINA HOME CONVENIOS ------ */


/* slide */

.info-slide-home {
    position: absolute;
    left: 170px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.boxbanner_one {
    width: 529px;
    height: 234px;
}


.bannerHomeConvenios {
    position: relative;
    margin-top: 2.9rem;
}

.bannerHomeConvenios .carousel-indicators .active {
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
    width: 18px;
    height: 6px;
}

.bannerHomeConvenios .carousel-indicators li {
    background-color: hsl(0, 0%, 84%);
    border-radius: 20px;
    width: 6px;
    height: 6px;
}

.bannerHomeConvenios .carousel-indicators {
    align-items: center;
}

.bannerHomeConvenios .carousel-control-prev-icon {
    background-image: url(./images/flecha-next.svg);
    background-size: 12px;
}

.bannerHomeConvenios .carousel-control-next-icon {
    background-image: url(./images/flecha-prev.svg);
    background-size: 12px;
}

.bannerHomeConvenios .carousel-control-prev-icon,
.bannerHomeConvenios .carousel-control-next-icon {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0px 3px 13px rgba(51, 51, 51, 0.1);
    -moz-border-radius: 77px;
    -webkit-border-radius: 77px;
    -o-border-radius: 77px;
    border-radius: 77px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    padding: initial;
    width: 48px;
    height: 48px;
}

.bannerHomeConvenios .carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    background-color: hsl(0, 0%, 84%);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border-top: none;
    border-bottom: none;
    opacity: 1;
}

.bannerHomeConvenios .carousel-indicators .active {
    width: 18px;
    height: 6px;
    background-color: hsl(205, 100%, 35%);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.bannerHomeConvenios .carousel .slide {
    position: relative;
}

.bannerHomeConvenios .cta-slide_home {
    background-color: rgb(0, 103, 177);
    border-radius: 30px;
    border: 1px solid rgb(0, 103, 177);
    padding: 8px 40px;
    color: hsl(0, 0%, 100%);
    font-size: 1.25em;
}

.bannerHomeConvenios .cta-slide_home:hover,
.bannerHomeConvenios .cta-slide_home:active,
.bannerHomeConvenios .cta-slide_home:focus {
    background-color: #00365c;
    border-radius: 30px;
    border: 1px solid #00365c;
    padding: 8px 40px;
    color: hsl(0, 0%, 100%);
    font-size: 1.25em;
    text-decoration: none;
}

/* fin slide */

/* Caja slide info */

.box_slide-text-one {
    background: hsl(0, 0%, 100%, 0.95);
    padding: 2.5rem 2.188rem;
    position: relative;
}

.bannerHomeConvenios p {
    font-size: 0.875rem;
    line-height: 18px !important;
    margin-bottom: 15px;
}

.bannerHomeConvenios .cta {
    height: 48px;
    background-color: hsl(205, 100%, 35%);
    border-radius: 30px;
    border-color: hsl(205, 100%, 35%);
    padding: 0.5rem 4rem;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    color: hsl(0, 0%, 100%);
}

.bannerHomeConvenios .cta:hover {
    background-color: transparent;
    color: hsl(205, 100%, 35%);
    border-color: 1px solid hsl(205, 100%, 35%);
    text-decoration: none;
}

.bannerHomeConvenios .cta:active {
    background-color: transparent;
    color: hsl(205, 100%, 35%);
    border-color: 1px solid hsl(205, 100%, 35%);
}


.franja_silde-one {
    width: 6px;
    background: hsl(49, 100%, 50%);
    position: absolute;
    left: 0px;
    top: 18%;
    height: 151.01px;
}

/* Fin Caja slide info */


.nuestrosConvenios .flxCardConvenios {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nuestrosConvenios .flxCardConvenios .cardConvenio {
    width: 100%;
    min-height: 130px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(226, 232, 238);
    box-sizing: border-box;
    padding: 1.2rem 0.3rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nuestrosConvenios .flxCardConvenios .cardConvenio:hover {
    box-shadow: 0px 3px 13px hsl(210deg 26% 91%);
}

.nuestrosConvenios .flxCardConvenios .cardConvenio img {
    width: 40px;
    height: 40px;
    margin: auto;
    display: block;
    position: relative;
    top: 10px;
}

.nuestrosConvenios .flxCardConvenios .cardConvenio p {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
    position: relative;
    top: 10px;
    line-height: 18px !important;
}

.mrgTop {
    margin-top: 20px;
}

.mrgbtn {
    margin-bottom: 20px;
}

.pdding {
    padding: 1.25rem;
}

/* Nuestros Convenios */


/* Fin Nuestros Convenios */

.titleTexlink {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.titleTexlink h2 {
    margin-bottom: 0;
}

.titleTexlink .texLink {
    background: rgb(255, 255, 255) url(./images/ArrowRight.svg) no-repeat right 2px;
    background-size: 22px;
    padding-right: 1.875rem;
}

/* Fin cards Tus beneficios Home */

.cardTusConveniosHome a:hover {
    text-decoration: none;
}

.cardTusConveniosHome .card {
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(210, 26%, 91%);
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    width: 100%;
    min-height: 520px;
}

.cardTusConveniosHome .card .card-img-top {
    /* width: 250px; */
    width: 100%;
    margin: auto;
    display: block;
    /* padding: 20px 50px; */
    padding: 0;
}

.cardTusConveniosHome .tagPro {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgb(222, 18, 103);
    padding: 0.2rem 1.2rem;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    color: rgb(255, 255, 255);
}

.cardTusConveniosHome .spacePaddingOne {
    padding: 0.5rem 3.125rem;
    height: 250px;
}

.cardTusConveniosHome .card:hover {
    box-shadow: 0px 3px 13px hsl(210, 26%, 91%);
}

.cardTusConveniosHome .card-body {
    padding: 0.5rem 2rem 1rem 2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.cardTusConveniosHome .tag {
    background-color: transparent;
    border: 1px solid rgb(117, 117, 117);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0.02rem 2.188rem;
    display: table;
    font-weight: 400;
    font-size: 0.875rem;
    color: rgb(117, 117, 117);
    margin-bottom: 10px;
}

.cardTusConveniosHome .card-title {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: -0.25px;
    color: hsl(0, 0%, 20%);
    margin-bottom: 15px;
}

.cardTusConveniosHome .badges {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
    align-items: center;
}

.cardTusConveniosHome .badges p {
    font-size: 14px;
    margin: 0;
    font-weight: 800;
}

.cardTusConveniosHome .badge-new {
    display: flex;
    align-items: center;
    background-color: #0067b1;
    color: white;
    font-weight: 700;
    font-size: 12px;
    border-radius: 6px;
    padding: 2px 10px;
    gap: 5px;
}

.cardTusConveniosHome .badge-new svg {
    width: 20px;
    height: 20px
}

.cardTusConveniosHome .card-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px !important;
    color: hsl(0, 0%, 18%);
    margin-bottom: 15px;
    flex-grow: 1;
}

.cardTusConveniosHome .text-link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px;
    color: hsl(205, 100%, 35%);
    position: absolute;
    bottom: 30px;
}

.cardTusConveniosHome .textLink {
    font-weight: 400;
    font-size: 1rem;
    color: rgb(0, 103, 177);
    left: 30px;
    text-decoration: underline;
}

.cardTusConveniosHome .card:hover>.card-body>.textLink {
    text-decoration: underline;
}

.paginacion p {
    font-weight: 400;
    font-size: 0.875rem;
    color: rgb(117, 117, 117);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.paginacion ul {
    margin-top: 10px;
}

.paginacion .pagination {
    justify-content: center;
}

.paginacion .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.paginacion .page-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 1rem;
    color: rgb(51, 51, 51);
    border: none;
}

.paginacion .page-item.active .page-link {
    width: 30px;
    height: 30px;
    background-color: rgb(0, 103, 177);
    border-color: rgb(0, 103, 177);
    border-radius: 30px;
    padding: 0.375rem 0.688rem;
}

.paginacion .page-link [aria-hidden="true"] {
    color: transparent;
}

.paginacion .page-link .Next {
    background: #fff url(./images/pagination-right.svg) no-repeat 0px center;
    padding-right: 15px;
}

.paginacion .page-link:hover,
.paginacion .page-link:active {
    background-color: transparent;
}

/* Fin cards Tus beneficios Home */

.tamsH2 {
    width: 50%;
}

.icoText {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0.7rem;
}

.icoText img {
    width: 20px;
}

.icoText p {
    margin-bottom: 0;
}

.startSpace {
    align-items: flex-start;
}

.psImgIco {
    position: relative;
    top: 0.438rem;
}

.btnCentroAyuda {
    text-align: left;
    margin-top: 30px;
}

.btnCentroAyuda .cta {
    width: 197px;
    height: 48px;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 103, 177);
    border: 1px solid rgb(0, 103, 177);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btnCentroAyuda .cta:hover {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 54, 92) !important;
    border: 1px solid rgb(0, 103, 177) !important;
    text-decoration: none;
}


/* ------ FIN PAGINA HOME CONVENIOS ------ */


/* ------ PAGINA VITRINA CONVENIOS ------ */


/* slide */

.info-slide-home {
    position: absolute;
    left: 170px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.boxbanner_one {
    width: 529px;
    height: 234px;
}


.bannerVitrinaConvenios {
    position: relative;
    width: 100%;
    height: 300px;
    background: rgb(250, 251, 253);
    margin-top: 2.9rem;
}

.bannerVitrinaConvenios .carousel-indicators .active {
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
    width: 18px;
    height: 6px;
}

.bannerVitrinaConvenios .carousel-indicators li {
    background-color: hsl(0, 0%, 84%);
    border-radius: 20px;
    width: 6px;
    height: 6px;
}

.bannerVitrinaConvenios .carousel-indicators {
    align-items: center;
}

.bannerVitrinaConvenios .carousel-control-prev-icon {
    background-image: url(./images/flecha-next.svg);
    background-size: 12px;
}

.bannerVitrinaConvenios .carousel-control-next-icon {
    background-image: url(./images/flecha-prev.svg);
    background-size: 12px;
}

.bannerVitrinaConvenios .carousel-control-prev-icon,
.bannerHomeConvenios .carousel-control-next-icon {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0px 3px 13px rgba(51, 51, 51, 0.1);
    -moz-border-radius: 77px;
    -webkit-border-radius: 77px;
    -o-border-radius: 77px;
    border-radius: 77px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    padding: initial;
    width: 48px;
    height: 48px;
}

.bannerVitrinaConvenios .carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    background-color: hsl(0, 0%, 84%);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border-top: none;
    border-bottom: none;
    opacity: 1;
}

.bannerHomeConvenios .carousel-indicators .active {
    width: 18px;
    height: 6px;
    background-color: hsl(205, 100%, 35%);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.bannerVitrinaConvenios .carousel .slide {
    position: relative;
}

.bannerVitrinaConvenios .cta-slide_home {
    background-color: rgb(0, 103, 177);
    border-radius: 30px;
    border: 1px solid rgb(0, 103, 177);
    padding: 8px 40px;
    color: hsl(0, 0%, 100%);
    font-size: 1.25em;
}

.bannerVitrinaConvenios .cta-slide_home:hover,
.bannerVitrinaConvenios .cta-slide_home:active,
.bannerVitrinaConvenios .cta-slide_home:focus {
    background-color: #00365c;
    border-radius: 30px;
    border: 1px solid #00365c;
    padding: 8px 40px;
    color: hsl(0, 0%, 100%);
    font-size: 1.25em;
    text-decoration: none;
}

/* fin slide */

.boxFiltros {
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(226, 232, 238);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.vitrinaProOne .boxFiltros select {
    width: 100%;
    height: 39.24px;
    background: rgb(255, 255, 255) url(./images/arrowSelect.svg) no-repeat 94% center;
    background-size: 18px;
    border: 1px solid rgb(226, 232, 238);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px;
    color: rgb(51, 51, 51);
}

.boxFiltros h3 {
    font-size: 1.625rem;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.boxFiltros p {
    margin-top: 15px;
    margin-bottom: 0;
}

.boxFiltros .containerTag {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.boxFiltros .containerTag a:hover {
    text-decoration: none;
}

.boxFiltros .containerTag .tag {
    height: 24px;
    background: rgb(214, 214, 214);
    border: 1px solid rgb(214, 214, 214);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.boxFiltros .containerTag .tag span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    color: rgb(51, 51, 51);
}

.boxFiltros .containerTag .tag img {
    width: 16px;
}

.boxFiltros .form-check {
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.boxFiltros .form-check .form-check-input {
    float: none;
    margin-left: -1.5em;
    opacity: 1 !important;
}

.boxFiltros .form-check-input {
    border: 1px solid hsl(205, 100%, 35%) !important;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px !important;
    -o-border-radius: 6px;
    border-radius: 6px !important;
    width: 24px !important;
    height: 24px !important;
}

.boxFiltros .form-check-label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: rgb(51, 51, 51);
}

.boxFiltros .form-check-input:checked[type=checkbox],
.boxFiltros .form-check-input[checked=checked] {
    background: hsl(205, 100%, 35%) url(./images/check.svg) no-repeat center;
}

.searchFiltros input {
    width: 351.99px !important;
    height: 48px;
    border: 1px solid hsl(210, 26%, 91%);
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 400;
    font-size: 1rem;
    color: hsl(0, 0%, 84%);
}

.searchFiltros .input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    width: 60.95px;
    height: 48px;
    background-color: rgb(0, 103, 177);
    border-radius: 0px 3px 3px 0px;
    background-image: url(./images/ico-search.svg) !important;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    padding: 20px;
    border-color: rgb(0, 103, 177);
}

.ConvRecientes img {
    width: 80% !important;
    margin: auto;
}

.ConvRecientes p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgb(49 132 253 / 50%);
}

.cardTusConveniosHome .btn-primary:hover,
.cardTusConveniosHome .btn-primary:active,
.cardTusConveniosHome .btn-primary:focus {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

/* .cardTusConveniosHome .modal {
    position: relative;
    width: 548px;
}
 */
.cardTusConveniosHome .modal .modal-header .btn-close {
    background: rgb(255, 255, 255) url(./images/cerrarModal.svg) no-repeat center;
    background-size: 12px;
    border-radius: 77px;
    width: 30px;
    height: 30px;
    filter: drop-shadow(0px 3px 13px rgb(226, 232, 238));
    backdrop-filter: blur(21.7463px);
}

.cardTusConveniosHome .modal .modal-header img {
    width: 36px;
}

.cardTusConveniosHome .modal .modal-header {
    border-bottom: none;
}

.cardTusConveniosHome .modal .modal-body h3 {
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 32px;
    letter-spacing: -0.5px;
}

.cardTusConveniosHome .modal .modal-body p {
    margin-bottom: 0;
}

.cardTusConveniosHome .modal .modal-footer {
    border-top: none;
}

.cardTusConveniosHome [type="button"] {
    padding: 0;
}

.cardTusConveniosHome .modal .modal-footer .cta1 {
    height: 48px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 30px;
    border: 1px solid hsl(205, 100%, 35%);
    padding: 5px;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    color: hsl(205, 100%, 35%);
    width: 48%;
}

.cardTusConveniosHome .modal .modal-footer .cta2 {
    height: 48px;
    background-color: hsl(205, 100%, 35%);
    border-radius: 30px;
    border: 1px solid hsl(205, 100%, 35%);
    padding: 5px;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    color: hsl(0, 0%, 100%);
    width: 48%;
}

.cardTusConveniosHome .modal .modal-footer .cta1:hover,
.cardTusConveniosHome .modal .modal-footer .cta2:hover {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 54, 92) !important;
    border: 1px solid rgb(0, 103, 177) !important;
    text-decoration: none !important;
}

/* Acordeon Educacion Filtros */

.educacionAcordeon .transition,
.educacionAcordeon ul li i:before,
.educacionAcordeon ul li i:after {
    transition: all 0.25s ease-in-out;
}

.educacionAcordeon .flipIn,
.educacionAcordeon h1,
.educacionAcordeon ul li {
    animation: flipdown 0.5s ease both;
}

.educacionAcordeon .no-select,
.educacionAcordeon h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.educacionAcordeon .educacionAcordeon #accesos {
    min-height: 0;
    display: inline-block;
    position: relative;
    left: 50%;
    margin: 90px 0;
    transform: translate(-50%, 0);
    box-shadow: 0 10px 0 0 rgb(0, 103, 177) inset;
    background-color: #fefffa;
    width: 100%;
    padding: 1em;
    max-width: 960px;
}

@media (max-width: 550px) {
    .educacionAcordeon #accesos {
        box-sizing: border-box;
        transform: translate(0, 0);
        max-width: 100%;
        min-height: 100%;
        margin: 0;
        left: 0;
    }
}

.educacionAcordeon h1,
.educacionAcordeon h2 {
    color: rgb(51, 51, 51);
}

.educacionAcordeon h1 {
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    font-weight: 100;
}

.educacionAcordeon h2 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    display: block;
    background-color: #fefffa;
    margin: 0;
    cursor: pointer;
    padding: 0.5em;
}

.educacionAcordeon .contAcordeon {
    color: rgba(48, 69, 92, 0.8);
    line-height: 1.5em;
    letter-spacing: 0.05em;
    position: relative;
    overflow: hidden;
    max-height: 200em;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 0;
    z-index: 2;
    padding: 0 0.5em;
    width: 100%;
}

/* .educacionAcordeon .contAcordeon ul {
    margin-bottom: 8px !important;
} */

.educacionAcordeon .contAcordeon ul li a {
    color: hsl(0, 0%, 20%);
}

.educacionAcordeon .contAcordeon ul li {
    padding-left: 1rem !important;
}

.educacionAcordeon #accesos ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.educacionAcordeon #accesos ul li {
    position: relative;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 0;
    left: -4px;
}

/* .educacionAcordeon #accesos ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}
.educacionAcordeon #accesos ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}
.educacionAcordeon #accesos ul li:nth-of-type(3) {
    animation-delay: 1s;
}
.educacionAcordeon #accesos ul li:last-of-type {
    animation-delay: 1.25s;
    padding-bottom: 0;
} */
.educacionAcordeon #accesos ul li i.chevron {
    position: absolute;
    transform: translate(-18px, 0);
    margin-top: 16.5px;
    right: 0;
}

.educacionAcordeon #accesos ul li i.chevron:before,
.educacionAcordeon #accesos ul li i.chevron:after {
    content: "";
    position: absolute;
    background-color: rgb(0, 103, 177);
    width: 3px;
    height: 9px;
}

.educacionAcordeon #accesos ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.educacionAcordeon #accesos ul li i.chevron:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.educacionAcordeon #accesos ul li input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    /* background-color: coral; */
}

.educacionAcordeon #accesos ul li input[type="checkbox"] h2 i {
    background-color: teal;
    color: teal;
}

.educacionAcordeon #accesos ul li input[type="checkbox"]:checked~div {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.educacionAcordeon #accesos ul li input[type="checkbox"]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.educacionAcordeon #accesos ul li input[type="checkbox"]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

.educacionAcordeon #accesos input[type="checkbox"]~h2 {
    background-color: transparent;
}

.educacionAcordeon #accesos input[type="checkbox"]:checked~h2 {
    background-color: rgb(255, 255, 255);
}

.educacionAcordeon #accesos h2>i {
    width: 50px;
    height: 30px;
    display: inline-block;
    margin-right: 1em;
    margin-top: 10px;
    text-align: center;
    float: right;
}

.educacionAcordeon #accesos h2 img {
    width: 40px;
    height: 40px;
    margin-right: 1em;
    margin-top: 0px;
    float: right;
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.educacionAcordeon #accesos .sino {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    border: 1px solid #f1f1f1;
    padding: 0.5em;
    max-width: 45em;
}

.educacionAcordeon #accesos .sino>div {
    flex: 1 1 300px;
    padding: 0.5em;
}

.educacionAcordeon #accesos .sino .tit {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.educacionAcordeon #accesos .sino .tit i {
    font-size: 0.6em;
    margin-left: 0.5em;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.educacionAcordeon #accesos .sino .no .tit {
    color: #ff6772;
}

.educacionAcordeon #accesos .sino .si .tit {
    color: #8bc349;
}

.educacionAcordeon #accesos .sino .texto span {
    display: block;
}

.educacionAcordeon #accesos .sino .texto span span {
    font-weight: bold;
}

.educacionAcordeon #accesos .callout {
    border-left: 5px solid coral;
    padding: 1.5em;
    margin: 0em;
}

.educacionAcordeon #accesos .callout h5 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 0;
}

.educacionAcordeon #accesos .destacaMucho {
    /* background-color: #ff7e50; */
    margin: 1em 0;
    padding: 1em;
    /* color: white; */
    border-left: 5px solid #8bc34a;
}

.educacionAcordeon .autopista,
.educacionAcordeon .calle,
.educacionAcordeon .referencia,
.alerta {
    padding: 0.2em 0.4em;
    font-size: 0.8em;
    color: white;
    border-radius: 2px;
}

.educacionAcordeon .autopista {
    background-color: #2091f3;
}

.educacionAcordeon .calle {
    background-color: #2091f3;
}

.educacionAcordeon .referencia {
    background-color: #4caf50;
}

.educacionAcordeon .alerta {
    background-color: coral;
}

.contAcordeon ul li .form-check {
    padding-left: 0.5rem;
}

.contAcordeon ul li .form-check .form-check-label {
    margin-left: 10px;
}

/* Fin Acordeon Educacion Filtros */


/* ------ FIN PAGINA VITRINA CONVENIOS ------ */


@media screen and (min-width: 992px) and (max-width: 1279px) {

    .separador-k {
        padding: 10px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {

    p {
        font-size: 14px;
        line-height: 16px;
    }

    .acceso-prs_emp {
        left: 22%;
    }

    .acceso-prs_emp .dat_personas {
        margin-right: 10px;
    }

    .acceso-prs_emp a {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 768px) {

    .visibleDesktop {
        display: none;
    }

    .visibleMobile {
        display: block;
    }

    .section-menu-top {
        display: none;
    }

    .acceso-prs_emp {
        display: none;
    }

    .btn_identificate {
        display: none;
    }

    .search {
        width: 150px;
        right: 4rem;
    }

    h1 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    ul {
        padding-left: 20px;
    }

    .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .owl-prev {
        left: -0.3rem;
    }

    .owl-next {
        right: -0.3rem;
    }

    .cabezote img {
        width: 80px;
        left: 20px;
        top: 22px;
    }

    .espacio_interna {
        padding-top: 70px;

    }

    /* ------ PAGINA HOME TUS CONVENIOS  ------ */

    .bannerHomeConvenios .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .bannerHomeConvenios .cta-slide_home {
        width: 100%;
    }

    .box_slide-text-one {
        background: hsl(0, 0%, 100%);
        padding: 25px;
        margin: auto;
        width: 90%;
        height: auto;
        position: relative;
        top: -35px;
    }

    .box_slide-text-one h1 {
        margin-right: auto;
        margin-bottom: 20px;
    }

    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }

    .franja_silde-one {
        height: 8px !important;
        width: 100% !important;
        top: 0px !important;
    }

    .box-filtros-gs {
        margin-bottom: 20px;
    }

    .carousel-indicators {
        bottom: -20px;
    }

    .bannerHomeConvenios .carousel-indicators li {
        background-color: hsl(0, 0%, 84%);
    }

    .bannerHomeConvenios .carousel-indicators .active {
        background-color: hsl(205, 100%, 35%);
    }

    .bannerHomeConvenios .cta {
        width: 100%;
    }

    .info-slide-home {
        display: contents;
    }

    .cardTusConveniosHome .card {
        /* min-height: 490px; */
        margin-bottom: 30px;
        width: 90%;
        margin: auto;
    }

    .titleTexlink {
        flex-direction: column;
        align-items: flex-start;
        min-height: 95px;
        margin-bottom: 20px;
    }

    .tamsH2 {
        width: 100%;
    }

    .nuestrosConvenios .flxCardConvenios {
        /* flex-direction: column;
        min-height: 720px; */
    }

    .nuestrosConvenios .flxCardConvenios .cardConvenio {
        width: 100%;
        min-height: 120px;
    }

    .contenido-acordon-pro .accordion-item .title {
        width: 90%;
        font-size: 0.875rem;
        line-height: 18px;
    }

    .btnCentroAyuda .cta {
        width: 100%;
    }

    /* ------ FIN PAGINA HOME TUS CONVENIOS ------ */


    /* ------ PAGINA VITRINA CONVENIOS ------ */

    .bannerVitrinaConvenios .box_slide-text-one {
        top: 0px;
    }

    .searchFiltros {
        margin-top: 20px;
    }

    .searchFiltros input {
        width: 0 !important;
    }

    .cardTusConveniosHome .card {
        margin-bottom: 20px !important;
    }

    /* .cardTusConveniosHome .modal {
        width: 95%;
    } */

    /* ------ FIN PAGINA VITRINA CONVENIOS ------ */

}

#loaderPage {
    position: fixed;
    background: hsl(0deg 0% 95% / 90%);
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
}

#loaderPage img {
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    width: 300px;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #0067b1;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0067b1 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wrapper-logo-convenio-card {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 85px !important;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
}

#paginadorconvenios {
    display: block;
    text-align: center;
}

#paginadorconvenios li {
    display: inline-block;
}

#divconvenios-reicentes-logo .owl-nav.disabled {
    display: none;
}

@media screen and (max-width: 992px) {
    #subcate-educacion-interna>a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {

    .tex_estas-en {
        display: none;
    }

    .btn_estas-en-psc {
        right: 76px;
    }

    .btn_estas-en-psc .dd-button {
        padding: 8px 15px 8px 15px;
        font-size: 0.8em;
    }

    .btn_estas-en-psc .dd-button:after {
        background-position: 20px 7px;
    }

    .cabezote img {
        width: 115px !important;
        left: 0 !important;
        top: 15px !important;
    }

    .bannerVitrinaConvenios {
        height: auto;
    }
}

.ConvDestacados .owl-nav.disabled {
    display: none;
}