#landing-index {
    background: #111720;
    width: 65%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


#landing-index-contenido {
    width: 47%;
}

#landing-index-contenido div {
    border-radius: 4px;
    border-left: solid 2px #58677C;
    padding: 10px;
    font-family: Lexend;
    font-size: 14pt;
    color: #B1B2B6;
    background: #080E1C;
}

#landing-index-contenido div b {
    color: #589CF3;
    font-weight: 400;
}

#landing-index-contenido div span {
    font-family: monospace;
    color: whitesmoke;
    font-weight: 100;
}

#landing-index-contenido h1 {
    font-family: Quicksand;
    font-weight: bolder;
    color: #ffffff;
    font-size: 26pt;
}

#landing-index-contenido h1 span {
    color: #2563EB;
}

#landing-index-contenido h2 {
    font-size: 16pt;
    font-family: Poppins;
    font-weight: unset;
    color: #f6f6f6;
}

#landing-index-contenido h2 span {
    color: #2563EB;
}


#landing-index-mapa {
    width: 40%;
}

#landing-index-mapa img {
    width: 300px
}


@media (max-width: 1050px) {
    #landing-index {
        flex-direction: column;
        width: 80%;
    }

    #landing-index-contenido {
        width: 100%;
    }

    #landing-index-mapa {
        display: flex;
        justify-content: center;
        width: 80%;
        margin: 20px auto 0 auto;
    }
}



#beneficios {
    width: 80%;
    margin: 150px auto auto auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

#beneficios div {
    width: 150px;
    padding: 20px;
    background-color: rgba(0, 0, 1, 0.4);
    margin: 25px 0 0 15px;
    border-radius: 18px;
    border: solid 0.7px #333333;
}

#beneficios div h4 {
    font-family: Quicksand;
    font-size: 14pt;
    text-align: center;
    color: #B1B2B6;
}



#servicios {
    width: 85%;
    margin: 150px auto auto auto;
}

#servicios p {
    font-size: 24pt;
    color: #ffffff;
    font-family: Quicksand;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
}


#servicios-main {
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.6);
}


.servicio-plan { 
    width: 250px;
    border: solid 1px #333333;
    border-radius: 18px;
    background: rgba(0,0,12,0.2);
    color: whitesmoke;
    margin: 25px auto;
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
}


#nombre-servicio {
    padding: 2px 0px;
    background: #08132C;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    box-shadow: 0px 2px 2px 0px #111010;
    border-bottom: solid 1px #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center
}

#nombre-servicio div {
    text-align: center;
    color: #ffffff;
    font-family: Quicksand;
    font-weight: bold;
}

#nombre-servicio div h2 {
    font-size: 16pt;
}

#nombre-servicio div i {
    font-size: 16pt;
    margin: 0 7px 0 0;
}


.caracteristicas {
    padding: 17px;
}

.caracteristicas h3 {
    font-size: 12pt;
    color: #e0e0e0;
    font-family: Poppins;
    font-weight: 25;
}

.caracteristicas h3 b {
    font-weight: 450;
}


.boton-plan {
    border-top: solid 1px #333333;
    padding: 22px;
    display: flex;
    justify-content: center;
}

.boton-plan a {
    text-align: center;
    width: 100%;
}


.boton-plan a button {
    background: #005EFF;
    border: solid 1px #0044A6;
    border-radius: 12px;
    width: 65%;
    color: white;
    font-weight: bold;
    font-family: Lexend;
    font-size: 10pt;
    padding: 5px 15px;
    height: auto;
    transition: 0.3s all;
}

.boton-plan a button:hover {
    background: #111720;
    border: solid 1px #333333;
    color: #e0e0e0;
    transition: 0.3s all;
}



#especs {
    width: 85%;
    margin: 150px auto auto auto;
}

#especs p {
    font-size: 24pt;
    color: #ffffff;
    font-family: Quicksand;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
}

#especs-main {
    padding: 70px 60px;
    justify-content: space-between;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.6);;
}

#especs-gms, #especs-vps, #especs-bots, #especs-webs {
    width: 75%;
    min-width: 250px;
    border: solid 1px #333333;
    background: rgba(0,0,12,0.2);;
    border-radius: 20px;
    margin: auto;
}

#especs-gms h3, #especs-vps h3, #especs-bots h3, #especs-webs h3 {
    color: #ffffff;
    background: #08132C;
    text-align: center;
    margin: 0;
    padding: 15px 5px;
    font-family: Quicksand;
    font-size: 16pt;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom: solid 1px #333333;
    box-shadow: 0px 2px 2px 0px #111010;
}


.especs-flex {
    display: flex;
}

.especs-nodo {
    width: 33.333%;
    border-right: solid 1px #333333;
    padding: 15px;
}


@media (max-width: 1489px) {
    #especs-main {
        padding: 35px 30px;
    }

    #especs-gms, #especs-vps, #especs-bots, #especs-webs {
        max-width: 350px;
        min-width: 200px;
        width: auto !important;
    }

    .especs-flex {
        flex-direction: column;
    }

    .especs-nodo { /*, #especs-vps .especs-nodo {*/
        width: auto !important;
        border-right: none;
        border-top: solid 1px #333333;
        padding: 15px;
    }

}


.especs-nodo h4 {
    font-family: Quicksand, Poppins;
    font-size: 14pt;
    color: #f6f6f6;;
    margin: 6px 0 17.5px 0;
    text-align: center;
}

.especs-nodo h5 {
    font-family: monospace;
    font-size: 11pt;
    font-weight: 1;
    text-align: left;
    color: #B1B2B6;
    margin: 5px 0;
}

.especs-nodo h5 span {
    font-family: Poppins, Lexend;
    font-size: 11pt;
    font-weight: 500;
    color: #e0e0e0;
}


#especs-vps {
    margin: 65px auto auto auto;
    /*width: 50%;*/
}

/*#especs-vps .especs-nodo {
    width: 50%;
}**/


#especs-solteros-flex {
    margin: 15px auto auto auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#especs-bots, #especs-webs {
    max-width: 350px;
    min-width: 200px;
    margin: 50px auto auto auto !important;
}

#especs-bots .especs-nodo, #especs-webs .especs-nodo {
    width: auto !important;
    border: none !important;
}




#ayuda {
    width: 85%;
    margin: 150px auto auto auto;
}

#ayuda p {
    font-size: 24pt;
    color: #ffffff;
    font-family: Quicksand;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
}

#ayuda-main {
    padding: 70px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.4);
}

#ayuda-main div {
    width: 40%;
}


#ayuda-main div p {
    font-family: Poppins, Lexend;
    font-size: 14pt;
    font-weight: 1;
    text-align: left;
}

#ayuda-main p span {
    font-family: Poppins, Quicksand !important;
    font-weight: 500;
}


#ayuda-main div div {
    width: 50%;
    border-radius: 18px;
    border: solid 1px #333333;
    background-color: rgba(0, 0, 2, 0.3);
    padding: 12px;
    font-size: 11pt;
    font-family: monospace;
    margin: 10px 0;
    color: #e0e0e0;
    font-weight: bold;
    text-align: center;
}