.navbar-collapse {
    padding: 15px;
}

.headline {
    left: 130px;
}

.clipped {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}

.imgcarusel {
    height: 520px;
}

a {
    text-decoration: none;
}

.txtsupmenu {
    font-weight: 500;
}

.iinicio {
    font-size: 70px;
}

.divicon,
.card {
    cursor: pointer;
}

.vermas {
    position: relative;
    top: -273%;
}

.menu2 {
    background: linear-gradient(70deg, #ff9100, #e83420);
}

a {
    font-weight: 500;
    color: black;
}

.nav-link {
    font-weight: 500;
}

.button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #f44336;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    z-index: 1;
}

.btnmenu {
    border-radius: 50px;
    font-weight: 500;
}

.demo {
    padding: 100px 0;
}

.heading-title {
    margin-bottom: 100px;
}

.pricingTable {
    text-align: center;
}

.pricingTable .pricingTable-header {
    padding: 30px 0;
    background: #4d4d4d;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .pricingTable-header {
    background: #09b2c6;
}

.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d9d9d8;
    position: absolute;
    bottom: 12px;
}

.pricingTable .pricingTable-header:before {
    left: 40px;
}

.pricingTable .pricingTable-header:after {
    right: 40px;
}

.pricingTable .heading {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
}

.pricingTable .price-value {
    display: inline-block;
    position: relative;
    font-size: 55px;
    font-weight: bold;
    color: #09b1c5;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .price-value {
    color: #fff;
}

.pricingTable .currency {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: -19px;
}

.pricingTable .month {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -30px;
    text-transform: uppercase;
}

.pricingTable .pricing-content {
    padding-top: 50px;
    background: #fff;
    position: relative;
}

.pricingTable .pricing-content:before,
.pricingTable .pricing-content:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    position: absolute;
    top: 12px;
}

.pricingTable .pricing-content:before {
    left: 40px;
}

.pricingTable .pricing-content:after {
    right: 40px;
}

.pricingTable .pricing-content ul {
    padding: 0 20px;
    margin: 0;
    list-style: none;
}

.pricingTable .pricing-content ul:before,
.pricingTable .pricing-content ul:after {
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .pricing-content ul:before,
.pricingTable:hover .pricing-content ul:after {
    background: linear-gradient(to bottom, #40c4db 50%, #34bacc 50%);
}

.pricingTable .pricing-content ul:before {
    left: 44px;
}

.pricingTable .pricing-content ul:after {
    right: 44px;
}

.pricingTable .pricing-content ul li {
    font-size: 15px;
    font-weight: bold;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8;
}

.pricingTable .pricing-content ul li:last-child {
    border-bottom: none;
}

.pricingTable .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #d9d9d8;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:hover {
    text-decoration: none;
}

.pricingTable:hover .read {
    background: #09b1c5;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    background-color: #696464;
    width: 8vh;
    height: 8vh;
    border-radius: 50%;
    top: 28%;
    padding-bottom: 11px;
}

@media screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 650px) {
    .headline {
        left: 20px;
    }

    .clipped {
        clip-path: none;
        max-height: 300px !important;
    }

    .menu {
        display: none;
    }

    .menu2 {
        height: 68px;
    }
}