.main-btn {
    display: inline-block;
    position: relative;
    padding: 20px 36px;
    gap: 10px;
    color: var(--white);
    font-family: "Urbanist", sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #1c264d;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.main-btn:hover {
    display: inline-block;
    position: relative;
    padding: 20px 36px;
    gap: 10px;
    color: #ffffff !important;
    font-family: "Urbanist", sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #0d6efd;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.whatsapp-btn {
    display: inline-block;
    position: relative;
    padding: 20px 36px;
    gap: 10px;
    color: var(--white);
    font-family: "Urbanist", sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #25d366;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.whatsapp-btn:hover {
    display: inline-block;
    position: relative;
    padding: 20px 36px;
    gap: 10px;
    color: #ffffff !important;
    font-family: "Urbanist", sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #1c1e21;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero-3 .hero-content h1 span {
    color: #0d6efd !important;
}

.back-to-top {
    background-color: #1c264d !important;
}

.back-to-top:hover {
    background-color: #0d6efd !important;
}

.hero-3 .hero-image img {
    border-radius: 10px !important;
}

.hero-3 .hero-content h6 {
    color: #0d6efd !important;
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 1px !important;
    color: #1c264d !important;
}

.section-title .subtitle {
    color: #1c264d;
}

.feature-icon {
    color: #0d6efd;
}

.svgico img {
    height: 120px;
    width: auto;
}

.feature-provide-box-items:hover {
    background-color: #1c264d !important;
}

.feature-provide-box-items {
    text-align: center !important;
}

#caracteristicas::before {
  content: '';
  display: block;
  height: 150px;       /* altura del header */
  margin-top: -150px;  /* lo mismo, en negativo */
  visibility: hidden;
}

.offcanvas__info {
    background: #1c264d !important;
}

.offcanvas__wrapper {
    background-color: #1c264d !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    background-color: #0d6efd !important;
}

@media (max-width: 1399px) {
    .header-1 .header-right .sidebar__toggle {
        color: #1c264d !important;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    background: #0d6efd !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    color: #1c264d !important;
}

fa-envelope {
    color: #0d6efd !important;
}

.offcanvas__info {
    border-left: 2px solid #0d6efd !important;
}

a:hover {
    color: #0d6efd !important;
}

.hero-3 .hero-content h1 {
    font-size: 57px !important;
}

a {
    transition: none !important;
}

.logoimg {
    height: 55px;
    width: auto;
}