.navi,
.navi a,
.navi form,
.navi input,
.navi li,
.navi ul {
    border: none;
    margin: 0;
    padding: 0;
}

.navi a {
    text-decoration: none;
}

.navi li {
    list-style: none;
    border-right: 1px solid #eaeaea;
}

/* menu container */
.navi {
    font-size: 11px;
}

.navi {
    cursor: default;
    display: inline-block;
    position: relative;
    z-index: 500;
}

/* menu list */
.navi > li {
    float: left;
}

/* menu links */
.navi > li > a {
    color: #333;
    display: block;
    padding: 9px 0.55em;
    position: relative;
    font-size: 13px;
    z-index: 510;
    font-weight: 550;
}

.navi > li > a:focus,
.navi > li:hover > a {
    background: #f0f0f0;
    border-bottom: 2px solid #1691d1;
    color: #1691d1;

}

.navi > li:first-child > a {
    border-left: none;
}

.navi > li:first-child {
    border-left: 1px solid #eaeaea;
}

/* menu dropdown */
.mega-menu {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    padding: 10px 20px 10px 20px;
    position: absolute;
    left: -1px;
    transition: all .3s ease .15s;
    visibility: hidden;
    width: 100%;
    display: none;
}

.format-menu{
    padding: 0px 2.5px;
}
li:hover > .mega-menu {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}


.item-menu {
    margin-top: 1em;
    align-content: center;
    text-align: center;
}

.jumbotron {
    border: 2px solid #ddd;
}

.section {
    padding-bottom: 0px;
    padding-top: 10px
}

.boton-items {
    padding: 5px 10px;
    font-size: 10px;
    background: #1691d1;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-right: 10px;
}

.boton-items:hover {
    background: rgb(139, 33, 121);
    color: #fff;

}

.aside-pay {
    background: #ffffff;
    padding: 15px;
    color: #252525;
    font-size: 13px;
    border: 1px solid #00000029;
    margin-bottom: 1em;
}

.aside-pay p {
    font-size: 13px;
    /* font-family: 'Montserrat', sans-serif; */

}

.says-client {
    margin: 40px 0px;
}

.says-client i {
    color: #00c6ff;
}

.says-client span {
    font-weight: 500;
}

.list-content {
    margin-top: 30px;
}

.list-content a:hover {
    color: #333;
    text-decoration: underline;
}

.list-content a {
    color: #333;
}

.aside-pay2 {
    background: #f8f8f8;
    margin-top: 23px;
    border-radius: 5px;
    padding: 20px;
    color: #252525;
    font-size: 13px;
}

.aside-pay2 h4 {
    margin-top: 25px;
}

.slide-links li {
    padding: 3px 0px;

}

.slide-links li i {
    margin-right: 13px;

}

.aside-links {
    padding: 8px 0px;
}

.aside-links li {
    padding: 3px 0px;
}

.aside-links li i {
    margin-right: 13px;
    color: #d0dc22;
}

.pad-10 {
    padding: 0 5px 0 5px;
}

.menu-itm {
    height: 210px;
}

.activex {
    outline: 3px solid #333;
}

.bg-black {
    background: #252525;
}


.register {
    padding: 3% 3% 0 3%;
    background: rgb(229,250,255);
background: -moz-linear-gradient(90deg, rgba(229,250,255,1) 0%, rgba(109,195,237,0.835171568627451) 100%);
background: -webkit-linear-gradient(90deg, rgba(229,250,255,1) 0%, rgba(109,195,237,0.835171568627451) 100%);
background: linear-gradient(90deg, rgba(229,250,255,1) 0%, rgba(109,195,237,0.835171568627451) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5faff",endColorstr="#6dc3ed",GradientType=1);
}

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

.links-register {
    text-align: left;
    margin-left: 30px;
}

.links-register i {
    margin-right: 10px;
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 30px 50px 100px;
}

.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: 10%;
    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: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register-heading {
    text-align: center;
    margin-top: 15px;
}

.register ul li {
    padding: 3px;
    color: #333;
}

.faquestions ul li {
    padding: 3px;
    cursor: pointer;
    font-weight: 600;
    color: #0062cc;
}

.contact-form {
    margin-top: 40px;
}

.contact-form input, .contact-form textarea {

    background: rgb(0, 0, 0, .3);
    border-radius: 4px;
    color: #fff;
    padding: 25px;
    font-size: 14px;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #fff;
}

.contact-form input, .contact-form textarea {

    background: rgb(0, 0, 0, .3);
    border-radius: 4px;
}

.contact-form button {
    padding: 5px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    background: #67B249;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgb(87, 179, 51);
}

.contact-form .section-title {
    margin-bottom: 30px;
}

.info-product2 {
    margin-top: 25px;
}

.info-product2 h5 {
    margin-top: 25px;
}

.info-product2 .input-group label,
.info-product2 table {
    margin-left: 25px;
}

.collapse ul li {
    padding: 3px;
}

.conten-slide {
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    border-radius: 4px;
    margin-left: 50px;
}

.spacer-md {
    padding-top: 50px;
    padding-bottom: 50px;
}

#breadcrumb {
    margin-bottom: 0px;
}

.well {
    min-height: 20px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 0px rgba(0, 0, 0, .05);
}


.swiper-container {
    border: 1px solid #E4E7ED;
    width: 100%;
    height: 380px;
    margin-bottom: 1em;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    background: #fff;
    overflow: hidden;

}

.slide-image {
    position: absolute;
    width: 100%;
    height: 380px;
    background-size: cover;
    /* background-size: contain  ; */
    cursor: pointer;
}



@media only screen and (max-width: 991px) {
    .navi > li:first-child {
        border-left: none;
    }

    .swiper-container {
        width: 100%;
        height: 200px;
        padding: 0;
    }

    .slide-image {

        width: 100%;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .slider-wrap{
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
   
}

.slide-title {
    font-size: 4rem;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

@media (min-width: 45em) {
    .slide-title {
        font-size: 7vw;
        max-width: none;
    }
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.slideshow {
    position: relative;
}

.slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
}

.slideshow-pagination-item {
    display: flex;
    align-items: center;
}

.slideshow-pagination-item .pagination-number {
    opacity: 0.5;
}

.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
    cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
}

.slideshow-pagination-item.active .pagination-number {
    opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
}

.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
}

.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.123);
    outline: none;
}

.slideshow-navigation-button.prev {
    left: 0;
}

.slideshow-navigation-button.next {
    right: 0;
}

.pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
}

@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}

.cards-cat {
    padding: 0;
}

.cards-cat p {
    font-size: 13px;
}

.cards-cat .contact-form {
    margin-top: 0;
}

.jumbotron {
    background-repeat: "no-repeat";
    margin-top: 20px;
    border: none;
}

.cont-slide {
    margin-left: 10px;
}

.del-order {
    background: #67B249;
    border: none;
    float: right;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    padding: 3px 7px;
}

@media only screen and (max-width: 991px) {
    .order-details {
        margin-top: 10px;
        position: relative;
        width: 90%;
        margin: 0 auto;
        top: 50;
        background: #fff;
        border: none
    }

    .order-details .order-submit {
        margin-bottom: 30px;
    }

    .cont-slide {
        margin-left: 0px;
        margin-right: 0px;
    }

    .jumbotron {
        background-repeat: no-repeat;
        /* height: 150px; */
        /* background-position: 200 200; */
        margin-top: 20px;
        border: none;
    }
}

.carousel-inner {
    background: url('../../../../s.cdpn.io/142996/3d-slider-1.jpg');
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -300px;
}

.icon-slick {
    top: 40%;
    left: 40%;
    position: absolute;
    font: normal normal normal 50px/1 FontAwesome;
    z-index: 10;
    color: #0062cc;
    opacity: 0;
    cursor: pointer;
}

.content-slick:hover .icon-slick {
    opacity: 1;
}

.icon-slick:hover {
    opacity: 1;
    color: #1691d1;
}

.modal {
    z-index: 99999;
}

.modal-body {
    display: flex;
}

.modal-body img {
    max-height: 500px;
    width: 100%;
}