#intro {
    /*background: url("../img/Panoramica.jpg") no-repeat center center;*/
    background-size: cover;
}
.backLogo {
    background: url("../img/svg/LogoBlack.svg") no-repeat center center;
    background-size: contain;
}
.bg-gadic {
    background-color: #343a40 !important;
}
.top-nav-collapse {
    background-color: #343a40 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item .nav-link:active,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item:hover .nav-link {
    color: #00B159;
}
.dropdown-menu {
    background-color: #0094c4;
}

.container .dropdown .dropdown-menu a:hover {
    color: #fff;
    background-color: #0094c4;
    border-color: #2285A4;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #7C212B;
}
.dropdown-menu {
    background-color: #343a40;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #343a40 !important;
    }
}

#intro .h6 {
    font-weight: 300;
    line-height: 1.7;
}
/*rgba(0, 148, 196, 0.7)*/
.hm-gradient .full-bg-img {
    background: rgba(0, 148, 196, 0.7);
    background: linear-gradient(45deg, rgba(0, 118, 157, 0.3), rgba(29, 29, 27, 0.7) 50%);
}

@media (max-width: 450px) {
    .margins {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

#pricing .lead {
    opacity: 0.7;
}

#pricing .card-image {
    background: url("../img/Panoramica.jpg") no-repeat center center;
}

#pricing ul li {
    font-size: 1.1em;
}

.register {
    background: -webkit-linear-gradient(left, #2286a4, #31bbd2);
    margin-top: 3%;
    padding: 3%;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

    .register-left input {
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 30%;
        margin-bottom: 3%;
        cursor: pointer;
    }

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #2286a4;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

    .register .nav-tabs .nav-link {
        padding: 2%;
        height: 34px;
        font-weight: 600;
        color: #fff;
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

        .register .nav-tabs .nav-link:hover {
            border: none;
        }

        .register .nav-tabs .nav-link.active {
            width: 100px;
            color: #0062cc;
            border: 2px solid #0062cc;
            border-top-left-radius: 1.5rem;
            border-bottom-left-radius: 1.5rem;
        }
.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
/* Botón especial */
.achik-online {
    background-color: red;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.menu .achik-online:hover {
    background-color: darkred;
}
