@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face {
    font-family: 'brushes';
    src: url('Brushes.ttf');
}

:root{
    --main-color: white;
    --white: rgb(233, 233, 233);
    --default-font: #2c5aa0;
    --black-font: #1a1a1a;
    --golden: #eeb725;
    --green: #ff7231;
}

@media (min-width: 1281px) {

    .mobile-footer{display:none}
    .contactanos{display:none}
    .nav-logo-mobile{display: none}
    .mobile-menu{display:none;}
    .mobile-carousel{display:none}

    /* custom scrollbar */
    ::-webkit-scrollbar {
        width: 20px;
    }
    
    ::-webkit-scrollbar-track {
        background-color: transparent;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: #d6dee1;
        border-radius: 20px;
        border: 5px solid transparent;
        background-clip: content-box;
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #94a3a7;
    }
    /* end custom scrollbar*/

    html,body{
        margin: 0px;
        padding: 0px;
        font-family: 'Roboto', sans-serif;
    }

    /*HEADER*/

    header{
        height: 44px;
        background-color: var(--main-color);
        display: flex;
        justify-content: center;
    }

    header>div{
        width: 1200px;
        height: 100%;
        display: flex;
        padding-right: 15px;
    }

    header>div>div{
        display: flex;
        height: 100%;
        width: 50%;
        color: var(--default-font);
        align-items: center;
        font-size: 14px;
    }

    .header-left{
        justify-content: flex-start;
    }

    .header-left>i{
        margin: 0px 15px;
        cursor: pointer;
    }

    .header-right{
        justify-content: flex-end;
    }

    .header-right>i{
        margin: 0px 15px;
    }


    /*NAV*/

    nav{
        height: 72px;
        display: flex;
        justify-content: center;
    }

    nav>div{
        width: 1200px;
        height: 100%;
        display: flex;
    }

    nav>div>div{
        display: flex;
        height: 100%;
        width: 50%;
    }

    .nav-left{
        justify-content: flex-start;
    }

    .nav-right{
        justify-content: flex-end;
    }

    .nav-logo{
        margin-top: 10px;
        height: 40px;
    }

    .nav-button{
        font-size: 14px;
        color: var(--black-font);
        line-height: 72px;
        cursor: pointer;
        margin: 0px 15px;
        font-weight: 600;
    }

    .nav-button.special{
        background-color: var(--black-font);
        color:var(--main-color);
        border-radius:30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0px 15px;
        margin: 20px 5px;
        font-weight: 400;
    }






    /*CAROUSEL*/

    .carousel .item {
        height: 400px;
    }

    .carousel .item1{
        background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
    }

    .carousel .item2{
        background-image: url('../img/slide-2.png');
        background-position: center;
    }

    .carousel .item3{
        background-image: url('../img/slide-3.png');
        background-position: center;
    }

    .carousel-indicators li {
        /*display: none;*/
        border-radius: 0px;
        border: none;
        background-color: rgba(255, 255, 255, 0.356);
        width: 50px;
        height: 3px;
    }

    .carousel-indicators li.active{
        border-radius: 0px;
        border: none;
        background-color: rgba(255, 255, 255, 0.815);
        width: 50px;
        height: 3px;
        margin: 1px;
    }


    .item-body{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .item-body>div{
        width: 1200px;
        height: 100%;
        display: flex;
    }
    .item-body>div>div{
        display: flex;
        height: 100%;
    }

    .item-body-left{
        padding:50px;
        width: calc(100% - 400px);
        display: flex;
        flex-direction: column;
    }

    .instalation1{
        font-size: 38px;
        color:var(--main-color);
        font-weight: 300;
    }

    .instalation1>span{
        color:var(--main-color);
        font-weight: 600;
        margin-right: 40px;
        background-color: rgba(255, 255, 255, 0.123);
        border-radius: 5px;
        font-size: 38px;
        padding: 2px 5px;
        line-height: 50px;
    }

    .btn-carousel{
        font-size: 14px !important;
        font-weight: 300 !important;
        background-color: transparent !important;
        border: 1px var(--white) solid;
        border-radius: 20px !important;
        padding: 3px 20px !important;
        cursor: pointer;
    }

    .btn-carousel-slide-2{
        font-size: 14px !important;
        font-weight: 300 !important;
        background-color: transparent !important;
        border: 1px var(--black-font) solid;
        border-radius: 20px !important;
        padding: 3px 20px !important;
        cursor: pointer;
        color: var(--black-font) !important;
    }

    .instalation2{
        font-weight: 200;
        margin-top: 10px;
        color: rgb(228, 228, 228) !important;
    }

    .instalation-plans{
        display: flex;
        align-items: flex-end;
        height: 100px;
        color: white;
        margin-top: 30px;
        font-size: 20px;
        font-weight: 300;
    }

    .plan{
        margin: 0px 10px;
        font-size: 38px;
        font-weight: 600;
        line-height: 38px;
    }

    .mbps{
        margin-left: 0px;
        font-size: 20px;
        line-height: 20px;
        color: white;
    }

    .p60{
        color: var(--golden);
    }

    .p150{
        color:var(--golden);
    }

    .p300{
        color: var(--golden);
    }

    .item-body-right{
        padding: 50px;
        width: 400px;
    }

    .item-ont{
        position: relative !important;
        height: 400px !important;
        min-height: 0px !important;
    }

    
    .item img {
        position: absolute;
        top: 0;
        left: 0;
        min-height: 400px;
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none
    }

    /*SERVICE TYPE*/

    .service-type{
        height: 310px;
        display: flex;
        justify-content: center;
    }

    .service-type>div{
        width: 100%;
        height: 100%;
        display: flex;
        background-color: var(--white);
    }

    .service-type>div>div{
        display: flex;
        height: 100%;
        width: 50%;
    }

    .s-t-l1{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 50%;
    }

    .s-t-l1>img{
        height: 300px;
    }

    .s-t-l2{
        width: 50%;
        font-size: 34px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 38px;
    }

    .l1{color:var(--black-font)}
    .l2{color:var(--default-font)}
    .l3{color:gray}

    .l-button{
        font-size: 14px !important;
        width: 120px;
        line-height: 14px;
        font-weight: 300 !important;
        background-color: transparent !important;
        border-radius: 20px !important;
        padding: 5px 0px !important;
        color:white;
        background-color: var(--default-font) !important;
        cursor: pointer;
        text-align: center;
        margin-top: 10px;
    }

    .s-t-r1{
        width: 50%;
        font-size: 34px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 38px;
        align-items: flex-end;
    }

    .s-t-r2{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 50%;
    }

    .s-t-r2>img{
        height: 300px;
    }

    /*PLANS*/

    .plan-type-active{
        background-color: white;
    }

    .plans-main-container{
        position: relative;
        height: 440px;
        width: 100%;
    }

    .plans-main-container-rf{
        height: 880px;
    }

    .plans-container{
        position: absolute;
        height: 440px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .rf-container{
        height: 170px;
        position:relative;
    }

    .plans-container>div{
        width: 1200px;
        height: 100%;
        display: flex;
        padding: 40px 0px;
        justify-content: space-between;
    }

    .plans-container>div>div{
        width: calc(100% / 3 - 40px);
        background-color: var(--white);
        border-radius: 8px;
    }

    .plan7, .plan8, .plan9, .plan10, .plan11, .plan12{
        width: calc(100% / 3 - 40px);
        background-color: var(--white);
        border-radius: 8px;
        height: 120px;
    }

    .pl>div:first-child{
        background-color: rgb(236, 236, 236);
        height: calc(100% - 70px);
        border-radius: 8px 8px 0px 0px;
    }

    .pl>div:last-child{
        background-color: rgb(216, 216, 216);
        border-radius: 0px 0px 8px 8px;
        height: 70px;
    }

    .plan1>div:first-child{
        background-image: url('../img/evolution.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan2>div:first-child{
        background-image: url('../img/prime.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan3>div:first-child{
        background-image: url('../img/gaming.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan4>div:first-child{
        background-image: url('../img/plus.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan5>div:first-child{
        background-image: url('../img/pro.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan6>div:first-child{
        background-image: url('../img/master.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    /*.plan7>div:first-child{
        background-image: url('../img/evolution.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan8>div:first-child{
        background-image: url('../img/prime.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan9>div:first-child{
        background-image: url('../img/gaming.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan10>div:first-child{
        background-image: url('../img/plus.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan11>div:first-child{
        background-image: url('../img/pro.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .plan12>div:first-child{
        background-image: url('../img/master.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }*/

    .plan-name{ 
        font-size: 24px;
        padding: 10px 20px;
        font-weight: 400;
    }

    .plan-name>div:nth-child(2){
        font-family: 'brushes','arial';
        transform: rotate(-10deg);
        font-size: 38px;
        margin-top: -50px;
        margin-left: 40px;
    }

    .commerce>div:nth-child(2){
        margin-top: -40px;
        margin-left: 100px;
    }

    .evolution{
        color:var(--default-font);
    }

    .prime{
        color:var(--default-font);
    }

    .gaming{
        color:var(--default-font);
    }

    .plus{
        color:var(--green);
    }

    .pro{
        color:var(--green);
    }

    .master{
        color:var(--green);
    }

    .plan-foot{
        font-size: 18px;
        font-weight: 400;
        margin-top: 170px;
        color: var(--black-font);
        background-color: rgba(255, 255, 255, 0.658);
        padding: 7px;
    }

    .foot-commerce{
        margin-top: 190px;
    }

    .plan-foot>div:nth-child(2){
        font-size: 20px;
        font-weight: 600;
        margin-top: -5px;
    }

    .plan-price{
        display: flex;
    }

    .plan-price>div{
        width: 50%;
        height: 100%;
        line-height: 70px;
        padding: 0px 20px;
        font-size: 32px;
        font-weight: 600;
    }

    .plan-price>div:nth-child(2){
        text-align: right;
    }

    .plan-price>div>span{
        font-size: 20px;
        line-height: 20px;
        color: var(--black-font)
    }

    .show-commerce{
        text-align: center;
        line-height: 40px;
        width: 40px !important;
        color: var(--default-font);
        writing-mode: vertical-rl;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0) !important;
    }

    /*FOOTER*/

    footer {
        background: #1e1e1e;
        width: 100%;
        padding-left: calc(50% - 585px);
        padding-right: calc(50% - 585px);
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .footer-container {
        width: 100%;
        display: flex;
    }
    .footer-container > div {
        width: 100%;
        height: 100%;
        margin: 0 7px;
        color: #797979;
    }
    .footer-title {
        display: block;
        margin-bottom: 5px;
        color: #d3d3d3;
        font-size: 16px;
    }
    .distanced {
        line-height: 30px;
    }
    .footer-sub {
        padding-left: calc(50% - 585px);
        padding-right: calc(50% - 585px);
        width: 100%;
        height: 88px;
        background: #1e1e1e;
        border-top: 1px solid #3e3e3e;
        font-size: 12px;
        color: #797979;
        display: flex;
        align-items: flex-end;
        padding-bottom: 30px;
    }
    .footer-sub>span {
        color: #d3d3d3;
        margin: 0px 10px;
    }
    .white-logo{
        height: 30px;
        margin-right: 20px;
    }

    /*ENLACES*/
    a,
    a:active,
    a:link,
    a:visited {
        color: #d3d3d3;
        text-decoration: none;
    }
    a:hover {
        color: #b0b0b0;
        text-decoration: none;
    }

    .primary-a,
    .primary-a:active,
    .primary-a:link,
    .primary-a:visited {
        color: var(--default-font);
        text-decoration: none;
    }
    .primary-a:hover {
        color: var(--default-font);
        text-decoration: none;
    }

    .black-a,
    .black-a:active,
    .black-a:link,
    .black-a:visited {
        color: var(--black-font);
        text-decoration: none;
    }
    .black-a:hover {
        color: var(--black-font);
        text-decoration: none;
    }

    .white-a,
    .white-a:active,
    .white-a:link,
    .white-a:visited {
        color: white;
        text-decoration: none;
    }
    .white-a:hover {
        color: white;
        text-decoration: none;
    }

    .new-map-container{
        display: flex;
    }

    .new-map-container>div:last-child{
        width: 50px;
        display: flex;
        flex-direction: column;
    }

    .new-map-container>div:last-child>div{
        text-align: center;
        line-height: 40px;
        width: 40px !important;
        color: var(--default-font);
        writing-mode: vertical-rl;
        cursor: pointer;
        height: 200px;
        border-radius: 0px 10px 10px 0px;
    }

    .map-active{
        border-left: none;
        background-color: var(--default-font) !important;
        color: white !important;
    }

    .new-map-container>div:first-child{
        width: calc(100% - 50px);
    }
}