@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}
footer .logos-kit .logos{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	gap:10px;
	flex-wrap:wrap;
}
@media (max-width:768px){
	footer .logos-kit .logos{
		
		justify-content: center;
		padding-bottom:35px;
	}
}
footer .logos-kit .logos img{
	width: 50%;
    /* filter: brightness(0%); */
    max-width: 250px;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

nav {
    width: 100%;
    padding: 14px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff
}

nav .home-url {
    max-width: 200px;
    display: inline-flex;
    align-items: center;
    height: 100%
}
.home-url img{
	max-height:60px;
}
nav .menu {
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 30px
}

nav .menu li {
    position: relative
}

nav .menu a {
    color: #211e2f;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    font-family: var(--primary-font-family);
	text-decoration:underline;
}

nav .menu .submenu {
    display: none;
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 999;
    padding-top: 20px;
    min-width: 200px
}

nav .menu .submenu ul {
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 10px 10px 10px;
    list-style: none
}

nav .menu a:hover~.submenu,
nav .menu a:focus~.submenu,
nav .menu a~.submenu:hover {
    display: block
}

nav .col-lg-4:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px
}

nav .telefono {
    color: #211e2f;
    font-family: var(--secundary-font-family);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

nav .sm-nav-toggler {
    display: none
}

@media(max-width: 992px) {
    nav .col-lg-4:first-child {
        display: flex
    }
    nav .col-lg-4:last-child {
        justify-content: left;
        margin-top: 10px;
    }
    nav .home-url {
        max-width: 138.85px
    }
    nav .sm-nav-toggler svg g {
        stroke:#2d4559;
    }
    nav .sm-nav-toggler svg path {
        fill: #2d4559;
    }
    nav .sm-nav-toggler {
        display: inline-block;
        margin-left: auto
    }
    nav .sm-nav-toggler svg:last-child {
        display: none
    }
    nav .sm-nav-toggler.active svg:first-child {
        display: none
    }
    nav .sm-nav-toggler.active svg:last-child {
        display: block
    }
    nav.active {
        height: 100vH;
    }
    nav .sm-button ,
    nav .sm-menu {
        display: none!important;
    }
    nav .sm-button.active ,
    nav .sm-menu.active {
        display: block!important;
    }
    nav .menu {
        padding-top: 54px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0
    }
    nav .menu li {
        width: 100%
    }
    nav .menu a {
        font-size: 24px;
        line-height: 49px
    }
    nav .menu .submenu {
        position: relative;
        display: none;
        top: 0;
        padding: 8px 0px 8px 24px;
        min-width: auto
    }
    nav .menu .submenu ul {
        padding: 0
    }
    nav .menu .submenu a {
        font-size: 17px;
        line-height: 36px
    }
    nav .menu a:hover~.submenu,
    nav .menu a:focus~.submenu,
    nav .menu a~.submenu:hover {
        display: none
    }
    nav .menu .has-children {
        position: relative
    }
    nav .menu .has-children.active .submenu {
        display: block
    }
    nav .menu .has-children::after {
        content: "";
        display: block;
        width: 16px;
        height: 10px;
        position: absolute;
        top: 20px;
        right: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 10px;
        transform: rotate(-180deg);
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2710%27%3E%3Cpath fill=%27none%27 fill-rule=%27evenodd%27 stroke=%27%23211E2F%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m.927 8.927 7-7.855 7 7.855%27/%3E%3C/svg%3E")
    }
    nav .menu .has-children.active::after {
        transform: rotate(0deg);
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2710%27%3E%3Cpath fill=%27none%27 fill-rule=%27evenodd%27 stroke=%27%231545F1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m.927 8.927 7-7.855 7 7.855%27/%3E%3C/svg%3E")
    }
}

footer {
    padding: 130px 0;
    position: relative
}

footer .fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1
}

footer .home-url {
    display: block;
    max-width: 200px;
    margin-bottom: 24px
}

footer .copyright,
footer .descripcion {
    color: #fff;
    font-family: var(--secundary-font-family);
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 24px
}

footer .titulo {
    color: #fff;
    font-family: var(--secundary-font-family);
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 20px
}

footer ul {
    list-style: none
}

footer ul a {
    color: #fff;
    font-family: var(--secundary-font-family);
    font-size: 15px;
    letter-spacing: 0;
    line-height: 33px;
	text-decoration:underline;
}

footer .copyright {
    margin-top: 41px
}

footer .telefono {
    display: flex;
    align-items: center;
    gap: 20px
}

footer .telefono svg {
    flex: 0 0 auto
}

footer .telefono p {
    color: #bcb6d8;
    font-family: var(--secundary-font-family);
    font-size: 13px;
    letter-spacing: 0;
    line-height: 33px
}

footer .telefono p a {
    display: block;
    color: #fff;
    font-family: var(--secundary-font-family);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px
}

footer .linea {
    height: 1px;
    width: 100%;
    background-color: #413d54;
    margin: 22px 0 27px 0;
	display:none;
}

footer .direccion {
    display: flex;
    align-items: center;
    gap: 20px
}

footer .direccion svg {
    flex: 0 0 auto
}

footer .direccion p {
    color: #bcb6d8;
    font-family: var(--secundary-font-family);
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px
}
.cards .row-flex {
    justify-content: center;
}
@media(max-width: 992px) {
    footer {
        padding: 66px 0 39px 0
    }
    footer .home-url {
        max-width: 166.62px;
        margin-left: auto;
        margin-right: auto
    }
    footer .copyright,
    footer .descripcion {
        text-align: center
    }
    footer .links,
    footer .titulo {
        text-align:center;
    }
    footer .copyright {
        margin-top: 42px
    }
    footer .telefono svg {
        display: none
    }
    footer .telefono p {
        width: 100%;
        text-align: center
    }
    footer .linea {
        margin: 22px 0
    }
    footer .direccion svg {
        display: none
    }
    footer .direccion p {
        width: 100%;
        text-align: center
    }
}

h1,
h2,
h3 {
    color: #211e2f;
    font-family: var(--primary-font-family)
}

h1 strong,
h2 strong,
h3 strong {
    font-weight: 500;
    color: #2d4559
}

.texto * {
    font-family: var(--secundary-font-family)
}

.texto a {
    text-decoration: underline;
    color: #2d4559
}

.pre-titulo {
    color: #211e2f;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: var(--primary-font-family)
}

.button {
    border: 0;
    min-width: 148px;
    min-height: 52px;
    border-radius: 5px;
    padding: 10px 13px;
    font-family: var(--secundary-font-family);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    cursor: pointer;
    transition: color .3s, background-color .3s;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.button.primary {
    background-color: #2d4559;
    color: #fff
}

.button.primary:hover,
.button.primary:focus {
    background-color: #2d4559
}

.button.secundary {
    background-color: #fff;
    color: #2d4559
}

.button.secundary:hover,
.button.secundary:focus {
    color: #fff;
    background-color: #2d4559
}

.texto-2-columnas {
    padding: 161px 0 38px 0
}

.texto-2-columnas .pre-titulo {
    margin-bottom: 15px
}

.texto-2-columnas h1,
.texto-2-columnas h2,
.texto-2-columnas h3 {
    margin-bottom: 42px
}

@media(max-width: 992px) {
    .texto-2-columnas {
        padding: 33px 0 38px 0
    }
    .texto-2-columnas .pre-titulo,
    .texto-2-columnas h1,
    .texto-2-columnas h2,
    .texto-2-columnas h3 {
        margin-bottom: 10px
    }
}

.cards {
    padding: 138px 0 145px 0
}

.cards .pre-titulo {
    margin-bottom: 13px
}

.cards h1,
.cards h2,
.cards h3 {
    margin-bottom: 14px
}

.cards .row:first-child {
    margin-bottom: 39px
}

.cards .col-lg-4 {
	margin-bottom:20px;
}
.cards .card {
    height: 100%;
    padding: 38px 31px 49px 32px;
    border-radius: 6px;
    background-color: #fff;
}

.cards .card img {
    margin: 0 0 37px auto
}

.cards .card h3 {
    margin-bottom: 12px
}

.cards .card .texto {
    margin-bottom: 13px
}

.cards .card .enlace {
    color: #2d4559;
    font-family: var(--secundary-font-family);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px
}

@media(max-width: 992px) {
    .cards {
        padding: 45px 0 31px 0
    }
    .cards .pre-titulo,
    .cards h1,
    .cards h2,
    .cards h3 {
        margin-bottom: 12px
    }
    .cards .row:first-child {
        margin-bottom: 45px
    }
    .cards .card {
        padding: 29px 31px 36px 32px
    }
    .cards .card img {
        margin: 0 0 12px auto
    }
    .cards .card .texto {
        margin-bottom: 32px
    }
}

.page-reviews .pre-titulo {
    margin-bottom: 15px
}

.page-reviews h2,
.page-reviews h3,
.page-reviews h5 {
    margin-bottom: 11px
}

.page-reviews .texto {
    margin-bottom: 49px
}

.page-reviews .review {
    padding: 32px 38px;
    border-radius: 6px;
    background-color: #fff
}

.page-reviews .review .meta {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 45px
}

.page-reviews .review .meta img {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-reviews .review .texto {
    margin-bottom: 21px
}

.page-reviews .review .valoracion {
    display: flex;
    align-items: center;
    gap: 5px
}

.page-reviews .navigation {
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 56px);
    z-index: 1
}

.page-reviews .navigation .prev,
.page-reviews .navigation .next {
    padding: 13px;
    border-radius: 50%;
    background-color: #fff
}

.numeracion {
    padding: 38px 0 69px 0
}

.numeracion .pre-titulo {
    margin-bottom: 15px
}

.numeracion h1,
.numeracion h2,
.numeracion h3 {
    margin-bottom: 75px
}

.numeracion .numeros {
    row-gap: 38px
}

.numeracion .numero {
    display: flex;
    gap: 27px
}

.numeracion .numero .num {
    color: #2d4559;
    font-family: var(--secundary-font-family);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    padding-top: .4rem
}

.numeracion .numero h3 {
    margin-bottom: 8px
}

@media(max-width: 992px) {
    .numeracion {
        padding: 38px 0 45px 0
    }
    .numeracion .pre-titulo {
        margin-bottom: 10px
    }
    .numeracion h1,
    .numeracion h2,
    .numeracion h3 {
        margin-bottom: 37px
    }
    .numeracion .numeros {
        row-gap: 41px
    }
}

.page-informacion {
    padding: 138px 0 139px 0
}

.page-informacion .row {
    align-items: center
}

.page-informacion .pre-titulo {
    margin-bottom: 15px
}

.page-informacion h1,
.page-informacion h2,
.page-informacion h3 {
    margin-bottom: 11px
}

.page-informacion .texto {
    margin-bottom: 21px
}

.page-informacion.izquierda .row>*:last-child {
    order: -1
}

.page-informacion.centro .col-lg-6 {
    width: 100%;
    flex: 0 0 auto
}

.page-informacion.centro .pre-titulo,
.page-informacion.centro h1,
.page-informacion.centro h2,
.page-informacion.centro h3,
.page-informacion.centro .texto *,
.page-informacion.centro .buttons {
    text-align: center
}

@media(max-width: 992px) {
    .page-informacion {
        padding: 34px 0 35px 0
    }
    .page-informacion .pre-titulo {
        margin-top: 28px;
        margin-bottom: 10px
    }
    .page-informacion h1,
    .page-informacion h2,
    .page-informacion h3 {
        margin-bottom: 8px
    }
    .page-informacion .texto {
        margin-bottom: 25px
    }
    .page-informacion .row>*:last-child {
        order: -1
    }
}

.formulario-de-contacto {
    padding: 50px 0 138px 0
}

.formulario-de-contacto h1,
.formulario-de-contacto h2,
.formulario-de-contacto h3 {
    margin-bottom: 38px
}

.formulario-de-contacto .wpcf7-list-item {
    color: #211e2f;
    font-family: var(--secundary-font-family);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin: 30px 0 38px 0
}

.formulario-de-contacto .wpcf7-list-item label {
    display: flex;
    gap: 15px
}

.formulario-de-contacto .wpcf7-list-item label input[type=checkbox] {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: #fff
}

.formulario-de-contacto .wpcf7-not-valid-tip,
.formulario-de-contacto .wpcf7 form .wpcf7-response-output {
    font-family: var(--secundary-font-family)
}

.formulario-de-contacto .wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0
}

@media(max-width: 992px) {
    .formulario-de-contacto {
        padding: 56px 0 41px 0
    }
    .formulario-de-contacto .wpcf7-list-item {
        font-size: 12px;
        line-height: 15px
    }
    .formulario-de-contacto .button {
        width: 100%
    }
}

.page-faqs {
    padding: 139px 0
}

.page-faqs .row {
    align-items: center
}

.page-faqs .pre-titulo,
.page-faqs h1,
.page-faqs h2,
.page-faqs h3 {
    margin-bottom: 13px
}

.page-faqs .pregunta {
    color: #211e2f;
    font-family: var(--secundary-font-family);
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 19px;
    line-height: 42px;
	font-weight:bold;
	margin:0;
}
.faq-item{
	padding-bottom:30px;
}
.page-faqs h5 span svg:first-child {
    display: block
}

.page-faqs h5 span svg:last-child {
    display: none
}

.page-faqs h5.active {
    color: #2d4559
}

.page-faqs h5.active span svg:first-child {
    display: none
}

.page-faqs h5.active span svg:last-child {
    display: block
}

.page-faqs .collapse {
    padding: 22px 0;
    display: none
}

.page-faqs .collapse.active {
    display: block
}

.page-faqs.derecha .row {
    flex-direction: row-reverse
}

@media(max-width: 992px) {
    .page-faqs {
        padding: 41px 0 57px 0
    }
    .page-faqs .row {
        gap: 18.5px
    }
    .page-faqs img {
        margin: 0 auto
    }
    .page-faqs .pre-titulo {
        margin-bottom: 10px
    }
    .page-faqs h1,
    .page-faqs h2,
    .page-faqs h3 {
        margin-bottom: 40px
    }
}

.datos-de-contacto {
    padding: 138px 0 50px 0
}

.datos-de-contacto .pre-titulo {
    margin-bottom: 13px
}

.datos-de-contacto h1,
.datos-de-contacto h2,
.datos-de-contacto h3 {
    margin-bottom: 14px
}

.datos-de-contacto .row:first-child {
    margin-bottom: 27px
}

.datos-de-contacto h3 {
    color: #211e2f;
    font-family: var(--primary-font-family);
    margin-bottom: 13px;
	font-size: 22px;
    line-height: 32px;
}
.col-menu-ham {
    align-items: center;
}
@media(max-width: 992px) {
    .datos-de-contacto {
        padding: 45px 0 38px 0
    }
    .datos-de-contacto .pre-titulo,
    .datos-de-contacto h1,
    .datos-de-contacto h2,
    .datos-de-contacto h3 {
        margin-bottom: 10px
    }
    .datos-de-contacto h4 {
        margin-top: 20px
    }
        .datos-de-contacto h3 {
            margin: 10px 0;
        }
}

.page-cabecera .swiper {
    width: 100%;
    height: 100%;
    position: relative
}

.page-cabecera .swiper-slide {
    padding: 223px 0 198px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.page-cabecera .swiper-slide.full {
    width: 100vw;
    height: 100vh
}

.page-cabecera .swiper-slide.centro .row {
    justify-content: center
}

.page-cabecera .swiper-slide.centro * {
    text-align: center
}

.page-cabecera .navigation {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    z-index: 2
}

.page-cabecera .pagination {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 2
}

.page-cabecera .pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff
}

.page-cabecera .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2d4559
}

.page-cabecera .fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2
}

.page-cabecera .filtro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #211e2f;
    z-index: -1
}

.page-cabecera h1,
.page-cabecera h2,
.page-cabecera h3 {
    margin-bottom: 11px
}

.page-cabecera .texto {
    margin-bottom: 20px
}

.page-cabecera h1,
.page-cabecera h2,
.page-cabecera h3,
.page-cabecera .texto * {
    color: #fff
}

.page-cabecera .buttons {
    display: flex;
    align-items: center;
    gap: 31px
}
.page-informacion.centro .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
@media(max-width: 992px) {
    .page-informacion img {
        margin-bottom: 35px;
    }
    .page-cabecera h1,
    .page-cabecera h2,
    .page-cabecera h3 {
        margin-bottom: 8px
    }
    .page-cabecera .texto {
        margin-bottom: 24px
    }
    .page-cabecera .buttons {
        align-items: flex-start;
        flex-wrap:wrap;
        gap: 14px
    }
    /*.page-cabecera .buttons .button {
        width: 100%
    }*/
}

.breadcrumb-con-imagen {
    padding: 259px 0 217px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.breadcrumb-con-imagen h1,
.breadcrumb-con-imagen h2,
.breadcrumb-con-imagen h3 {
    color: #fff
}

.breadcrumb-con-imagen ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px
}

.breadcrumb-con-imagen ul li:not(:last-child)::after {
    content: "/";
    display: inline-block;
    padding: 0 .5rem;
    color: #fff;
    font-family: var(--secundary-font-family);
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 22px
}

.breadcrumb-con-imagen ul a {
    color: #fff;
    font-family: var(--secundary-font-family);
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 22px
}

@media(max-width: 992px) {
    .breadcrumb-con-imagen {
        padding: 162px 0 99px 0
    }
    .breadcrumb-con-imagen ul {
        display: none
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word
}

a {
    text-decoration: none
}

button,
a {
    cursor: pointer
}

button {
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

.container,
.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1200px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

h1 {
    font-size: 58px;
    line-height: 60px
}

h2 {
    font-size: 38px;
    line-height: 45px
}

h3 {
    font-size: 30px;
    line-height: 37px
}

h4 {
    font-size: 22px;
    line-height: 32px
}

h5 {
    font-size: 19px;
    line-height: 42px
}

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

.texto * {
    font-size: 16px;
    line-height: 25px
}

.center {
    text-align: center
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
    border: 0;
    padding: 14px 24px 17px 22px;
    min-height: 56px;
    border-radius: 5px;
    background-color: #fff;
    color: #211e2f;
    font-family: var(--secundary-font-family);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #211e2f
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
    color: #211e2f
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=number]:hover,
textarea:hover {
    background-color: #2d4559;
    color: #fff
}

input[type=text]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input[type=text]:hover::-moz-placeholder,
input[type=email]:hover::-moz-placeholder,
input[type=tel]:hover::-moz-placeholder,
input[type=number]:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
    color: #fff
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
textarea:focus::placeholder,
input[type=text]:hover::placeholder,
input[type=email]:hover::placeholder,
input[type=tel]:hover::placeholder,
input[type=number]:hover::placeholder,
textarea:hover::placeholder {
    color: #fff
}
label{
	color: #211e2f;
	font-family: var(--secundary-font-family);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;

}

@media(max-width: 992px) {
    h1 {
        font-size: 38px;
        line-height: 38px;
        font-weight: 500
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 500
    }
    h3 {
        font-size: 24px;
        line-height: 31px;
        font-weight: 500
    }
    h4 {
        font-size: 19px;
        line-height: 29px;
        font-weight: 500
    }
    h5 {
        font-size: 16px;
        line-height: 32px;
        font-weight: 600
    }
    p {
        font-size: 14px;
        line-height: 22px
    }
    .texto * {
        font-size: 15px;
        line-height: 24px
    }
}
.breadcrumb-con-imagen .container{
	z-index:1;
	position:relative;
}
.breadcrumb-con-imagen .filtro{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #211e2f;
    z-index: 0;
}
.breadcrumb-con-imagen{
	position:relative;
}

.row-logos img{
	background: white;
    margin: 50px 0 0 0;
}
.legal-text h2{
	margin-bottom: 11px;
    font-size: 38px;
    line-height: 45px;
    color: #211e2f;
    font-family: var(--primary-font-family);
	padding-top:35px;
	padding-bottom:10px;
}
.legal-text h1{
	margin-bottom: 11px;
    font-size: 58px;
    line-height: 60px;
    color: #211e2f;
    font-family: var(--primary-font-family);
}
.legal-text p,
.legal-text li{
	font-size: 16px;
    line-height: 25px;
    font-family: var(--secundary-font-family);
    padding-bottom: 15px;
}
.legal-text a{ 
	font-size: 16px;
    line-height: 25px;
    font-family: var(--secundary-font-family);
    padding-bottom: 15px;
	text-decoration:underline;
}
.legal-text{
	padding:100px 0;
}
.legal-text strong{
	color:#211e2f;
}
.legal-text table{
	width:100%;
}
.row-legales .links{
	display: flex;
    gap: 15px;
}
@media (max-width:992px){
	.row-legales .links{
		justify-content: center;
		flex-direction: column;
		gap: 0;
	}
}