.plan { 
    min-width: 200px;
    max-width: 300px;
    border: solid 1px #333333;
    border-radius: 18px;
    font-family: monospace;
    background: #0B1016;
    margin: 20px;
    display: flex;
    align-self: stretch;
    justify-content: space-between;
    flex-direction: column;
    transition: 0.3s all;
}


.plan:hover {
    border: solid 1px #0044A6;
    transition: 0.3s all;
}

.plan:hover .nombre, .plan:hover .caracteristicas {
    border-bottom: solid 1px #0044A6;
    transition: 0.3s all;
}



.nombre {
    text-align: center;
    font-family: Quicksand;
    padding: 5px 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    box-shadow: 0px 2px 2px 0px #111010;
    border-bottom: solid 1px #333333;
    font-size: 15pt;
    font-weight: bold;
    color: #ffffff;
    transition: 0.3s all;
}

.nombre h4 {
    margin: 18px auto !important;
}

.caracteristicas {
    padding: 17px;
    border-bottom: solid 1px #333333;
    font-size: 12pt;
    color: #e0e0e0;
    transition: 0.3s all;
}

.caracteristicas p {
    margin: 8px 4px !important;
}
  
.caracteristicas p b {
    font-weight: bold;
    font-family: Lexend;
    font-size: 10.5pt;
    color: #f6f6f6;
}

.palomita {
    font-family: Arial;
    font-size: 12pt;
    color: white;
    font-weight: bold;
}
  
.precio center {
    color: white;
    font-family: Poppins;
    font-size: 13pt;
    padding: 7px 0;
    font-weight: bold;
    margin: auto auto 15px auto !important;
}
  

.boton-plan {
    padding: 22px;
    display: flex;
    justify-content: center;
}
  

.boton-plan a button {
    background: #005EFF;
    border: solid 1px #0044A6;
    border-radius: 12px;
    height: 40px;
    padding: 7px 11px;
    color: white;
    font-weight: bold;
    font-family: Quicksand;
    font-size: 12pt;
    transition: 0.3s all;
}

.boton-plan a button:hover {
    background: #111720;
    border: solid 1px #333333;
    color: #207A3D;
    transition: 0.3s all;
}


.agotado-plan {
    background: #111720 !important;
    color: #e0e0e0 !important;
    border: none !important;
    transition: none !important;

}

.agotado-plan:hover {
    color: #B1B2B6 !important;
    border: solid 1px #333333 !important;
}
  
  

#informacion {
    background: #06070C;
    width: 60%;
    margin: 40px auto 120px auto;
    border-radius: 22px;
    padding: 20px 10px 30px 20px;
}

#informacion h1 {
    color: white;
    font-family: Quicksand;
    font-size: 18pt;
    text-align: center;
    font-weight: bold;
    margin: 20px auto 40px auto;
}

#informacion h1 b {
    color: #2563EB;
}


#informacion-flex {
    display: flex;
}



.span-gama {
    color: #2563EB;
    font-weight: bold;
}

.span-linea {
    color: #B1B2B6 !important;
    font-family: Lexend;
}

  
#gamas {
    width: 40%;
    margin: 0 auto;
    border: solid 1px #333333;
    background: #0B1016;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#gamas-espec h4 {
    background: #232F40;
    padding: 10px;
    font-family: Quicksand;
    font-weight: 750;
    text-align: center;
    border-bottom: solid 1px #333333;
    margin: 0;
    border-radius: 19.4px 19.4px 0 0;
    color: #ffffff;
    font-size: 14pt;
}

#gamas-espec h4 span {
    color: #2563EB;
}
  

#gamas-espec div {
    padding: 20px;
}


#gamas-espec div p span {
    font-family: Poppins, Lexend;
    font-size: 11pt;
    font-weight: 500;
    color: #f6f6f6;
}

#gamas-espec div p {
    font-family: monospace;
    font-size: 11pt;
    font-weight: 1;
    text-align: left;
    color: #e0e0e0;
    margin: 5px 0;
}


#ver-nodo {
    display: flex;
    justify-content: center;
    margin: 13px auto;
}

#ver-nodo a button {
    background: #111720;
    border: solid 1px #364154;
    border-radius: 10px;
    padding: 8px 13px;
    color: #005EFF;
    font-family: Poppins !important;
    transition: all 0.25s;
}

#ver-nodo a button:hover {
    background: #111720;
    border: solid 1px #333333;
    transition: all 0.25s;
    color: #e0e0e0;
}



#incluye {
    margin: 0 auto;
    width: 40%;
    margin: auto;
    border: solid 1px #333333;
    background: #0B1016;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#incluye h4 {
    background: #232F40;
    padding: 10px;
    font-family: Quicksand;
    font-weight: 750;
    text-align: center;
    border-bottom: solid 1px #333333;
    margin: 0;
    border-radius: 19.4px 19.4px 0 0;
    color: #ffffff;
    font-size: 14pt;
}


#incluye-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#incluye-flex div {
    display: flex;
    padding: 15px;
    flex-direction: column;
}

.incluye-cosa {
    margin: 10px 0;
    flex-direction: row !important;
    background: #111720;
    border-radius: 10px;
    border: solid 1px #333333;
}

.incluye-cosa h5 {
    font-size: 10pt;
    color: #e0e0e0;
    font-family: Lexend;
    font-weight: normal;
    padding: 0;
    margin: 0;
}


.incluye-cosa h5 i {
    color: #0044A6;
    margin: 0 6px 0 0;
}


@media (min-width: 1610px) and (max-width: 1850px) {
    #informacion {
        width: 70%;
    }

}

@media (min-width: 1390px) and (max-width: 1850px) {
    #informacion {
        width: 80%;
    }

}

@media (min-width: 1235px) and (max-width: 1389px) {
    #informacion {
        width: 90%;
    }

}

@media (max-width: 1234px) {
    #informacion {
        width: 75%;
    }

    #informacion-flex {
        flex-direction: column;
    }

    #gamas, #incluye {
        margin: 30px auto;
        width: 75%;
    }

}

@media (max-width: 569px) {
    #incluye-flex {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    #incluye, #gamas {
        width: 85%;
    }
}


#selector-titulo {
    text-align: center;
    color: #f6f6f6;
    font-weight: 500;
    font-size: 16pt;
    font-family: Poppins;
}


.gamas-selector {
    border-radius: 22px;
    margin: auto auto 75px auto;
    display: flex;
    background: #111720;
    border: solid 1px #333333;
}

.selector-normal {
    margin: auto;
    color: #f6f6f6;
    text-align: center;
    font-family: Lexend;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 22px;
    padding: 5px;
    transition: all 0.3s;
    width: 50%;
}

.selector-anormal {
    margin: auto;
    color: #111720;
    background: #ffffff;
    text-align: center;
    font-family: Lexend;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 22px;
    padding: 5px;
    transition: all 0.3s;
    width: 50%;

}

.selector-normal:hover, .selector-anormal:hover {
    transform: translate3d(0,-8px,0) !important;
    transition: all 0.3s;
}

#gamas-selector-3 {
    width: 320px;
}


#gamas-selector-2 {
    width: 280px;
}







/*
__________________
    CATEGORÍAS
__________________
*/

#mc-basico, #mc-intermedio, #mc-avanzado, #gms-basico, #gms-intermedio, #gms-avanzado, #vps-basicas, #vps-intermedias, #vps-avanzadas, #bot-basico, #bot-intermedio, #bot-avanzado, #web-individual, #web-revendedor {
    width: 85%;
    margin: 10px auto auto auto;
    padding: 20px 0 60px 0;
    background: #06070C;
    border-radius: 22px;
}

.planes-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-top: solid 1px #364154;
    border-bottom: solid 1px #364154;
    padding: 20px;
}


h2 {
    color: #f6f6f6;
    font-size: 18pt;
    font-family: Quicksand;
    font-weight: 750;
    text-align: center !important;
    margin: auto auto 20px auto;
}


.planes-cpu {
    color: #B1B2B6;
    text-align: center;
    font-family: monospace;
    font-size: 11.5pt;
}

.planes-cpu span {
    color: #589CF3;
    font-family: Lexend;
    font-size: 11pt;
}



/*
_________________________
    OCULTAR / MOSTRAR
_________________________
*/

#mc-basico, #mc-avanzado, #gms-basico, #gms-avanzado, #vps-basicas, #vps-avanzadas, #web-revendedor {
    display: none;
}

#mc-intermedio, #gms-intermedio, #vps-intermedias, #bot-basico, #web-individual {
    display: revert;
}

