/*
 * Bootstrap 5 v2.0.0 (https://getbootstrap.com/)
 * Version: BS5 v2.0
 * License Key: EBB24BFD-2BF44A35-B5932072-A1549434
*/
/* ======= Base ======= */
body {
    font-family: 'Lato', arial, sans-serif;
    color: #444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #6690b9;
}

a {
    color: #6690b9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #4a77a2;
}

.btn,
a.btn {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', arial, sans-serif;
    padding: 8px 16px;
    font-weight: bold;
    text-decoration: none;
}

.btn .svg-inline--fa,
a.btn .svg-inline--fa {
    margin-right: 5px;
}

.btn:focus,
a.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a.btn-cta-primary,
.btn-cta-primary {
    background: #2a435c;
    border: 1px solid #2a435c;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

a.btn-cta-primary:hover,
.btn-cta-primary:hover {
    background: #22364a;
    border: 1px solid #22364a;
    color: #fff;
}

a.btn-cta-secondary,
.btn-cta-secondary {
    background: #f46fa3;
    border: 1px solid #f46fa3;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
    background: #f25794;
    border: 1px solid #f25794;
    color: #fff;
}

.text-highlight {
    color: #2a435c;
}

.offset-header {
    padding-top: 90px;
}

pre code {
    font-size: 16px;
}

/* ======= Header ======= */
.header {
    background: #6690b9;
    color: #fff;
    position: fixed;
    width: 100%;
}

.header.navbar-fixed-top {
    background: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    height: 70px;
}

.header.navbar-fixed-top .logo {
    color: #6690b9;
}

.header .logo {
    margin: 0;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
}

.header .logo:hover {
    text-decoration: none;
}

.header .main-nav .navbar-collapse {
    padding: 0;
}

.header .main-nav .navbar-toggler {
    margin-right: 0;
    margin-top: 0;
    background: none;
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px 8px;
    right: 10px;
    top: 10px;
    background: #2a435c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header .main-nav .navbar-toggler:focus {
    outline: none;
}

.header .main-nav .navbar-toggler .icon-bar {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 22px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.header .main-nav .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.header .main-nav .navbar-toggler:hover .icon-bar {
    background-color: #fff;
}

.header .main-nav .nav .nav-item {
    font-weight: bold;
    margin-right: 30px;
    font-family: 'Montserrat', sans-serif;
}

.header .main-nav .nav .nav-item .nav-link {
    color: #32506d;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    font-size: 14px;
    padding: 15px 10px;
    text-decoration: none;
}

.header .main-nav .nav .nav-item .nav-link:hover {
    color: #2a435c;
    background: none;
}

.header .main-nav .nav .nav-item .nav-link:focus {
    outline: none;
    background: none;
}

.header .main-nav .nav .nav-item .nav-link:active {
    outline: none;
    background: none;
}

.header .main-nav .nav .nav-item.active .nav-link {
    color: #6690b9;
    background: none;
}

.header .main-nav .nav .nav-item.last {
    margin-right: 0;
}

/* ======= Medico Section ======= */
.medico {
    /* background: #6690b9; */
    background: white;
    color: #fff;
    padding-top: 150px;
}

.medico .title {
    font-size: 98px;
    color: #2a435c;
    margin-top: 0;
}

.medico .title .highlight {
    color: #f46fa3;
}

.medico .intro {
    font-size: 28px;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: black;
}

.medico .btns .btn {
    margin-right: 15px;
    font-size: 18px;
    padding: 8px 30px;
}

.medico .meta {
    margin-top: 120px;
    margin-bottom: 30px;
    color: #3a5d7f;
}

.medico .meta li {
    margin-right: 15px;
}

.medico .meta a {
    color: #3a5d7f;
}

.medico .meta a:hover {
    color: #2a435c;
}

.medico .social-media {
    background: #426a90;
    padding: 10px 0;
    margin: 0 auto;
}

.medico .social-media li {
    margin-top: 15px;
}

.medico .social-media li.facebook-like {
    margin-top: 0;
    position: relative;
    top: 2px;
}

/* ======= Plan Section ======= */
.plan {
    padding: 80px 0;
    background: #f5f5f5;
}

.plan .title {
    color: #01a05e;
    margin-top: 0;
    margin-bottom: 30px;
}

.plan .intro {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 50px;
}

.plan .item {
    position: relative;
    margin-bottom: 30px;
}

.plan .item .icon-holder {
    position: absolute;
    left: 30px;
    top: 0;
}

.plan .item .icon-holder .svg-inline--fa {
    font-size: 24px;
    color: #2a435c;
}

.plan .item .content {
    padding-left: 60px;
}

.plan .item .content .sub-title {
    margin-top: 0;
    color: #2a435c;
    font-size: 18px;
}

.plan-box {
    background-color: lightgrey;
    color: #01a05e;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}

.plan-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ======= Features Section ======= */
.features {
    padding: 80px 0;
    background: #6690b9;
    color: #fff;
}

.features .title {
    color: #2a435c;
    margin-top: 0;
    margin-bottom: 30px;
}

.features a {
    color: #2a435c;
}

.features a:hover {
    color: #1a2a39;
}

.features .feature-list li {
    margin-bottom: 10px;
    color: #2a435c;
}

.features .feature-list li .svg-inline--fa {
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.3);
}

/* ======= PYMES Section ======= */
.pymes {
    padding: 80px 0;
    background: #f5f5f5;
}

.pymes .title {
    color: #01a05e;
    margin-top: 0;
    margin-bottom: 30px;
}

.pymes .pymes-inner {
    max-width: 800px;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}

.pymes .block {
    margin-bottom: 60px;
}

.pymes .code-block {
    margin: 30px inherit;
}

.pymes .code-block pre[class*="language-"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/* ======= Medicare Section ======= */
.medicare {
    padding: 80px 0;
    background: #f5f5f5;
}

.medicare .title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #2a435c;
}

.medicare .medicare-inner {
    max-width: 800px;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}

.medicare .info {
    max-width: 760px;
    margin: 0 auto;
}

.medicare .cta-container {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.medicare .cta-container .speech-bubble {
    background: #f2f6f9;
    color: #2a435c;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.medicare .cta-container .speech-bubble:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f2f6f9;
}

.medicare .cta-container .icon-holder {
    margin-bottom: 15px;
}

.medicare .cta-container .icon-holder .svg-inline--fa {
    font-size: 56px;
}

.medicare .cta-container .intro {
    margin-bottom: 30px;
}

/* Otros codigos de Medicare para que sea responsive */
.info-text {
    font-size: 1.2rem;
}

.responsive-img {
    width: 100%;
    max-width: 450px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: -75px;
}

@media (max-width: 768px) {
    .info-text {
        font-size: 1rem;
    }

    .responsive-img {
        margin-top: -50px;
    }
}

@media (max-width: 480px) {
    .info-text {
        font-size: 0.9rem;
    }

    .responsive-img {
        margin-top: -30px;
    }
}

/* ======= Contact Section ======= */
.contact {
    padding: 80px 0;
    background: #6690b9;
    color: #fff;
}

.contact .contact-inner {
    max-width: 760px;
    margin: 0 auto;
}

.contact .title {
    color: #2a435c;
    margin-top: 0;
    margin-bottom: 30px;
}

.contact .intro {
    margin-bottom: 60px;
}

.contact a {
    color: #2a435c;
}

.contact a:hover {
    color: #1a2a39;
}

.contact .author-message {
    position: relative;
    margin-bottom: 60px;
}

.contact .author-message .profile {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 100px;
    height: 100px;
}

.contact .author-message .profile img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.contact .author-message .speech-bubble {
    margin-left: 155px;
    background: #5c88b4;
    color: #2a435c;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
}

.contact .author-message .speech-bubble .sub-title {
    color: #2a435c;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
}

.contact .author-message .speech-bubble a {
    color: #fff;
}

.contact .author-message .speech-bubble:after {
    position: absolute;
    left: -10px;
    top: 60px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #5c88b4;
}

.contact .author-message .speech-bubble .source {
    margin-top: 30px;
}

.contact .author-message .speech-bubble .source a {
    color: #2a435c;
}

.contact .author-message .speech-bubble .source .title {
    color: #426a90;
}

.contact .info .sub-title {
    color: #3a5d7f;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 18px;
}

.contact .social-icons {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 auto;
}

.contact .social-icons li {
    display: inline-block;
}

.contact .social-icons li.last {
    margin-right: 0;
}

.contact .social-icons a {
    display: inline-block;
    background: #426a90;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 8px;
}

.contact .social-icons a:hover {
    background: #f04085;
}

.contact .social-icons a .svg-inline--fa {
    color: #fff;
    text-align: center;
    margin-top: 14px;
    font-size: 20px;
}

/* ======= Footer ======= */
.footer {
    padding: 15px 0;
    background: #1a2a39;
    color: #fff;
}

.footer .copyright {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.footer .fa-heart {
    color: #fb866a;
}

@media (max-width: 767px) {
    .header .main-nav .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        left: 0;
        top: 60px;
        position: absolute;
        background: #fff;
    }

    .header .main-nav .navbar-collapse .navbar-nav {
        margin-left: 10px;
    }

    .header.navbar-fixed-top {
        height: 70px;
    }

    .promo .btns .btn {
        margin-right: 0;
        clear: both;
        display: block;
        margin-bottom: 30px;
    }

    .promo .title {
        font-size: 66px;
    }

    .promo .meta {
        margin-top: 60px;
    }

    .promo .meta li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }

    .contact .author-message {
        text-align: center;
    }

    .contact .author-message .profile {
        position: static;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .contact .author-message .speech-bubble {
        margin-left: 0;
    }

    .contact .author-message .speech-bubble:after {
        display: none;
    }

    .contact .social-icons a {
        width: 36px;
        height: 36px;
        margin-right: 2px;
        font-size: 18px;
    }

    .contact .social-icons a .svg-inline--fa {
        margin-top: 7px;
    }
}

/* Modals */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}