.SkeletonBox {
    display: inline-block;
    vertical-align: middle;
    background-color: #DDDBDD;
}

.card-sk {
    width: 16rem;
    height: 21rem;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.card-sk.-loading .card_avatar,
.card-sk.-loading h2,
.card-sk.-loading p {
    background: #e9edf1;
    background: linear-gradient(90deg, #e9edf1 7%, #eff2f4 12%, #e9edf1 37%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shimmer linear infinite;
    animation: 1.5s shimmer linear infinite;
}

.card-sk.-loading .card_content h2,
.card-sk.-loading p {
    border-radius: 6px;
}

.card-sk.-loading .card_avatar img {
    display: none;
}

@-webkit-keyframes shimmer {
    to {
        background-position-x: -200%;
    }
}

@keyframes shimmer {
    to {
        background-position-x: -200%;
    }
}

.card_avatar {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    overflow: hidden;
}


/* .card_avatar img {
    width: 100%;
    height: 100%;
} */

.card_content {
    margin-top: 1.8rem;
    text-align: center;
    width: 80%;
}

.card_content h2 {
    font-size: 30px;
    height: 30px;
    margin-bottom: 1rem;
}

.card_content p {
    font-size: 20px;
    letter-spacing: 0.06em;
    height: 22px;
}

body {
    font-family: "Raleway", sans-serif;
    color: #31366d;
    box-sizing: border-box;
}


/* .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}
 */

.navbar .getstarted {
    background: #00c5dd;
    padding: 8px 20px;
    margin: 15px;
    border-radius: 4px;
    color: #fff;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}

.features .feature-box h3 {
    font-size: 18px;
    color: #012970;
    font-weight: 700;
    margin: 0;
}

.features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.features .feature-box:hover i {
    background: #4154f1;
    color: #fff;
}

.features .feture-tabs {
    margin-top: 120px;
}

.features .feture-tabs h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

.features .feture-tabs .nav-link.active {
    color: #4154f1;
    border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #012970;
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #4154f1;
}

.features .feature-icons {
    margin-top: 120px;
}

.features .feature-icons h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}

.features .icon-box {
    display: flex;
}

.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #012970;
}

.features .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #0245bc;
    margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}

.hero-section .iphone-wrap {
    position: absolute;
    right: 0;
}

section.padding-top-0 {
    padding: 3rem 0;
}

.footer.cta-section h3 {
    color: #fff;
}

.footer.cta-section a {
    color: #fff;
}

.footer.cta-section a>span {
    color: #526b9d;
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap>img {
        display: none;
    }
    section.padding-top-0 {
        padding: 3rem 0;
    }
}

.btn-register {
    color: #fff;
    background: #00c5dd;
}

.btn-register:hover {
    color: #fff;
    background: #526b9d;
}

.navbar .getstarted:hover {
    background: #526b9d;
}

.footer .logo-custom-position {
    position: absolute;
    top: -60px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/*********** section-mobile***/

h3.dinamic-title {
    font-size: 1.25rem;
}

.step.dinamic {
    box-shadow: none;
    background: transparent;
    padding: 20px;
}

.social a:hover {
    background: #00c5dd;
    color: #fff !important;
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
    box-shadow: none;
    border-radius: 30px;
}

.hero-section .iphone-wrap .phone-1 {
    width: 560px;
}

#header .logo img {
    max-height: 60px;
}

.navbar a {
    padding: 10px 13px;
}

.navbar .dropdown ul a.active {
    color: #093a66;
}

.cta-section {
    background: #274685;
}

@media (max-width: 992px) {
    .features-item {
        margin-bottom: 45px;
    }
}

.features-item {
    border-radius: 5px;
    padding: 90px 40px;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.features-item h2 {
    z-index: 9;
    position: inherit;
    left: auto;
    font-size: 100px;
    font-weight: 600;
    color: #DDEDFB;
    text-align: left;
}

.features-item img {
    z-index: 10;
    position: relative;
    max-width: 100%;
    margin-bottom: 40px;
}

.features-item h4 {
    margin-top: 0px;
    font-size: 22px;
    color: #1e1e1e;
    margin-bottom: 25px;
}

.features-item .main-button {
    margin-top: 35px;
    display: inline-block;
}

.section-heading.f-2-5-rem {
    font-size: 2.5rem;
}

.section-heading.f-2-rem {
    font-size: 2rem;
}

.hero-section p {
    font-size: 20px;
}

body {
    font-size: 1.1rem;
}

.hero-section>.container>.row {
    height: 100vh;
    min-height: 880px;
    padding-bottom: 100px;
}

h4.colorSystem {
    color: #274685;
}

.btn.border-25 {
    font-size: 14px;
    border-radius: 25px;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-section-custom {
    background: #e4f5f7;
    padding: 4rem 0;
}

.features-item.maxheight700 {
    height: 900px;
}

.features-item {
    padding: 10px 40px;
}

.color-system {
    background: linear-gradient( -45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #e1ecff;
}

.footer-newsletter input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #254e89;
    color: #fff;
    transition: 0.3s;
    border-radius: 20px;
}

.footer-newsletter input[type="text"] {
    border: 0;
    width: calc(100% - 140px);
}

.row-verificar {
    background: #e4f5f7;
    padding: 60px 15px;
}

.btn-mas-info {
    background: transparent;
    color: #254e89 !important;
    border: 1px solid #254e89;
    padding: 10px 15px !important;
}

.btn-mas-info:hover {
    background: #254e89;
    color: #fff !important;
}