@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import url(boot.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}

.nav-web {
    border-bottom: 1px solid #efefef
}

.redes {
    background-color: rgb(4, 94, 34);
    font-size: 13px;
}

.redes>ul>li>a {
    color: #fff;
    padding: 0 10px;
}

.redes>ul>li>a>i {
    color: rgb(138, 230, 150);
    padding-right: 5px;
}

.redes>ul>li>a:hover {
    color: rgb(138, 230, 150)
}

.nav-ul>li {
    position: relative;
}

.nav-ul>li>a {
    padding: 5px;
    color: #013c5a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.nav-ul>li:not(:last-child)>a {
    margin-right: 50px;
}

.nav-ul>li>a:hover {
    color: rgb(138, 230, 150)
}

.nav-ul>li>ul {
    position: absolute;
    display: none;
    top: 30px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    width: 300px;
    font-size: 14px;
}

.nav-ul>li>ul>li>a {
    color: #4c4c4c;
    background: #eee;
    display: block;
    padding: 3px;
    margin: 3px 0;
    border-radius: 3px
}

.nav-ul>li>ul>li>a:hover {
    background: #d5d4d4
}

#btn-mobile {
    display: none;
    font-size: 20px;
}

.nav-ul.view {
    width: 40vw;
    z-index: 99999;
}

.nav-ul.view li ul {
    background: none !important
}


.nav-ul>li>ul.views {
    display: block;
    z-index: 99999;
    background: #fff;
}

.web-title {
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.web-title>h2>span {
    color: #58c52e;
}

/*Slider*/

.Slider {
    width: 100%;
    height: 400px;
}

.preview-slider-home {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap;
    column-gap: 20px;
}

.preview-slider-home div {
    width: 40%;
    text-align: left;
}

.preview-slider-home div h1 {
    color: #152559;
}

.preview-slider-home div p {
    color: #152559;
    font-size: 16px !important;
}


.preview-slider-home div p.tag {
    font-size: 25px !important;
    color: #01a6d4;
    padding: 10px 0;
}

.preview-slider-home div button {
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 10px;
    background: #1b9e1f;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: all .20s ease-in-out
}

.preview-slider-home div:last-child img {
    object-fit: contain;

}

.preview-slider-home div button:hover {
    background: #1c661e;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.search-domain-verify,
.search-domain {
    background: #ecffed;
}

.search-domain-verify form input {
    border-radius: 5px;
    border: 1px solid rgb(188 235 158);
}

.search-domain-verify form div {
    margin-top: 18px
}

.search-domain-verify form div a {
    border-radius: 5px;
    text-align: center;
    background: rgb(27, 158, 31);
    border: 1px solid rgb(6, 82, 31);
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.search-domain-verify form a:hover {
    background: rgb(19, 114, 22);
}

.domains-freed>div {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

.domains-freed>div>p {
    padding: 5px 0 0 0;
}

.domains-freed>div>img {
    height: 21px;
    background-size: contain;
}


.plans>div {
    border: 1px solid rgb(188 235 158);
    border-radius: 5px;
    width: 280px;
    position: relative;
    margin-top: 10px;
}

.plans>div a {
    width: 220px;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    background-color: #317217;
    transition: all .20s ease-in-out
}

.plans>div a:hover {
    background-color: #41543a;
}

.plans .title-plans {
    text-align: center;
    width: 100%;
}

.plans .title-plans img {
    max-width: 150px;
}

.plans .title-plans img.cs {
    width: 100px;
}

.plans .type {
    text-align: center;
    z-index: 99;
    border-radius: 5px;
    background: #fff;
    color: #2fb02c;
    width: 238px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.plans ul>li {
    padding: 5px 0;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

.plans ul>li>i {
    color: #2fb02c
}

.plans ul>li>span {
    font-weight: 600;
}


.plans-muonline>div>.title-plans {
    position: absolute;
    top: -50px;
    z-index: 999;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #bceb9e;
    left: 30%;
    overflow: hidden;
}

.plans-muonline>div>.title-plans img {
    width: 110px;
    height: 110px;
    left: -20px;
    top: -30px;
    position: relative;
}

.plans-hosp.plan-select {
    display: flex;
}

.plans-hosp {
    display: none;
}

.buttons-plans button,
.buttons-vps button {
    background: #148036;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .20s ease-in-out
}

.buttons-plans button.plan-select-btn,
.buttons-plans button:hover,
.buttons-vps button.vps-select-btn,
.buttons-vps button:hover {
    background: #46bd6c
}

.why-choose-us>div {
    width: 280px;
    border-radius: 5px;
    border: 1px solid rgb(188 235 158);
    text-align: center;
    margin-top: 10px;
}

.why-choose-us>div>h2 {
    color: #2fb02c;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
}

.why-choose-us>div>p {
    font-size: 13px;
}

.customer-statement div img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.customer-statement {
    text-align: center;
    display: block !important;
    background-color: rgb(204, 240, 209) !important;
    border-radius: 5px;
}

.customer-statement div {
    font-size: 14px;
}

.customer-statement p {
    font-size: 14px;
    border-radius: 5px;
    color: rgb(205, 238, 189);
    background: rgb(20, 56, 2);
}






footer {
    background: #045e22;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

footer a {
    color: rgb(138, 230, 150)
}

footer a:hover {
    color: rgb(210, 252, 215)
}

footer a>i {
    font-size: 18px;
}


footer button {
    position: relative;
    border-radius: 50%;
    color: rgb(138, 230, 150);
    padding: 6px 8px;
    border: 2px solid rgb(138, 230, 150);
    background: #045e22;
    top: -55px;
    cursor: pointer;
}


.banner-information {
    height: 250px;
    background: linear-gradient(20deg, #0fae66 0%, #185205 80%);
    align-items: center;
}

.banner-information h3 {
    color: #fff;
    padding-left: 50px;
    text-transform: uppercase;
}

.banner-information h3 span {
    color: rgb(138, 230, 150);
}

.standards {
    background: #ecffed;
}

.stand {
    max-width: 300px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #afe5c1;
    border-left: none;
    border-top: none;
}


.stand i {
    color: #58c52e;
    padding-right: 10px;
}


.br,
.cn {
    background: #2fb02c;
    padding: 1px 20px;
    border-radius: 3px;
    color: #fff;
    font-weight: normal !important;
}

.cn {
    background: #b02c2c;
}

.range-view {
    z-index: 9999;
    position: relative
}

.range-view input {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    background: #2b7210;
    border-radius: 25px
}

.range-view input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    background: url(../img/range.png);
    background-size: contain;
    cursor: pointer;
}

.price_range>.text {
    font-weight: bold;
    position: relative;
}

.price_range>.text-0 {
    left: -28px;
}

.price_range>.text-1 {
    left: -23px;
}

.price_range>.text-br-0 {
    left: -30px;
}

.price_range>.text-br-1 {
    left: -18px;
}

.price_range>.text-br-2 {
    left: -6px;
}

.price_range>.text-br-3 {
    left: 12px;
}

.price_range>.text-br-4 {
    left: 30px;
}

.price_range>.text-2 {
    left: -10px;
}

.price_range>.text-4 {
    left: 10px;
}

.price_range>.text-5 {
    left: 15px;
}

.price_range>.text-6 {
    left: 25px;
}

.price_range>.text-7 {
    left: 30px;
}

.progressram,
.progresshd,
.no-progress,
.progressram-br,
.progresshd-br {
    width: 100% !important;
    height: 4px;
    border-radius: 20px;
    background: #f1f1f1;
    margin-top: 5px;
    overflow: hidden;
}

.no-progress>.noprogress {
    background: #81cc62;
    width: 100%;
    height: 5px !important;
}

.progressram>.progress,
.progresshd>.progress,
.progressram-br>.progress,
.progresshd-br>.progress {
    background: #81cc62;
    width: 10%;
    height: 5px !important;
}

.progresshd>.progress {
    width: 40%;
}

.info-vps-select div:not(:last-child) {
    width: 195px;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    background: #deffd2;
}

.info-vps-select div#buy,
.info-vps-select div#buy-br {
    width: 195px;
    text-align: center;
    background: none;
}

.info-vps-select div#buy>p>span,
.info-vps-select div#buy-br>p>span {
    color: #2b7210;
}

.info-vps-select div#buy>a,
.info-vps-select div#buy-br>a {
    width: 100%;
    border-radius: 5px;
    display: block;
    color: #fff;
    background: linear-gradient(to bottom, #428db4 0%, #006699 100%) repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
    transition: all .20s ease;
}

.info-vps-select div#buy>a:hover,
.info-vps-select div#buy-br>a:hover {
    background: linear-gradient(to top, #428db4 0%, #006699 100%) repeat scroll 0 0;
}

.info-vps-select,
.cpu-view {
    top: -10px;
    position: relative;
    background: #f8fdf8;
}

.info-vps-select div span {
    font-weight: 600;
    font-size: 20px;
}

.vps-select {
    display: none;
}

.vps-select.vps-select-plans {
    display: block
}

.clients>a {
    border: 1px solid #eee;
    transition: all .20s ease-in-out;
}

.clients>a:hover {
    transform: scale(1.05);
}

/* media queries */
@media (max-width: 1215px) {
    .plans {
        gap: 80px;
    }
}

@media (max-width: 920px) {
    .nav-ul {
        display: block !important;
        position: absolute;
        top: 0;
        width: 0vw;
        overflow: hidden;
        height: 100vh;
        left: 0;
        background: #045e22;
        transition: all .2s ease-in-out;
    }

    .nav-ul>li>a,
    .nav-ul>li>ul>li>a {
        color: #fff;
        padding: 5px;
        margin: 10px 0;
        display: block;
        border-bottom: 1px solid #068330;
        width: 40vw;
        background: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
    }


    .nav-ul>li>ul {
        display: none;
        position: relative;
        top: 0;
        border: none;
        padding: 0;
    }

    #btn-mobile {
        display: block !important;
    }
}

@media (max-width: 1082px) {
    .search-domain-verify form {
        display: block !important;
        text-align: center;
    }

    .search-domain-verify form input {
        width: 100% !important;
    }

    .search-domain-verify form div {
        margin-top: 30px;
        min-width: 171px;
    }
}

@media (max-width: 800px) {
    .preview-slider-home {
        display: block !important;
    }

    .preview-slider-home div {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 550px) {
    .redes ul {
        display: block !important;
        text-align: center;
    }

    .redes ul li {
        padding: 5px;
    }
    .nav-ul.view {
        width: 70vw;
    }

    .banner-information {
        text-align: center;
    }

    .banner-information h3 {
        left: -20px;
        position: relative;
    }

    .banner-information img {
        display: none;
    }

    .nav-ul>li>a,
    .nav-ul>li>ul>li>a {
        width: 70vw
    }
}