@font-face {
    font-family: "fontawesome";
    src: url("../fonts/fontawesome.eot");
    src:
        url("../fonts/fontawesome.eot?#iefix") format("embedded-opentype"),
        url("../fonts/fontawesome.svg#fontawesome") format("svg"),
        url("../fonts/fontawesome.woff") format("woff"),
        url("../fonts/fontawesome.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ak-light";
    src: url("../fonts/AkzidenzGroteskLight.eot");
    src:
        url("../fonts/AkzidenzGroteskLight.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AkzidenzGroteskLight.svg#AkzidenzGroteskLight") format("svg"),
        url("../fonts/AkzidenzGroteskLight.woff") format("woff"),
        url("../fonts/AkzidenzGroteskLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ak-regular";
    src: url("../fonts/AkzidenzGroteskRegular.eot");
    src:
        url("../fonts/AkzidenzGroteskRegular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AkzidenzGroteskRegular.svg#AkzidenzGroteskRegular") format("svg"),
        url("../fonts/AkzidenzGroteskRegular.woff") format("woff"),
        url("../fonts/AkzidenzGroteskRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ak-medium";
    src: url("../fonts/AkzidenzGroteskMedium.eot");
    src:
        url("../fonts/AkzidenzGroteskMedium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AkzidenzGroteskMedium.svg#AkzidenzGroteskMedium") format("svg"),
        url("../fonts/AkzidenzGroteskMedium.woff") format("woff"),
        url("../fonts/AkzidenzGroteskMedium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-kerning: normal;
    font-family: "ak-regular", helvetica, arial;
    color: #233770;
    padding-top: 76px;
}
@media (max-width: 1199.98px) {
    body {
        padding-top: 111px;
    }
}
.over-hidden {
    overflow: hidden;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.subtitle {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-family: "ak-regular", helvetica, arial;
}
h1,
.h1 {
    font-size: 42px;
}
h2,
.h2 {
    font-size: 28px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 22px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 18px;
}
@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 52px;
    }
    h2,
    .h2 {
        font-size: 36px;
    }
    h3,
    .h3 {
        font-size: 28px;
    }
    h4,
    .h4 {
        font-size: 24px;
    }
    h5,
    .h5 {
        font-size: 22px;
    }
    h6,
    .h6 {
        font-size: 18px;
    }
}
h1,
.h1 {
    color: #233770;
    margin: 40px 0;
    line-height: 1.3;
}
h2,
.h2 {
    color: #233770;
    margin: 50px 0 30px;
    line-height: 1.3;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #233770;
}
.subtitle {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-family: "ak-medium", helvetica, arial;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #233770;
}
p + h3 {
    margin-top: 40px;
}
h3 + p {
    margin-top: 20px;
}
p {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    p {
        font-size: 22px;
    }
}
p b,
p strong {
    font-weight: normal;
    font-family: "ak-medium", helvetica, arial;
}
p span {
    color: #b976c1;
}
p.intro {
    font-size: 22px;
    line-height: 1.6;
    margin: 20px 0 30px;
}
@media (min-width: 768px) {
    p.intro {
        font-size: 25px;
    }
}
a {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    color: #657299;
}
a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-decoration: none;
    color: #233770;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li {
    font-size: inherit;
}
.form-group {
    margin-bottom: 1.5rem;
}
label {
    font-weight: normal;
    font-family: "ak-medium", helvetica, arial;
    margin-bottom: 0px;
    font-size: 15px;
}
.form-check {
    margin-bottom: 10px;
}
.form-check .form-check-input {
    height: 20px;
}
input,
.form-control {
    border: 1px solid #657299;
    background: none;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #233770;
    font-family: "ak-light", helvetica, arial;
    height: 55px;
}
input:focus,
.form-control:focus {
    color: #233770 !important;
}
input:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
    color: #233770 !important;
}
input:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder {
    color: #233770 !important;
}
input:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder {
    color: #233770 !important;
}
input:focus::-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder {
    color: #233770 !important;
}
input::placeholder,
.form-control::placeholder {
    color: #657299;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #657299;
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #657299;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #657299;
}
input[type="submit"] {
    border: 1px solid #657299;
    background: none;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #233770;
    font-family: "ak-light", helvetica, arial;
    height: 55px;
}
input[type="submit"]:focus {
    color: #233770 !important;
}
input[type="submit"]:focus::-webkit-input-placeholder {
    color: #233770 !important;
}
input[type="submit"]:focus::-moz-placeholder {
    color: #233770 !important;
}
input[type="submit"]:focus::-moz-placeholder {
    color: #233770 !important;
}
input[type="submit"]:focus::-ms-input-placeholder {
    color: #233770 !important;
}
input[type="submit"]::placeholder {
    color: #657299;
}
input[type="submit"]::-webkit-input-placeholder {
    color: #657299;
}
input[type="submit"]::-moz-placeholder {
    color: #657299;
}
input[type="submit"]:-ms-input-placeholder {
    color: #657299;
}
textarea {
    border: 1px solid #657299;
    background: none;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #233770;
}
textarea:focus {
    color: #233770 !important;
}
textarea:focus::-webkit-input-placeholder {
    color: #233770 !important;
}
textarea:focus::-moz-placeholder {
    color: #233770 !important;
}
textarea:focus::-moz-placeholder {
    color: #233770 !important;
}
textarea:focus::-ms-input-placeholder {
    color: #233770 !important;
}
textarea::placeholder {
    color: #657299;
}
textarea::-webkit-input-placeholder {
    color: #657299;
}
textarea::-moz-placeholder {
    color: #657299;
}
textarea:-ms-input-placeholder {
    color: #657299;
}
button {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
button:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-decoration: none;
}
.btn-gral,
button.btn-gral,
button[type="submit"].btn-gral {
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    display: inline-block;
    text-align: center;
    border: 2px solid;
    font-family: "ak-medium", helvetica, arial;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.btn-ppal,
button.btn-ppal,
button[type="submit"].btn-ppal {
    border-color: #b976c1;
    background-color: #b976c1;
    color: #fff;
}
.btn-ppal:hover,
button.btn-ppal:hover,
button[type="submit"].btn-ppal:hover {
    border-color: #a264aa;
    background-color: #a264aa;
    color: #fff;
}
.btn-invertido,
button.btn-invertido,
button[type="submit"].btn-invertido {
    border-color: #b976c1 !important;
    background: none !important;
    color: #b976c1;
}
.btn-invertido:hover,
button.btn-invertido:hover,
button[type="submit"].btn-invertido:hover {
    background-color: #b976c1 !important;
    color: #fff;
}
.btn-sec,
button.btn-sec,
button[type="submit"].btn-sec {
    border-color: #46557f;
    background: #46557f;
    color: #fff;
}
.btn-sec:hover,
button.btn-sec:hover,
button[type="submit"].btn-sec:hover {
    border-color: #233770;
    background: #233770;
    color: #fff;
}
.btn-secondary {
    color: #fff;
    background-color: #243770 !important;
    border-color: #243770 !important;
}
.section-gral {
    padding: 30px 0 80px;
}
section.row-ppal {
    margin: 50px 0;
    padding: 80px 4vw;
}
@media (min-width: 768px) {
    section.row-ppal {
        padding: 100px 10vw;
    }
}
.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 99;
}
.block-destacado {
    border-left: 5px solid #b976c1;
    padding-left: 30px;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.block-destacado .title {
    font-family: "ak-medium", helvetica, arial;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 13px;
}
.block-destacado p {
    margin-bottom: 0;
}
.cta-side {
    border-left: 4px solid #d3a5d9;
    padding-left: 30px;
}
.cta-side img {
    margin-bottom: 15px;
}
.cta-side p {
    line-height: 1.3;
    margin-bottom: 20px;
}
.slider-slick img {
    height: auto;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.slider-slick .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    color: #8f4098;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0;
    line-height: 0;
    border: 0;
    background-size: 35%;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-slick .slick-next {
    right: 0;
    background-image: url(../images/slider-next.png);
}
.slider-slick .slick-prev {
    left: 0;
    background-image: url(../images/slider-prev.png);
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    color: #8f4098;
    background-color: rgba(255, 255, 255, 0.5);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.8em;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #8f4098;
    background: none;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #8f4098;
}
.contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}
.caja {
    order: 0;
}
.top-mobile {
    font-family: "ak-regular", helvetica, arial;
    color: #233770;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    font-size: 0.9em;
    padding: 0 15px;
}
.top-mobile a {
    color: #233770;
}
.top-mobile img {
    width: 20px;
    margin-right: 5px;
}
.top-mobile span {
    color: #657299;
    margin-right: 5px;
}
.header-ppal {
    background: #ebeff4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 76px;
    border-bottom: 2px solid #b976c1;
    padding-left: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media (max-width: 1199.98px) {
    .header-ppal {
        top: 35px;
    }
}
.header-ppal .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header-ppal .logo img {
    width: 156px;
}
.header-ppal .col-der {
    display: flex;
}
.header-ppal .col-der .icon-menu-mobile {
    background: #b976c1;
    width: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-ppal .col-der .icon-menu-mobile .hamburger {
    z-index: 9999;
}
.header-ppal .col-der .icon-menu-mobile .hamburger-box {
    width: 30px;
    height: 30px;
}
.header-ppal .col-der .icon-menu-mobile .hamburger-inner,
.header-ppal .col-der .icon-menu-mobile .hamburger-inner::before,
.header-ppal .col-der .icon-menu-mobile .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
}
.header-ppal .col-der .icon-menu-mobile .icon-mobile {
    display: inline-block;
}
.header-ppal .col-der .icon-menu-mobile .icon-mobile span {
    width: 32px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 7px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.header-ppal .col-der .icon-menu-mobile img {
    width: 30px;
}
.header-ppal.header-scroll {
    height: 60px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.btns-lg-toggle {
    display: flex;
    justify-content: center;
}
.btns-lg-toggle .box-header {
    margin: 0 2px;
    text-align: left;
    width: 197px;
}
.box-header {
    border-left: 1px solid #dee2e9;
    background: #ebeff4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tel {
    padding: 0px 25px;
    color: #233770;
    font-family: "ak-regular", helvetica, arial;
}
.tel span {
    color: #657299;
}
.tel img {
    width: 18px;
}
.btn-lg-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px 45px;
}
.btn-lg-header:hover {
    background-color: #dfe4ea;
}
.btn-lg-header .icon {
    width: 33px;
    margin-right: 10px;
}
.btn-lg-header .text {
    margin-top: 4px;
}
.btn-lg-header .text span {
    line-height: 1em;
    margin-bottom: 0;
    margin-top: -5px;
    color: #233770;
    font-size: 1.2em;
    font-family: "ak-regular", helvetica, arial;
}
.btn-lg-header .text span.subtext {
    text-transform: uppercase;
    font-family: "ak-medium", helvetica, arial;
    display: block;
    margin-bottom: 0px;
    font-size: 0.65em;
    color: #8d9cc8;
    font-family: "ak-medium", helvetica, arial;
    letter-spacing: 0.05em;
}
.wrapper-toggle-menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.toggle-menu {
    background: #b976c1;
    background: #b976c1;
    background: -moz-linear-gradient(90deg, #b976c1 0%, #bc97c1 100%);
    background: -webkit-linear-gradient(90deg, #b976c1 0%, #bc97c1 100%);
    background: -o-linear-gradient(90deg, #b976c1 0%, #bc97c1 100%);
    background: -ms-linear-gradient(90deg, #b976c1 0%, #bc97c1 100%);
    background: linear-gradient(180deg, #b976c1 0%, #bc97c1 100%);
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: "ak-regular", helvetica, arial;
    overflow: scroll;
}
@media (min-width: 992px) {
    .toggle-menu {
        width: 600px;
        right: 0px;
        left: unset;
        text-align: left;
        padding: 60px 0 0 40px;
    }
}
.toggle-menu .menu-ppal {
    margin-top: 60px;
    margin-bottom: 30px;
}
.toggle-menu .menu-ppal li {
    margin: 5px 0;
}
@media (min-width: 992px) {
    .toggle-menu .menu-ppal li {
        margin: 20px 0;
    }
}
.toggle-menu .menu-ppal li a {
    font-size: 1.6em;
    color: #fff;
    padding: 8px 0;
}
.toggle-menu .menu-ppal li a:hover {
    color: #ecc5f0;
}
@media (min-width: 992px) {
    .toggle-menu .menu-ppal li a {
        font-size: 1.9em;
    }
}
.toggle-menu .btns-lg-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
}
.toggle-menu .btns-lg-toggle .btn-lg-header {
    padding: 13px 10px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .toggle-menu .btns-lg-toggle .btn-lg-header {
        padding: 20px 10px;
    }
}
.toggle-menu .footer-toggle-menu {
    width: 100%;
    position: absolute;
    bottom: 25px;
}
.toggle-menu .footer-toggle-menu p {
    margin-bottom: -5px;
    font-size: 1rem;
}
.toggle-menu .footer-toggle-menu p a {
    color: #fff;
}
.toggle-menu .footer-toggle-menu ul.redes-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
}
@media (min-width: 992px) {
    .toggle-menu .footer-toggle-menu ul.redes-top {
        justify-content: left;
    }
}
.toggle-menu .footer-toggle-menu ul.redes-top li {
    margin: 0 5px;
}
.toggle-menu .footer-toggle-menu ul.redes-top li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
section.m-repro ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 20px;
}
section.m-repro ul li {
    padding: 5px 0;
    font-size: 1em !important;
}
section.m-repro h3 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 50px;
    margin-bottom: 0;
    border-left: 2px solid #b976c1;
}
section.m-repro h2 + h3 {
    margin-top: 50px;
}
section.m-repro h4 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
}
section.m-repro .wrapper-servicio {
    padding: 0px 35px;
    margin: 30px 0 30px;
    border-left: 1px solid #b976c1;
}
.card {
    background-color: #f6f7f9;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    margin-bottom: 20px;
}
.card-header {
    padding: 0;
    background: none;
    border-bottom: 0;
    position: relative;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}
.card-header:hover {
    background-color: #f1f3f7;
    background-color: #ebeff4;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.card-header .arrow {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 15px;
    transform: rotate(0deg);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.card-header.open .arrow {
    transform: rotate(180deg);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.breadcrumb {
    background-color: #b976c1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.25rem 1rem;
    margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "ak-medium", helvetica, arial;
}
.breadcrumb .breadcrumb-item a {
    font-size: 11px;
    color: #fff;
    font-family: "ak-medium", helvetica, arial;
}
.breadcrumb .breadcrumb-item a:after {
    color: #fff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.title-gral {
    margin-top: 80px;
}
.title-gral img {
    width: 110px;
}
.title-gral h1 {
    margin-bottom: 30px;
}
.title-gral h1 + p {
    margin-top: 0;
}
.title-gral h3 {
    margin-bottom: 20px;
    color: #b976c1;
}
.saber-mas {
    margin: 40px 0 80px;
}
.banner-btn {
    max-width: 100%;
    height: 115px;
    background-color: #ebeff4;
    color: #233770;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1em;
}
@media (min-width: 992px) {
    .banner-btn {
        max-width: 445px;
    }
}
.banner-btn:hover {
    color: #657299;
}
.banner-btn p {
    margin-bottom: 0;
    line-height: 1.4em;
}
.banner-btn .iconUno {
    margin-right: 20px;
}
.banner-btn .iconUno img {
    height: 22px;
}
.banner-btn .iconDos {
    margin-right: 10px;
}
.banner-btn .iconDos img {
    height: 42px;
}
.wrapper-lab {
    background: #ebeff4;
    padding: 30px 60px;
    margin: 40px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.wrapper-lab h3 {
    margin: 25px 0 15px;
}
.wrapper-lab p {
    margin: 0;
}
.wrapper-lab .banner-btn {
    background-color: #dee4eb;
    margin: 20px 0;
}
.wrapper-lab ul {
    list-style-position: outside;
    list-style: disc;
    margin-left: 20px;
}
.row-a-clinicos {
    margin-top: 30px;
}
.row-a-clinicos .col-info {
    padding-left: 70px;
}
@media (max-width: 991.98px) {
    .row-a-clinicos .col-info {
        padding-left: 0px;
        margin-top: 30px;
    }
}
.row-a-clinicos .col-info .box-info-contato {
    border-color: #dbdee2;
    padding: 15px 0 25px;
}
.row-a-clinicos .iacq {
    margin-bottom: 50px;
}
.row-a-clinicos .iacq .media {
    margin-top: 22px;
}
.row-a-clinicos .iacq .media img {
    width: 100px;
}
.row-a-clinicos .iacq p a {
    color: #b976c1;
}
.row-a-clinicos .banner-btn {
    margin: 0px 0 30px;
}
.swiper-institucional {
    width: 100%;
    height: 100%;
}
.swiper-institucional .swiper-slide img {
    max-height: 400px;
}
.aniversario {
    margin: 40px 0 60px;
    padding: 50px 40px;
    border: 1px solid #ead0ed;
}
@media (min-width: 768px) {
    .aniversario {
        padding: 90px 120px;
    }
}
.aniversario .logo {
    margin-bottom: 40px;
    width: 130px;
}
@media (min-width: 768px) {
    .aniversario .logo {
        width: 190px;
        margin-bottom: 70px;
    }
}
.aniversario.aniversario-home {
    margin: 0px 0 60px;
}
.aniversario.aniversario-home .logo {
    margin-bottom: 50px;
}
section.profesionales h2 {
    position: relative;
    font-size: 2em;
    margin-bottom: 30px;
}
@media (min-width: 767.98px) {
    section.profesionales h2:after {
        content: "";
        display: block;
        width: 80px;
        height: 2px;
        background-color: #233770;
        margin-top: 20px;
    }
}
section.profesionales .row-a {
    background-color: #f2f5f9;
    border-left: 5px solid #233770;
    padding: 50px 30px;
}
@media (max-width: 767.98px) {
    section.profesionales .row-a {
        padding: 40px 0px !important;
    }
}
section.profesionales .row-b {
    border-left: 5px solid #8f4098;
    padding: 40px 40px;
}
@media (max-width: 767.98px) {
    section.profesionales .row-b {
        padding: 40px 0px !important;
    }
}
section.profesionales .row-b h2 {
    color: #8f4098;
}
section.profesionales .row-b h2:after {
    background-color: #8f4098;
}
section.profesionales .row-prof {
    padding: 40px 40px 20px !important;
}
@media (max-width: 767.98px) {
    section.profesionales .row-prof {
        padding: 40px 0px !important;
    }
}
section.profesionales .card {
    margin: 0px 40px 30px;
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    max-width: 200px;
}
@media (max-width: 767.98px) {
    section.profesionales .card {
        margin: 0px auto 30px;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    section.profesionales .card {
        margin: 0px auto 30px;
    }
}
section.profesionales .card .card-img-top {
    border-radius: 50%;
    max-width: 150px;
    margin: 0 auto;
}
section.profesionales .card .card-body {
    padding: 1.25rem 0;
    height: 70px;
    text-align: center;
}
section.profesionales .card .card-title {
    font-size: 16px;
}
section.profesionales .card .card-text {
    font-size: 0.8em;
    display: none;
}
section.profesionales .card-grupal {
    max-width: 630px;
    width: 100%;
}
.obra-social-function {
    margin-top: 60px;
    margin-bottom: 100px;
}
.obra-social-function h3 {
    margin-bottom: 25px;
}
.obra-social-function li {
    padding: 10px 0;
}
.obra-social-function li.active a {
    color: #8f4098 !important;
}
.obra-social-function ul.especialidad {
    margin-bottom: 30px;
}
.obra-social-function ul.especialidad li a {
    font-size: 1.5em;
    cursor: pointer;
}
.obra-social-function ul.especialidad li a:hover {
    color: #b976c1;
}
.obra-social-function ul.obra-social li {
    font-size: 1.2em;
    border-bottom: 1px solid #ebeff4;
}
.section-form {
    border-top: 1px solid rgba(35, 55, 112, 0.15);
    padding-top: 30px;
    margin: 30px 0 50px;
}
.section-form button {
    margin-top: 20px;
}
.section-form .carga-cv {
    padding-bottom: 10px;
    margin: 20px 0 40px;
    border-bottom: 1px solid rgba(35, 55, 112, 0.15);
}
.vacantes {
    margin-top: 20px;
    padding: 30px;
    background-color: #ebeff4;
}
.vacantes img {
    width: 100px;
}
.form-check-label {
    font-family: "ak-regular", helvetica, arial;
}
section.contacto .alert-success img {
    width: 30px;
    margin: 20px;
}
section.contacto form {
    margin-bottom: 50px;
}
.box-info-contato {
    border-top: 1px solid #ebeff4;
    padding: 30px 0 10px;
}
@media (min-width: 992px) {
    .box-info-contato:first-child {
        border-top: 0;
        padding-top: 0;
    }
}
.box-info-contato h3 {
    margin-bottom: 20px;
}
.box-info-contato span {
    font-size: 0.8em;
    display: block;
    margin-top: -10px;
    margin-bottom: -20px;
}
.mapa {
    margin: 80px 0 -40px;
}
.mapa iframe {
    width: 100%;
}
.modal-ingreso .close {
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 8px;
}
.swiper-home .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-home .swiper-slide .title-slider {
    position: absolute;
    max-width: 690px;
    margin-left: 80px;
    background-image: url(../images/fdo-lineas.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: -30px;
}
.swiper-home .swiper-slide .title-slider h1 {
    font-size: 2.7em;
}
@media (min-width: 992px) {
    .swiper-home .swiper-slide .title-slider h1 {
        font-size: 3.4em;
        background-color: RGBA(255, 255, 255, 0.8);
        padding:7px;
        border-radius: 10px;
    }
}
.swiper-home .swiper-slide .title-slider p {
    font-size: 1.6em;
    background-color: RGBA(255, 255, 255, 0.8);
        padding:7px;
        border-radius: 10px;
}
.banner-ppal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner-ppal .img-wrapper {
    background-position: center top;
    background-size: cover;
    height: 130vh;
    width: 100%;
    display: flex;
    align-items: center;
}
.banner-ppal .title-slider {
    position: absolute;
    max-width: 690px;
    margin-left: 80px;
    background-image: url(../images/fdo-lineas.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: -30px;
}
@media (max-width: 991.98px) {
    .banner-ppal .title-slider {
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 0px;
    }
}
.banner-ppal .title-slider h1 {
    font-size: 3.4em;
}
@media (max-width: 991.98px) {
    .banner-ppal .title-slider h1 {
        font-size: 2.8em;
    }
}
.banner-ppal .title-slider p {
    font-size: 1.6em;
}
@media (max-width: 991.98px) {
    .banner-ppal .title-slider p {
        line-height: 1.3em;
    }
}
section.servicios-home {
    padding: 80px 0 20px;
}
section.servicios-home .title h1 {
    margin-top: 0;
}
section.servicios-home .title p {
    margin-bottom: -5px;
}
section.servicios-home .wraper-boxes-servicios {
    margin-top: 30px;
}
section.servicios-home .wraper-boxes-servicios .box-servicios-home {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px 15px;
    margin-bottom: 30px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media (max-width: 991.98px) {
    section.servicios-home .wraper-boxes-servicios .box-servicios-home {
        border: 4px solid #ebeff4;
    }
}
section.servicios-home .wraper-boxes-servicios .box-servicios-home:hover {
    background-color: #ebeff4;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
section.servicios-home .wraper-boxes-servicios .box-servicios-home img {
    width: 97px;
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    section.servicios-home .wraper-boxes-servicios .box-servicios-home img {
        width: 120px;
    }
}
section.servicios-home .wraper-boxes-servicios .box-servicios-home h4 {
    font-size: 1.5em;
    height: 55px;
    font-family: "ak-regular", helvetica, arial;
}
@media (max-width: 991.98px) {
    section.servicios-home .wraper-boxes-servicios .box-servicios-home h4 {
        height: auto;
    }
}
section.servicios-home .wraper-boxes-servicios .box-servicios-home p {
    line-height: 1.5em;
    height: 110px;
    overflow: hidden;
    font-size: 1.1em;
}
@media (max-width: 991.98px) {
    section.servicios-home .wraper-boxes-servicios .box-servicios-home p {
        height: auto;
    }
}
.row-donacion-home {
    background-color: #ebeff4;
    margin: 30px 0 0px !important;
    padding: 60px 10vw !important;
}
.row-donacion-home h2 {
    font-size: 40px;
    line-height: 1.1;
}
.row-donacion-home .btn-dona {
    margin: 0 5px 20px;
    padding: 20px 40px;
    background-color: white;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
@media (min-width: 992px) {
    .row-donacion-home .btn-dona {
        margin: 0 5px 0px;
    }
}
.row-donacion-home .btn-dona:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.row-donacion-home .btn-dona h3 {
    line-height: 1;
}
.row-donacion-home .btn-dona h3 span {
    color: #b976c1;
}
.row-donacion-home .btn-dona.semen h3 span {
    color: #689eaf;
}
.porque-gens {
    background-color: #cdacd1;
}
.porque-gens .foto {
    background-size: cover;
    background-position: center;
    background-image: url(../images/porque-gens.jpg);
}
@media (max-width: 991.98px) {
    .porque-gens .foto {
        height: 300px;
    }
}
.porque-gens .info {
    padding: 80px;
    color: #233770;
}
@media (max-width: 991.98px) {
    .porque-gens .info {
        padding: 40px 15px;
    }
}
.porque-gens .info .btn-sec {
    margin: 30px 0;
    border-color: #fff;
    background: #fff;
    color: #233770;
}
.porque-gens .info .btn-sec:hover {
    border-color: #fff;
    background: #fff !important;
    color: #657299;
}
.porque-gens .info .btn-sec img {
    width: 30px;
    margin-right: 5px;
}
section.testimonios {
    padding: 80px 0;
    background-color: #ebeff4;
    margin-bottom: -30px;
}
section.testimonios .title {
    color: #233770;
    background-image: url(../images/fdo-lineas.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    max-width: 900px;
    margin: 0px auto;
    padding-bottom: 30px;
}
section.testimonios .title p {
    margin-bottom: -5px;
    font-size: 1.35em;
}
section.testimonios .testimonio {
    max-width: 860px;
    padding: 20px 30px;
    margin: 0 auto;
}
@media (max-width: 991.98px) {
    section.testimonios .testimonio {
        padding: 20px 60px;
    }
}
section.testimonios .nombre {
    display: flex;
    justify-content: center;
}
section.testimonios .nombre p {
    line-height: 2em;
}
section.testimonios .nombre .pic {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background-color: #b976c1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-size: cover;
    background-position: center;
}
section.testimonios .swiper-button-next,
section.testimonios .swiper-button-prev {
    top: 20%;
}
.banners-servicios {
    margin: 35px 0;
}
@media (min-width: 992px) {
    .banners-servicios {
        padding: 0 40px;
    }
}
.banners-servicios .box-servicios {
    border: 4px solid #ebeff4;
    margin: 5px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    width: 33.3333%;
}
@media (max-width: 1199.98px) {
    .banners-servicios .box-servicios {
        width: 100%;
    }
}
.banners-servicios .box-servicios:hover {
    background-color: #ebeff4;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.banners-servicios .box-servicios h2 {
    font-size: 26px;
    margin: 20px 0 10px;
}
.banners-servicios .box-servicios p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
}
.banners-servicios .box-servicios a.btn-ppal {
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -65px;
}
@media (max-width: 1199.98px) {
    .banners-servicios .box-servicios a.btn-ppal {
        position: static;
        bottom: unset;
        right: unset;
        margin-right: 0;
    }
}
.banners-servicios .box-servicios-in {
    padding: 40px;
}
@media (max-width: 1199.98px) {
    .banners-servicios .box-servicios-in {
        padding: 40px 20px;
        height: auto;
    }
}
.banners-servicios .box-servicios-in img {
    width: 120px;
}
.item-servicios-b {
    text-align: left;
    padding-left: 0px;
    text-align: center;
}
@media (min-width: 992px) {
    .item-servicios-b {
        border-left: 3px solid #ebeff4;
        padding-left: 38px;
        text-align: left;
    }
}
.item-servicios-b .icon {
    height: 80px;
    max-width: 100px;
    margin: 0 auto;
}
.item-servicios-b h2 {
    font-size: 26px;
    margin: 10px 0 10px;
}
@media (min-width: 992px) {
    .item-servicios-b h2 {
        margin: 30px 0 10px;
    }
}
.item-servicios-b h2 span {
    color: #b976c1;
    margin-top: -5px;
}
.item-servicios-b a {
    padding: 10px 20px;
    background-color: #fdf1fe;
    color: #233770;
    border: none;
}
.item-servicios-b a:hover {
    background-color: #ead0ed;
    color: #233770;
}
.slider-servicios {
    position: static;
    top: 112px;
    right: 0;
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
    .slider-servicios {
        position: absolute;
        width: 470px;
    }
}
@media (min-width: 1300px) {
    .slider-servicios {
        position: absolute;
        width: 550px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider-servicios {
        top: 147px;
    }
}
.slider-servicios .swiper-container img {
    width: 100%;
}
#prenatal .banner-title {
    height: 550px;
    position: relative;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/prenatal/banner-ppal-sm.jpg);
}
@media (min-width: 768px) {
    #prenatal .banner-title {
        height: 550px;
        background-image: url(../images/prenatal/banner-ppal-md.jpg);
    }
}
@media (min-width: 1200px) {
    #prenatal .banner-title {
        height: 550px;
        background-image: url(../images/prenatal/banner-ppal-lg.jpg);
    }
}
#prenatal .banner-title .container-title {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 90%;
}
@media (min-width: 768px) {
    #prenatal .banner-title .container-title {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        text-align: left;
        margin-left: 10%;
    }
}
#prenatal .banner-title .container-title img.logo {
    max-width: 300px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    #prenatal .banner-title .container-title img.logo {
        max-width: 365px;
    }
}
#prenatal .banner-title .container-title p {
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
@media (min-width: 768px) {
    #prenatal .banner-title .container-title p {
        max-width: 500px;
    }
}
#prenatal .title {
    position: relative;
    padding-left: 13px;
    margin-bottom: 50px;
}
#prenatal .title h2 {
    font-family: "ak-medium", helvetica, arial;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    color: #b976c1;
}
#prenatal .title::before {
    content: "";
    width: 3px;
    height: 15px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    background-color: #b976c1;
}
#prenatal .que-es {
    padding: 90px 0 0;
}
#prenatal .que-es .icons-wrapper {
    padding: 70px 0;
    border-bottom: 1px solid #ebeff4;
}
#prenatal .que-es .icons-wrapper img {
    width: 110px;
    margin-bottom: 20px;
}
#prenatal .que-es .icons-wrapper h3 {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 10px;
}
#prenatal .que-es .icons-wrapper p {
    color: #8b96b4;
}
#prenatal .pasos {
    padding: 80px 0;
    position: relative;
}
#prenatal .pasos .img-pasos {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}
@media (min-width: 992px) {
    #prenatal .pasos .img-pasos {
        position: absolute;
        top: 160px;
        right: 0;
        max-width: 430px;
    }
}
#prenatal .pasos .media {
    margin-bottom: 20px;
}
#prenatal .pasos .media img {
    margin-right: 35px;
}
#prenatal .pasos .media h3 {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: none;
}
#prenatal .pasos .media p {
    margin-top: 0;
    color: #8b96b4;
}
#prenatal .pasos .btn-whatsapp {
    display: inline-block;
    border-radius: 30px;
    padding: 15px 30px;
    margin-bottom: 20px;
    background-color: #233770;
    color: white;
    font-size: 17px;
}
#prenatal .pasos .btn-whatsapp:hover {
    color: #ebeff4;
}
#prenatal .pasos .btn-whatsapp img {
    margin-right: 5px;
}
#prenatal .resultados {
    padding: 80px 0;
    background-color: #ebeff4;
}
#prenatal .resultados .resultado-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: "ak-medium", helvetica, arial;
}
#prenatal .resultados .resultado {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    font-family: "ak-medium", helvetica, arial;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#prenatal .resultados .resultado:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#prenatal .resultados .resultado.negativo {
    color: #4bad61;
}
#prenatal .resultados .resultado.negativo:before {
    background-color: #4bad61;
}
#prenatal .resultados .resultado.positivo {
    color: #e0604f;
}
#prenatal .resultados .resultado.positivo:before {
    background-color: #e0604f;
}
#prenatal .resultados .resultado.noinformativo {
    color: #4a90e2;
}
#prenatal .resultados .resultado.noinformativo:before {
    background-color: #4a90e2;
}
#prenatal .modalidades {
    padding: 50px 0 80px;
    background-color: #46557f;
    background-position: center;
    background-size: cover;
    border-top: 7px solid #ead0ed;
}
#prenatal .modalidades .title {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}
#prenatal .modalidades .title h2 {
    color: #ebeff4;
}
#prenatal .modalidades .title::before {
    display: none;
}
#prenatal .modalidades .card-modalidades {
    background-color: white;
}
#prenatal .modalidades .card-modalidades .card-modalidades-header {
    border-bottom: 3px solid #ebeff4 !important;
    padding: 30px 20px 5px;
}
#prenatal .modalidades .card-modalidades .card-modalidades-header h3 {
    font-size: 24px;
    text-transform: none;
    letter-spacing: 1px;
    color: #8f4098;
}
#prenatal .modalidades .card-modalidades .card-modalidades-body {
    padding: 30px 50px;
    min-height: 350px;
    position: relative;
}
#prenatal .modalidades .card-modalidades .card-modalidades-body p {
    font-size: 18px;
}
#prenatal .modalidades .card-modalidades .card-modalidades-body .btn-ppal {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
#prenatal .modalidades .cierre {
    font-size: 24px;
    text-transform: none;
}
#prenatal .modalidades .cierre h3 {
    color: white;
}
#prenatal .banner-cta {
    position: relative;
    background-image: url(../images/prenatal/banner-cta-mobile.jpg);
    background-position: center bottom;
    background-size: cover;
    height: 300px;
}
@media (min-width: 768px) {
    #prenatal .banner-cta {
        background-image: url(../images/prenatal/banner-cta.jpg);
        height: 400px;
    }
}
#prenatal .banner-cta img {
    width: 100%;
}
#prenatal .banner-cta .box-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#prenatal .banner-cta .box-cta span {
    color: white;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.17);
    display: block;
    margin-bottom: 15px;
    font-family: "ak-medium", helvetica, arial;
}
.title-ovodonacion span {
    color: #b976c1;
    margin-top: -10px;
}
.title-ovodonacion.semen span {
    color: #689eaf;
}
.title-ovodonacion .icon {
    margin-top: 20px;
    width: 75px;
}
section.wrapper-color {
    margin: 50px 0;
    padding: 100px 0;
}
section.wrapper-color h3 {
    font-family: "ak-medium", helvetica, arial;
    font-size: 30px;
    letter-spacing: normal;
    margin-bottom: 80px;
}
@media (min-width: 768px) {
    section.wrapper-color h3 {
        font-size: 40px;
    }
}
section.wrapper-color.light-purple {
    background-color: #fdf1fe;
}
section.wrapper-color.light-blue {
    background-color: #e4f4fa;
}
.etapas-item {
    margin: 20px 0;
    padding: 20px 0 45px;
    border-bottom: 1px solid #d3a5d9;
}
.etapas-item:last-child {
    border: none;
}
.etapas-item .order {
    width: 375px;
    font-family: "ak-medium", helvetica, arial;
    font-size: 28px;
}
@media (min-width: 768px) {
    .etapas-item .order {
        font-size: 38px;
    }
}
.etapas-item img {
    margin: 0 35px;
}
.etapas-item .copy {
    width: 100%;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .etapas-item .copy {
        margin-top: 0px;
        width: 375px;
    }
}
.etapas-item .copy h5 {
    font-family: "ak-medium", helvetica, arial;
    margin-bottom: 5px;
    font-size: 20px;
}
.etapas-item .copy p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
}
.item-numeros {
    padding: 25px 0 30px;
    margin-bottom: 45px;
    position: relative;
    height: 100%;
}
.item-numeros:last-child {
    margin-right: 0;
}
.item-numeros::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20%;
    width: 130px;
    height: 2px;
    background-color: #d3a5d9;
}
.item-numeros .dato {
    font-size: 40px;
    font-family: "ak-medium", helvetica, arial;
}
.item-numeros .copy {
    margin-bottom: 0;
    font-size: 20px;
}
.item-ventajas {
    margin-bottom: 45px;
}
.item-ventajas .copy {
    max-width: 350px;
    margin: 0 50px;
}
ul.checks {
    font-size: 20px;
    line-height: 1.5;
    list-style-image: url("../images/list-check.svg");
    list-style-position: outside;
    margin-left: 20px;
}
@media (min-width: 992px) {
    ul.checks {
        font-size: 22px;
    }
}
ul.checks:last-child {
    margin-bottom: 0;
}
ul.checks li {
    margin-bottom: 20px;
    padding-left: 10px;
}
.wrapper-foms {
    background-color: #ebeff4;
    padding: 40px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
@media (min-width: 768px) {
    .wrapper-foms {
        padding: 60px 50px;
    }
}
.wrapper-foms h3 {
    font-size: 28px;
}
.wrapper-foms form {
    margin-top: 40px;
}
.wrapper-foms form .form-group .form-control {
    background-color: white;
    border-color: #c3c3c3;
}
.wrapper-foms form button {
    margin-top: 20px;
}
.banner-title {
    background-color: #ead0ed;
    background-image: url(../images/ovodonacion/banner-bg-vitrificacion.jpg);
    background-position: center;
    background-size: cover;
    height: 350px;
}
.banner-title h1 {
    color: #b976c1;
    line-height: 1.2;
}
.banner-title h1 span {
    color: #46557f;
}
#al-top {
    position: fixed;
    bottom: 110px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 9;
    display: none;
}
#al-top a {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #b976c1;
    background-size: 50%;
    background-image: url(../images/al-top.png);
    background-position: center;
    background-repeat: no-repeat;
}
a.whatsapp-icon {
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 9;
    display: inline-block;
}
.cta-wa {
    display: none;
    background-color: #fff;
    width: 180px;
    height: 56px;
    padding: 7px 10px;
    position: fixed;
    bottom: 49px;
    right: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e4e4e4;
    font-family: "ak-medium", helvetica, arial;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.1);
}
footer {
    background-color: #dee4eb;
    border-top: 1px solid #dee4eb;
}
footer p,
footer p a,
footer a {
    font-size: 18px;
    margin-bottom: 10px;
}
footer .menu-foot {
    background-color: #ebeff4;
    padding: 30px 0;
}
footer .menu-foot ul li {
    margin: 0;
}
@media (min-width: 992px) {
    footer .menu-foot ul li {
        margin: 0 20px 0 0;
    }
}
footer .footer-middle {
    padding: 50px 0 20px;
    text-align: center;
}
@media (min-width: 992px) {
    footer .footer-middle {
        text-align: left;
    }
}
footer .footer-middle .subtitle {
    margin-bottom: 20px;
}
footer .footer-middle .redes-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -5px;
}
@media (min-width: 992px) {
    footer .footer-middle .redes-footer {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        -webkit-justify-content: left;
        justify-content: left;
    }
}
footer .footer-middle .redes-footer li {
    margin: 0 5px;
}
footer .footer-middle .redes-footer li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #233770;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
footer .footer-middle .contacto-foot span {
    font-size: 0.9em;
    display: block;
    color: #657299;
    margin-top: -5px;
    margin-bottom: -20px;
}
footer .footer-middle .btn-gral {
    padding: 5px 15px;
}
footer .foot-foot {
    background-color: #b976c1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
footer .foot-foot p {
    line-height: 40px;
    margin-bottom: 0;
    font-size: 0.9em;
}
footer .foot-foot img {
    width: 55px;
    margin-top: 7px;
}
footer .aniversario-footer {
    width: 80px;
    margin: 0 auto;
}
