body {
    margin: unset;
    font-family: sans-serif;
    color: #013775;
}

a {
    color: #013775;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

a:hover span {
    color: #6a8aff;
}

a:hover i {
    color: #6a8aff;
}

a i {
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
}


.section {
    box-sizing: border-box;
}

.site-wrapper-section {
    background-image: url("static/img/portada_madrid.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pd-custom1 {
    padding: 46px 0px 0px 0px;
}

.pd-0 {
    padding: 0px !important;
}

.container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.default-page {
    width: 60%;
}

.bg-image {
    min-height: 704px;
}

.center {
    justify-content: center;
    align-items: center;
}

.column {
    position: relative;
    min-height: 1px;
}

.col-100 {
    width: 100%;

}

.no-wrap {
    white-space: nowrap;
}

.element-wrap {
    padding: 10px;
    flex-wrap: wrap;
    align-content: flex-start;
}
.element-container {
    display: flex;
    position: relative;
    align-items: center;
}
img {
    width: 150px;
}

.top-nav {

}

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15) !important;
}

.top-nav-section {
    position: fixed;
    width: 100%;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    padding: 0 45px 0 45px;
    z-index: 10;
}

.site-wrapper {
    margin-top: 50px;
}

.footer {
    background-color: white;
}

.el-bg-image-pre-heading-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    margin: unset;
}

.el-bg-image-heading-title {
    color: #013775;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.4em;
    margin: unset;
    text-transform: uppercase;
}

.el-bg-image-post-heading-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    margin: unset;
}

.el-post-card-wrap {
    width: calc(25% - 24px);
    margin: 0 12px 24px;
    transition: all .3s ease;
}

.el-post-card-wrap:hover {
    transform: translateY(-30px);
    height: calc(100% + 30px);
}

.mt-custom1 {
    margin-top: 40px;
}

.mt-custom2 {
    margin-top: 70px;
}

.el-post-card {
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 -20px 60px 0 hsla(0,0%,100%,.08), 0 20px 120px 0 rgba(0,0,0,.25);
    height: 100%;
}

.el-post-card-image {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    padding-bottom: 165px;
    position: relative;
    width: 100%;
    height: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.el-post-card-image img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.el-post-card-body {
    padding: 25px 25px 36px;
    text-align: center;
}

.el-post-card-tag {
    padding: 5px 12px;
    border-radius: 4px;
    background-color: rgba(106,138,255,.12);
    text-transform: uppercase;
    color: #6a8aff;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .0225rem;
    line-height: .8125rem;
}

.el-post-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5rem;
    margin: 0.5em 0;
}

.el-post-card-sub-title {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5rem;
    margin: 0.5em 0;
}

.el-announce-card-wrap {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 1275px;
}

.el-announce-card {
    border-radius: 8px;
    background: linear-gradient(241deg,#7b77ff,#634cc3 65%,#4a3889 86%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px 35px;
    position: relative;
}

.el-announce-card-image {
    width: 37%;
    position: relative;
}

.el-announce-card-image img {
    margin-top: -55px;
    width: 370px;
}

.el-announce-card-body {
    width: calc(62% - 20px);
    color: #fff;
    padding-top: 25px;
    display: inline-grid;
}

.el-announce-card-body-title {
    margin: 0 0 0.5em;
    font-size: 2.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2.625rem;
}

.el-announce-card-body-text {
    color: hsla(0,0%,100%,.75);
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.75rem;
    padding-right: 30px;
    margin: 0 0 1em;
}

.el-announce-card-body-link {
    color: hsla(0,0%,100%,.75);
}

.el-announce-card-body-link:hover {
    color: #2d2847;
}

.el-footer-header-title {
    font-size: 16px;
    font-weight: 600;
    color: #013775;
    line-height: 1.4em;
    margin: unset;
}

.el-copyright-title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 300;
}

.el-separator {
    border-top: 1px solid rgba(0,0,0,.21);
    width: 100%;
    display: block;
}

.el-legal-header-title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.4em;
}

.accordion {
    padding: 30px 30px;
}

.accordion-container {
    position: relative;
    margin: 10px 10px;
}

.accordion .label {
    position: relative;
    padding: 10px 0;
    font-size: 23px;
    font-weight: 600;
    line-height: 1em;
    cursor: pointer;
}

.accordion .label::before {
    font-family: FontAwesome;
    content: '\f054';
    font-size: 20px;
    transform: translateY(-50%);
    margin-right: 20px;
}

.accordion .content {
    position: relative;
    height: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    text-align: justify;
    overflow: hidden;
    transition: 0.5s;
}

.accordion-container.active .content {
    height: 100%;
}

.accordion-container.active .label::before {
    content: '\f078';
    font-size: 20px;
}

.card-section{
    position: relative;
    height: 450px;
    width: 1075px;
    display: flex;
    align-items: center;
}

.swiper{
    width: 950px;
}

.card{
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 100;
}

.card-image {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    padding-bottom: 165px;
    position: relative;
    width: 100%;
    height: 0;
}

.card-image img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.card-tag {
    margin-top: 10px;
}

.tag {
    padding: 5px 12px;
    border-radius: 4px;
    background-color: rgba(106,138,255,.12);
    text-transform: uppercase;
    color: #6a8aff;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .0225rem;
    line-height: .8125rem;
}

.card .name-address{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.name-address .name{
    font-size: 20px;
    font-weight: 600;
}

.name-address .address{
    font-size:15px;
    font-weight: 500;
}

.card-link {
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-link-span {
    color: #6a8aff;
    font-size: .875rem;
    letter-spacing: .03125rem;
    line-height: 1.0625rem;
}

.card-link-span:hover {
    color: #013775;
}

.card-link-span i {
    padding: 5px;
}

.card-link-span:hover i{
    color: #013775;
}


.swiper-pagination{
    position: absolute;
}

.swiper-pagination-bullet{
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #ffffff;
}

.swiper-button-next, .swiper-button-prev{
    color: #ffffff !important;
    transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    color: #dadada !important;
}
