.sticky img {
    height: 60px;
    margin-top: 0 !important;
}

.sticky .menu-area {
    padding-top: 0.2rem!important;
}

.menu-area {
    padding-top: 0rem!important;
}

.bg-header {
    background-color: #02568e;
}

.primary-color {
    color: #0e76bc;
    color: rgb(14, 118, 188)
}

.psecondary-color {
    color: #00aeef;
    color: rgb(0, 174, 239)
}

.how-works-area {
    background-position: center bottom;
}

.pricing-area {
    margin-bottom: -140px;
}

.single-footer-widget .social-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 16px;
}

.single-footer-widget .social-list li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.single-footer-widget .social-list a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 38px;
    background-color: #0e76bc;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #0e76bc;
}

.single-footer-widget .list {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget .list li {
    margin-bottom: 8px;
    list-style-type: none;
    font-size: 16px;
    font-family: nunito, sans-serif;
}

.single-footer-widget .list li a {
    display: block;
    color: #818992;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-footer-widget h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single-footer-widget .footer-holder li {
    list-style-type: none;
    margin-bottom: 10px;
}

.contacto {
    background-image: url(../img/fondo_footer.svg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f3f2fe;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.55rem 1rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    /* border-radius: 0.2rem !important; */
}

.main-menu ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

.main-menu ul li a {
    color: #ffffff;
    font-size: 20px;
}

.test-space {
    padding-top: 150px;
    padding-bottom: 25px;
}

.btn-light {
    background: #f1f1f1;
    padding: 17px 60px;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    color: #0e76bc;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 2.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
    border: 0px solid transparent;
}

.logo-img {
    height: 60px;
}

.slider-text p {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 45px;
}

.section-title {
    padding: 0 10px;
}

.section-title p {
    margin-bottom: 15px;
}

.main-menu ul li a {
    padding: 17px 0;
}

.sticky {
    padding-bottom: 5px !important;
    height: 76px;
}

header {
    height: 65px;
}

.carousel-control-next,
.carousel-control-prev {
    transition: opacity .15s ease;
    background-color: transparent;
    border: 0;
}

.vh-100-empresas {
    height: calc(100vh - 80px);
}

.mean-container a.meanmenu-reveal {
    margin-top: -47px;
}

.mean-container .mean-nav ul li a {
    background-color: #02568e;
}

.section-title h2 {
    font-size: 28px !important;
}

@media (min-width: 768px) {
    .menu-area {
        padding-top: 1.2rem!important;
    }
    .logo-img {
        height: 80px;
    }
    header {
        height: 105px;
    }
    .sticky {
        padding-bottom: 5px !important;
        height: 71px;
    }
    .section-title h2 {
        font-size: 48px !important;
    }
}