@media (min-width: 200px) and (max-width: 430px) {

    .inicio{display:none}
    .nav-right{display:none}
    .normal-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;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

main{
    width: 100%;
    
}
/*HEADER*/

header{
    display:none
}

.mobile-menu-icon{
    width:100px;
    margin-left:50px;
    font-size:24px;
    color: var(--black-font);
}

.mobile-menu>i{
    margin-top:10px;
}


/*NAV*/

nav{
    width: 100%;
}

.nav-left{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-right{
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-logo-mobile{
    display:block;
    margin-top: 10px;
    height: 40px;
    margin-bottom: 20px;
}

.mobile-menu{
    width:100%;
    margin: 20px 0px 0px 0px !important;
}

.mobile-menu>div{
    text-align:center;
}

.nav-logo{display: none}

.nav-button{
    height: 50px;
    font-size: 20px;
    width: 100%;
    color: var(--black-font);
    line-height: 50px;
    cursor: pointer;
    margin: 0px;
    font-weight: 600;
    border-bottom: 1px solid var(--default-font) !important;
    
}



/*CAROUSEL*/

.carousel .item {
    height: 350px;
}

.carousel .item1{
    background-color: #537895;
    background-image: url('../img/short1.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.carousel .item2{
    background-color: white;
    background-image: url('../img/short2.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel .item3{
    background-color: #141526;
    background-image: url('../img/short3.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-indicators li {
    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;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}


/*SERVICE TYPE*/

.service-type{
    margin-top:20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.service-type>div{
    width: 100%;
    display: flex;
    background-color: var(--white);
}

.service-type>div>div{
    width: 50%;
    height: 140px;
    padding-top:20px;
}

.s-t-l1{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}


.s-t-l2{
    width: 100%;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 22px;
}

.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: 100%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 22px;
    align-items: flex-end;
    padding-right: 25px;
}

.s-t-r2{
    display: none;
    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{
    padding-top: 40px;
    width: 100%;
    height: 1350px;
}


.plans-container{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.rf-container{
    position:relative;
}

.plans-container>div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px;
    justify-content: center;
}

.plans-container>div>div{
    width: 300px;
    background-color: var(--white);
    border-radius: 8px;
    margin: 0px 0px 50px 0px;
}

.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: 22px;
    font-weight: 600;
}

.plan-price>div:nth-child(2){
    text-align: right;
}

.plan-price>div>span{
    font-size: 16px;
    line-height: 20px;
    color: var(--black-font)
}

.show-commerce{
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    width: 400px !important;
    color: var(--default-font);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0) !important;
}

/*FOOTER*/

footer {
    display: none;
}

.footer-sub {
    display: none;
}

/*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: var(--black-font);
    text-decoration: none;
}
.white-a:hover {
    color: var(--black-font);
    text-decoration: none;
}

.new-map-container{
    display: flex;
}

.new-map-container>div:last-child{
    display: none;
}

.new-map-container>div:first-child{
    width: 100%;
}

.mobile-footer{
    width: 100%;
    height: 70px;
    background:var(--black-font);
    color: white;
    line-height: 70px;
    text-align: center;
}

}